[
https://issues.jboss.org/browse/JBIDE-10669?page=com.atlassian.jira.plugi...
]
Attila Nagy commented on JBIDE-10669:
-------------------------------------
@Andre
You are right. I pasted a wrong entry from Error log. I found the same issue with MongoDB
cartrdige, that's what confused me. Sorry for that.
I'm connecting directly without using proxy and I can still see the same error message
pop-up.
Exception stack trace:
{code}
com.openshift.express.client.OpenShiftEndpointException: Could not configure application
"myJBossApp1" at
"https://stg.openshift.redhat.com/broker/embed_cartridge"
at com.openshift.express.client.OpenShiftService.sendRequest(OpenShiftService.java:366)
at
com.openshift.express.client.OpenShiftService.requestEmbedAction(OpenShiftService.java:345)
at
com.openshift.express.client.OpenShiftService.addEmbeddedCartridge(OpenShiftService.java:329)
at
com.openshift.express.internal.client.Application.addEmbbedCartridge(Application.java:148)
at
com.openshift.express.internal.client.Application.addEmbbedCartridges(Application.java:157)
at
org.jboss.tools.openshift.express.internal.ui.wizard.EmbedCartridgeWizardPageModel.addEmbeddedCartridges(EmbedCartridgeWizardPageModel.java:133)
at
org.jboss.tools.openshift.express.internal.ui.wizard.EmbedCartridgeWizardPageModel.embedCartridges(EmbedCartridgeWizardPageModel.java:115)
at
org.jboss.tools.openshift.express.internal.ui.wizard.EmbedCartridgeWizardPage$9.run(EmbedCartridgeWizardPage.java:356)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Caused by: com.openshift.express.internal.client.httpclient.InternalServerErrorException:
{"result":"\nCould not add job 'myJBossApp1-build' in Jenkins
server:\n \nYou'll need to correct this error before attempting to embed the Jenkins
client
again.\n","messages":"","data":"","exit_code":1,"broker":"1.1.1","api":"1.1.2","debug":"Cartridge
return code:
1","broker_c":["namespace","rhlogin","ssh","app_uuid","debug","alter","cartridge","cart_type","action","app_name","api"],"api_c":["placeholder"]}
at
com.openshift.express.internal.client.httpclient.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:102)
at
com.openshift.express.internal.client.httpclient.UrlConnectionHttpClient.post(UrlConnectionHttpClient.java:71)
at com.openshift.express.client.OpenShiftService.sendRequest(OpenShiftService.java:357)
... 8 more
Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL:
https://stg.openshift.redhat.com/broker/embed_cartridge
at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1403)
at
sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
at
com.openshift.express.internal.client.httpclient.UrlConnectionHttpClient.post(UrlConnectionHttpClient.java:66)
... 9 more
{code}
Session Data:
{code}
eclipse.buildId=M20110909-1335
java.version=1.6.0_22
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments: -product org.eclipse.epp.package.jee.product
Command-line arguments: -os linux -ws gtk -arch x86_64 -product
org.eclipse.epp.package.jee.product
{code}
I'm running the Eclipse build above with the latest 64bit CentOS 6.
JBoss Tools is the latest nightly build.
OpenShift Express: Unable to embed Jenkins client
-------------------------------------------------
Key: JBIDE-10669
URL:
https://issues.jboss.org/browse/JBIDE-10669
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 3.3.0.M5
Reporter: Attila Nagy
Assignee: Andre Dietisheim
Fix For: 3.3.0.Beta1
Unable to embed Jenkins client into an OpenShift Express application.
Tested both on stagin and development environment
1) Create a JBoss application
2) Try to embed Jenkins client.
Result: The Jenkins app is created, access credentials are display in a pop-up. Clicking
on OK I can see another pop-up with the following error-message.
Could not embed cartridges to application myFancyJBossA
Could not configure application "myFancyJBossA" at
"https://stg.openshift.redhat.com/broker/embed_cartridge"
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira