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 234036

Summary: Cannot create JavaFX project w/ JDK 8 - NPE in message.log
Product: javafx Reporter: sreimers <sreimers>
Component: ProjectAssignee: Petr Somol <psomol>
Status: RESOLVED DUPLICATE    
Severity: normal CC: anebuzelsky, mr_lou_d, tzezula
Priority: P1    
Version: 7.4   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:
Attachments: Stacktrace showing NPE

Description sreimers 2013-08-06 16:33:16 UTC
Created attachment 138366 [details]
Stacktrace showing NPE

Happens with jdk8 b101
Comment 1 markiewb 2013-08-06 18:59:20 UTC
Duplicate of https://netbeans.org/bugzilla/show_bug.cgi?id=233144 ?
Comment 2 Petr Somol 2013-08-07 16:17:05 UTC
I tried to reproduce but could not - on my Win 7 64 with current NB dev and JDK8 b101 all JavaFX and SE projects can be created and built/run without problem.

The NPE in the attached stacktrace indeed points at the same problem as addressed by Issue #233144, as pointed out in comment #1. Thus I am marking this issue as duplicate.

One question remains. According to Issue #233144 Comment #17 the respective JDK bug

http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8021428

is marked as fixed, but this seems not to be the case in JDK8 b101. I am CC-ing Tonda - please can you test whether b101 still contains the bug and if so, would you please add a comment to the JDK issue ? From comments in JDK-8021148 I gather you've got a local test than can be used for that purpose.. Thanks.

*** This bug has been marked as a duplicate of bug 233144 ***
Comment 3 Antonin Nebuzelsky 2013-08-12 13:11:51 UTC
> is marked as fixed, but this seems not to be the case in JDK8 b101

The JDK bug is actually marked "Resolved In Build b102".