Bug 1414566
Summary: | EAP Quickstart App is not accessible | ||||||
---|---|---|---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Vikas Laad <vlaad> | ||||
Component: | Templates | Assignee: | kconner | ||||
Status: | CLOSED DUPLICATE | QA Contact: | XiuJuan Wang <xiuwang> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 3.5.0 | CC: | aos-bugs, bparees, jokerman, mmccomas, vlaad | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2017-01-23 18:47:38 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: | |||||||
Attachments: |
|
Description
Vikas Laad
2017-01-18 20:53:27 UTC
Where are the logs of the deployment? Deployment log has following lines root@ip-172-31-41-173: ~/svt/openshift_scalability # oc logs eap-app-1-deploy -f --> Scaling eap-app-1 to 1 --> Waiting up to 10m0s for pods in rc eap-app-1 to become ready --> Success Build logs root@ip-172-31-41-173: ~/svt/openshift_scalability # oc logs eap-app-1-build -f Cloning "https://github.com/jboss-openshift/openshift-quickstarts" ... Commit: caec20220374804b2cb3d3622a754f9091af7c57 (Fixed bug: summary is displayed instead of description (cherry picked from com..) Author: Marko Luksa <marko.luksa> Date: Tue Feb 9 22:55:09 2016 +0100 Pulling image "registry.access.redhat.com/jboss-eap-6/eap64-openshift@sha256:ee2a1ba5ad72e9ac2cc8e800a280ea6f60f9b3920f5d0fcde9ad15724eb372f2" ... Pulling image "registry.access.redhat.com/jboss-eap-6/eap64-openshift@sha256:ee2a1ba5ad72e9ac2cc8e800a280ea6f60f9b3920f5d0fcde9ad15724eb372f2" ... Copying all war artifacts from /home/jboss/source/. directory into /opt/eap/standalone/deployments for later deployment... Copying all ear artifacts from /home/jboss/source/. directory into /opt/eap/standalone/deployments for later deployment... Copying all rar artifacts from /home/jboss/source/. directory into /opt/eap/standalone/deployments for later deployment... Copying all jar artifacts from /home/jboss/source/. directory into /opt/eap/standalone/deployments for later deployment... Copying all war artifacts from /home/jboss/source/deployments directory into /opt/eap/standalone/deployments for later deployment... Copying all ear artifacts from /home/jboss/source/deployments directory into /opt/eap/standalone/deployments for later deployment... Copying all rar artifacts from /home/jboss/source/deployments directory into /opt/eap/standalone/deployments for later deployment... Copying all jar artifacts from /home/jboss/source/deployments directory into /opt/eap/standalone/deployments for later deployment... Pushing image 172.27.21.227:5000/vlaadeap/eap-app:latest ... Pushed 0/7 layers, 1% complete Pushed 1/7 layers, 17% complete Pushed 2/7 layers, 30% complete Pushed 3/7 layers, 48% complete Pushed 4/7 layers, 77% complete Pushed 5/7 layers, 90% complete Pushed 6/7 layers, 96% complete Pushed 7/7 layers, 100% complete Push successful Created attachment 1242546 [details]
deploy log
Strange, for some reason this is not building the application as I would expect. Has something changed in the S2I process for OCP 3.5? If it's checking out the correct source then it should discover a pom.xml and begin the maven build process as below Pulling image "ce-registry.usersys.redhat.com/jboss-eap-6/eap64-openshift@sha256:f8ae0512065a1b04a40ea1ff8df7160c491bb8bc76a3354f216a662ce7034330" ... Pulling image "ce-registry.usersys.redhat.com/jboss-eap-6/eap64-openshift@sha256:f8ae0512065a1b04a40ea1ff8df7160c491bb8bc76a3354f216a662ce7034330" ... Cloning "https://github.com/jboss-openshift/openshift-quickstarts" ... Commit: caec20220374804b2cb3d3622a754f9091af7c57 (Fixed bug: summary is displayed instead of description (cherry picked from com..) Author: Marko Luksa <marko.luksa> Date: Tue Feb 9 22:55:09 2016 +0100 Found pom.xml... attempting to build with 'mvn -e -Popenshift -DskipTests -Dcom.redhat.xpaas.repo.redhatga package BTW what does 'no output' mean? Are you getting any response at all? *** This bug has been marked as a duplicate of bug 1414960 *** |