3 Replies Latest reply on Jan 26, 2012 9:02 AM by adietish

    openshift + JBDS validation

    qmx

      Hi folks!

       

      Looks like there are some validation glitches on JBDS 5 M5 - I've did the basic user workflow - it did not allowed me to create a domain named "test", and bailed out with the same error when I've used "test12423145123".

       

      Any clues? Feel free to ask more info.

       

      https://img.skitch.com/20120120-kyuj68h1bu6sdidpaybcpjin6r.jpg

        • 1. Re: openshift + JBDS validation
          adietish

          Hi Douglas,

           

          hard to say from the few informations.

          M5 does not report OpenShift errors in all details (as you can see in the above screenshot The details make it to the eclipse log though and that should tell us about the exact error.

          Do you have some eclipse log entry you could share with us?

           

          Cheers

          André

          • 2. Re: openshift + JBDS validation
            qmx

            Does it ring any bells?

             

            Caused by: org.jboss.tools.openshift.express.internal.client.httpclient.InternalServerErrorException: {"result":"Error communicating with DNS system.  If the problem persists please contact Red Hat support.","messages":"","data":"","exit_code":1,"broker":"1.1.1","api":"1.1.2","debug":"","broker_c":["namespace","rhlogin","ssh","app_uuid","debug","alter","cartridge","cart_type","action","app_name","api"],"api_c":["placeholder"]}

                    at org.jboss.tools.openshift.express.internal.client.httpclient.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:106)

                    at org.jboss.tools.openshift.express.internal.client.httpclient.UrlConnectionHttpClient.post(UrlConnectionHttpClient.java:69)

                    at org.jboss.tools.openshift.express.client.OpenShiftService.sendRequest(OpenShiftService.java:258)

                    ... 6 more

            Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: https://openshift.redhat.com/broker/domain

                    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1436)

                    at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:234)

                    at org.jboss.tools.openshift.express.internal.client.httpclient.UrlConnectionHttpClient.post(U

            • 3. Re: openshift + JBDS validation
              adietish

              Hi Douglas

               

              oh, yes, this definitely rings bells. This unfortunately is a bug on OpenShift:

               

              https://bugzilla.redhat.com/show_bug.cgi?id=783524

              Problem reported from server. Response code was 500.

               

              Debug output from 500 error:

              Exit Code: 1

              broker_c: namespacerhloginsshapp_uuiddebugaltercartridgecart_typeactionapp_nameapi

              api_c: placeholder

              API version:    1.1.2

              Broker version: 1.1.1 

              RESULT: Error communicating with DNS system.  If the problem persists please contact Red Hat support.

               

              The bug was identifed and fixed, but you'll unfortunately have to wait until the latest code makes it to the OpenShift production site. The next release is currently scheduled for the 6th of February. The team is currently also considering patching the production site.

              Alternatively you could just have another try now. The broker was restarted yesterday (and restarting the broker helps to fix this issue).

               

              Cheers

              André