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
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
*** This bug has been marked as a duplicate of bug 840894 ***