JDK-8113171 : Application exceptions should be thrown to the caller of the launch method
  • Type: Bug
  • Component: javafx
  • Sub-Component: application-lifecycle
  • Affected Version: fx2.0
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2011-05-18
  • Updated: 2015-06-16
  • Resolved: 2011-05-24
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.
Other
fx2.0Fixed
Related Reports
Duplicate :  
Relates :  
Description
The JavaFX application framework only prints out a stack trace when an exception happens. The exception is never thrown to the caller of Application.launch or platform startup methods. This causes a double-click application or web start application to hang with no indication as to what is wrong.

Comments
verified in build 44: ( see http://javafx-jira.kenai.com/browse/RT-13557 )
05-09-2011

You can run the standalone tests in deploy/javafx-deploy-samples and verify this.
31-08-2011

pls provide steps to repeat/verify. issue will be closed in 2 weeks if there is no feedback.
31-08-2011

http://jfxsrc.us.oracle.com/javafx/presidio/scrum/graphics/runtime/rev/a61e4780442b
24-05-2011