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 253186

Summary: NullPointerException at java.lang.ProcessBuilder.start
Product: third-party Reporter: fleka <fleka>
Component: -- Other --Assignee: wakatime
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 216838
Attachments: stacktrace

Description fleka 2015-06-25 14:27:00 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:
GUEST: I don't know

fleka: clean and build a node project

GUEST: This error keeps showing up even though I don't tell the IDE to complete any tasks.

GUEST: <Please provide a description of the problem or the steps to reproduce>
I don't know what happened

GUEST: I have install wakatime plugin  and not i habe installed python this issue is happen immediatly after install it after remove the plugin the error occured again




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.SaveListener$1.run(SaveListener.java:37)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
Comment 1 fleka 2015-06-25 14:27:02 UTC
Created attachment 154393 [details]
stacktrace