[JBoss JIRA] (JBIDE-15831) Server side errors while creating most of the scalable app. on Openshift Enterprise
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15831?page=com.atlassian.jira.plugi... ]
Marián Labuda updated JBIDE-15831:
----------------------------------
Description:
Most of the application while creating process of application show dialog with server error 504 (Gateway timeout), or server error 503 (service unavailable).
Altough, application in cloud is created, can be correctly showed in browser, in JBDS / JBT (tested in both) shows dialog with given error
"Could not request https://console.itos.redhat.com/broker/rest/domains/domainequo2/applicati...: Connection to https://console.itos.redhat.com/broker/rest/domains/domainequo2/applicati...: Gateway Timeout" or "Could not request https://console.itos.redhat.com/broker/rest/domains/test/applications?inc...: error adding app record test-test.itos.redhat.com"
This happens only with Openshift Enterprise. Openshift Online works fine.
Eclipse log for HTTP error 504
{code}
com.openshift.client.OpenShiftEndpointException: Could not request https://console.itos.redhat.com/broker/rest/domains/domainequo2/applicati...: Connection to https://console.itos.redhat.com/broker/rest/domains/domainequo2/applicati...: Gateway Timeout
at com.openshift.internal.client.RestService.request(RestService.java:136)
at com.openshift.internal.client.RestService.request(RestService.java:115)
at com.openshift.internal.client.AbstractOpenShiftResource$ServiceRequest.execute(AbstractOpenShiftResource.java:159)
at com.openshift.internal.client.DomainResource$CreateApplicationRequest.execute(DomainResource.java:357)
at com.openshift.internal.client.DomainResource.createApplication(DomainResource.java:176)
at org.jboss.tools.openshift.express.internal.ui.job.CreateApplicationJob.doRun(CreateApplicationJob.java:83)
at org.jboss.tools.openshift.express.internal.ui.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:36)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
Caused by: com.openshift.internal.client.httpclient.HttpClientException: Connection to https://console.itos.redhat.com/broker/rest/domains/domainequo2/applicati...: Gateway Timeout
at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:177)
at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:150)
at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:125)
at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.post(UrlConnectionHttpClient.java:101)
at com.openshift.internal.client.RestService.request(RestService.java:179)
at com.openshift.internal.client.RestService.request(RestService.java:123)
... 7 more
Caused by: java.io.IOException: Server returned HTTP response code: 504 for URL: https://console.itos.redhat.com/broker/rest/domains/domainequo2/applicati...
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1625)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:146)
... 11 more
{code}
Eclipse log for HTTP error 503
{code}
com.openshift.client.OpenShiftEndpointException: Could not request https://console.itos.redhat.com/broker/rest/domains/test/applications?inc...: error adding app record test-test.itos.redhat.com
at com.openshift.internal.client.RestService.request(RestService.java:136)
at com.openshift.internal.client.RestService.request(RestService.java:115)
at com.openshift.internal.client.AbstractOpenShiftResource$ServiceRequest.execute(AbstractOpenShiftResource.java:159)
at com.openshift.internal.client.DomainResource$CreateApplicationRequest.execute(DomainResource.java:357)
at com.openshift.internal.client.DomainResource.createApplication(DomainResource.java:155)
at org.jboss.tools.openshift.express.internal.ui.job.CreateApplicationJob.doRun(CreateApplicationJob.java:79)
at org.jboss.tools.openshift.express.internal.ui.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:36)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
Caused by: com.openshift.internal.client.httpclient.HttpClientException: {"data":null,"errors":{},"messages":[{"exit_code":null,"field":null,"severity":"error","text":"error adding app record test-test.itos.redhat.com"}],"status":"service_unavailable","supported_api_versions":[1.0,1.1,1.2,1.3,1.4],"type":null,"version":"1.2"}
at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:177)
at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:150)
at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:125)
at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.post(UrlConnectionHttpClient.java:101)
at com.openshift.internal.client.RestService.request(RestService.java:179)
at com.openshift.internal.client.RestService.request(RestService.java:123)
... 7 more
Caused by: java.io.IOException: Server returned HTTP response code: 503 for URL: https://console.itos.redhat.com/broker/rest/domains/test/applications?inc...
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.internal.client.httpclient.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:146)
... 11 more
{code}
was:
Most of the application while creating process of application show dialog with server error 504 (Gateway timeout), or server error 503 (service unavailable).
Altough, application in cloud is created, can be correctly showed in browser, in JBDS / JBT (tested in both) shows dialog with given error
"Could not request https://console.itos.redhat.com/broker/rest/domains/domainequo2/applicati...: Connection to https://console.itos.redhat.com/broker/rest/domains/domainequo2/applicati...: Gateway Timeout" or "Could not request https://console.itos.redhat.com/broker/rest/domains/test/applications?inc...: error adding app record test-test.itos.redhat.com"
This happens only with Openshift Enterprise. Openshift Online works fine.
Eclipse log for HTTP error 504
{code}
com.openshift.client.OpenShiftEndpointException: Could not request https://console.itos.redhat.com/broker/rest/domains/domainequo2/applicati...: Connection to https://console.itos.redhat.com/broker/rest/domains/domainequo2/applicati...: Gateway Timeout
at com.openshift.internal.client.RestService.request(RestService.java:136)
at com.openshift.internal.client.RestService.request(RestService.java:115)
at com.openshift.internal.client.AbstractOpenShiftResource$ServiceRequest.execute(AbstractOpenShiftResource.java:159)
at com.openshift.internal.client.DomainResource$CreateApplicationRequest.execute(DomainResource.java:357)
at com.openshift.internal.client.DomainResource.createApplication(DomainResource.java:176)
at org.jboss.tools.openshift.express.internal.ui.job.CreateApplicationJob.doRun(CreateApplicationJob.java:83)
at org.jboss.tools.openshift.express.internal.ui.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:36)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
Caused by: com.openshift.internal.client.httpclient.HttpClientException: Connection to https://console.itos.redhat.com/broker/rest/domains/domainequo2/applicati...: Gateway Timeout
at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:177)
at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:150)
at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:125)
at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.post(UrlConnectionHttpClient.java:101)
at com.openshift.internal.client.RestService.request(RestService.java:179)
at com.openshift.internal.client.RestService.request(RestService.java:123)
... 7 more
Caused by: java.io.IOException: Server returned HTTP response code: 504 for URL: https://console.itos.redhat.com/broker/rest/domains/domainequo2/applicati...
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1625)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:146)
... 11 more
{code}
Eclipse log for HTTP error 503
{code}
com.openshift.client.OpenShiftEndpointException: Could not request https://console.itos.redhat.com/broker/rest/domains/test/applications?inc...: error adding app record test-test.itos.redhat.com
at com.openshift.internal.client.RestService.request(RestService.java:136)
at com.openshift.internal.client.RestService.request(RestService.java:115)
at com.openshift.internal.client.AbstractOpenShiftResource$ServiceRequest.execute(AbstractOpenShiftResource.java:159)
at com.openshift.internal.client.DomainResource$CreateApplicationRequest.execute(DomainResource.java:357)
at com.openshift.internal.client.DomainResource.createApplication(DomainResource.java:155)
at org.jboss.tools.openshift.express.internal.ui.job.CreateApplicationJob.doRun(CreateApplicationJob.java:79)
at org.jboss.tools.openshift.express.internal.ui.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:36)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
Caused by: com.openshift.internal.client.httpclient.HttpClientException: {"data":null,"errors":{},"messages":[{"exit_code":null,"field":null,"severity":"error","text":"error adding app record test-test.itos.redhat.com"}],"status":"service_unavailable","supported_api_versions":[1.0,1.1,1.2,1.3,1.4],"type":null,"version":"1.2"}
at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:177)
at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:150)
at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:125)
at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.post(UrlConnectionHttpClient.java:101)
at com.openshift.internal.client.RestService.request(RestService.java:179)
at com.openshift.internal.client.RestService.request(RestService.java:123)
... 7 more
Caused by: java.io.IOException: Server returned HTTP response code: 503 for URL: https://console.itos.redhat.com/broker/rest/domains/test/applications?inc...
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.internal.client.httpclient.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:146)
... 11 more
{code}
> Server side errors while creating most of the scalable app. on Openshift Enterprise
> -----------------------------------------------------------------------------------
>
> Key: JBIDE-15831
> URL: https://issues.jboss.org/browse/JBIDE-15831
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.1.1.Beta1
> Reporter: Marián Labuda
> Assignee: Andre Dietisheim
> Priority: Critical
>
> Most of the application while creating process of application show dialog with server error 504 (Gateway timeout), or server error 503 (service unavailable).
> Altough, application in cloud is created, can be correctly showed in browser, in JBDS / JBT (tested in both) shows dialog with given error
> "Could not request https://console.itos.redhat.com/broker/rest/domains/domainequo2/applicati...: Connection to https://console.itos.redhat.com/broker/rest/domains/domainequo2/applicati...: Gateway Timeout" or "Could not request https://console.itos.redhat.com/broker/rest/domains/test/applications?inc...: error adding app record test-test.itos.redhat.com"
> This happens only with Openshift Enterprise. Openshift Online works fine.
> Eclipse log for HTTP error 504
> {code}
> com.openshift.client.OpenShiftEndpointException: Could not request https://console.itos.redhat.com/broker/rest/domains/domainequo2/applicati...: Connection to https://console.itos.redhat.com/broker/rest/domains/domainequo2/applicati...: Gateway Timeout
> at com.openshift.internal.client.RestService.request(RestService.java:136)
> at com.openshift.internal.client.RestService.request(RestService.java:115)
> at com.openshift.internal.client.AbstractOpenShiftResource$ServiceRequest.execute(AbstractOpenShiftResource.java:159)
> at com.openshift.internal.client.DomainResource$CreateApplicationRequest.execute(DomainResource.java:357)
> at com.openshift.internal.client.DomainResource.createApplication(DomainResource.java:176)
> at org.jboss.tools.openshift.express.internal.ui.job.CreateApplicationJob.doRun(CreateApplicationJob.java:83)
> at org.jboss.tools.openshift.express.internal.ui.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:36)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
> Caused by: com.openshift.internal.client.httpclient.HttpClientException: Connection to https://console.itos.redhat.com/broker/rest/domains/domainequo2/applicati...: Gateway Timeout
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:177)
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:150)
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:125)
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.post(UrlConnectionHttpClient.java:101)
> at com.openshift.internal.client.RestService.request(RestService.java:179)
> at com.openshift.internal.client.RestService.request(RestService.java:123)
> ... 7 more
> Caused by: java.io.IOException: Server returned HTTP response code: 504 for URL: https://console.itos.redhat.com/broker/rest/domains/domainequo2/applicati...
> at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1625)
> at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:146)
> ... 11 more
> {code}
> Eclipse log for HTTP error 503
> {code}
> com.openshift.client.OpenShiftEndpointException: Could not request https://console.itos.redhat.com/broker/rest/domains/test/applications?inc...: error adding app record test-test.itos.redhat.com
> at com.openshift.internal.client.RestService.request(RestService.java:136)
> at com.openshift.internal.client.RestService.request(RestService.java:115)
> at com.openshift.internal.client.AbstractOpenShiftResource$ServiceRequest.execute(AbstractOpenShiftResource.java:159)
> at com.openshift.internal.client.DomainResource$CreateApplicationRequest.execute(DomainResource.java:357)
> at com.openshift.internal.client.DomainResource.createApplication(DomainResource.java:155)
> at org.jboss.tools.openshift.express.internal.ui.job.CreateApplicationJob.doRun(CreateApplicationJob.java:79)
> at org.jboss.tools.openshift.express.internal.ui.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:36)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
> Caused by: com.openshift.internal.client.httpclient.HttpClientException: {"data":null,"errors":{},"messages":[{"exit_code":null,"field":null,"severity":"error","text":"error adding app record test-test.itos.redhat.com"}],"status":"service_unavailable","supported_api_versions":[1.0,1.1,1.2,1.3,1.4],"type":null,"version":"1.2"}
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:177)
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:150)
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:125)
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.post(UrlConnectionHttpClient.java:101)
> at com.openshift.internal.client.RestService.request(RestService.java:179)
> at com.openshift.internal.client.RestService.request(RestService.java:123)
> ... 7 more
> Caused by: java.io.IOException: Server returned HTTP response code: 503 for URL: https://console.itos.redhat.com/broker/rest/domains/test/applications?inc...
> 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.internal.client.httpclient.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:146)
> ... 11 more
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] (JBIDE-15831) Server side errors while creating most of the scalable app. on Openshift Enterprise
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15831?page=com.atlassian.jira.plugi... ]
Marián Labuda updated JBIDE-15831:
----------------------------------
Summary: Server side errors while creating most of the scalable app. on Openshift Enterprise (was: Server side error while creating most of the scalable app. on Openshift Enterprise)
> Server side errors while creating most of the scalable app. on Openshift Enterprise
> -----------------------------------------------------------------------------------
>
> Key: JBIDE-15831
> URL: https://issues.jboss.org/browse/JBIDE-15831
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.1.1.Beta1
> Reporter: Marián Labuda
> Assignee: Andre Dietisheim
> Priority: Critical
>
> Most of the application while creating process of application show dialog with server error 504 (Gateway timeout), or server error 503 (service unavailable).
> Altough, application in cloud is created, can be correctly showed in browser, in JBDS / JBT (tested in both) shows dialog with given error
> "Could not request https://console.itos.redhat.com/broker/rest/domains/domainequo2/applicati...: Connection to https://console.itos.redhat.com/broker/rest/domains/domainequo2/applicati...: Gateway Timeout" or "Could not request https://console.itos.redhat.com/broker/rest/domains/test/applications?inc...: error adding app record test-test.itos.redhat.com"
> This happens only with Openshift Enterprise. Openshift Online works fine.
> Eclipse log for HTTP error 504
> {code}
> com.openshift.client.OpenShiftEndpointException: Could not request https://console.itos.redhat.com/broker/rest/domains/domainequo2/applicati...: Connection to https://console.itos.redhat.com/broker/rest/domains/domainequo2/applicati...: Gateway Timeout
> at com.openshift.internal.client.RestService.request(RestService.java:136)
> at com.openshift.internal.client.RestService.request(RestService.java:115)
> at com.openshift.internal.client.AbstractOpenShiftResource$ServiceRequest.execute(AbstractOpenShiftResource.java:159)
> at com.openshift.internal.client.DomainResource$CreateApplicationRequest.execute(DomainResource.java:357)
> at com.openshift.internal.client.DomainResource.createApplication(DomainResource.java:176)
> at org.jboss.tools.openshift.express.internal.ui.job.CreateApplicationJob.doRun(CreateApplicationJob.java:83)
> at org.jboss.tools.openshift.express.internal.ui.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:36)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
> Caused by: com.openshift.internal.client.httpclient.HttpClientException: Connection to https://console.itos.redhat.com/broker/rest/domains/domainequo2/applicati...: Gateway Timeout
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:177)
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:150)
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:125)
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.post(UrlConnectionHttpClient.java:101)
> at com.openshift.internal.client.RestService.request(RestService.java:179)
> at com.openshift.internal.client.RestService.request(RestService.java:123)
> ... 7 more
> Caused by: java.io.IOException: Server returned HTTP response code: 504 for URL: https://console.itos.redhat.com/broker/rest/domains/domainequo2/applicati...
> at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1625)
> at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:146)
> ... 11 more
> {code}
> Eclipse log for HTTP error 503
> {code}
> com.openshift.client.OpenShiftEndpointException: Could not request https://console.itos.redhat.com/broker/rest/domains/test/applications?inc...: error adding app record test-test.itos.redhat.com
> at com.openshift.internal.client.RestService.request(RestService.java:136)
> at com.openshift.internal.client.RestService.request(RestService.java:115)
> at com.openshift.internal.client.AbstractOpenShiftResource$ServiceRequest.execute(AbstractOpenShiftResource.java:159)
> at com.openshift.internal.client.DomainResource$CreateApplicationRequest.execute(DomainResource.java:357)
> at com.openshift.internal.client.DomainResource.createApplication(DomainResource.java:155)
> at org.jboss.tools.openshift.express.internal.ui.job.CreateApplicationJob.doRun(CreateApplicationJob.java:79)
> at org.jboss.tools.openshift.express.internal.ui.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:36)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
> Caused by: com.openshift.internal.client.httpclient.HttpClientException: {"data":null,"errors":{},"messages":[{"exit_code":null,"field":null,"severity":"error","text":"error adding app record test-test.itos.redhat.com"}],"status":"service_unavailable","supported_api_versions":[1.0,1.1,1.2,1.3,1.4],"type":null,"version":"1.2"}
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:177)
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:150)
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:125)
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.post(UrlConnectionHttpClient.java:101)
> at com.openshift.internal.client.RestService.request(RestService.java:179)
> at com.openshift.internal.client.RestService.request(RestService.java:123)
> ... 7 more
> Caused by: java.io.IOException: Server returned HTTP response code: 503 for URL: https://console.itos.redhat.com/broker/rest/domains/test/applications?inc...
> 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.internal.client.httpclient.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:146)
> ... 11 more
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] (JBIDE-15831) Server side error while creating most of the scalable app. on Openshift Enterprise
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15831?page=com.atlassian.jira.plugi... ]
Marián Labuda updated JBIDE-15831:
----------------------------------
Description:
Most of the application while creating process of application show dialog with server error 504 (Gateway timeout), or server error 503 (service unavailable).
Altough, application in cloud is created, can be correctly showed in browser, in JBDS / JBT (tested in both) shows dialog with given error
"Could not request https://console.itos.redhat.com/broker/rest/domains/domainequo2/applicati...: Connection to https://console.itos.redhat.com/broker/rest/domains/domainequo2/applicati...: Gateway Timeout" or "Could not request https://console.itos.redhat.com/broker/rest/domains/test/applications?inc...: error adding app record test-test.itos.redhat.com"
This happens only with Openshift Enterprise. Openshift Online works fine.
Eclipse log for HTTP error 504
{code}
com.openshift.client.OpenShiftEndpointException: Could not request https://console.itos.redhat.com/broker/rest/domains/domainequo2/applicati...: Connection to https://console.itos.redhat.com/broker/rest/domains/domainequo2/applicati...: Gateway Timeout
at com.openshift.internal.client.RestService.request(RestService.java:136)
at com.openshift.internal.client.RestService.request(RestService.java:115)
at com.openshift.internal.client.AbstractOpenShiftResource$ServiceRequest.execute(AbstractOpenShiftResource.java:159)
at com.openshift.internal.client.DomainResource$CreateApplicationRequest.execute(DomainResource.java:357)
at com.openshift.internal.client.DomainResource.createApplication(DomainResource.java:176)
at org.jboss.tools.openshift.express.internal.ui.job.CreateApplicationJob.doRun(CreateApplicationJob.java:83)
at org.jboss.tools.openshift.express.internal.ui.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:36)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
Caused by: com.openshift.internal.client.httpclient.HttpClientException: Connection to https://console.itos.redhat.com/broker/rest/domains/domainequo2/applicati...: Gateway Timeout
at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:177)
at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:150)
at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:125)
at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.post(UrlConnectionHttpClient.java:101)
at com.openshift.internal.client.RestService.request(RestService.java:179)
at com.openshift.internal.client.RestService.request(RestService.java:123)
... 7 more
Caused by: java.io.IOException: Server returned HTTP response code: 504 for URL: https://console.itos.redhat.com/broker/rest/domains/domainequo2/applicati...
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1625)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:146)
... 11 more
{code}
Eclipse log for HTTP error 503
{code}
com.openshift.client.OpenShiftEndpointException: Could not request https://console.itos.redhat.com/broker/rest/domains/test/applications?inc...: error adding app record test-test.itos.redhat.com
at com.openshift.internal.client.RestService.request(RestService.java:136)
at com.openshift.internal.client.RestService.request(RestService.java:115)
at com.openshift.internal.client.AbstractOpenShiftResource$ServiceRequest.execute(AbstractOpenShiftResource.java:159)
at com.openshift.internal.client.DomainResource$CreateApplicationRequest.execute(DomainResource.java:357)
at com.openshift.internal.client.DomainResource.createApplication(DomainResource.java:155)
at org.jboss.tools.openshift.express.internal.ui.job.CreateApplicationJob.doRun(CreateApplicationJob.java:79)
at org.jboss.tools.openshift.express.internal.ui.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:36)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
Caused by: com.openshift.internal.client.httpclient.HttpClientException: {"data":null,"errors":{},"messages":[{"exit_code":null,"field":null,"severity":"error","text":"error adding app record test-test.itos.redhat.com"}],"status":"service_unavailable","supported_api_versions":[1.0,1.1,1.2,1.3,1.4],"type":null,"version":"1.2"}
at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:177)
at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:150)
at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:125)
at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.post(UrlConnectionHttpClient.java:101)
at com.openshift.internal.client.RestService.request(RestService.java:179)
at com.openshift.internal.client.RestService.request(RestService.java:123)
... 7 more
Caused by: java.io.IOException: Server returned HTTP response code: 503 for URL: https://console.itos.redhat.com/broker/rest/domains/test/applications?inc...
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.internal.client.httpclient.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:146)
... 11 more
{code}
was:
Most of the application while creating process of application show dialog with server error 504 (Gateway timeout), or server error 503 (service unavailable).
Altough, application in cloud is created, can be correctly shown in browser, but in JBDS / JBT (tested in both) show dialog with given error
"Could not request https://console.itos.redhat.com/broker/rest/domains/domainequo2/applicati...: Connection to https://console.itos.redhat.com/broker/rest/domains/domainequo2/applicati...: Gateway Timeout" or "Could not request https://console.itos.redhat.com/broker/rest/domains/test/applications?inc...: error adding app record test-test.itos.redhat.com"
Eclipse log for HTTP error 504
{code}
com.openshift.client.OpenShiftEndpointException: Could not request https://console.itos.redhat.com/broker/rest/domains/domainequo2/applicati...: Connection to https://console.itos.redhat.com/broker/rest/domains/domainequo2/applicati...: Gateway Timeout
at com.openshift.internal.client.RestService.request(RestService.java:136)
at com.openshift.internal.client.RestService.request(RestService.java:115)
at com.openshift.internal.client.AbstractOpenShiftResource$ServiceRequest.execute(AbstractOpenShiftResource.java:159)
at com.openshift.internal.client.DomainResource$CreateApplicationRequest.execute(DomainResource.java:357)
at com.openshift.internal.client.DomainResource.createApplication(DomainResource.java:176)
at org.jboss.tools.openshift.express.internal.ui.job.CreateApplicationJob.doRun(CreateApplicationJob.java:83)
at org.jboss.tools.openshift.express.internal.ui.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:36)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
Caused by: com.openshift.internal.client.httpclient.HttpClientException: Connection to https://console.itos.redhat.com/broker/rest/domains/domainequo2/applicati...: Gateway Timeout
at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:177)
at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:150)
at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:125)
at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.post(UrlConnectionHttpClient.java:101)
at com.openshift.internal.client.RestService.request(RestService.java:179)
at com.openshift.internal.client.RestService.request(RestService.java:123)
... 7 more
Caused by: java.io.IOException: Server returned HTTP response code: 504 for URL: https://console.itos.redhat.com/broker/rest/domains/domainequo2/applicati...
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1625)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:146)
... 11 more
{code}
Eclipse log for HTTP error 503
{code}
com.openshift.client.OpenShiftEndpointException: Could not request https://console.itos.redhat.com/broker/rest/domains/test/applications?inc...: error adding app record test-test.itos.redhat.com
at com.openshift.internal.client.RestService.request(RestService.java:136)
at com.openshift.internal.client.RestService.request(RestService.java:115)
at com.openshift.internal.client.AbstractOpenShiftResource$ServiceRequest.execute(AbstractOpenShiftResource.java:159)
at com.openshift.internal.client.DomainResource$CreateApplicationRequest.execute(DomainResource.java:357)
at com.openshift.internal.client.DomainResource.createApplication(DomainResource.java:155)
at org.jboss.tools.openshift.express.internal.ui.job.CreateApplicationJob.doRun(CreateApplicationJob.java:79)
at org.jboss.tools.openshift.express.internal.ui.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:36)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
Caused by: com.openshift.internal.client.httpclient.HttpClientException: {"data":null,"errors":{},"messages":[{"exit_code":null,"field":null,"severity":"error","text":"error adding app record test-test.itos.redhat.com"}],"status":"service_unavailable","supported_api_versions":[1.0,1.1,1.2,1.3,1.4],"type":null,"version":"1.2"}
at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:177)
at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:150)
at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:125)
at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.post(UrlConnectionHttpClient.java:101)
at com.openshift.internal.client.RestService.request(RestService.java:179)
at com.openshift.internal.client.RestService.request(RestService.java:123)
... 7 more
Caused by: java.io.IOException: Server returned HTTP response code: 503 for URL: https://console.itos.redhat.com/broker/rest/domains/test/applications?inc...
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.internal.client.httpclient.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:146)
... 11 more
{code}
> Server side error while creating most of the scalable app. on Openshift Enterprise
> ----------------------------------------------------------------------------------
>
> Key: JBIDE-15831
> URL: https://issues.jboss.org/browse/JBIDE-15831
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.1.1.Beta1
> Reporter: Marián Labuda
> Priority: Critical
>
> Most of the application while creating process of application show dialog with server error 504 (Gateway timeout), or server error 503 (service unavailable).
> Altough, application in cloud is created, can be correctly showed in browser, in JBDS / JBT (tested in both) shows dialog with given error
> "Could not request https://console.itos.redhat.com/broker/rest/domains/domainequo2/applicati...: Connection to https://console.itos.redhat.com/broker/rest/domains/domainequo2/applicati...: Gateway Timeout" or "Could not request https://console.itos.redhat.com/broker/rest/domains/test/applications?inc...: error adding app record test-test.itos.redhat.com"
> This happens only with Openshift Enterprise. Openshift Online works fine.
> Eclipse log for HTTP error 504
> {code}
> com.openshift.client.OpenShiftEndpointException: Could not request https://console.itos.redhat.com/broker/rest/domains/domainequo2/applicati...: Connection to https://console.itos.redhat.com/broker/rest/domains/domainequo2/applicati...: Gateway Timeout
> at com.openshift.internal.client.RestService.request(RestService.java:136)
> at com.openshift.internal.client.RestService.request(RestService.java:115)
> at com.openshift.internal.client.AbstractOpenShiftResource$ServiceRequest.execute(AbstractOpenShiftResource.java:159)
> at com.openshift.internal.client.DomainResource$CreateApplicationRequest.execute(DomainResource.java:357)
> at com.openshift.internal.client.DomainResource.createApplication(DomainResource.java:176)
> at org.jboss.tools.openshift.express.internal.ui.job.CreateApplicationJob.doRun(CreateApplicationJob.java:83)
> at org.jboss.tools.openshift.express.internal.ui.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:36)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
> Caused by: com.openshift.internal.client.httpclient.HttpClientException: Connection to https://console.itos.redhat.com/broker/rest/domains/domainequo2/applicati...: Gateway Timeout
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:177)
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:150)
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:125)
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.post(UrlConnectionHttpClient.java:101)
> at com.openshift.internal.client.RestService.request(RestService.java:179)
> at com.openshift.internal.client.RestService.request(RestService.java:123)
> ... 7 more
> Caused by: java.io.IOException: Server returned HTTP response code: 504 for URL: https://console.itos.redhat.com/broker/rest/domains/domainequo2/applicati...
> at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1625)
> at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:146)
> ... 11 more
> {code}
> Eclipse log for HTTP error 503
> {code}
> com.openshift.client.OpenShiftEndpointException: Could not request https://console.itos.redhat.com/broker/rest/domains/test/applications?inc...: error adding app record test-test.itos.redhat.com
> at com.openshift.internal.client.RestService.request(RestService.java:136)
> at com.openshift.internal.client.RestService.request(RestService.java:115)
> at com.openshift.internal.client.AbstractOpenShiftResource$ServiceRequest.execute(AbstractOpenShiftResource.java:159)
> at com.openshift.internal.client.DomainResource$CreateApplicationRequest.execute(DomainResource.java:357)
> at com.openshift.internal.client.DomainResource.createApplication(DomainResource.java:155)
> at org.jboss.tools.openshift.express.internal.ui.job.CreateApplicationJob.doRun(CreateApplicationJob.java:79)
> at org.jboss.tools.openshift.express.internal.ui.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:36)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
> Caused by: com.openshift.internal.client.httpclient.HttpClientException: {"data":null,"errors":{},"messages":[{"exit_code":null,"field":null,"severity":"error","text":"error adding app record test-test.itos.redhat.com"}],"status":"service_unavailable","supported_api_versions":[1.0,1.1,1.2,1.3,1.4],"type":null,"version":"1.2"}
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:177)
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:150)
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:125)
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.post(UrlConnectionHttpClient.java:101)
> at com.openshift.internal.client.RestService.request(RestService.java:179)
> at com.openshift.internal.client.RestService.request(RestService.java:123)
> ... 7 more
> Caused by: java.io.IOException: Server returned HTTP response code: 503 for URL: https://console.itos.redhat.com/broker/rest/domains/test/applications?inc...
> 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.internal.client.httpclient.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:146)
> ... 11 more
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] (JBIDE-15831) Server side error while creating most of the scalable app. on Openshift Enterprise
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15831?page=com.atlassian.jira.plugi... ]
Marián Labuda updated JBIDE-15831:
----------------------------------
Assignee: Andre Dietisheim
> Server side error while creating most of the scalable app. on Openshift Enterprise
> ----------------------------------------------------------------------------------
>
> Key: JBIDE-15831
> URL: https://issues.jboss.org/browse/JBIDE-15831
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.1.1.Beta1
> Reporter: Marián Labuda
> Assignee: Andre Dietisheim
> Priority: Critical
>
> Most of the application while creating process of application show dialog with server error 504 (Gateway timeout), or server error 503 (service unavailable).
> Altough, application in cloud is created, can be correctly showed in browser, in JBDS / JBT (tested in both) shows dialog with given error
> "Could not request https://console.itos.redhat.com/broker/rest/domains/domainequo2/applicati...: Connection to https://console.itos.redhat.com/broker/rest/domains/domainequo2/applicati...: Gateway Timeout" or "Could not request https://console.itos.redhat.com/broker/rest/domains/test/applications?inc...: error adding app record test-test.itos.redhat.com"
> This happens only with Openshift Enterprise. Openshift Online works fine.
> Eclipse log for HTTP error 504
> {code}
> com.openshift.client.OpenShiftEndpointException: Could not request https://console.itos.redhat.com/broker/rest/domains/domainequo2/applicati...: Connection to https://console.itos.redhat.com/broker/rest/domains/domainequo2/applicati...: Gateway Timeout
> at com.openshift.internal.client.RestService.request(RestService.java:136)
> at com.openshift.internal.client.RestService.request(RestService.java:115)
> at com.openshift.internal.client.AbstractOpenShiftResource$ServiceRequest.execute(AbstractOpenShiftResource.java:159)
> at com.openshift.internal.client.DomainResource$CreateApplicationRequest.execute(DomainResource.java:357)
> at com.openshift.internal.client.DomainResource.createApplication(DomainResource.java:176)
> at org.jboss.tools.openshift.express.internal.ui.job.CreateApplicationJob.doRun(CreateApplicationJob.java:83)
> at org.jboss.tools.openshift.express.internal.ui.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:36)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
> Caused by: com.openshift.internal.client.httpclient.HttpClientException: Connection to https://console.itos.redhat.com/broker/rest/domains/domainequo2/applicati...: Gateway Timeout
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:177)
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:150)
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:125)
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.post(UrlConnectionHttpClient.java:101)
> at com.openshift.internal.client.RestService.request(RestService.java:179)
> at com.openshift.internal.client.RestService.request(RestService.java:123)
> ... 7 more
> Caused by: java.io.IOException: Server returned HTTP response code: 504 for URL: https://console.itos.redhat.com/broker/rest/domains/domainequo2/applicati...
> at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1625)
> at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:146)
> ... 11 more
> {code}
> Eclipse log for HTTP error 503
> {code}
> com.openshift.client.OpenShiftEndpointException: Could not request https://console.itos.redhat.com/broker/rest/domains/test/applications?inc...: error adding app record test-test.itos.redhat.com
> at com.openshift.internal.client.RestService.request(RestService.java:136)
> at com.openshift.internal.client.RestService.request(RestService.java:115)
> at com.openshift.internal.client.AbstractOpenShiftResource$ServiceRequest.execute(AbstractOpenShiftResource.java:159)
> at com.openshift.internal.client.DomainResource$CreateApplicationRequest.execute(DomainResource.java:357)
> at com.openshift.internal.client.DomainResource.createApplication(DomainResource.java:155)
> at org.jboss.tools.openshift.express.internal.ui.job.CreateApplicationJob.doRun(CreateApplicationJob.java:79)
> at org.jboss.tools.openshift.express.internal.ui.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:36)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
> Caused by: com.openshift.internal.client.httpclient.HttpClientException: {"data":null,"errors":{},"messages":[{"exit_code":null,"field":null,"severity":"error","text":"error adding app record test-test.itos.redhat.com"}],"status":"service_unavailable","supported_api_versions":[1.0,1.1,1.2,1.3,1.4],"type":null,"version":"1.2"}
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:177)
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:150)
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:125)
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.post(UrlConnectionHttpClient.java:101)
> at com.openshift.internal.client.RestService.request(RestService.java:179)
> at com.openshift.internal.client.RestService.request(RestService.java:123)
> ... 7 more
> Caused by: java.io.IOException: Server returned HTTP response code: 503 for URL: https://console.itos.redhat.com/broker/rest/domains/test/applications?inc...
> 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.internal.client.httpclient.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:146)
> ... 11 more
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] (JBIDE-15831) Server side error while creating most of the scalable app. on Openshift Enterprise
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15831?page=com.atlassian.jira.plugi... ]
Marián Labuda updated JBIDE-15831:
----------------------------------
Description:
Most of the application while creating process of application show dialog with server error 504 (Gateway timeout), or server error 503 (service unavailable).
Altough, application in cloud is created, can be correctly shown in browser, but in JBDS / JBT (tested in both) show dialog with given error
"Could not request https://console.itos.redhat.com/broker/rest/domains/domainequo2/applicati...: Connection to https://console.itos.redhat.com/broker/rest/domains/domainequo2/applicati...: Gateway Timeout" or "Could not request https://console.itos.redhat.com/broker/rest/domains/test/applications?inc...: error adding app record test-test.itos.redhat.com"
Eclipse log for HTTP error 504
{code}
com.openshift.client.OpenShiftEndpointException: Could not request https://console.itos.redhat.com/broker/rest/domains/domainequo2/applicati...: Connection to https://console.itos.redhat.com/broker/rest/domains/domainequo2/applicati...: Gateway Timeout
at com.openshift.internal.client.RestService.request(RestService.java:136)
at com.openshift.internal.client.RestService.request(RestService.java:115)
at com.openshift.internal.client.AbstractOpenShiftResource$ServiceRequest.execute(AbstractOpenShiftResource.java:159)
at com.openshift.internal.client.DomainResource$CreateApplicationRequest.execute(DomainResource.java:357)
at com.openshift.internal.client.DomainResource.createApplication(DomainResource.java:176)
at org.jboss.tools.openshift.express.internal.ui.job.CreateApplicationJob.doRun(CreateApplicationJob.java:83)
at org.jboss.tools.openshift.express.internal.ui.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:36)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
Caused by: com.openshift.internal.client.httpclient.HttpClientException: Connection to https://console.itos.redhat.com/broker/rest/domains/domainequo2/applicati...: Gateway Timeout
at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:177)
at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:150)
at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:125)
at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.post(UrlConnectionHttpClient.java:101)
at com.openshift.internal.client.RestService.request(RestService.java:179)
at com.openshift.internal.client.RestService.request(RestService.java:123)
... 7 more
Caused by: java.io.IOException: Server returned HTTP response code: 504 for URL: https://console.itos.redhat.com/broker/rest/domains/domainequo2/applicati...
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1625)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:146)
... 11 more
{code}
Eclipse log for HTTP error 503
{code}
com.openshift.client.OpenShiftEndpointException: Could not request https://console.itos.redhat.com/broker/rest/domains/test/applications?inc...: error adding app record test-test.itos.redhat.com
at com.openshift.internal.client.RestService.request(RestService.java:136)
at com.openshift.internal.client.RestService.request(RestService.java:115)
at com.openshift.internal.client.AbstractOpenShiftResource$ServiceRequest.execute(AbstractOpenShiftResource.java:159)
at com.openshift.internal.client.DomainResource$CreateApplicationRequest.execute(DomainResource.java:357)
at com.openshift.internal.client.DomainResource.createApplication(DomainResource.java:155)
at org.jboss.tools.openshift.express.internal.ui.job.CreateApplicationJob.doRun(CreateApplicationJob.java:79)
at org.jboss.tools.openshift.express.internal.ui.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:36)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
Caused by: com.openshift.internal.client.httpclient.HttpClientException: {"data":null,"errors":{},"messages":[{"exit_code":null,"field":null,"severity":"error","text":"error adding app record test-test.itos.redhat.com"}],"status":"service_unavailable","supported_api_versions":[1.0,1.1,1.2,1.3,1.4],"type":null,"version":"1.2"}
at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:177)
at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:150)
at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:125)
at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.post(UrlConnectionHttpClient.java:101)
at com.openshift.internal.client.RestService.request(RestService.java:179)
at com.openshift.internal.client.RestService.request(RestService.java:123)
... 7 more
Caused by: java.io.IOException: Server returned HTTP response code: 503 for URL: https://console.itos.redhat.com/broker/rest/domains/test/applications?inc...
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.internal.client.httpclient.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:146)
... 11 more
{code}
was:
Most of the application while creating process of application show dialog with server error 504 (Gateway timeout) - see attached log, or server error 503 (service unavailable).
Altough, application in cloud is created, can be correctly shown in browser, but in JBDS / JBT (tested in both) show dialog with given error
"Could not request https://console.itos.redhat.com/broker/rest/domains/domainequo2/applicati...: Connection to https://console.itos.redhat.com/broker/rest/domains/domainequo2/applicati...: Gateway Timeout" (for whole error see attached log) or "Could not request https://console.itos.redhat.com/broker/rest/domains/test/applications?inc...: error adding app record test-test.itos.redhat.com"
> Server side error while creating most of the scalable app. on Openshift Enterprise
> ----------------------------------------------------------------------------------
>
> Key: JBIDE-15831
> URL: https://issues.jboss.org/browse/JBIDE-15831
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.1.1.Beta1
> Reporter: Marián Labuda
> Priority: Critical
>
> Most of the application while creating process of application show dialog with server error 504 (Gateway timeout), or server error 503 (service unavailable).
> Altough, application in cloud is created, can be correctly shown in browser, but in JBDS / JBT (tested in both) show dialog with given error
> "Could not request https://console.itos.redhat.com/broker/rest/domains/domainequo2/applicati...: Connection to https://console.itos.redhat.com/broker/rest/domains/domainequo2/applicati...: Gateway Timeout" or "Could not request https://console.itos.redhat.com/broker/rest/domains/test/applications?inc...: error adding app record test-test.itos.redhat.com"
> Eclipse log for HTTP error 504
> {code}
> com.openshift.client.OpenShiftEndpointException: Could not request https://console.itos.redhat.com/broker/rest/domains/domainequo2/applicati...: Connection to https://console.itos.redhat.com/broker/rest/domains/domainequo2/applicati...: Gateway Timeout
> at com.openshift.internal.client.RestService.request(RestService.java:136)
> at com.openshift.internal.client.RestService.request(RestService.java:115)
> at com.openshift.internal.client.AbstractOpenShiftResource$ServiceRequest.execute(AbstractOpenShiftResource.java:159)
> at com.openshift.internal.client.DomainResource$CreateApplicationRequest.execute(DomainResource.java:357)
> at com.openshift.internal.client.DomainResource.createApplication(DomainResource.java:176)
> at org.jboss.tools.openshift.express.internal.ui.job.CreateApplicationJob.doRun(CreateApplicationJob.java:83)
> at org.jboss.tools.openshift.express.internal.ui.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:36)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
> Caused by: com.openshift.internal.client.httpclient.HttpClientException: Connection to https://console.itos.redhat.com/broker/rest/domains/domainequo2/applicati...: Gateway Timeout
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:177)
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:150)
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:125)
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.post(UrlConnectionHttpClient.java:101)
> at com.openshift.internal.client.RestService.request(RestService.java:179)
> at com.openshift.internal.client.RestService.request(RestService.java:123)
> ... 7 more
> Caused by: java.io.IOException: Server returned HTTP response code: 504 for URL: https://console.itos.redhat.com/broker/rest/domains/domainequo2/applicati...
> at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1625)
> at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:146)
> ... 11 more
> {code}
> Eclipse log for HTTP error 503
> {code}
> com.openshift.client.OpenShiftEndpointException: Could not request https://console.itos.redhat.com/broker/rest/domains/test/applications?inc...: error adding app record test-test.itos.redhat.com
> at com.openshift.internal.client.RestService.request(RestService.java:136)
> at com.openshift.internal.client.RestService.request(RestService.java:115)
> at com.openshift.internal.client.AbstractOpenShiftResource$ServiceRequest.execute(AbstractOpenShiftResource.java:159)
> at com.openshift.internal.client.DomainResource$CreateApplicationRequest.execute(DomainResource.java:357)
> at com.openshift.internal.client.DomainResource.createApplication(DomainResource.java:155)
> at org.jboss.tools.openshift.express.internal.ui.job.CreateApplicationJob.doRun(CreateApplicationJob.java:79)
> at org.jboss.tools.openshift.express.internal.ui.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:36)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
> Caused by: com.openshift.internal.client.httpclient.HttpClientException: {"data":null,"errors":{},"messages":[{"exit_code":null,"field":null,"severity":"error","text":"error adding app record test-test.itos.redhat.com"}],"status":"service_unavailable","supported_api_versions":[1.0,1.1,1.2,1.3,1.4],"type":null,"version":"1.2"}
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:177)
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:150)
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:125)
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.post(UrlConnectionHttpClient.java:101)
> at com.openshift.internal.client.RestService.request(RestService.java:179)
> at com.openshift.internal.client.RestService.request(RestService.java:123)
> ... 7 more
> Caused by: java.io.IOException: Server returned HTTP response code: 503 for URL: https://console.itos.redhat.com/broker/rest/domains/test/applications?inc...
> 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.internal.client.httpclient.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:146)
> ... 11 more
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] (JBIDE-14794) install from central shows "selection has been modified" as if p2 decided to install something different and p2 remediation not used/shown
by Radim Hopp (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14794?page=com.atlassian.jira.plugi... ]
Radim Hopp closed JBIDE-14794.
------------------------------
After commenting out _-Djboss.discovery.directory.url_, _-Djboss.discovery.site.url_, removing one updatesite (not sure which) and then trying to install everything from Central: Voila, remedation page was shown.
Thus I'm considering this jira as resolved -> closing.
(JBDS 7.1.0.Beta1a)
> install from central shows "selection has been modified" as if p2 decided to install something different and p2 remediation not used/shown
> ------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-14794
> URL: https://issues.jboss.org/browse/JBIDE-14794
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Reporter: Max Rydahl Andersen
> Assignee: Fred Bricon
> Priority: Critical
> Labels: respin-a
> Fix For: 4.1.1.Beta1, 4.1.1.CR1, 4.2.0.Alpha1
>
> Attachments: JBIDE14794-CentralFeature_KeplerJEESR1_installing.png, JBIDE14794-drag-link-into-Central-view-errormsg.png, JBIDE14794-drag-link-into-Central-view-request-modified.png, JBIDE14794-install-results.png
>
>
> when installing *everything* from central on kepler RC2 you get a message saying my installation selection has been modified - no info on what and when doing the installation it seems alot of eclipse stuff is redownloaded...
> Also looks like p2 remeditation was not used ?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] (JBIDE-15499) Support drag'n'drop of links to "connectors" similar to marketplace to central for auto install
by Radim Hopp (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15499?page=com.atlassian.jira.plugi... ]
Radim Hopp edited comment on JBIDE-15499 at 11/1/13 5:41 AM:
-------------------------------------------------------------
I've screencasted what I and Rasto are experiencing: http://youtu.be/axPPQEDaRVA
My environment:
{noformat}
rax@localhost ~> java -version
java version "1.7.0_45"
OpenJDK Runtime Environment (fedora-2.4.3.0.fc18-x86_64 u45-b15)
OpenJDK 64-Bit Server VM (build 24.45-b08, mixed mode)
You have new mail.
rax@localhost ~> uname -a
Linux localhost.localdomain 3.11.4-101.fc18.x86_64 #1 SMP Thu Oct 10 14:05:32 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
{noformat}
Rasta's environment:
{noformat}
java version "1.7.0_25"
OpenJDK Runtime Environment (IcedTea 2.3.10) (7u25-2.3.10-1ubuntu0.12.04.2)
OpenJDK 64-Bit Server VM (build 23.7-b01, mixed mode)
Linux eiden 3.2.0-38-generic #61-Ubuntu SMP Tue Feb 19 12:18:21 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
{noformat}
was (Author: rhopp):
I've screencasted what I and Rasto are experiencing: http://youtu.be/axPPQEDaRVA
And my config:
{noformat}
rax@localhost ~> java -version
java version "1.7.0_45"
OpenJDK Runtime Environment (fedora-2.4.3.0.fc18-x86_64 u45-b15)
OpenJDK 64-Bit Server VM (build 24.45-b08, mixed mode)
You have new mail.
rax@localhost ~> uname -a
Linux localhost.localdomain 3.11.4-101.fc18.x86_64 #1 SMP Thu Oct 10 14:05:32 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
{noformat}
> Support drag'n'drop of links to "connectors" similar to marketplace to central for auto install
> -----------------------------------------------------------------------------------------------
>
> Key: JBIDE-15499
> URL: https://issues.jboss.org/browse/JBIDE-15499
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: central
> Reporter: Max Rydahl Andersen
> Assignee: Snjezana Peco
> Priority: Blocker
> Fix For: 4.1.1.Beta1
>
>
> usecase is that you can have a link to a connector, such as JBDS-IS could be installed by drag'n'drop to jboss tools or jbds.
> Similar to eclipse marketplace for marketplace urls something like:
> * https://devstudio.jboss.com/central/install?connector=com.jbds.integratio... or
> * http://download.jboss.org/jbosstools/central/install?CID=com.jbds.integra...
> would install the two connectors named "com.jbds.integration-stack.bpel" and "org.eclipse.m2e"
> This would allow drag'n'drop install from html docs.
> Consider also supporting this from any clipboard object (eg., dragged from an Acrobat Reader PDF or Microsoft Office doc). Would need to ensure we do lots of platform testing.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months