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 - NullPointerException at javafx.embed.swing.JFXPanel$HostContainer$1.run
Summary: NullPointerException at javafx.embed.swing.JFXPanel$HostContainer$1.run
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Embedded Browser (show other bugs)
Version: 7.4
Hardware: All Linux
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-16 12:06 UTC by Vitex
Modified: 2013-11-27 11:17 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 203903


Attachments
stacktrace (1.19 KB, text/plain)
2013-09-16 12:06 UTC, Vitex
Details

Note You need to log in before you can comment on or make changes to this bug.
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.