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 234672 - NullPointerException at org.netbeans.modules.javafx2.platform.api.JavaFXPlatformUtils.findJavaPlatform
Summary: NullPointerException at org.netbeans.modules.javafx2.platform.api.JavaFXPlatf...
Status: VERIFIED WORKSFORME
Alias: None
Product: javafx
Classification: Unclassified
Component: Platform (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-20 20:01 UTC by kapilgargmca
Modified: 2013-12-17 06:16 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 203203


Attachments
stacktrace (1.88 KB, text/plain)
2013-08-20 20:01 UTC, kapilgargmca
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kapilgargmca 2013-08-20 20:01:19 UTC
Build: NetBeans IDE 7.4 Beta (Build 201307092200)
VM: Java HotSpot(TM) Client VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_17-b02
OS: Windows 7

User Comments:
kapilgargmca: i am facing this problem.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.javafx2.platform.api.JavaFXPlatformUtils.findJavaPlatform(JavaFXPlatformUtils.java:167)
   at org.netbeans.modules.javafx2.project.JFXProjectUtils.getUpdatedExtensionProperty(JFXProjectUtils.java:1433)
   at org.netbeans.modules.javafx2.project.JFXProjectUtils.updateClassPathExtensionProperties(JFXProjectUtils.java:1497)
   at org.netbeans.modules.javafx2.project.JFXProjectUtils$8.run(JFXProjectUtils.java:1199)
   at org.netbeans.modules.javafx2.project.JFXProjectUtils$8.run(JFXProjectUtils.java:1175)
   at org.openide.util.Mutex.writeAccess(Mutex.java:438)
Comment 1 kapilgargmca 2013-08-20 20:01:21 UTC
Created attachment 138950 [details]
stacktrace
Comment 2 Lou Dasaro 2013-08-20 23:50:32 UTC
As a suggestion, have you tried with the latest DEV build of NetBeans, and a current jdk/jre? There have been many fixes to both!
Comment 3 Lou Dasaro 2013-09-04 17:29:32 UTC
I cannot duplicate this. WORKSFORME

Reporter: Please retry with latest DEV build and current JDK/JRE and update your findings.  Thank you.
Comment 4 Lou Dasaro 2013-09-15 22:01:34 UTC
I am marking this as RESOLVED because there have been no further communications from reporter and no one else has reported and I cannot duplicate.