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