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 269728

Summary: NullPointerException at java.io.File.<init>
Product: javascript Reporter: thilina01 <thilina01>
Component: Node.jsAssignee: Petr Pisl <ppisl>
Status: NEW ---    
Severity: normal CC: thilina01
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 227921
Attachments: stacktrace

Description thilina01 2017-02-03 02:27:38 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.121-b13, Java(TM) SE Runtime Environment, 1.8.0_121-b13
OS: Windows 10

User Comments:
thilina01: working on angular 2 project




Stacktrace: 
java.lang.NullPointerException
   at java.io.File.<init>(File.java:277)
   at org.netbeans.modules.javascript.nodejs.platform.NodeJsSupport$PreferencesListener.startScriptChanged(NodeJsSupport.java:259)
   at org.netbeans.modules.javascript.nodejs.platform.NodeJsSupport$PreferencesListener$1.run(NodeJsSupport.java:202)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1443)
   at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:68)
   at org.openide.util.lookup.Lookups.executeWith(Lookups.java:303)
Comment 1 thilina01 2017-02-03 02:27:40 UTC
Created attachment 163557 [details]
stacktrace