[JBoss JIRA] (JBIDE-12098) OpenShift Explorer: Timeout exception when forcing domain deletion
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-12098?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-12098:
------------------------------------------
I did not run across this for quite some time now. I now tried once more and still did not run across it. I'll thus close this as outdated. We can still re-open if this happens again.
> OpenShift Explorer: Timeout exception when forcing domain deletion
> ------------------------------------------------------------------
>
> Key: JBIDE-12098
> URL: https://issues.jboss.org/browse/JBIDE-12098
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 3.3.0.CR1
> Reporter: Stefan Bunciak
> Assignee: Andre Dietisheim
> Fix For: 4.2.x
>
> Attachments: deletedomain.png
>
>
> Tried to force domain deletion while having (medium geared) application on OpenShift.
> Screenshot:
> !deletedomain.png|thumbnail!
> Stack trace:
> {code}
> com.openshift.client.OpenShiftTimeoutException: Could not request url https://openshift.redhat.com/broker/rest/domains/rhdomain, connection timed out
> at com.openshift.internal.client.RestService.request(RestService.java:109)
> at com.openshift.internal.client.RestService.request(RestService.java:89)
> at com.openshift.internal.client.RestService.request(RestService.java:74)
> at com.openshift.internal.client.AbstractOpenShiftResource$ServiceRequest.execute(AbstractOpenShiftResource.java:137)
> at com.openshift.internal.client.DomainResource$DeleteDomainRequest.execute(DomainResource.java:329)
> at com.openshift.internal.client.DomainResource.destroy(DomainResource.java:166)
> at org.jboss.tools.openshift.express.internal.ui.action.DeleteDomainAction$1.run(DeleteDomainAction.java:94)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 8 months
[JBoss JIRA] (JBIDE-12098) OpenShift Explorer: Timeout exception when forcing domain deletion
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-12098?page=com.atlassian.jira.plugi... ]
Andre Dietisheim resolved JBIDE-12098.
--------------------------------------
Fix Version/s: 4.2.0.Alpha1
(was: 4.2.x)
Resolution: Out of Date
> OpenShift Explorer: Timeout exception when forcing domain deletion
> ------------------------------------------------------------------
>
> Key: JBIDE-12098
> URL: https://issues.jboss.org/browse/JBIDE-12098
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 3.3.0.CR1
> Reporter: Stefan Bunciak
> Assignee: Andre Dietisheim
> Fix For: 4.2.0.Alpha1
>
> Attachments: deletedomain.png
>
>
> Tried to force domain deletion while having (medium geared) application on OpenShift.
> Screenshot:
> !deletedomain.png|thumbnail!
> Stack trace:
> {code}
> com.openshift.client.OpenShiftTimeoutException: Could not request url https://openshift.redhat.com/broker/rest/domains/rhdomain, connection timed out
> at com.openshift.internal.client.RestService.request(RestService.java:109)
> at com.openshift.internal.client.RestService.request(RestService.java:89)
> at com.openshift.internal.client.RestService.request(RestService.java:74)
> at com.openshift.internal.client.AbstractOpenShiftResource$ServiceRequest.execute(AbstractOpenShiftResource.java:137)
> at com.openshift.internal.client.DomainResource$DeleteDomainRequest.execute(DomainResource.java:329)
> at com.openshift.internal.client.DomainResource.destroy(DomainResource.java:166)
> at org.jboss.tools.openshift.express.internal.ui.action.DeleteDomainAction$1.run(DeleteDomainAction.java:94)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 8 months
[JBoss JIRA] (JBIDE-12118) OpenShift: more specific auth error description
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-12118?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-12118:
------------------------------------------
I am not sure that having an uniformous error message really is what we want. There are many other reasons for SSH failures, not just keys that are not listed. You can cancel the passphrase dialog when you're prompted, you can have invalid keys and you can also have keys that are removed from OpenShift.
IMHO there's nothing but some wording that can get improved but we tell the user what operation he triggered went wrong unveiling the internal details in the details only.
WDYT?
> OpenShift: more specific auth error description
> -----------------------------------------------
>
> Key: JBIDE-12118
> URL: https://issues.jboss.org/browse/JBIDE-12118
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 3.3.0.CR1
> Reporter: Stefan Bunciak
> Assignee: Xavier Coulon
> Priority: Minor
> Fix For: 4.2.x
>
> Attachments: port.png, tail.png
>
>
> Provide a uniform message in the Error dialogs like in JBIDE-11810, saying that user probably doesn't have ssh key listed in preferences.
> Current state:
> * Port forwarding, environment variables
> !port.png|thumbnail!
> * Tail files
> !tail.png|thumbnail!
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 8 months
[JBoss JIRA] (JBIDE-12306) OpenShift wizard remebers filled app info even though I'm using a different user
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-12306?page=com.atlassian.jira.plugi... ]
Andre Dietisheim resolved JBIDE-12306.
--------------------------------------
Resolution: Out of Date
This does not happen any more in the current implementation (4.2.0.Alpha1). Once you get back to the credentials page and return to the applications page, all the settings are resetted. Especially the name of the existing application is blanked thus the error described in the description wont appear.
> OpenShift wizard remebers filled app info even though I'm using a different user
> --------------------------------------------------------------------------------
>
> Key: JBIDE-12306
> URL: https://issues.jboss.org/browse/JBIDE-12306
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 3.3.0.Beta1
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Priority: Critical
> Fix For: 4.2.0.Alpha1, 4.0.0.Alpha1
>
> Attachments: JBIDE-11310.patch, JBIDE12306.patch, prefilled.png
>
>
> The wizard model probably doesn't refresh/reset...
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 8 months