-
Bug
-
Resolution: Fixed
-
P2
-
6u10
-
b24
-
x86
-
windows_xp
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2188171 | 7 | Chris Hegarty | P3 | Closed | Fixed | b85 |
JDK-2173993 | 5.0u19 | Abhijit Saha | P2 | Resolved | Fixed | b01 |
JDK-2173994 | 1.4.2_21 | Abhijit Saha | P2 | Resolved | Fixed | b01 |
Java Web Start application fails to start on JRE6u10 b14 (beta) with
java.lang.AssertionError after authentication attempt.
The Java Web Start Error message is:
Application Error: Unable to launch the application
The Exception tab shows:
java.lang.AssertionError
at sun.net.www.protocol.http.AuthenticationInfo.requestCompleted(Unknown Source)
at sun.net.www.protocol.http.AuthenticationInfo.endAuthRequest(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.net.HttpURLConnection.getResponseCode(Unknown Source)
at com.sun.deploy.net.BasicHttpRequest.doRequest(Unknown Source)
at com.sun.deploy.net.BasicHttpRequest.doGetRequestEX(Unknown Source)
at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getResource(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getResource(Unknown Source)
at com.sun.javaws.Launcher.updateFinalLaunchDesc(Unknown Source)
at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
at com.sun.javaws.Launcher.launch(Unknown Source)
at com.sun.javaws.Main.launchApp(Unknown Source)
at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
at com.sun.javaws.Main$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
The problem is strictly reproducible.
java.lang.AssertionError after authentication attempt.
The Java Web Start Error message is:
Application Error: Unable to launch the application
The Exception tab shows:
java.lang.AssertionError
at sun.net.www.protocol.http.AuthenticationInfo.requestCompleted(Unknown Source)
at sun.net.www.protocol.http.AuthenticationInfo.endAuthRequest(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.net.HttpURLConnection.getResponseCode(Unknown Source)
at com.sun.deploy.net.BasicHttpRequest.doRequest(Unknown Source)
at com.sun.deploy.net.BasicHttpRequest.doGetRequestEX(Unknown Source)
at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getResource(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getResource(Unknown Source)
at com.sun.javaws.Launcher.updateFinalLaunchDesc(Unknown Source)
at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
at com.sun.javaws.Launcher.launch(Unknown Source)
at com.sun.javaws.Main.launchApp(Unknown Source)
at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
at com.sun.javaws.Main$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
The problem is strictly reproducible.
- backported by
-
JDK-2173993 Java Web Start app fails on 6u10 beta w/ AssertionError in AuthenticationInfo.requestCompleted
- Resolved
-
JDK-2173994 Java Web Start app fails on 6u10 beta w/ AssertionError in AuthenticationInfo.requestCompleted
- Resolved
-
JDK-2188171 Java Web Start app fails on 6u10 beta w/ AssertionError in AuthenticationInfo.requestCompleted
- Closed
- relates to
-
JDK-6648001 Cancelling HTTP authentication causes subsequent deadlocks
- Closed
-
JDK-2157822 Cancelling HTTP authentication causes subsequent deadlocks
- Resolved