[JBoss JIRA] (JBIDE-19851) Cannot refresh environment variable(s) for an OpenShift application
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19851?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-19851:
-------------------------------------
Priority: Major (was: Minor)
> Cannot refresh environment variable(s) for an OpenShift application
> -------------------------------------------------------------------
>
> Key: JBIDE-19851
> URL: https://issues.jboss.org/browse/JBIDE-19851
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.0.Beta1
> Reporter: Marián Labuda
> Labels: environment_variables, openshift_v2
> Fix For: 4.3.0.CR1
>
>
> In Manage Application Environment Variable shell opened either via servers adapter or OpenShift Explorer view are listed environment variables for a specific application. Refresh button should refresh state of variables according to state on a server, but click on Refresh button shows following error dialog with following stack in log:
> {code}
> com.openshift.client.OpenShiftSSHOperationException: Failed to execute remote ssh command "eapapp"
> at com.openshift.internal.client.ApplicationResource.sshExecCmd(ApplicationResource.java:892)
> at com.openshift.internal.client.ApplicationResource.loadPorts(ApplicationResource.java:860)
> at com.openshift.internal.client.ApplicationResource.refresh(ApplicationResource.java:634)
> at org.jboss.tools.openshift.express.internal.ui.wizard.environment.EditEnvironmentVariablesWizardModel.refreshEnvironmentVariables(EditEnvironmentVariablesWizardModel.java:35)
> at org.jboss.tools.openshift.express.internal.ui.wizard.environment.EnvironmentVariablesWizardPage$RefreshEnvironmentVariablesJob.doRun(EnvironmentVariablesWizardPage.java:292)
> at org.jboss.tools.openshift.internal.common.core.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:36)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> Caused by: com.jcraft.jsch.JSchException: session is down
> at com.jcraft.jsch.Session.openChannel(Session.java:844)
> at com.openshift.internal.client.ApplicationResource.sshExecCmd(ApplicationResource.java:885)
> ... 6 more
> {code}
> Otherwise adding, editing and removing environment variables work OK.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 10 months
[JBoss JIRA] (JBIDE-19851) Cannot refresh environment variable(s) for an OpenShift application
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19851?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-19851:
------------------------------------------
Postponing to 4.3.0.CR1 since not breaking, workaround exists
> Cannot refresh environment variable(s) for an OpenShift application
> -------------------------------------------------------------------
>
> Key: JBIDE-19851
> URL: https://issues.jboss.org/browse/JBIDE-19851
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.0.Beta1
> Reporter: Marián Labuda
> Priority: Minor
> Labels: environment_variables, openshift_v2
> Fix For: 4.3.0.CR1
>
>
> In Manage Application Environment Variable shell opened either via servers adapter or OpenShift Explorer view are listed environment variables for a specific application. Refresh button should refresh state of variables according to state on a server, but click on Refresh button shows following error dialog with following stack in log:
> {code}
> com.openshift.client.OpenShiftSSHOperationException: Failed to execute remote ssh command "eapapp"
> at com.openshift.internal.client.ApplicationResource.sshExecCmd(ApplicationResource.java:892)
> at com.openshift.internal.client.ApplicationResource.loadPorts(ApplicationResource.java:860)
> at com.openshift.internal.client.ApplicationResource.refresh(ApplicationResource.java:634)
> at org.jboss.tools.openshift.express.internal.ui.wizard.environment.EditEnvironmentVariablesWizardModel.refreshEnvironmentVariables(EditEnvironmentVariablesWizardModel.java:35)
> at org.jboss.tools.openshift.express.internal.ui.wizard.environment.EnvironmentVariablesWizardPage$RefreshEnvironmentVariablesJob.doRun(EnvironmentVariablesWizardPage.java:292)
> at org.jboss.tools.openshift.internal.common.core.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:36)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> Caused by: com.jcraft.jsch.JSchException: session is down
> at com.jcraft.jsch.Session.openChannel(Session.java:844)
> at com.openshift.internal.client.ApplicationResource.sshExecCmd(ApplicationResource.java:885)
> ... 6 more
> {code}
> Otherwise adding, editing and removing environment variables work OK.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 10 months
[JBoss JIRA] (JBIDE-19851) Cannot refresh environment variable(s) for an OpenShift application
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19851?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-19851:
-------------------------------------
Fix Version/s: 4.3.0.CR1
(was: 4.3.0.Beta2)
> Cannot refresh environment variable(s) for an OpenShift application
> -------------------------------------------------------------------
>
> Key: JBIDE-19851
> URL: https://issues.jboss.org/browse/JBIDE-19851
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.0.Beta1
> Reporter: Marián Labuda
> Priority: Minor
> Labels: environment_variables, openshift_v2
> Fix For: 4.3.0.CR1
>
>
> In Manage Application Environment Variable shell opened either via servers adapter or OpenShift Explorer view are listed environment variables for a specific application. Refresh button should refresh state of variables according to state on a server, but click on Refresh button shows following error dialog with following stack in log:
> {code}
> com.openshift.client.OpenShiftSSHOperationException: Failed to execute remote ssh command "eapapp"
> at com.openshift.internal.client.ApplicationResource.sshExecCmd(ApplicationResource.java:892)
> at com.openshift.internal.client.ApplicationResource.loadPorts(ApplicationResource.java:860)
> at com.openshift.internal.client.ApplicationResource.refresh(ApplicationResource.java:634)
> at org.jboss.tools.openshift.express.internal.ui.wizard.environment.EditEnvironmentVariablesWizardModel.refreshEnvironmentVariables(EditEnvironmentVariablesWizardModel.java:35)
> at org.jboss.tools.openshift.express.internal.ui.wizard.environment.EnvironmentVariablesWizardPage$RefreshEnvironmentVariablesJob.doRun(EnvironmentVariablesWizardPage.java:292)
> at org.jboss.tools.openshift.internal.common.core.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:36)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> Caused by: com.jcraft.jsch.JSchException: session is down
> at com.jcraft.jsch.Session.openChannel(Session.java:844)
> at com.openshift.internal.client.ApplicationResource.sshExecCmd(ApplicationResource.java:885)
> ... 6 more
> {code}
> Otherwise adding, editing and removing environment variables work OK.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 10 months
[JBoss JIRA] (JBIDE-20093) I cannot browse workspace when using local template/json
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20093?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-20093:
-------------------------------------
Priority: Major (was: Minor)
> I cannot browse workspace when using local template/json
> --------------------------------------------------------
>
> Key: JBIDE-20093
> URL: https://issues.jboss.org/browse/JBIDE-20093
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Reporter: Max Rydahl Andersen
> Labels: application_wizard, openshift_v3
> Fix For: 4.3.0.Beta2
>
> Attachments: templates-from-local-filesystem.png
>
>
> if I have projects cloned in openshift with kubernetes.json or templates I can't load them from the openshift app wizard.
> The wizard forces me to use the local file system which is rather limiting.
> Suggestion: support both workspace/filesystem buttons.
> Steps:
> # EXEC: launch New application wizard for v3 (create app from template)
> # ASSERT: application wizard pops up
> # EXEC: choose "Use a template from local filesystem", hit "Browse"
> !templates-from-local-filesystem.png!
> Result:
> I can browse the local filesystem
> Expected
> I would like to be able to pick a template from a workspace project
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 10 months
[JBoss JIRA] (JBIDE-20092) Connection wizard: hitting retrivial link with mouse does not do anything on OSX (hitting enter works)
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20092?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-20092:
-------------------------------------
Summary: Connection wizard: hitting retrivial link with mouse does not do anything on OSX (hitting enter works) (was: Connection wizard: retrivial link does not do anything on OSX)
> Connection wizard: hitting retrivial link with mouse does not do anything on OSX (hitting enter works)
> ------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-20092
> URL: https://issues.jboss.org/browse/JBIDE-20092
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Reporter: Max Rydahl Andersen
> Priority: Critical
> Labels: connection_wizard, openshift_v3
> Fix For: 4.3.0.Beta2
>
> Attachments: retrieve-token-link.png
>
>
> using https://console.stg.openshift.com as server
> the retrieve link does nothing if clicked.
> Only if I use "enter" on the keyboard does it actually show a browser.
> Steps:
> # ASSERT: make sure that you're using MacOS
> # EXEC: launch new connection wizard,
> # EXEC: provide host, pick "OpenShift v3" and make sure you have "Oauth" authentication chosen
> # EXEC: hit "retrieve" link
> !retrieve-token-link.png!
> Result:
> Nothing happens
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 10 months
[JBoss JIRA] (JBIDE-20092) Connection wizard: hitting retrivial link with mouse does not do anything on OSX (hitting enter works)
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20092?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-20092:
------------------------------------------
[~maxandersen] did you have anything in Eclipse log when nothing happened?
> Connection wizard: hitting retrivial link with mouse does not do anything on OSX (hitting enter works)
> ------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-20092
> URL: https://issues.jboss.org/browse/JBIDE-20092
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Reporter: Max Rydahl Andersen
> Priority: Critical
> Labels: connection_wizard, openshift_v3
> Fix For: 4.3.0.Beta2
>
> Attachments: retrieve-token-link.png
>
>
> using https://console.stg.openshift.com as server
> the retrieve link does nothing if clicked.
> Only if I use "enter" on the keyboard does it actually show a browser.
> Steps:
> # ASSERT: make sure that you're using MacOS
> # EXEC: launch new connection wizard,
> # EXEC: provide host, pick "OpenShift v3" and make sure you have "Oauth" authentication chosen
> # EXEC: hit "retrieve" link
> !retrieve-token-link.png!
> Result:
> Nothing happens
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 10 months
[JBoss JIRA] (JBIDE-20092) Connection wizard: hitting retrivial link with mouse does not do anything on OSX (hitting enter works)
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20092?page=com.atlassian.jira.plugi... ]
Andre Dietisheim reassigned JBIDE-20092:
----------------------------------------
Assignee: Max Rydahl Andersen
> Connection wizard: hitting retrivial link with mouse does not do anything on OSX (hitting enter works)
> ------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-20092
> URL: https://issues.jboss.org/browse/JBIDE-20092
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Reporter: Max Rydahl Andersen
> Assignee: Max Rydahl Andersen
> Priority: Critical
> Labels: connection_wizard, openshift_v3
> Fix For: 4.3.0.Beta2
>
> Attachments: retrieve-token-link.png
>
>
> using https://console.stg.openshift.com as server
> the retrieve link does nothing if clicked.
> Only if I use "enter" on the keyboard does it actually show a browser.
> Steps:
> # ASSERT: make sure that you're using MacOS
> # EXEC: launch new connection wizard,
> # EXEC: provide host, pick "OpenShift v3" and make sure you have "Oauth" authentication chosen
> # EXEC: hit "retrieve" link
> !retrieve-token-link.png!
> Result:
> Nothing happens
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 10 months