Bug 846183 - quickstart : failed to deploy liferay example on jbossas app
Summary: quickstart : failed to deploy liferay example on jbossas app
Keywords:
Status: CLOSED DUPLICATE of bug 840894
Alias: None
Product: OKD
Classification: Red Hat
Component: Templates
Version: 2.x
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: ---
Assignee: Bill DeCoste
QA Contact: libra bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-08-07 04:44 UTC by Meng Bo
Modified: 2015-05-15 02:02 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-08-29 18:20:34 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

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 ***


Note You need to log in before you can comment on or make changes to this bug.