[
https://issues.jboss.org/browse/JBIDE-12999?page=com.atlassian.jira.plugi...
]
Andre Dietisheim edited comment on JBIDE-12999 at 11/6/12 3:40 PM:
-------------------------------------------------------------------
I paused the running threads and catched the following stack-trace:
{code}
Object.wait(long) line: not available [native method]
Semaphore.acquire(long) line: 43
UISynchronizer.syncExec(Runnable) line: 168
Display.syncExec(Runnable) line: 4291
UserValidationDialog.getAuthentication(String, String) line: 55
NetAuthenticator.getPasswordAuthentication() line: 41
Authenticator.requestPasswordAuthentication(String, InetAddress, int, String, String,
String, URL, Authenticator$RequestorType) line: 300
HttpURLConnection$1.run() line: 359 [local variables unavailable]
AccessController.doPrivileged(PrivilegedAction<T>) line: not available [native
method]
HttpURLConnection.privilegedRequestPasswordAuthentication(String, InetAddress, int,
String, String, String, URL, Authenticator$RequestorType) line: 355
DelegateHttpsURLConnection(HttpURLConnection).getServerAuthentication(AuthenticationHeader)
line: 1922
DelegateHttpsURLConnection(HttpURLConnection).getInputStream() line: 1282 [local variables
unavailable]
HttpsURLConnectionImpl.getInputStream() line: 234 [local variables unavailable]
UrlConnectionHttpClient.get(URL) line: 94
RestService.request(URL, HttpMethod, Map<String,Object>) line: 139
RestService.request(String, HttpMethod, Map<String,Object>) line: 97
RestService.request(Link, Map<String,Object>) line: 91
RestService.request(Link, ServiceParameter...) line: 76
APIResource$GetUserRequest(AbstractOpenShiftResource$ServiceRequest).execute(ServiceParameter...)
line: 137
APIResource$GetUserRequest.execute() line: 234
APIResource.getUser() line: 93
Connection.createUser() line: 239
Connection.connect() line: 218
ConnectionWizardPageModel.connect() line: 244
ConnectionWizardPage$ConnectJob.run(IProgressMonitor) line: 455
Worker.run() line: 53
{code}
was (Author: adietish):
It paused the running threads and catched the following stack-trace:
{code}
Object.wait(long) line: not available [native method]
Semaphore.acquire(long) line: 43
UISynchronizer.syncExec(Runnable) line: 168
Display.syncExec(Runnable) line: 4291
UserValidationDialog.getAuthentication(String, String) line: 55
NetAuthenticator.getPasswordAuthentication() line: 41
Authenticator.requestPasswordAuthentication(String, InetAddress, int, String, String,
String, URL, Authenticator$RequestorType) line: 300
HttpURLConnection$1.run() line: 359 [local variables unavailable]
AccessController.doPrivileged(PrivilegedAction<T>) line: not available [native
method]
HttpURLConnection.privilegedRequestPasswordAuthentication(String, InetAddress, int,
String, String, String, URL, Authenticator$RequestorType) line: 355
DelegateHttpsURLConnection(HttpURLConnection).getServerAuthentication(AuthenticationHeader)
line: 1922
DelegateHttpsURLConnection(HttpURLConnection).getInputStream() line: 1282 [local variables
unavailable]
HttpsURLConnectionImpl.getInputStream() line: 234 [local variables unavailable]
UrlConnectionHttpClient.get(URL) line: 94
RestService.request(URL, HttpMethod, Map<String,Object>) line: 139
RestService.request(String, HttpMethod, Map<String,Object>) line: 97
RestService.request(Link, Map<String,Object>) line: 91
RestService.request(Link, ServiceParameter...) line: 76
APIResource$GetUserRequest(AbstractOpenShiftResource$ServiceRequest).execute(ServiceParameter...)
line: 137
APIResource$GetUserRequest.execute() line: 234
APIResource.getUser() line: 93
Connection.createUser() line: 239
Connection.connect() line: 218
ConnectionWizardPageModel.connect() line: 244
ConnectionWizardPage$ConnectJob.run(IProgressMonitor) line: 455
Worker.run() line: 53
{code}
2nd dialog with username and password on top of connection dialog if
you use bad credentials
--------------------------------------------------------------------------------------------
Key: JBIDE-12999
URL:
https://issues.jboss.org/browse/JBIDE-12999
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.0.0.Beta1
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
Fix For: 4.0.0.CR1
Attachments: existing-connection-auth-dialog.png, new-connection-auth-dialog.png
--
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