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 253187 - NullPointerException at java.lang.ProcessBuilder.start
Summary: NullPointerException at java.lang.ProcessBuilder.start
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: wakatime
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-25 14:38 UTC by fleka
Modified: 2015-07-28 06:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 218173


Attachments
stacktrace (1.41 KB, text/plain)
2015-06-25 14:39 UTC, fleka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description fleka 2015-06-25 14:38:58 UTC
Build: NetBeans IDE Dev (Build 201506190001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.31-b07, Java(TM) SE Runtime Environment, 1.8.0_31-b13
OS: Windows 7

User Comments:
fleka: while trying to edit js file




Stacktrace: 
java.lang.NullPointerException
   at java.lang.ProcessBuilder.start(ProcessBuilder.java:1012)
   at java.lang.Runtime.exec(Runtime.java:620)
   at java.lang.Runtime.exec(Runtime.java:485)
   at org.wakatime.netbeans.plugin.WakaTime.logFile(WakaTime.java:220)
   at org.wakatime.netbeans.plugin.CustomDocumentListener$1.run(CustomDocumentListener.java:66)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
Comment 1 fleka 2015-06-25 14:39:00 UTC
Created attachment 154394 [details]
stacktrace