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 - Cannot create JavaFX project w/ JDK 8 - NPE in message.log
Summary: Cannot create JavaFX project w/ JDK 8 - NPE in message.log
Status: RESOLVED DUPLICATE of bug 233144
Alias: None
Product: javafx
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P1 normal (vote)
Assignee: Petr Somol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-06 16:33 UTC by sreimers
Modified: 2013-08-12 13:11 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stacktrace showing NPE (4.52 KB, text/plain)
2013-08-06 16:33 UTC, sreimers
Details

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