[JBoss JIRA] (JBDS-3756) Have single progress bar for download and installation progress
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-3756?page=com.atlassian.jira.plugin.... ]
Denis Golovin updated JBDS-3756:
--------------------------------
Summary: Have single progress bar for download and installation progress (was: Have two progress bars download and installation progress)
> Have single progress bar for download and installation progress
> ---------------------------------------------------------------
>
> Key: JBDS-3756
> URL: https://issues.jboss.org/browse/JBDS-3756
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Feature Request
> Components: platform-installer
> Reporter: Pete Muir
> Assignee: Mohit Suman
> Priority: Minor
> Labels: ui
> Fix For: 11.x
>
>
> Most installers have a single progress bar that shows the overall progress, and then text which explains which component is being installed right now.
> Update:
> After discussion on backlog grooming session it seems reasonable to have two progress bars instead of one. Considering size of downloaded resources and time spend for downloading/installation we might have much longer installation time than now with single progress bar. Instead we can start downloading resources and install them as soon as download is finished. That would let us run installation in sequence and avoid problems with running two MSI installer at the same timed. Also that would save some time and do installation for smaller components while download for big ones is in progress.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 6 months
[JBoss JIRA] (JBDS-4554) Replace context menu in installer with normally expected UI elements: buttons and links
by Catherine Robson (JIRA)
[ https://issues.jboss.org/browse/JBDS-4554?page=com.atlassian.jira.plugin.... ]
Catherine Robson commented on JBDS-4554:
----------------------------------------
The toggle seems a bit odd given that it controls checkboxes. I have suggested two other stylings below - both giving the checkbox prominence so it is easy to find, but leaving it as a checkbox that selects all checkboxes to keep the interaction consistent. I think I prefer Option 1.
!Selectall-Option1.png|thumbnail!
!Selectall-Option2.png|thumbnail!
> Replace context menu in installer with normally expected UI elements: buttons and links
> ---------------------------------------------------------------------------------------
>
> Key: JBDS-4554
> URL: https://issues.jboss.org/browse/JBDS-4554
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: platform-installer
> Affects Versions: 11.1.0.AM2
> Reporter: Denis Golovin
> Assignee: Mohit Suman
> Labels: ui
> Attachments: Selectall-Option1.png, Selectall-Option2.png
>
>
> Click context menus on the installer - it’s not a functionality one would normally expect.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 6 months
[JBoss JIRA] (JBIDE-25165) Server Adapter Editor: pops up 2 connection dialogs if I open the editor while my connection has no pw stored
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25165?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-25165:
-------------------------------------
Description:
# ASSERT: make sure that you have a connection where the password is *NOT* stored
# ASSERT: have a server adapter that is using this connection
# EXEC: restart Eclipse
# EXEC: in the freshly started Eclipse: open the editor for your server adapter
# ASSERT: connection wizard pops up prompting you to provide the password
# EXEC: "Cancel" the dialog
Result:
The connection wizard pops up a 2nd time
Expected result:
I should not have to cancel the dialog a 2nd time
was:
# ASSERT: make sure that you have a connection where the password is *NOT* stored
# ASSERT: have a server adapter that is using this connection
# EXEC: restart Eclipse
# EXEC: in the freshly started Eclipse: open the editor for your server adapter
# ASSERT: connection wizard pops up prompting you to provide the password
# EXEC: "Cancel" the dialog
Result:
The connection wizard pops up a 2nd time
Expected result:
I should not have to cancel the dialog a 2nd time
The 2 stack traces (for both cancels) are the following:
{code}
!ENTRY org.eclipse.core.jobs 4 2 2017-10-09 15:28:21.364
!MESSAGE An internal error occurred during: "Loading OpenShift Server Resources...".
!STACK 0
com.openshift.restclient.authorization.UnauthorizedException: Unauthorized to access resource. You can access the server using Basic authentication.
at com.openshift.internal.restclient.okhttp.ResponseCodeInterceptor.createOpenShiftException(ResponseCodeInterceptor.java:110)
at com.openshift.internal.restclient.okhttp.ResponseCodeInterceptor.intercept(ResponseCodeInterceptor.java:65)
at okhttp3.RealCall$ApplicationInterceptorChain.proceed(RealCall.java:190)
at okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:163)
at okhttp3.RealCall.execute(RealCall.java:57)
at com.openshift.internal.restclient.okhttp.OpenShiftAuthenticator.tryAuth(OpenShiftAuthenticator.java:106)
at com.openshift.internal.restclient.okhttp.OpenShiftAuthenticator.authenticate(OpenShiftAuthenticator.java:62)
at okhttp3.internal.http.HttpEngine.followUpRequest(HttpEngine.java:946)
at okhttp3.RealCall.getResponse(RealCall.java:279)
at okhttp3.RealCall$ApplicationInterceptorChain.proceed(RealCall.java:201)
at com.openshift.internal.restclient.okhttp.ResponseCodeInterceptor.intercept(ResponseCodeInterceptor.java:54)
at okhttp3.RealCall$ApplicationInterceptorChain.proceed(RealCall.java:190)
at okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:163)
at okhttp3.RealCall.execute(RealCall.java:57)
at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:258)
at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:222)
at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:210)
at com.openshift.internal.restclient.DefaultClient.get(DefaultClient.java:333)
at com.openshift.internal.restclient.authorization.AuthorizationContext.isAuthorized(AuthorizationContext.java:65)
at org.jboss.tools.openshift.core.connection.Connection.authorize(Connection.java:236)
at org.jboss.tools.openshift.core.connection.Connection.connect(Connection.java:225)
at org.jboss.tools.openshift.core.connection.Connection.retryList(Connection.java:530)
at org.jboss.tools.openshift.core.connection.Connection.getResources(Connection.java:473)
at org.jboss.tools.openshift.core.server.OpenShiftServerUtils.getResource(OpenShiftServerUtils.java:424)
at org.jboss.tools.openshift.core.server.OpenShiftServerUtils.getResource(OpenShiftServerUtils.java:374)
at org.jboss.tools.openshift.internal.ui.server.OpenShiftServerEditorSection$LoadProjectsJob.run(OpenShiftServerEditorSection.java:723)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:56)
{code}
{code}
com.openshift.restclient.authorization.UnauthorizedException: Unauthorized to access resource. You can access the server using Basic authentication.
at com.openshift.internal.restclient.okhttp.ResponseCodeInterceptor.createOpenShiftException(ResponseCodeInterceptor.java:110)
at com.openshift.internal.restclient.okhttp.ResponseCodeInterceptor.intercept(ResponseCodeInterceptor.java:65)
at okhttp3.RealCall$ApplicationInterceptorChain.proceed(RealCall.java:190)
at okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:163)
at okhttp3.RealCall.execute(RealCall.java:57)
at com.openshift.internal.restclient.okhttp.OpenShiftAuthenticator.tryAuth(OpenShiftAuthenticator.java:106)
at com.openshift.internal.restclient.okhttp.OpenShiftAuthenticator.authenticate(OpenShiftAuthenticator.java:62)
at okhttp3.internal.http.HttpEngine.followUpRequest(HttpEngine.java:946)
at okhttp3.RealCall.getResponse(RealCall.java:279)
at okhttp3.RealCall$ApplicationInterceptorChain.proceed(RealCall.java:201)
at com.openshift.internal.restclient.okhttp.ResponseCodeInterceptor.intercept(ResponseCodeInterceptor.java:54)
at okhttp3.RealCall$ApplicationInterceptorChain.proceed(RealCall.java:190)
at okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:163)
at okhttp3.RealCall.execute(RealCall.java:57)
at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:258)
at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:229)
at com.openshift.internal.restclient.DefaultClient.list(DefaultClient.java:162)
at com.openshift.internal.restclient.DefaultClient.list(DefaultClient.java:150)
at com.openshift.internal.restclient.DefaultClient.list(DefaultClient.java:137)
at org.jboss.tools.openshift.core.connection.Connection.getResources(Connection.java:471)
at org.jboss.tools.openshift.core.connection.Connection.getResources(Connection.java:465)
at org.jboss.tools.openshift.internal.ui.server.ServerResourceViewModel$ResourceTreeItemsFactory.createChildren(ServerResourceViewModel.java:232)
at org.jboss.tools.openshift.internal.ui.treeitem.ObservableTreeItem.loadChildren(ObservableTreeItem.java:69)
at org.jboss.tools.openshift.internal.ui.treeitem.ObservableTreeItem.load(ObservableTreeItem.java:56)
at org.jboss.tools.openshift.internal.ui.server.ServerResourceViewModel.loadServices(ServerResourceViewModel.java:211)
at org.jboss.tools.openshift.internal.ui.server.ServerResourceViewModel.loadResources(ServerResourceViewModel.java:195)
at org.jboss.tools.openshift.internal.ui.server.ServerSettingsWizardPageModel.loadResources(ServerSettingsWizardPageModel.java:360)
at org.jboss.tools.openshift.internal.ui.server.ServerSettingsWizardPageModel.loadResources(ServerSettingsWizardPageModel.java:352)
at org.jboss.tools.openshift.internal.ui.server.OpenShiftServerEditorSection$2$1.run(OpenShiftServerEditorSection.java:202)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:56)
{code}
> Server Adapter Editor: pops up 2 connection dialogs if I open the editor while my connection has no pw stored
> -------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-25165
> URL: https://issues.jboss.org/browse/JBIDE-25165
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.5.1.AM3
> Reporter: Andre Dietisheim
> Priority: Minor
> Labels: connection_wizard, openshift, server_adapter_editor
> Fix For: 4.5.x
>
>
> # ASSERT: make sure that you have a connection where the password is *NOT* stored
> # ASSERT: have a server adapter that is using this connection
> # EXEC: restart Eclipse
> # EXEC: in the freshly started Eclipse: open the editor for your server adapter
> # ASSERT: connection wizard pops up prompting you to provide the password
> # EXEC: "Cancel" the dialog
> Result:
> The connection wizard pops up a 2nd time
> Expected result:
> I should not have to cancel the dialog a 2nd time
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 6 months
[JBoss JIRA] (JBIDE-25165) Server Adapter Editor: pops up 2 connection dialogs if I open the editor while my connection has no pw stored
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25165?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-25165:
-------------------------------------
Description:
# ASSERT: make sure that you have a connection where the password is *NOT* stored
# ASSERT: have a server adapter that is using this connection
# EXEC: restart Eclipse
# EXEC: in the freshly started Eclipse: open the editor for your server adapter
# ASSERT: connection wizard pops up prompting you to provide the password
# EXEC: "Cancel" the dialog
Result:
The connection wizard pops up a 2nd time
Expected result:
I should not have to cancel the dialog a 2nd time
The 2 stack traces (for both cancels) are the following:
{code}
!ENTRY org.eclipse.core.jobs 4 2 2017-10-09 15:28:21.364
!MESSAGE An internal error occurred during: "Loading OpenShift Server Resources...".
!STACK 0
com.openshift.restclient.authorization.UnauthorizedException: Unauthorized to access resource. You can access the server using Basic authentication.
at com.openshift.internal.restclient.okhttp.ResponseCodeInterceptor.createOpenShiftException(ResponseCodeInterceptor.java:110)
at com.openshift.internal.restclient.okhttp.ResponseCodeInterceptor.intercept(ResponseCodeInterceptor.java:65)
at okhttp3.RealCall$ApplicationInterceptorChain.proceed(RealCall.java:190)
at okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:163)
at okhttp3.RealCall.execute(RealCall.java:57)
at com.openshift.internal.restclient.okhttp.OpenShiftAuthenticator.tryAuth(OpenShiftAuthenticator.java:106)
at com.openshift.internal.restclient.okhttp.OpenShiftAuthenticator.authenticate(OpenShiftAuthenticator.java:62)
at okhttp3.internal.http.HttpEngine.followUpRequest(HttpEngine.java:946)
at okhttp3.RealCall.getResponse(RealCall.java:279)
at okhttp3.RealCall$ApplicationInterceptorChain.proceed(RealCall.java:201)
at com.openshift.internal.restclient.okhttp.ResponseCodeInterceptor.intercept(ResponseCodeInterceptor.java:54)
at okhttp3.RealCall$ApplicationInterceptorChain.proceed(RealCall.java:190)
at okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:163)
at okhttp3.RealCall.execute(RealCall.java:57)
at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:258)
at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:222)
at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:210)
at com.openshift.internal.restclient.DefaultClient.get(DefaultClient.java:333)
at com.openshift.internal.restclient.authorization.AuthorizationContext.isAuthorized(AuthorizationContext.java:65)
at org.jboss.tools.openshift.core.connection.Connection.authorize(Connection.java:236)
at org.jboss.tools.openshift.core.connection.Connection.connect(Connection.java:225)
at org.jboss.tools.openshift.core.connection.Connection.retryList(Connection.java:530)
at org.jboss.tools.openshift.core.connection.Connection.getResources(Connection.java:473)
at org.jboss.tools.openshift.core.server.OpenShiftServerUtils.getResource(OpenShiftServerUtils.java:424)
at org.jboss.tools.openshift.core.server.OpenShiftServerUtils.getResource(OpenShiftServerUtils.java:374)
at org.jboss.tools.openshift.internal.ui.server.OpenShiftServerEditorSection$LoadProjectsJob.run(OpenShiftServerEditorSection.java:723)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:56)
{code}
{code}
com.openshift.restclient.authorization.UnauthorizedException: Unauthorized to access resource. You can access the server using Basic authentication.
at com.openshift.internal.restclient.okhttp.ResponseCodeInterceptor.createOpenShiftException(ResponseCodeInterceptor.java:110)
at com.openshift.internal.restclient.okhttp.ResponseCodeInterceptor.intercept(ResponseCodeInterceptor.java:65)
at okhttp3.RealCall$ApplicationInterceptorChain.proceed(RealCall.java:190)
at okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:163)
at okhttp3.RealCall.execute(RealCall.java:57)
at com.openshift.internal.restclient.okhttp.OpenShiftAuthenticator.tryAuth(OpenShiftAuthenticator.java:106)
at com.openshift.internal.restclient.okhttp.OpenShiftAuthenticator.authenticate(OpenShiftAuthenticator.java:62)
at okhttp3.internal.http.HttpEngine.followUpRequest(HttpEngine.java:946)
at okhttp3.RealCall.getResponse(RealCall.java:279)
at okhttp3.RealCall$ApplicationInterceptorChain.proceed(RealCall.java:201)
at com.openshift.internal.restclient.okhttp.ResponseCodeInterceptor.intercept(ResponseCodeInterceptor.java:54)
at okhttp3.RealCall$ApplicationInterceptorChain.proceed(RealCall.java:190)
at okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:163)
at okhttp3.RealCall.execute(RealCall.java:57)
at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:258)
at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:229)
at com.openshift.internal.restclient.DefaultClient.list(DefaultClient.java:162)
at com.openshift.internal.restclient.DefaultClient.list(DefaultClient.java:150)
at com.openshift.internal.restclient.DefaultClient.list(DefaultClient.java:137)
at org.jboss.tools.openshift.core.connection.Connection.getResources(Connection.java:471)
at org.jboss.tools.openshift.core.connection.Connection.getResources(Connection.java:465)
at org.jboss.tools.openshift.internal.ui.server.ServerResourceViewModel$ResourceTreeItemsFactory.createChildren(ServerResourceViewModel.java:232)
at org.jboss.tools.openshift.internal.ui.treeitem.ObservableTreeItem.loadChildren(ObservableTreeItem.java:69)
at org.jboss.tools.openshift.internal.ui.treeitem.ObservableTreeItem.load(ObservableTreeItem.java:56)
at org.jboss.tools.openshift.internal.ui.server.ServerResourceViewModel.loadServices(ServerResourceViewModel.java:211)
at org.jboss.tools.openshift.internal.ui.server.ServerResourceViewModel.loadResources(ServerResourceViewModel.java:195)
at org.jboss.tools.openshift.internal.ui.server.ServerSettingsWizardPageModel.loadResources(ServerSettingsWizardPageModel.java:360)
at org.jboss.tools.openshift.internal.ui.server.ServerSettingsWizardPageModel.loadResources(ServerSettingsWizardPageModel.java:352)
at org.jboss.tools.openshift.internal.ui.server.OpenShiftServerEditorSection$2$1.run(OpenShiftServerEditorSection.java:202)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:56)
{code}
was:
# ASSERT: make sure that you have a connection where the password is *NOT* stored
# ASSERT: have a server adapter that is using this connection
# EXEC: restart Eclipse
# EXEC: in the freshly started Eclipse: open the editor for your server adapter
# ASSERT: connection wizard pops up prompting you to provide the password
# EXEC: "Cancel" the dialog
Result:
The connection wizard pops up a 2nd time
Expected result:
I should not have to cancel the dialog a 2nd time
> Server Adapter Editor: pops up 2 connection dialogs if I open the editor while my connection has no pw stored
> -------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-25165
> URL: https://issues.jboss.org/browse/JBIDE-25165
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.5.1.AM3
> Reporter: Andre Dietisheim
> Priority: Minor
> Labels: connection_wizard, openshift, server_adapter_editor
> Fix For: 4.5.x
>
>
> # ASSERT: make sure that you have a connection where the password is *NOT* stored
> # ASSERT: have a server adapter that is using this connection
> # EXEC: restart Eclipse
> # EXEC: in the freshly started Eclipse: open the editor for your server adapter
> # ASSERT: connection wizard pops up prompting you to provide the password
> # EXEC: "Cancel" the dialog
> Result:
> The connection wizard pops up a 2nd time
> Expected result:
> I should not have to cancel the dialog a 2nd time
> The 2 stack traces (for both cancels) are the following:
> {code}
> !ENTRY org.eclipse.core.jobs 4 2 2017-10-09 15:28:21.364
> !MESSAGE An internal error occurred during: "Loading OpenShift Server Resources...".
> !STACK 0
> com.openshift.restclient.authorization.UnauthorizedException: Unauthorized to access resource. You can access the server using Basic authentication.
> at com.openshift.internal.restclient.okhttp.ResponseCodeInterceptor.createOpenShiftException(ResponseCodeInterceptor.java:110)
> at com.openshift.internal.restclient.okhttp.ResponseCodeInterceptor.intercept(ResponseCodeInterceptor.java:65)
> at okhttp3.RealCall$ApplicationInterceptorChain.proceed(RealCall.java:190)
> at okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:163)
> at okhttp3.RealCall.execute(RealCall.java:57)
> at com.openshift.internal.restclient.okhttp.OpenShiftAuthenticator.tryAuth(OpenShiftAuthenticator.java:106)
> at com.openshift.internal.restclient.okhttp.OpenShiftAuthenticator.authenticate(OpenShiftAuthenticator.java:62)
> at okhttp3.internal.http.HttpEngine.followUpRequest(HttpEngine.java:946)
> at okhttp3.RealCall.getResponse(RealCall.java:279)
> at okhttp3.RealCall$ApplicationInterceptorChain.proceed(RealCall.java:201)
> at com.openshift.internal.restclient.okhttp.ResponseCodeInterceptor.intercept(ResponseCodeInterceptor.java:54)
> at okhttp3.RealCall$ApplicationInterceptorChain.proceed(RealCall.java:190)
> at okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:163)
> at okhttp3.RealCall.execute(RealCall.java:57)
> at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:258)
> at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:222)
> at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:210)
> at com.openshift.internal.restclient.DefaultClient.get(DefaultClient.java:333)
> at com.openshift.internal.restclient.authorization.AuthorizationContext.isAuthorized(AuthorizationContext.java:65)
> at org.jboss.tools.openshift.core.connection.Connection.authorize(Connection.java:236)
> at org.jboss.tools.openshift.core.connection.Connection.connect(Connection.java:225)
> at org.jboss.tools.openshift.core.connection.Connection.retryList(Connection.java:530)
> at org.jboss.tools.openshift.core.connection.Connection.getResources(Connection.java:473)
> at org.jboss.tools.openshift.core.server.OpenShiftServerUtils.getResource(OpenShiftServerUtils.java:424)
> at org.jboss.tools.openshift.core.server.OpenShiftServerUtils.getResource(OpenShiftServerUtils.java:374)
> at org.jboss.tools.openshift.internal.ui.server.OpenShiftServerEditorSection$LoadProjectsJob.run(OpenShiftServerEditorSection.java:723)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:56)
> {code}
> {code}
> com.openshift.restclient.authorization.UnauthorizedException: Unauthorized to access resource. You can access the server using Basic authentication.
> at com.openshift.internal.restclient.okhttp.ResponseCodeInterceptor.createOpenShiftException(ResponseCodeInterceptor.java:110)
> at com.openshift.internal.restclient.okhttp.ResponseCodeInterceptor.intercept(ResponseCodeInterceptor.java:65)
> at okhttp3.RealCall$ApplicationInterceptorChain.proceed(RealCall.java:190)
> at okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:163)
> at okhttp3.RealCall.execute(RealCall.java:57)
> at com.openshift.internal.restclient.okhttp.OpenShiftAuthenticator.tryAuth(OpenShiftAuthenticator.java:106)
> at com.openshift.internal.restclient.okhttp.OpenShiftAuthenticator.authenticate(OpenShiftAuthenticator.java:62)
> at okhttp3.internal.http.HttpEngine.followUpRequest(HttpEngine.java:946)
> at okhttp3.RealCall.getResponse(RealCall.java:279)
> at okhttp3.RealCall$ApplicationInterceptorChain.proceed(RealCall.java:201)
> at com.openshift.internal.restclient.okhttp.ResponseCodeInterceptor.intercept(ResponseCodeInterceptor.java:54)
> at okhttp3.RealCall$ApplicationInterceptorChain.proceed(RealCall.java:190)
> at okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:163)
> at okhttp3.RealCall.execute(RealCall.java:57)
> at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:258)
> at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:229)
> at com.openshift.internal.restclient.DefaultClient.list(DefaultClient.java:162)
> at com.openshift.internal.restclient.DefaultClient.list(DefaultClient.java:150)
> at com.openshift.internal.restclient.DefaultClient.list(DefaultClient.java:137)
> at org.jboss.tools.openshift.core.connection.Connection.getResources(Connection.java:471)
> at org.jboss.tools.openshift.core.connection.Connection.getResources(Connection.java:465)
> at org.jboss.tools.openshift.internal.ui.server.ServerResourceViewModel$ResourceTreeItemsFactory.createChildren(ServerResourceViewModel.java:232)
> at org.jboss.tools.openshift.internal.ui.treeitem.ObservableTreeItem.loadChildren(ObservableTreeItem.java:69)
> at org.jboss.tools.openshift.internal.ui.treeitem.ObservableTreeItem.load(ObservableTreeItem.java:56)
> at org.jboss.tools.openshift.internal.ui.server.ServerResourceViewModel.loadServices(ServerResourceViewModel.java:211)
> at org.jboss.tools.openshift.internal.ui.server.ServerResourceViewModel.loadResources(ServerResourceViewModel.java:195)
> at org.jboss.tools.openshift.internal.ui.server.ServerSettingsWizardPageModel.loadResources(ServerSettingsWizardPageModel.java:360)
> at org.jboss.tools.openshift.internal.ui.server.ServerSettingsWizardPageModel.loadResources(ServerSettingsWizardPageModel.java:352)
> at org.jboss.tools.openshift.internal.ui.server.OpenShiftServerEditorSection$2$1.run(OpenShiftServerEditorSection.java:202)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:56)
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 6 months