Bug 846183

Summary: quickstart : failed to deploy liferay example on jbossas app
Product: OKD Reporter: Meng Bo <bmeng>
Component: TemplatesAssignee: Bill DeCoste <wdecoste>
Status: CLOSED DUPLICATE QA Contact: libra bugs <libra-bugs>
Severity: medium Docs Contact:
Priority: medium    
Version: 2.xCC: mmcgrath
Target Milestone: ---Keywords: Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-08-29 18:20:34 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Meng Bo 2012-08-07 04:44:12 UTC
Description of problem:
After deploy liferay example following the github steps (https://github.com/openshift/jbossas7-liferay-quickstart), cannot get the app home page when access.

Version-Release number of selected component (if applicable):
https://github.com/openshift/jbossas7-liferay-quickstart
devenv, stage, prod

How reproducible:
always

Steps to Reproduce:
1.Follow the steps in https://github.com/openshift/jbossas7-liferay-quickstart
2.
3.
  
Actual results:
After deploy the example, access app home get a blank page.

Expected results:
Liferay app login page should show.

Additional info:
I have tried with medium gear size jbossas app on devenv and small gear size jbossas app on stage and prod, got the same result.

Following error appears in the output after git push.
==============
remote: [WARNING] The POM for org.jboss.spec:jboss-javaee-6.0:pom:3.0.0.Final-redhat-1 is missing, no dependency information available
remote: [INFO] ------------------------------------------------------------------------
remote: [INFO] BUILD FAILURE
remote: [INFO] ------------------------------------------------------------------------
remote: [INFO] Total time: 7.573s
remote: [INFO] Finished at: Mon Aug 06 23:32:02 EDT 2012
remote: [INFO] Final Memory: 5M/138M
remote: [INFO] ------------------------------------------------------------------------
remote: [ERROR] Failed to execute goal on project lportal: Could not resolve dependencies for project lportal:lportal:war:1.0: Failure to find org.jboss.spec:jboss-javaee-6.0:pom:3.0.0.Final-redhat-1 in http://mirror1.stg.rhcloud.com:80/nexus/content/groups/public was cached in the local repository, resolution will not be reattempted until the update interval of nexus has elapsed or updates are forced -> [Help 1]
remote: [ERROR] 
remote: [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
remote: [ERROR] Re-run Maven using the -X switch to enable full debug logging.
remote: [ERROR] 
remote: [ERROR] For more information about the errors and possible solutions, please read the following articles:
remote: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException

Comment 1 Bill DeCoste 2012-08-14 19:35:47 UTC
Looks like this quickstart is configured for EAP6 and not AS7. The org.jboss.spec:jboss-javaee-6.0:pom:3.0.0.Final-redhat-1 is an EAP6 component not an AS7 component

Comment 2 Mike McGrath 2012-08-29 18:20:34 UTC

*** This bug has been marked as a duplicate of bug 840894 ***