JDK-8196376 : Java Web Start example fails to launch with Java 8u161
  • Type: Bug
  • Component: deploy
  • Sub-Component: webstart
  • Affected Version: 8u161
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_7
  • CPU: x86
  • Submitted: 2018-01-29
  • Updated: 2018-02-14
  • Resolved: 2018-01-30
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8
8u171Resolved
Related Reports
Duplicate :  
Description
FULL PRODUCT VERSION :
Java JRE 1.8.0_u162

ADDITIONAL OS VERSION INFORMATION :
Windows 7 and Windows 10

A DESCRIPTION OF THE PROBLEM :
Attempting to launch a WebStart application fails and displays a Windows exception dialog.


REGRESSION.  Last worked in version 8u161

STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
From the following URL:

https://docs.oracle.com/javase/tutorial/deployment/webstart/examplesIndex.html#AppWithCustomProgressIndicator

Click the URL at the bottom of the page:

Java Web Start Application With Customized Loading Progress Indicator

Launch fails.

EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
Launch the Oracle sample application.
ACTUAL -
Causes Windows exception dialog to be displayed.


ERROR MESSAGES/STACK TRACES THAT OCCUR :

Problem signature:
  Problem Event Name:	APPCRASH
  Application Name:	javaws.exe
  Application Version:	11.162.2.12
  Application Timestamp:	5a39d5e8
  Fault Module Name:	javaws.exe
  Fault Module Version:	11.162.2.12
  Fault Module Timestamp:	5a39d5e8
  Exception Code:	c0000005
  Exception Offset:	000010f5
  OS Version:	6.1.7601.2.1.0.256.4
  Locale ID:	1033
  Additional Information 1:	0a9e
  Additional Information 2:	0a9e372d3b4ad19135b953a78882e789
  Additional Information 3:	0a9e
  Additional Information 4:	0a9e372d3b4ad19135b953a78882e789

Read our privacy statement online:
  http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409

If the online privacy statement is not available, please read our privacy statement offline:
  C:\Windows\system32\en-US\erofflps.txt


REPRODUCIBILITY :
This bug can be reproduced always.

---------- BEGIN SOURCE ----------
No source code available since this is a failure of a sample Oracle application. The source should be available from the referenced web page.
---------- END SOURCE ----------

SUPPORT :
YES


Comments
Just adding the additional information as provided by submitter: It should be noted that this is a bug when using the WebStart custom progress dialog. If the default WebStart progress dialog is used, the application starts however, if a custom progress dialog is used, the start up fails. =========================== Also suggested submitter to verify with JDk 8u172 ea build once available at: http://jdk.java.net/8/
05-02-2018

fix in 8u171 as JDK-8195748
30-01-2018

Reported with: Java 8u162 Windows 7 and Windows 10 The Java web start example from: https://docs.oracle.com/javase/tutorialJWS/samples/deployment/customprogress_webstartJWSProject/customprogress_webstart.jnlp fails to launch. Even the console does not show up. The other example (Dynamic Tree Demo) - https://docs.oracle.com/javase/tutorialJWS/samples/deployment/dynamictree_webstartJWSProject/dynamictree_webstart.jnlp works fine though. Results: ======= 8u152: OK 8u161: Fail 8u162: Fail 8u172 ea b03: OK 9.0.4: OK This is a regression in 8u161 as both examples works fine with 8u151/8u152.
30-01-2018