[JBoss JIRA] (JBIDE-14838) Manage SSH Keys: Auth error on fresh start
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14838?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-14838:
------------------------------------------
If you look at the stacktrace more closely you'll spot that the root cause was an internal server error
{code}
Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: https://openshift.redhat.com/broker/rest/user/keys
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1436)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:234)
at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.write(UrlConnectionHttpClient.java:178)
... 13 more
{code}
Thus I think that this was due to an intermittent problem on OpenShift, not a bug in our tooling.
> Manage SSH Keys: Auth error on fresh start
> ------------------------------------------
>
> Key: JBIDE-14838
> URL: https://issues.jboss.org/browse/JBIDE-14838
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.1.0.Beta1
> Reporter: Stefan Bunciak
> Assignee: Andre Dietisheim
> Fix For: 4.1.0.Beta2
>
> Attachments: openshift-1.ogv, password-prompt.png, ssh-keys.png
>
>
> {code}
> com.openshift.client.OpenShiftEndpointException: Could not request https://openshift.redhat.com/broker/rest/user/keys: Operation failed.Reason given: "Unable to complete the requested operation due to: OpenShift::AuthServiceException.
> Reference ID: 2cf923693cafe4085e20365c714d22d6"
> at com.openshift.internal.client.RestService.request(RestService.java:117)
> at com.openshift.internal.client.RestService.request(RestService.java:102)
> at com.openshift.internal.client.RestService.request(RestService.java:87)
> at com.openshift.internal.client.AbstractOpenShiftResource$ServiceRequest.execute(AbstractOpenShiftResource.java:123)
> at com.openshift.internal.client.UserResource$GetSShKeysRequest.execute(UserResource.java:245)
> at com.openshift.internal.client.UserResource.loadKeys(UserResource.java:137)
> at com.openshift.internal.client.UserResource.getCachedOrLoadSSHKeys(UserResource.java:129)
> at com.openshift.internal.client.UserResource.getSSHKeys(UserResource.java:122)
> at org.jboss.tools.openshift.express.internal.core.connection.Connection.getSSHKeys(Connection.java:392)
> at org.jboss.tools.openshift.express.internal.ui.job.LoadKeysJob.run(LoadKeysJob.java:38)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
> Caused by: com.openshift.internal.client.httpclient.HttpClientException: {"data":null,"messages":[{"exit_code":null,"field":null,"severity":"error","text":"Unable to complete the requested operation due to: OpenShift::AuthServiceException.\nReference ID: 2cf923693cafe4085e20365c714d22d6"}],"status":"internal_server_error","supported_api_versions":[1.0,1.1,1.2,1.3,1.4],"type":null,"version":"1.2"}
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:208)
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.write(UrlConnectionHttpClient.java:180)
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.get(UrlConnectionHttpClient.java:111)
> at com.openshift.internal.client.RestService.request(RestService.java:153)
> at com.openshift.internal.client.RestService.request(RestService.java:109)
> ... 10 more
> Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: https://openshift.redhat.com/broker/rest/user/keys
> at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1436)
> at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:234)
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.write(UrlConnectionHttpClient.java:178)
> ... 13 more
> {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, 10 months
[JBoss JIRA] (JBIDE-14838) Manage SSH Keys: Auth error on fresh start
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14838?page=com.atlassian.jira.plugi... ]
Andre Dietisheim resolved JBIDE-14838.
--------------------------------------
Resolution: Cannot Reproduce Bug
Rejecting as cannot reproduce, not a bug
> Manage SSH Keys: Auth error on fresh start
> ------------------------------------------
>
> Key: JBIDE-14838
> URL: https://issues.jboss.org/browse/JBIDE-14838
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.1.0.Beta1
> Reporter: Stefan Bunciak
> Assignee: Andre Dietisheim
> Fix For: 4.1.0.Beta2
>
> Attachments: openshift-1.ogv, password-prompt.png, ssh-keys.png
>
>
> {code}
> com.openshift.client.OpenShiftEndpointException: Could not request https://openshift.redhat.com/broker/rest/user/keys: Operation failed.Reason given: "Unable to complete the requested operation due to: OpenShift::AuthServiceException.
> Reference ID: 2cf923693cafe4085e20365c714d22d6"
> at com.openshift.internal.client.RestService.request(RestService.java:117)
> at com.openshift.internal.client.RestService.request(RestService.java:102)
> at com.openshift.internal.client.RestService.request(RestService.java:87)
> at com.openshift.internal.client.AbstractOpenShiftResource$ServiceRequest.execute(AbstractOpenShiftResource.java:123)
> at com.openshift.internal.client.UserResource$GetSShKeysRequest.execute(UserResource.java:245)
> at com.openshift.internal.client.UserResource.loadKeys(UserResource.java:137)
> at com.openshift.internal.client.UserResource.getCachedOrLoadSSHKeys(UserResource.java:129)
> at com.openshift.internal.client.UserResource.getSSHKeys(UserResource.java:122)
> at org.jboss.tools.openshift.express.internal.core.connection.Connection.getSSHKeys(Connection.java:392)
> at org.jboss.tools.openshift.express.internal.ui.job.LoadKeysJob.run(LoadKeysJob.java:38)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
> Caused by: com.openshift.internal.client.httpclient.HttpClientException: {"data":null,"messages":[{"exit_code":null,"field":null,"severity":"error","text":"Unable to complete the requested operation due to: OpenShift::AuthServiceException.\nReference ID: 2cf923693cafe4085e20365c714d22d6"}],"status":"internal_server_error","supported_api_versions":[1.0,1.1,1.2,1.3,1.4],"type":null,"version":"1.2"}
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:208)
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.write(UrlConnectionHttpClient.java:180)
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.get(UrlConnectionHttpClient.java:111)
> at com.openshift.internal.client.RestService.request(RestService.java:153)
> at com.openshift.internal.client.RestService.request(RestService.java:109)
> ... 10 more
> Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: https://openshift.redhat.com/broker/rest/user/keys
> at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1436)
> at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:234)
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.write(UrlConnectionHttpClient.java:178)
> ... 13 more
> {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, 10 months
[JBoss JIRA] (JBIDE-14838) Manage SSH Keys: Auth error on fresh start
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14838?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-14838:
-------------------------------------
Attachment: openshift-1.ogv
> Manage SSH Keys: Auth error on fresh start
> ------------------------------------------
>
> Key: JBIDE-14838
> URL: https://issues.jboss.org/browse/JBIDE-14838
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.1.0.Beta1
> Reporter: Stefan Bunciak
> Assignee: Andre Dietisheim
> Fix For: 4.1.0.Beta2
>
> Attachments: openshift-1.ogv, password-prompt.png, ssh-keys.png
>
>
> {code}
> com.openshift.client.OpenShiftEndpointException: Could not request https://openshift.redhat.com/broker/rest/user/keys: Operation failed.Reason given: "Unable to complete the requested operation due to: OpenShift::AuthServiceException.
> Reference ID: 2cf923693cafe4085e20365c714d22d6"
> at com.openshift.internal.client.RestService.request(RestService.java:117)
> at com.openshift.internal.client.RestService.request(RestService.java:102)
> at com.openshift.internal.client.RestService.request(RestService.java:87)
> at com.openshift.internal.client.AbstractOpenShiftResource$ServiceRequest.execute(AbstractOpenShiftResource.java:123)
> at com.openshift.internal.client.UserResource$GetSShKeysRequest.execute(UserResource.java:245)
> at com.openshift.internal.client.UserResource.loadKeys(UserResource.java:137)
> at com.openshift.internal.client.UserResource.getCachedOrLoadSSHKeys(UserResource.java:129)
> at com.openshift.internal.client.UserResource.getSSHKeys(UserResource.java:122)
> at org.jboss.tools.openshift.express.internal.core.connection.Connection.getSSHKeys(Connection.java:392)
> at org.jboss.tools.openshift.express.internal.ui.job.LoadKeysJob.run(LoadKeysJob.java:38)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
> Caused by: com.openshift.internal.client.httpclient.HttpClientException: {"data":null,"messages":[{"exit_code":null,"field":null,"severity":"error","text":"Unable to complete the requested operation due to: OpenShift::AuthServiceException.\nReference ID: 2cf923693cafe4085e20365c714d22d6"}],"status":"internal_server_error","supported_api_versions":[1.0,1.1,1.2,1.3,1.4],"type":null,"version":"1.2"}
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:208)
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.write(UrlConnectionHttpClient.java:180)
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.get(UrlConnectionHttpClient.java:111)
> at com.openshift.internal.client.RestService.request(RestService.java:153)
> at com.openshift.internal.client.RestService.request(RestService.java:109)
> ... 10 more
> Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: https://openshift.redhat.com/broker/rest/user/keys
> at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1436)
> at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:234)
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.write(UrlConnectionHttpClient.java:178)
> ... 13 more
> {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, 10 months
[JBoss JIRA] (JBIDE-14838) Manage SSH Keys: Auth error on fresh start
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14838?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-14838:
------------------------------------------
In a 2nd attempt, I recorded all steps: [^openshift-1.ogv]
> Manage SSH Keys: Auth error on fresh start
> ------------------------------------------
>
> Key: JBIDE-14838
> URL: https://issues.jboss.org/browse/JBIDE-14838
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.1.0.Beta1
> Reporter: Stefan Bunciak
> Assignee: Andre Dietisheim
> Fix For: 4.1.0.Beta2
>
> Attachments: password-prompt.png, ssh-keys.png
>
>
> {code}
> com.openshift.client.OpenShiftEndpointException: Could not request https://openshift.redhat.com/broker/rest/user/keys: Operation failed.Reason given: "Unable to complete the requested operation due to: OpenShift::AuthServiceException.
> Reference ID: 2cf923693cafe4085e20365c714d22d6"
> at com.openshift.internal.client.RestService.request(RestService.java:117)
> at com.openshift.internal.client.RestService.request(RestService.java:102)
> at com.openshift.internal.client.RestService.request(RestService.java:87)
> at com.openshift.internal.client.AbstractOpenShiftResource$ServiceRequest.execute(AbstractOpenShiftResource.java:123)
> at com.openshift.internal.client.UserResource$GetSShKeysRequest.execute(UserResource.java:245)
> at com.openshift.internal.client.UserResource.loadKeys(UserResource.java:137)
> at com.openshift.internal.client.UserResource.getCachedOrLoadSSHKeys(UserResource.java:129)
> at com.openshift.internal.client.UserResource.getSSHKeys(UserResource.java:122)
> at org.jboss.tools.openshift.express.internal.core.connection.Connection.getSSHKeys(Connection.java:392)
> at org.jboss.tools.openshift.express.internal.ui.job.LoadKeysJob.run(LoadKeysJob.java:38)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
> Caused by: com.openshift.internal.client.httpclient.HttpClientException: {"data":null,"messages":[{"exit_code":null,"field":null,"severity":"error","text":"Unable to complete the requested operation due to: OpenShift::AuthServiceException.\nReference ID: 2cf923693cafe4085e20365c714d22d6"}],"status":"internal_server_error","supported_api_versions":[1.0,1.1,1.2,1.3,1.4],"type":null,"version":"1.2"}
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:208)
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.write(UrlConnectionHttpClient.java:180)
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.get(UrlConnectionHttpClient.java:111)
> at com.openshift.internal.client.RestService.request(RestService.java:153)
> at com.openshift.internal.client.RestService.request(RestService.java:109)
> ... 10 more
> Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: https://openshift.redhat.com/broker/rest/user/keys
> at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1436)
> at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:234)
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.write(UrlConnectionHttpClient.java:178)
> ... 13 more
> {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, 10 months
[JBoss JIRA] (JBIDE-14838) Manage SSH Keys: Auth error on fresh start
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14838?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-14838:
-------------------------------------
Attachment: password-prompt.png
ssh-keys.png
> Manage SSH Keys: Auth error on fresh start
> ------------------------------------------
>
> Key: JBIDE-14838
> URL: https://issues.jboss.org/browse/JBIDE-14838
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.1.0.Beta1
> Reporter: Stefan Bunciak
> Assignee: Andre Dietisheim
> Fix For: 4.1.0.Beta2
>
> Attachments: password-prompt.png, ssh-keys.png
>
>
> {code}
> com.openshift.client.OpenShiftEndpointException: Could not request https://openshift.redhat.com/broker/rest/user/keys: Operation failed.Reason given: "Unable to complete the requested operation due to: OpenShift::AuthServiceException.
> Reference ID: 2cf923693cafe4085e20365c714d22d6"
> at com.openshift.internal.client.RestService.request(RestService.java:117)
> at com.openshift.internal.client.RestService.request(RestService.java:102)
> at com.openshift.internal.client.RestService.request(RestService.java:87)
> at com.openshift.internal.client.AbstractOpenShiftResource$ServiceRequest.execute(AbstractOpenShiftResource.java:123)
> at com.openshift.internal.client.UserResource$GetSShKeysRequest.execute(UserResource.java:245)
> at com.openshift.internal.client.UserResource.loadKeys(UserResource.java:137)
> at com.openshift.internal.client.UserResource.getCachedOrLoadSSHKeys(UserResource.java:129)
> at com.openshift.internal.client.UserResource.getSSHKeys(UserResource.java:122)
> at org.jboss.tools.openshift.express.internal.core.connection.Connection.getSSHKeys(Connection.java:392)
> at org.jboss.tools.openshift.express.internal.ui.job.LoadKeysJob.run(LoadKeysJob.java:38)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
> Caused by: com.openshift.internal.client.httpclient.HttpClientException: {"data":null,"messages":[{"exit_code":null,"field":null,"severity":"error","text":"Unable to complete the requested operation due to: OpenShift::AuthServiceException.\nReference ID: 2cf923693cafe4085e20365c714d22d6"}],"status":"internal_server_error","supported_api_versions":[1.0,1.1,1.2,1.3,1.4],"type":null,"version":"1.2"}
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:208)
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.write(UrlConnectionHttpClient.java:180)
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.get(UrlConnectionHttpClient.java:111)
> at com.openshift.internal.client.RestService.request(RestService.java:153)
> at com.openshift.internal.client.RestService.request(RestService.java:109)
> ... 10 more
> Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: https://openshift.redhat.com/broker/rest/user/keys
> at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1436)
> at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:234)
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.write(UrlConnectionHttpClient.java:178)
> ... 13 more
> {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, 10 months
[JBoss JIRA] (JBIDE-14838) Manage SSH Keys: Auth error on fresh start
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14838?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-14838:
------------------------------------------
I cannot reproduce this. I started with a clean workspace, created a new user but didn't store the pw I was providing. Restarted Eclipse and once back I picked *Manage SSH keys*. I was presented the password prompt (as expected):
!password-prompt!
and once I provided it, I had the ssh keys listed:
!ssh-keys.png!
> Manage SSH Keys: Auth error on fresh start
> ------------------------------------------
>
> Key: JBIDE-14838
> URL: https://issues.jboss.org/browse/JBIDE-14838
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.1.0.Beta1
> Reporter: Stefan Bunciak
> Assignee: Andre Dietisheim
> Fix For: 4.1.0.Beta2
>
> Attachments: password-prompt.png, ssh-keys.png
>
>
> {code}
> com.openshift.client.OpenShiftEndpointException: Could not request https://openshift.redhat.com/broker/rest/user/keys: Operation failed.Reason given: "Unable to complete the requested operation due to: OpenShift::AuthServiceException.
> Reference ID: 2cf923693cafe4085e20365c714d22d6"
> at com.openshift.internal.client.RestService.request(RestService.java:117)
> at com.openshift.internal.client.RestService.request(RestService.java:102)
> at com.openshift.internal.client.RestService.request(RestService.java:87)
> at com.openshift.internal.client.AbstractOpenShiftResource$ServiceRequest.execute(AbstractOpenShiftResource.java:123)
> at com.openshift.internal.client.UserResource$GetSShKeysRequest.execute(UserResource.java:245)
> at com.openshift.internal.client.UserResource.loadKeys(UserResource.java:137)
> at com.openshift.internal.client.UserResource.getCachedOrLoadSSHKeys(UserResource.java:129)
> at com.openshift.internal.client.UserResource.getSSHKeys(UserResource.java:122)
> at org.jboss.tools.openshift.express.internal.core.connection.Connection.getSSHKeys(Connection.java:392)
> at org.jboss.tools.openshift.express.internal.ui.job.LoadKeysJob.run(LoadKeysJob.java:38)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
> Caused by: com.openshift.internal.client.httpclient.HttpClientException: {"data":null,"messages":[{"exit_code":null,"field":null,"severity":"error","text":"Unable to complete the requested operation due to: OpenShift::AuthServiceException.\nReference ID: 2cf923693cafe4085e20365c714d22d6"}],"status":"internal_server_error","supported_api_versions":[1.0,1.1,1.2,1.3,1.4],"type":null,"version":"1.2"}
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:208)
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.write(UrlConnectionHttpClient.java:180)
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.get(UrlConnectionHttpClient.java:111)
> at com.openshift.internal.client.RestService.request(RestService.java:153)
> at com.openshift.internal.client.RestService.request(RestService.java:109)
> ... 10 more
> Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: https://openshift.redhat.com/broker/rest/user/keys
> at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1436)
> at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:234)
> at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.write(UrlConnectionHttpClient.java:178)
> ... 13 more
> {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, 10 months
[JBoss JIRA] (JBIDE-14856) OpenShift Explorer: should be able to remove several connections at once
by Andre Dietisheim (JIRA)
Andre Dietisheim created JBIDE-14856:
----------------------------------------
Summary: OpenShift Explorer: should be able to remove several connections at once
Key: JBIDE-14856
URL: https://issues.jboss.org/browse/JBIDE-14856
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: openshift
Affects Versions: 4.1.0.Beta2
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
Priority: Minor
Fix For: 4.1.x
steps to reproduce:
# ASSER: make sure you have several connections available in *OpenShift Explorer*
# EXEC: select them all and open up the context menu
Result:
You cannot choose *Remove from view* for all the selected connections. You have select them one by one and remove them.
Expected result:
You can select all your connections and remove them all at once.
--
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, 10 months
[JBoss JIRA] (JBDS-2573) JBDS70_1411: [Uncommit] (Dev) (P1) Track more
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBDS-2573?page=com.atlassian.jira.plugin.... ]
Andre Dietisheim commented on JBDS-2573:
----------------------------------------
i looked at this several times and tried in parallel to urgent issues where the solution were obvious. The challenge here is that we'd have to report a collection (installed plugins) and then be able in GA frontend to split the collection into components that we can analyze separately (ex. 30% of the people install forge, 10% install openshift, etc.). So far I didnt find a way. The closest match so far (in my current understanding) is what GA offers for shopping carts. I'm not sure yet though. We currently use the keyword which is usually also used to have search keyword that made the users land on specific pages. This should imho match our scenario since I guess that one wants to know about the most relevant keywords that make people land on a page. I dont though where in GA frontend, one could split those keywords.
> JBDS70_1411: [Uncommit] (Dev) (P1) Track more
> ---------------------------------------------
>
> Key: JBDS-2573
> URL: https://issues.jboss.org/browse/JBDS-2573
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Requirements
> Reporter: Jiri Pallich
> Assignee: Andre Dietisheim
> Priority: Critical
> Fix For: 7.0.0.Beta2
>
>
> What JBoss and 3rd party plug-ins are end-users really using? Allowing us to invest more in the most popular. (Note: This was deferred JBDS60_0920.)
--
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, 10 months