This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 236022

Summary: NullPointerException at javafx.embed.swing.JFXPanel$HostContainer$1.run
Product: platform Reporter: Vitex
Component: Embedded BrowserAssignee: Stanislav Aubrecht <saubrecht>
Status: RESOLVED WORKSFORME    
Severity: normal CC: jbecicka, vriha
Priority: P3    
Version: 7.4   
Hardware: All   
OS: Linux   
Issue Type: DEFECT Exception Reporter: 203903
Attachments: stacktrace

Description Vitex 2013-09-16 12:06:19 UTC
Build: NetBeans IDE 7.4 Beta (Build 201307092200)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_17-b02
OS: Linux

User Comments:
Vitex: Open XML file build.xml (NetBeansCordovaBuild)




Stacktrace: 
java.lang.NullPointerException
   at javafx.embed.swing.JFXPanel$HostContainer$1.run(JFXPanel.java:741)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:727)
   at java.awt.EventQueue.access$200(EventQueue.java:103)
   at java.awt.EventQueue$3.run(EventQueue.java:688)
   at java.awt.EventQueue$3.run(EventQueue.java:686)
Comment 1 Vitex 2013-09-16 12:06:20 UTC
Created attachment 140123 [details]
stacktrace
Comment 2 David Strupl 2013-09-19 15:01:10 UTC
Isn't this for the embedded browser component? Visual Tool does not use JFXPanel AFAIK. But I don't know the bugzilla category for the embedded browser.
Comment 3 Jan Becicka 2013-09-19 15:44:06 UTC
Let's try platform :)
Comment 4 Lou Dasaro 2013-09-20 01:39:01 UTC
Please indicate specific distro of Linux.
I have seen the embedded browser consistently crash the IDE under
Oracle Enterprise Linux 6.2, but haven't heard of anyone else with this problem...
Comment 5 Stanislav Aubrecht 2013-11-27 11:17:54 UTC
Please reopen if reproducible with the latest update of JDK 1.7, thanks.