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 257907 - java.io.IOException: CreateProcess error=2, The system cannot find the file specified
Summary: java.io.IOException: CreateProcess error=2, The system cannot find the file s...
Status: RESOLVED FIXED
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-09 11:08 UTC by mbraybrook
Modified: 2016-09-30 11:54 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 222443


Attachments
stacktrace (1.21 KB, text/plain)
2016-02-09 11:08 UTC, mbraybrook
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mbraybrook 2016-02-09 11:08:05 UTC
This issue was reported manually by mbraybrook.
It already has 1 duplicates 


Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 10

User Comments:
mbraybrook: This error reported in the background while editing Puppet configuration files. I wasn't doing anything out of the ordinary.
It didn't interfere with my work, either.




Stacktrace: 
java.io.IOException: CreateProcess error=2, The system cannot find the file specified
   at java.lang.ProcessImpl.create(ProcessImpl.java:0)
   at java.lang.ProcessImpl.<init>(ProcessImpl.java:386)
   at java.lang.ProcessImpl.start(ProcessImpl.java:137)
   at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
   at org.netbeans.api.extexecution.ExternalProcessBuilder.call(ExternalProcessBuilder.java:295)
   at com.tropyx.nb_puppet.lint.StatusProvider$StatusProviderImpl.checkErrors(StatusProvider.java:127)
Comment 1 mbraybrook 2016-02-09 11:08:06 UTC
Created attachment 158436 [details]
stacktrace
Comment 2 Jiri Kovalsky 2016-02-09 12:33:23 UTC
Milosi, can you please take a look at this exception? Thanks!
Comment 3 Exceptions Reporter 2016-09-29 09:49:09 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=222443
Comment 4 Milos Kleint 2016-09-29 12:19:34 UTC
is likely a duplicate of https://github.com/tropyx/NetBeansPuppet/issues/24

I don't personally have access to a windows machine with puppet/puppetlint setup properly to test and detect the path to the lint binary.
Comment 5 Milos Kleint 2016-09-29 12:20:40 UTC
any help appreciated, even in terms of documentation or suggestions on how to find the executable
Comment 6 Milos Kleint 2016-09-30 11:54:42 UTC
https://github.com/tropyx/NetBeansPuppet/issues/24 closed and fixed. check at https://github.com/tropyx/NetBeansPuppet/ for a new version 2.0.3.

the new version submitted for the 8.0, 8.1 and 8.2 update centers