[JBoss JIRA] (JBDS-3605) Rebranding to developers.redhat.com
by SJ Cox (JIRA)
[ https://issues.jboss.org/browse/JBDS-3605?page=com.atlassian.jira.plugin.... ]
SJ Cox updated JBDS-3605:
-------------------------
Attachment: RedHatDevelopersStudio_SplashScreen.zip
Splash screen deliverables. Includes a .bmp with a 9 and an X. The .ai file has the version numbers on different layers.
> Rebranding to developers.redhat.com
> -----------------------------------
>
> Key: JBDS-3605
> URL: https://issues.jboss.org/browse/JBDS-3605
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Epic
> Components: installer, p2-product
> Reporter: Max Rydahl Andersen
> Assignee: Catherine Robson
> Priority: Blocker
> Fix For: 9.1.0.CR1
>
> Attachments: about-jbds10.png, header-jbds10-installer.png, RedHatDevelopersStudio_SplashScreen.zip, RedHatDeveloperStudio-Branding_Final_2016-03-16.pdf, RedHatDeveloperStudio_BrandingDeliverables.zip, splash-jbds10.png
>
>
> Developer Studio, Central and any related installers, website content etc. is requested to be rebranded under http://developers.redhat.com.
> The visual name will change but for JBDS 9.1 we will not change things that risk breaking functionallity (i.e. changing the binary from jbds to rhds will potentially break update path, ini and p2 update mechanisms)
> Thus changing about screen, splash screens etc. are the target - more deeper rebranding will be done in future and on a case-by-base basis if at all necessary.
>
> This jira will be the epic where we add related issues.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBDS-3605) Rebranding to developers.redhat.com
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-3605?page=com.atlassian.jira.plugin.... ]
Nick Boldt updated JBDS-3605:
-----------------------------
Attachment: header-jbds10-installer.png
about-jbds10.png
splash-jbds10.png
Some minor issues with the new artifacts:
1. splash -- the dynamic text that appears is not well aligned with the RHDS text. We'd need to shift that part of the bitmap up and to the left a little.
!splash-jbds10.png!
I might be able to change the colour of the text that appears. If you give me the correct RGB code for the colour you want, I can attempt to match it to a white or grey.
2. installer header:
!header-jbds10-installer.png!
I'll have to reverse the left part of the header to be white text on dark grey. Can you give me the RGB code for the dark grey you used in the image?
I haven't migrated the icon files over from "redball" to "developer braces" yet, so you see the old redball for now. I'm hoping the image you give me is transparent and looks OK on whatever colour the user's window frames are.
3. About JBDS
!about-jbds10.png!
Looks fine. Woo!
I haven't migrated the icon files over from "redball" to "developer braces" yet, so you see the old redball for now. I'm hoping the image you give me is transparent and looks OK on whatever colour the user's window frames are.
> Rebranding to developers.redhat.com
> -----------------------------------
>
> Key: JBDS-3605
> URL: https://issues.jboss.org/browse/JBDS-3605
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Epic
> Components: installer, p2-product
> Reporter: Max Rydahl Andersen
> Assignee: Catherine Robson
> Priority: Blocker
> Fix For: 9.1.0.CR1
>
> Attachments: about-jbds10.png, header-jbds10-installer.png, RedHatDeveloperStudio-Branding_Final_2016-03-16.pdf, RedHatDeveloperStudio_BrandingDeliverables.zip, splash-jbds10.png
>
>
> Developer Studio, Central and any related installers, website content etc. is requested to be rebranded under http://developers.redhat.com.
> The visual name will change but for JBDS 9.1 we will not change things that risk breaking functionallity (i.e. changing the binary from jbds to rhds will potentially break update path, ini and p2 update mechanisms)
> Thus changing about screen, splash screens etc. are the target - more deeper rebranding will be done in future and on a case-by-base basis if at all necessary.
>
> This jira will be the epic where we add related issues.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-21829) Error when starting an OpenShift Server immediately after workspace startup
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21829?page=com.atlassian.jira.plugi... ]
Fred Bricon edited comment on JBIDE-21829 at 3/17/16 3:55 PM:
--------------------------------------------------------------
The same problem occurs when starting an openshift server, after workspace startup (i.e. before the user even connected to openshift).
Clicking on server start will trigger the OpenShift connection wizard. Once connected the server will fail with
{noformat}
[DEBUG] 2016-03-17 15:54:36,896 com.openshift.internal.restclient.DefaultClient - https://10.3.2.2:8443/oapi
[DEBUG] 2016-03-17 15:54:37,974 com.openshift.internal.restclient.DefaultClient - {"kind":"APIVersions","apiVersion":"v1","versions":["v1"]}
[DEBUG] 2016-03-17 15:54:37,984 com.openshift.internal.restclient.DefaultClient - https://10.3.2.2:8443/osapi
[DEBUG] 2016-03-17 15:54:38,022 com.openshift.internal.restclient.DefaultClient - {"kind":"APIVersions","apiVersion":"v1","versions":[]}
[DEBUG] 2016-03-17 15:54:38,029 com.openshift.internal.restclient.DefaultClient - https://10.3.2.2:8443/api
[DEBUG] 2016-03-17 15:54:38,069 com.openshift.internal.restclient.DefaultClient - {"kind":"APIVersions","apiVersion":"v1","versions":["v1","v1beta3"]}
[DEBUG] 2016-03-17 15:54:38,072 com.openshift.internal.restclient.URLBuilder - Built url: https://10.3.2.2:8443/api/v1/namespaces/sauce/services
[DEBUG] 2016-03-17 15:54:38,100 com.openshift.internal.restclient.DefaultClient - Could not list Service resources in namespace sauce: {
"kind": "Status",
"apiVersion": "v1",
"metadata": {},
"status": "Failure",
"message": "User \"system:anonymous\" cannot list services in project \"sauce\"",
"reason": "Forbidden",
"details": {
"kind": "services"
},
"code": 403
}
com.openshift.internal.restclient.http.HttpClientException: {
"kind": "Status",
"apiVersion": "v1",
"metadata": {},
"status": "Failure",
"message": "User \"system:anonymous\" cannot list services in project \"sauce\"",
"reason": "Forbidden",
"details": {
"kind": "services"
},
"code": 403
}
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:278)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:211)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:187)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.get(UrlConnectionHttpClient.java:149)
at com.openshift.internal.restclient.DefaultClient.list(DefaultClient.java:153)
at com.openshift.internal.restclient.DefaultClient.list(DefaultClient.java:139)
at org.jboss.tools.openshift.core.connection.Connection.getResources(Connection.java:387)
at org.jboss.tools.openshift.core.server.OpenShiftServerUtils.getService(OpenShiftServerUtils.java:285)
at org.jboss.tools.openshift.core.server.OpenShiftServerUtils.getService(OpenShiftServerUtils.java:274)
at org.jboss.tools.openshift.core.server.behavior.OpenShiftPublishController.createRSync(OpenShiftPublishController.java:54)
at org.jboss.tools.openshift.core.server.behavior.OpenShiftPublishController.publishStart(OpenShiftPublishController.java:80)
at org.jboss.ide.eclipse.as.wtp.core.server.behavior.CachedPublisherProfileBehavior.publishStart(CachedPublisherProfileBehavior.java:47)
at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:942)
at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:774)
at org.eclipse.wst.server.core.internal.Server.publishImpl(Server.java:3172)
at org.eclipse.wst.server.core.internal.Server$PublishJob.run(Server.java:345)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: java.io.IOException: Server returned HTTP response code: 403 for URL: https://10.3.2.2:8443/api/v1/namespaces/sauce/services
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1840)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1441)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:207)
... 15 more
!ENTRY org.jboss.tools.openshift.core 1 0 2016-03-17 15:54:38.187
!MESSAGE Unauthorized. Trying to reauthenticate
[DEBUG] 2016-03-17 15:54:38,193 com.openshift.internal.restclient.URLBuilder - Built url: https://10.3.2.2:8443/oapi/v1/users/~
[DEBUG] 2016-03-17 15:54:38,368 com.openshift.internal.restclient.DefaultClient - Could not get resource ~ in namespace : Unauthorized
com.openshift.internal.restclient.http.UnauthorizedException: Unauthorized
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:274)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:211)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:187)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.get(UrlConnectionHttpClient.java:149)
at com.openshift.internal.restclient.DefaultClient.get(DefaultClient.java:308)
at com.openshift.internal.restclient.DefaultClient.getCurrentUser(DefaultClient.java:499)
at com.openshift.internal.restclient.authorization.AuthorizationClient.getContext(AuthorizationClient.java:93)
at com.openshift.internal.restclient.DefaultClient.getContext(DefaultClient.java:504)
at org.jboss.tools.openshift.core.connection.Connection.authorize(Connection.java:236)
at org.jboss.tools.openshift.core.connection.Connection.connect(Connection.java:226)
at org.jboss.tools.openshift.core.connection.Connection.retryList(Connection.java:445)
at org.jboss.tools.openshift.core.connection.Connection.getResources(Connection.java:389)
at org.jboss.tools.openshift.core.server.OpenShiftServerUtils.getService(OpenShiftServerUtils.java:285)
at org.jboss.tools.openshift.core.server.OpenShiftServerUtils.getService(OpenShiftServerUtils.java:274)
at org.jboss.tools.openshift.core.server.behavior.OpenShiftPublishController.createRSync(OpenShiftPublishController.java:54)
at org.jboss.tools.openshift.core.server.behavior.OpenShiftPublishController.publishStart(OpenShiftPublishController.java:80)
at org.jboss.ide.eclipse.as.wtp.core.server.behavior.CachedPublisherProfileBehavior.publishStart(CachedPublisherProfileBehavior.java:47)
at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:942)
at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:774)
at org.eclipse.wst.server.core.internal.Server.publishImpl(Server.java:3172)
at org.eclipse.wst.server.core.internal.Server$PublishJob.run(Server.java:345)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: java.io.IOException: Server returned HTTP response code: 401 for URL: https://10.3.2.2:8443/oapi/v1/users/~
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1840)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1441)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:207)
... 20 more
[DEBUG] 2016-03-17 15:54:38,516 com.openshift.internal.restclient.URLBuilder - Built url: https://10.3.2.2:8443/oapi/v1/users/~
[DEBUG] 2016-03-17 15:54:38,547 com.openshift.internal.restclient.DefaultClient - {"kind":"User","apiVersion":"v1","metadata":{"name":"openshift-dev","selfLink":"/oapi/v1/users/openshift-dev","uid":"34d658b3-eabb-11e5-999b-525400b46e1a","resourceVersion":"442","creationTimestamp":"2016-03-15T14:35:47Z"},"identities":["htpasswd:openshift-dev"],"groups":null}
[DEBUG] 2016-03-17 15:54:38,550 com.openshift.internal.restclient.URLBuilder - Built url: https://10.3.2.2:8443/api/v1/services
[DEBUG] 2016-03-17 15:54:38,583 com.openshift.internal.restclient.DefaultClient - Could not list Service resources in namespace : {
"kind": "Status",
"apiVersion": "v1",
"metadata": {},
"status": "Failure",
"message": "User \"openshift-dev\" cannot list all services in the cluster",
"reason": "Forbidden",
"details": {
"kind": "services"
},
"code": 403
}
com.openshift.internal.restclient.http.HttpClientException: {
"kind": "Status",
"apiVersion": "v1",
"metadata": {},
"status": "Failure",
"message": "User \"openshift-dev\" cannot list all services in the cluster",
"reason": "Forbidden",
"details": {
"kind": "services"
},
"code": 403
}
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:278)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:211)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:187)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.get(UrlConnectionHttpClient.java:149)
at com.openshift.internal.restclient.DefaultClient.list(DefaultClient.java:153)
at com.openshift.internal.restclient.DefaultClient.list(DefaultClient.java:139)
at com.openshift.internal.restclient.DefaultClient.list(DefaultClient.java:134)
at org.jboss.tools.openshift.core.connection.Connection.retryList(Connection.java:446)
at org.jboss.tools.openshift.core.connection.Connection.getResources(Connection.java:389)
at org.jboss.tools.openshift.core.server.OpenShiftServerUtils.getService(OpenShiftServerUtils.java:285)
at org.jboss.tools.openshift.core.server.OpenShiftServerUtils.getService(OpenShiftServerUtils.java:274)
at org.jboss.tools.openshift.core.server.behavior.OpenShiftPublishController.createRSync(OpenShiftPublishController.java:54)
at org.jboss.tools.openshift.core.server.behavior.OpenShiftPublishController.publishStart(OpenShiftPublishController.java:80)
at org.jboss.ide.eclipse.as.wtp.core.server.behavior.CachedPublisherProfileBehavior.publishStart(CachedPublisherProfileBehavior.java:47)
at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:942)
at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:774)
at org.eclipse.wst.server.core.internal.Server.publishImpl(Server.java:3172)
at org.eclipse.wst.server.core.internal.Server$PublishJob.run(Server.java:345)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: java.io.IOException: Server returned HTTP response code: 403 for URL: https://10.3.2.2:8443/api/v1/services
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1840)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1441)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:207)
... 17 more
!ENTRY org.eclipse.wst.server.core 4 0 2016-03-17 15:54:38.597
!MESSAGE Could not publish to the server.
!STACK 0
com.openshift.restclient.authorization.ResourceForbiddenException: User "openshift-dev" cannot list all services in the cluster
at com.openshift.internal.restclient.DefaultClient.createOpenShiftException(DefaultClient.java:483)
at com.openshift.internal.restclient.DefaultClient.list(DefaultClient.java:158)
at com.openshift.internal.restclient.DefaultClient.list(DefaultClient.java:139)
at com.openshift.internal.restclient.DefaultClient.list(DefaultClient.java:134)
at org.jboss.tools.openshift.core.connection.Connection.retryList(Connection.java:446)
at org.jboss.tools.openshift.core.connection.Connection.getResources(Connection.java:389)
at org.jboss.tools.openshift.core.server.OpenShiftServerUtils.getService(OpenShiftServerUtils.java:285)
at org.jboss.tools.openshift.core.server.OpenShiftServerUtils.getService(OpenShiftServerUtils.java:274)
at org.jboss.tools.openshift.core.server.behavior.OpenShiftPublishController.createRSync(OpenShiftPublishController.java:54)
at org.jboss.tools.openshift.core.server.behavior.OpenShiftPublishController.publishStart(OpenShiftPublishController.java:80)
at org.jboss.ide.eclipse.as.wtp.core.server.behavior.CachedPublisherProfileBehavior.publishStart(CachedPublisherProfileBehavior.java:47)
at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:942)
at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:774)
at org.eclipse.wst.server.core.internal.Server.publishImpl(Server.java:3172)
at org.eclipse.wst.server.core.internal.Server$PublishJob.run(Server.java:345)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: com.openshift.internal.restclient.http.HttpClientException: {
"kind": "Status",
"apiVersion": "v1",
"metadata": {},
"status": "Failure",
"message": "User \"openshift-dev\" cannot list all services in the cluster",
"reason": "Forbidden",
"details": {
"kind": "services"
},
"code": 403
}
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:278)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:211)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:187)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.get(UrlConnectionHttpClient.java:149)
at com.openshift.internal.restclient.DefaultClient.list(DefaultClient.java:153)
... 14 more
Caused by: java.io.IOException: Server returned HTTP response code: 403 for URL: https://10.3.2.2:8443/api/v1/services
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1840)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1441)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:207)
{noformat}
was (Author: fbricon):
The same problem occurs when starting an openshift server, after workspace startup (i.e. before the user even connected to openshift).
Clicking on server start will trigger the OpenShift connection wizard. Once connected the server will fail with
{noformat}
[DEBUG] 2016-03-17 15:46:57,009 com.openshift.internal.restclient.DefaultClient - https://10.3.2.2:8443/oapi
[DEBUG] 2016-03-17 15:46:57,960 com.openshift.internal.restclient.DefaultClient - {"kind":"APIVersions","apiVersion":"v1","versions":["v1"]}
[DEBUG] 2016-03-17 15:46:57,969 com.openshift.internal.restclient.DefaultClient - https://10.3.2.2:8443/osapi
[DEBUG] 2016-03-17 15:46:58,007 com.openshift.internal.restclient.DefaultClient - {"kind":"APIVersions","apiVersion":"v1","versions":[]}
[DEBUG] 2016-03-17 15:46:58,010 com.openshift.internal.restclient.DefaultClient - https://10.3.2.2:8443/api
[DEBUG] 2016-03-17 15:46:58,058 com.openshift.internal.restclient.DefaultClient - {"kind":"APIVersions","apiVersion":"v1","versions":["v1","v1beta3"]}
[DEBUG] 2016-03-17 15:46:58,062 com.openshift.internal.restclient.URLBuilder - Built url: https://10.3.2.2:8443/api/v1/namespaces/sauce/services
[DEBUG] 2016-03-17 15:46:58,115 com.openshift.internal.restclient.DefaultClient - Could not list Service resources in namespace sauce: {
"kind": "Status",
"apiVersion": "v1",
"metadata": {},
"status": "Failure",
"message": "User \"system:anonymous\" cannot list services in project \"sauce\"",
"reason": "Forbidden",
"details": {
"kind": "services"
},
"code": 403
}
com.openshift.internal.restclient.http.HttpClientException: {
"kind": "Status",
"apiVersion": "v1",
"metadata": {},
"status": "Failure",
"message": "User \"system:anonymous\" cannot list services in project \"sauce\"",
"reason": "Forbidden",
"details": {
"kind": "services"
},
"code": 403
}
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:278)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:211)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:187)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.get(UrlConnectionHttpClient.java:149)
at com.openshift.internal.restclient.DefaultClient.list(DefaultClient.java:153)
at com.openshift.internal.restclient.DefaultClient.list(DefaultClient.java:139)
at org.jboss.tools.openshift.core.connection.Connection.getResources(Connection.java:387)
at org.jboss.tools.openshift.core.server.OpenShiftServerUtils.getService(OpenShiftServerUtils.java:285)
at org.jboss.tools.openshift.core.server.OpenShiftServerUtils.getService(OpenShiftServerUtils.java:274)
at org.jboss.tools.openshift.core.server.behavior.OpenShiftPublishController.createRSync(OpenShiftPublishController.java:54)
at org.jboss.tools.openshift.core.server.behavior.OpenShiftPublishController.publishStart(OpenShiftPublishController.java:80)
at org.jboss.ide.eclipse.as.wtp.core.server.behavior.CachedPublisherProfileBehavior.publishStart(CachedPublisherProfileBehavior.java:47)
at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:942)
at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:774)
at org.eclipse.wst.server.core.internal.Server.publishImpl(Server.java:3172)
at org.eclipse.wst.server.core.internal.Server$PublishJob.run(Server.java:345)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: java.io.IOException: Server returned HTTP response code: 403 for URL: https://10.3.2.2:8443/api/v1/namespaces/sauce/services
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1840)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1441)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:207)
... 15 more
{noformat}
> Error when starting an OpenShift Server immediately after workspace startup
> ---------------------------------------------------------------------------
>
> Key: JBIDE-21829
> URL: https://issues.jboss.org/browse/JBIDE-21829
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Beta2
> Reporter: Xavier Coulon
> Assignee: Jeff Cantrill
> Fix For: 4.3.1.CR1
>
>
> I get the following error when my runtime Eclipse starts with the Server Editor opened on an OpenShift Server Adapter:
> {code}
> !ENTRY org.eclipse.core.jobs 4 2 2016-03-08 15:54:58.597
> !MESSAGE An internal error occurred during: "Setting connection, deploy project...".
> !STACK 0
> com.openshift.restclient.authorization.ResourceForbiddenException: User "test-admin" cannot list all services in the cluster
> at com.openshift.internal.restclient.DefaultClient.createOpenShiftException(DefaultClient.java:477)
> at com.openshift.internal.restclient.DefaultClient.list(DefaultClient.java:152)
> at com.openshift.internal.restclient.DefaultClient.list(DefaultClient.java:133)
> at com.openshift.internal.restclient.DefaultClient.list(DefaultClient.java:128)
> at org.jboss.tools.openshift.core.connection.Connection.retryList(Connection.java:434)
> at org.jboss.tools.openshift.core.connection.Connection.getResources(Connection.java:377)
> at org.jboss.tools.openshift.core.server.OpenShiftServerUtils.getService(OpenShiftServerUtils.java:267)
> at org.jboss.tools.openshift.core.server.OpenShiftServerUtils.getService(OpenShiftServerUtils.java:256)
> at org.jboss.tools.openshift.internal.ui.server.OpenShiftServerEditorSection$13.run(OpenShiftServerEditorSection.java:486)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> {code}
> This error also happens when the editor is closed at start-up and opened later on.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-21831) Change host to localhost when cdk is selected in new server dialog
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21831?page=com.atlassian.jira.plugi... ]
Rob Stryker commented on JBIDE-21831:
-------------------------------------
Currently when we create the server, it can't possibly know it's host name. There's just no way for it. All we have is a vagrant file. While we could scan the VagrantFile and look for the PUBLIC_ADDRESS flag, there's no guarentee it's actually set there. We don't get an accurate host until we run service-manager as of now.
> Change host to localhost when cdk is selected in new server dialog
> ------------------------------------------------------------------
>
> Key: JBIDE-21831
> URL: https://issues.jboss.org/browse/JBIDE-21831
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdk
> Affects Versions: 4.3.1.CR1
> Reporter: Martin Malina
> Assignee: Rob Stryker
> Priority: Minor
> Fix For: 4.3.1.CR1, 4.4.0.Alpha1
>
> Attachments: new-cdk-server.png
>
>
> When you open the new server dialog, select OpenShift 2, it will set host to openshift.redhat.com. When you then select cdk, it will complain that it only works on localhost. So the suggestion is to make it work the same way OpenShift adapters work and ensure that host is always changed to localhost when you select the cdk adapter.
> This was spotted and brought up by [~mlabuda].
> For reference, this is the JIRA where similar thing was discussed for OpenShift: JBIDE-20114
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-21829) Error when starting an OpenShift Server immediately after workspace startup
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21829?page=com.atlassian.jira.plugi... ]
Fred Bricon edited comment on JBIDE-21829 at 3/17/16 3:48 PM:
--------------------------------------------------------------
The same problem occurs when starting an openshift server, after workspace startup (i.e. before the user even connected to openshift).
Clicking on server start will trigger the OpenShift connection wizard. Once connected the server will fail with
{noformat}
[DEBUG] 2016-03-17 15:46:57,009 com.openshift.internal.restclient.DefaultClient - https://10.3.2.2:8443/oapi
[DEBUG] 2016-03-17 15:46:57,960 com.openshift.internal.restclient.DefaultClient - {"kind":"APIVersions","apiVersion":"v1","versions":["v1"]}
[DEBUG] 2016-03-17 15:46:57,969 com.openshift.internal.restclient.DefaultClient - https://10.3.2.2:8443/osapi
[DEBUG] 2016-03-17 15:46:58,007 com.openshift.internal.restclient.DefaultClient - {"kind":"APIVersions","apiVersion":"v1","versions":[]}
[DEBUG] 2016-03-17 15:46:58,010 com.openshift.internal.restclient.DefaultClient - https://10.3.2.2:8443/api
[DEBUG] 2016-03-17 15:46:58,058 com.openshift.internal.restclient.DefaultClient - {"kind":"APIVersions","apiVersion":"v1","versions":["v1","v1beta3"]}
[DEBUG] 2016-03-17 15:46:58,062 com.openshift.internal.restclient.URLBuilder - Built url: https://10.3.2.2:8443/api/v1/namespaces/sauce/services
[DEBUG] 2016-03-17 15:46:58,115 com.openshift.internal.restclient.DefaultClient - Could not list Service resources in namespace sauce: {
"kind": "Status",
"apiVersion": "v1",
"metadata": {},
"status": "Failure",
"message": "User \"system:anonymous\" cannot list services in project \"sauce\"",
"reason": "Forbidden",
"details": {
"kind": "services"
},
"code": 403
}
com.openshift.internal.restclient.http.HttpClientException: {
"kind": "Status",
"apiVersion": "v1",
"metadata": {},
"status": "Failure",
"message": "User \"system:anonymous\" cannot list services in project \"sauce\"",
"reason": "Forbidden",
"details": {
"kind": "services"
},
"code": 403
}
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:278)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:211)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:187)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.get(UrlConnectionHttpClient.java:149)
at com.openshift.internal.restclient.DefaultClient.list(DefaultClient.java:153)
at com.openshift.internal.restclient.DefaultClient.list(DefaultClient.java:139)
at org.jboss.tools.openshift.core.connection.Connection.getResources(Connection.java:387)
at org.jboss.tools.openshift.core.server.OpenShiftServerUtils.getService(OpenShiftServerUtils.java:285)
at org.jboss.tools.openshift.core.server.OpenShiftServerUtils.getService(OpenShiftServerUtils.java:274)
at org.jboss.tools.openshift.core.server.behavior.OpenShiftPublishController.createRSync(OpenShiftPublishController.java:54)
at org.jboss.tools.openshift.core.server.behavior.OpenShiftPublishController.publishStart(OpenShiftPublishController.java:80)
at org.jboss.ide.eclipse.as.wtp.core.server.behavior.CachedPublisherProfileBehavior.publishStart(CachedPublisherProfileBehavior.java:47)
at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:942)
at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:774)
at org.eclipse.wst.server.core.internal.Server.publishImpl(Server.java:3172)
at org.eclipse.wst.server.core.internal.Server$PublishJob.run(Server.java:345)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: java.io.IOException: Server returned HTTP response code: 403 for URL: https://10.3.2.2:8443/api/v1/namespaces/sauce/services
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1840)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1441)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:207)
... 15 more
{noformat}
was (Author: fbricon):
The same problem occurs when starting an openshift server, after workspace startup (i.e. before the user even connected to openshift).
Clicking on server start will trigger the OpenShift connection wizard. Once connected the server will fail with
{noformat}
com.openshift.restclient.authorization.ResourceForbiddenException: User "openshift-dev" cannot list all services in the cluster
at com.openshift.internal.restclient.DefaultClient.createOpenShiftException(DefaultClient.java:483)
at com.openshift.internal.restclient.DefaultClient.list(DefaultClient.java:158)
at com.openshift.internal.restclient.DefaultClient.list(DefaultClient.java:139)
at com.openshift.internal.restclient.DefaultClient.list(DefaultClient.java:134)
at org.jboss.tools.openshift.core.connection.Connection.retryList(Connection.java:446)
at org.jboss.tools.openshift.core.connection.Connection.getResources(Connection.java:389)
at org.jboss.tools.openshift.core.server.OpenShiftServerUtils.getService(OpenShiftServerUtils.java:285)
at org.jboss.tools.openshift.core.server.OpenShiftServerUtils.getService(OpenShiftServerUtils.java:274)
at org.jboss.tools.openshift.core.server.behavior.OpenShiftPublishController.createRSync(OpenShiftPublishController.java:54)
at org.jboss.tools.openshift.core.server.behavior.OpenShiftPublishController.publishStart(OpenShiftPublishController.java:80)
at org.jboss.ide.eclipse.as.wtp.core.server.behavior.CachedPublisherProfileBehavior.publishStart(CachedPublisherProfileBehavior.java:47)
at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:942)
at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:774)
at org.eclipse.wst.server.core.internal.Server.publishImpl(Server.java:3172)
at org.eclipse.wst.server.core.internal.Server$PublishJob.run(Server.java:345)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: com.openshift.internal.restclient.http.HttpClientException: {
"kind": "Status",
"apiVersion": "v1",
"metadata": {},
"status": "Failure",
"message": "User \"openshift-dev\" cannot list all services in the cluster",
"reason": "Forbidden",
"details": {
"kind": "services"
},
"code": 403
}
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:278)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:211)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:187)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.get(UrlConnectionHttpClient.java:149)
at com.openshift.internal.restclient.DefaultClient.list(DefaultClient.java:153)
... 14 more
Caused by: java.io.IOException: Server returned HTTP response code: 403 for URL: https://10.3.2.2:8443/api/v1/services
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1840)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1441)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:207)
... 17 more
!ENTRY org.eclipse.epp.logging.aeri.ide 1 1 2016-03-17 15:40:53.553
!MESSAGE Added ‘Could not publish to the server.’ under ‘a2a95bfb20cde060dcde7c3f46507448’ to local history at /Users/fbricon/Dev/workspaces/…org.jboss.tools/local-history. ; version: 1.100.0.v20160217-0435
!STACK 0
{noformat}
> Error when starting an OpenShift Server immediately after workspace startup
> ---------------------------------------------------------------------------
>
> Key: JBIDE-21829
> URL: https://issues.jboss.org/browse/JBIDE-21829
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Beta2
> Reporter: Xavier Coulon
> Assignee: Jeff Cantrill
> Fix For: 4.3.1.CR1
>
>
> I get the following error when my runtime Eclipse starts with the Server Editor opened on an OpenShift Server Adapter:
> {code}
> !ENTRY org.eclipse.core.jobs 4 2 2016-03-08 15:54:58.597
> !MESSAGE An internal error occurred during: "Setting connection, deploy project...".
> !STACK 0
> com.openshift.restclient.authorization.ResourceForbiddenException: User "test-admin" cannot list all services in the cluster
> at com.openshift.internal.restclient.DefaultClient.createOpenShiftException(DefaultClient.java:477)
> at com.openshift.internal.restclient.DefaultClient.list(DefaultClient.java:152)
> at com.openshift.internal.restclient.DefaultClient.list(DefaultClient.java:133)
> at com.openshift.internal.restclient.DefaultClient.list(DefaultClient.java:128)
> at org.jboss.tools.openshift.core.connection.Connection.retryList(Connection.java:434)
> at org.jboss.tools.openshift.core.connection.Connection.getResources(Connection.java:377)
> at org.jboss.tools.openshift.core.server.OpenShiftServerUtils.getService(OpenShiftServerUtils.java:267)
> at org.jboss.tools.openshift.core.server.OpenShiftServerUtils.getService(OpenShiftServerUtils.java:256)
> at org.jboss.tools.openshift.internal.ui.server.OpenShiftServerEditorSection$13.run(OpenShiftServerEditorSection.java:486)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> {code}
> This error also happens when the editor is closed at start-up and opened later on.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-21662) Server adapter: workspace project is not automatically published if there was no initial publish
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21662?page=com.atlassian.jira.plugi... ]
Rob Stryker resolved JBIDE-21662.
---------------------------------
Resolution: Done
seems to be fixed by all the tests I just ran. I'll keep testing but I'll mark this as closed and let QE beat on it a bit as well.
> Server adapter: workspace project is not automatically published if there was no initial publish
> ------------------------------------------------------------------------------------------------
>
> Key: JBIDE-21662
> URL: https://issues.jboss.org/browse/JBIDE-21662
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.CR1
> Reporter: Marián Labuda
> Assignee: Rob Stryker
> Priority: Critical
> Labels: openshift_v3, server_adapter
> Fix For: 4.3.1.CR1
>
>
> When I am having a workspace project, OS3 application and server adapter, application should be automatically changed based on local file disk changes as it was introduced in JBIDE-21371. But auto-publish does not work if there was not performed initial publish on server adapter which links workspace project with OS 3 application.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years