[JBoss JIRA] (JBIDE-21902) Connecting to a OS 3 Server adapter on restarted Eclipse throws error
by Jeff Cantrill (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21902?page=com.atlassian.jira.plugi... ]
Jeff Cantrill commented on JBIDE-21902:
---------------------------------------
Testing against 10.3.9.15 I am unable to reproduce the issue. This server requires a token and I tested with a connection that does not stash the token. Upon startup, I was prompted to enter the token. What I saw in the logs was:
* Debug log stating unable to get services - expected since I have not authenticated.
* After providing a token in the UI. was able to successfully get services.
Attempts to provide an invalid token put my into a never ending cycle on the connection screen that I need to provide a valid token.
> Connecting to a OS 3 Server adapter on restarted Eclipse throws error
> ---------------------------------------------------------------------
>
> Key: JBIDE-21902
> URL: https://issues.jboss.org/browse/JBIDE-21902
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.CR1
> Reporter: Marián Labuda
> Assignee: Jeff Cantrill
> Priority: Blocker
> Labels: openshift_v3
> Fix For: 4.3.1.CR1, 4.4.0.Alpha1
>
>
> If I am having an OpenShift 3 Server Adapter in Servers view and I restart IDE, I have to fill in credentials again to start OS 3 server adapter. After filling valid credentials using local CDK OS 3.2, following error pops up and server is still stopped. Following attempt to start the server adapter finish successfully (it is because connection is already established, but in first attempt although I was prompted to fill in credentials and connection was some time during the process established, it seems the server adapter was not able to comprehend it.
> {code}
> The OpenShift service for server eap-app at OpenShift 3 (10.3.2.2) could not be reached.
> com.openshift.restclient.authorization.UnauthorizedException: Unauthorized to access resource. You can access the server using Basic authentication.
> at com.openshift.internal.restclient.DefaultClient.createOpenShiftException(DefaultClient.java:485)
> at com.openshift.internal.restclient.DefaultClient.list(DefaultClient.java:158)
> 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:287)
> at org.jboss.tools.openshift.core.server.OpenShiftServerUtils.getService(OpenShiftServerUtils.java:276)
> at org.jboss.tools.openshift.core.server.behavior.OpenShiftLaunchController.pollState(OpenShiftLaunchController.java:73)
> at org.jboss.tools.openshift.core.server.behavior.OpenShiftLaunchController.launch(OpenShiftLaunchController.java:56)
> at org.jboss.ide.eclipse.as.wtp.core.server.launch.ControllableServerLaunchConfiguration.launch(ControllableServerLaunchConfiguration.java:52)
> at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:885)
> at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:739)
> at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:731)
> at org.eclipse.wst.server.core.internal.Server.startImpl2(Server.java:3556)
> at org.eclipse.wst.server.core.internal.Server.startImpl(Server.java:3492)
> at org.eclipse.wst.server.core.internal.Server$StartJob.run(Server.java:367)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-21902) Connecting to a OS 3 Server adapter on restarted Eclipse throws error
by Jeff Cantrill (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21902?page=com.atlassian.jira.plugi... ]
Jeff Cantrill commented on JBIDE-21902:
---------------------------------------
[~fbricon] [~mlabuda] I'm having some issues reproducing this. The results I get are an error in the log on the initial attempt to retrieve services, this is a debug log and presumably is not there if you dont have trace on. It subsequently is able to connect on retry for me regardless if i have saved a password or not. I presume this has something to do with the way the auth policy is set up for the server where it ignores password and lets anyone in. I would be interested in seeing what the behavior is against a server that actually requires authentication with a legitimate token. Do you have a setup where you it actually does not save a password and it additionally does not accept an empty password.
> Connecting to a OS 3 Server adapter on restarted Eclipse throws error
> ---------------------------------------------------------------------
>
> Key: JBIDE-21902
> URL: https://issues.jboss.org/browse/JBIDE-21902
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.CR1
> Reporter: Marián Labuda
> Assignee: Jeff Cantrill
> Priority: Blocker
> Labels: openshift_v3
> Fix For: 4.3.1.CR1, 4.4.0.Alpha1
>
>
> If I am having an OpenShift 3 Server Adapter in Servers view and I restart IDE, I have to fill in credentials again to start OS 3 server adapter. After filling valid credentials using local CDK OS 3.2, following error pops up and server is still stopped. Following attempt to start the server adapter finish successfully (it is because connection is already established, but in first attempt although I was prompted to fill in credentials and connection was some time during the process established, it seems the server adapter was not able to comprehend it.
> {code}
> The OpenShift service for server eap-app at OpenShift 3 (10.3.2.2) could not be reached.
> com.openshift.restclient.authorization.UnauthorizedException: Unauthorized to access resource. You can access the server using Basic authentication.
> at com.openshift.internal.restclient.DefaultClient.createOpenShiftException(DefaultClient.java:485)
> at com.openshift.internal.restclient.DefaultClient.list(DefaultClient.java:158)
> 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:287)
> at org.jboss.tools.openshift.core.server.OpenShiftServerUtils.getService(OpenShiftServerUtils.java:276)
> at org.jboss.tools.openshift.core.server.behavior.OpenShiftLaunchController.pollState(OpenShiftLaunchController.java:73)
> at org.jboss.tools.openshift.core.server.behavior.OpenShiftLaunchController.launch(OpenShiftLaunchController.java:56)
> at org.jboss.ide.eclipse.as.wtp.core.server.launch.ControllableServerLaunchConfiguration.launch(ControllableServerLaunchConfiguration.java:52)
> at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:885)
> at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:739)
> at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:731)
> at org.eclipse.wst.server.core.internal.Server.startImpl2(Server.java:3556)
> at org.eclipse.wst.server.core.internal.Server.startImpl(Server.java:3492)
> at org.eclipse.wst.server.core.internal.Server$StartJob.run(Server.java:367)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-21911) Icons for Service and Route are not whole
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21911?page=com.atlassian.jira.plugi... ]
Fred Bricon resolved JBIDE-21911.
---------------------------------
Resolution: Done
Resolving. Follow up on better icons in JBIDE-21962
> Icons for Service and Route are not whole
> -----------------------------------------
>
> Key: JBIDE-21911
> URL: https://issues.jboss.org/browse/JBIDE-21911
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.CR1
> Reporter: Marián Labuda
> Assignee: Fred Bricon
> Labels: openshift_v3
> Fix For: 4.3.1.CR1
>
> Attachments: icons.png, pficon-route-black.png, pficon-service-black.png
>
>
> Icons for OpenShift 3 services and routing are cut off. The upper arrow on an icon is not whole, the sharp part is missing. See on the screenshot:
> !icons.png!
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-21962) See if we can use higher resolution for openshift/patternfly icons
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21962?page=com.atlassian.jira.plugi... ]
Fred Bricon commented on JBIDE-21962:
-------------------------------------
It's also possible we can't do better (the scale is really small). In that case please reject this issue.
> See if we can use higher resolution for openshift/patternfly icons
> ------------------------------------------------------------------
>
> Key: JBIDE-21962
> URL: https://issues.jboss.org/browse/JBIDE-21962
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.1.CR1
> Reporter: Fred Bricon
> Assignee: Catherine Robson
> Priority: Minor
> Fix For: 4.4.0.Alpha1
>
>
> This is a follow up on JBIDE-21911. Current patternfly 16px icons used for openshift tooling were scaled down via icomoon.io or manually, eg.:
> - Route !https://raw.githubusercontent.com/jbosstools/jbosstools-openshift/master/plugins/org.jboss.tools.openshift.ui/icons/route.png!
> - Service !https://raw.githubusercontent.com/jbosstools/jbosstools-openshift/master/plugins/org.jboss.tools.openshift.ui/icons/service.png!
> Resolution seems suboptimal, would be nice to use nicer looking icons for the full openshift icons set.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-21962) See if we can use higher resolution for openshift/patternfly icons
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21962?page=com.atlassian.jira.plugi... ]
Fred Bricon updated JBIDE-21962:
--------------------------------
Fix Version/s: 4.4.0.Alpha1
> See if we can use higher resolution for openshift/patternfly icons
> ------------------------------------------------------------------
>
> Key: JBIDE-21962
> URL: https://issues.jboss.org/browse/JBIDE-21962
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.1.CR1
> Reporter: Fred Bricon
> Assignee: Catherine Robson
> Priority: Minor
> Fix For: 4.4.0.Alpha1
>
>
> This is a follow up on JBIDE-21911. Current patternfly 16px icons used for openshift tooling were scaled down via icomoon.io or manually, eg.:
> - Route !https://raw.githubusercontent.com/jbosstools/jbosstools-openshift/master/plugins/org.jboss.tools.openshift.ui/icons/route.png!
> - Service !https://raw.githubusercontent.com/jbosstools/jbosstools-openshift/master/plugins/org.jboss.tools.openshift.ui/icons/service.png!
> Resolution seems suboptimal, would be nice to use nicer looking icons for the full openshift icons set.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-21962) See if we can use higher resolution for openshift/patternfly icons
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21962?page=com.atlassian.jira.plugi... ]
Fred Bricon reassigned JBIDE-21962:
-----------------------------------
Assignee: Catherine Robson
> See if we can use higher resolution for openshift/patternfly icons
> ------------------------------------------------------------------
>
> Key: JBIDE-21962
> URL: https://issues.jboss.org/browse/JBIDE-21962
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.1.CR1
> Reporter: Fred Bricon
> Assignee: Catherine Robson
> Priority: Minor
>
> This is a follow up on JBIDE-21911. Current patternfly 16px icons used for openshift tooling were scaled down via icomoon.io or manually, eg.:
> - Route !https://raw.githubusercontent.com/jbosstools/jbosstools-openshift/master/plugins/org.jboss.tools.openshift.ui/icons/route.png!
> - Service !https://raw.githubusercontent.com/jbosstools/jbosstools-openshift/master/plugins/org.jboss.tools.openshift.ui/icons/service.png!
> Resolution seems suboptimal, would be nice to use nicer looking icons for the full openshift icons set.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years