-
Bug
-
Resolution: Incomplete
-
P3
-
7u10, 8
-
Tested on 64bit win7, jre 8 nightly bundle http://rehudson.us.oracle.com:8080/hudson/job/jdk8_deploy-1-prebuild/ws/bundles/windows-x64/b255-2012-09-26_430/
Steps to reproduce:
1.clear deployment cache by executing javaws -uninstall
2.Launch applicaton javaws http://sqeweb.us.oracle.com/deployment1/deployment_6_UR_int_exec_ws/6/deployment/src/javafx/fxfeaturesTest/fxfeaturesTest/html/MissingJarHandleError.jnlp
3.It has a jar file which actually doesn't exist, and the preloader class has overwritten handleErrorNotification, which returns true
4.The error message should be in preloader's panel, no exception should be printed in java console. If exception java.lang.ClassCastException: TestPreloader cannot be cast to javax.jnlp.DownloadServiceListener is printed in java console, and preloader doesn't show, issue is reproduced. (pls see the attached trace file)
The applet work well as expected: http://sqeweb.us.oracle.com/deployment1/deployment_6_UR_int_exec_ws/6/deployment/src/javafx/fxfeaturesTest/fxfeaturesTest/html/MissingJarHandleError.html
source code location: http://sqeweb.us.oracle.com/deployment1/deployment_6_UR_int_exec_ws/6/deployment/src/javafx/fxfeaturesTest/fxfeaturesTest/src/
1.clear deployment cache by executing javaws -uninstall
2.Launch applicaton javaws http://sqeweb.us.oracle.com/deployment1/deployment_6_UR_int_exec_ws/6/deployment/src/javafx/fxfeaturesTest/fxfeaturesTest/html/MissingJarHandleError.jnlp
3.It has a jar file which actually doesn't exist, and the preloader class has overwritten handleErrorNotification, which returns true
4.The error message should be in preloader's panel, no exception should be printed in java console. If exception java.lang.ClassCastException: TestPreloader cannot be cast to javax.jnlp.DownloadServiceListener is printed in java console, and preloader doesn't show, issue is reproduced. (pls see the attached trace file)
The applet work well as expected: http://sqeweb.us.oracle.com/deployment1/deployment_6_UR_int_exec_ws/6/deployment/src/javafx/fxfeaturesTest/fxfeaturesTest/html/MissingJarHandleError.html
source code location: http://sqeweb.us.oracle.com/deployment1/deployment_6_UR_int_exec_ws/6/deployment/src/javafx/fxfeaturesTest/fxfeaturesTest/src/