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 175433 - "Cannot run program /bin/kill" warning in messages.log
Summary: "Cannot run program /bin/kill" warning in messages.log
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Andrew Krasny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-26 15:18 UTC by soldatov
Modified: 2009-10-27 11:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description soldatov 2009-10-26 15:18:04 UTC
Scenario:
- I removed Cygwin (moved into other temporary directory)
- Started NetBeans with fresh user directory
- Created Welcome project
- Loaded project into debugger and pressed Finish button
==>
INFO [nativeexecution.support.logger]: Error occurred: {1}
java.io.IOException: CreateProcess error=3, The system cannot find the path specified
        at java.lang.ProcessImpl.create(Native Method)
        at java.lang.ProcessImpl.<init>(ProcessImpl.java:81)
        at java.lang.ProcessImpl.start(ProcessImpl.java:30)
        at java.lang.ProcessBuilder.start(ProcessBuilder.java:452)
Caused: java.io.IOException: Cannot run program "/bin/kill": CreateProcess error=3, The system cannot find the path
specified
        at java.lang.ProcessBuilder.start(ProcessBuilder.java:459)
        at org.netbeans.modules.nativeexecution.LocalNativeProcess.createWin(LocalNativeProcess.java:238)
        at org.netbeans.modules.nativeexecution.LocalNativeProcess.create(LocalNativeProcess.java:76)
        at org.netbeans.modules.nativeexecution.AbstractNativeProcess.createAndStart(AbstractNativeProcess.java:120)
        at org.netbeans.modules.nativeexecution.api.NativeProcessBuilder.call(NativeProcessBuilder.java:167)
        at org.netbeans.modules.nativeexecution.api.util.CommonTasksSupport$CommandRunner.call(CommonTasksSupport.java:168)
        at org.netbeans.modules.nativeexecution.api.util.CommonTasksSupport$1.call(CommonTasksSupport.java:271)
        at org.netbeans.modules.nativeexecution.api.util.CommonTasksSupport$1.call(CommonTasksSupport.java:261)
        at org.netbeans.modules.nativeexecution.support.NativeTaskExecutorService$1.call(NativeTaskExecutorService.java:60)
        at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
[catch] at java.util.concurrent.FutureTask.run(FutureTask.java:138)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:602)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1084)
INFO [nativeexecution.support.logger]: Error occurred: {1}
java.io.IOException: CreateProcess error=3, The system cannot find the path specified
        at java.lang.ProcessImpl.create(Native Method)
        at java.lang.ProcessImpl.<init>(ProcessImpl.java:81)
        at java.lang.ProcessImpl.start(ProcessImpl.java:30)
        at java.lang.ProcessBuilder.start(ProcessBuilder.java:452)
Caused: java.io.IOException: Cannot run program "/bin/kill": CreateProcess error=3, The system cannot find the path
specified
        at java.lang.ProcessBuilder.start(ProcessBuilder.java:459)
        at org.netbeans.modules.nativeexecution.LocalNativeProcess.createWin(LocalNativeProcess.java:238)
        at org.netbeans.modules.nativeexecution.LocalNativeProcess.create(LocalNativeProcess.java:76)
        at org.netbeans.modules.nativeexecution.AbstractNativeProcess.createAndStart(AbstractNativeProcess.java:120)
        at org.netbeans.modules.nativeexecution.api.NativeProcessBuilder.call(NativeProcessBuilder.java:167)
        at org.netbeans.modules.nativeexecution.api.util.CommonTasksSupport$CommandRunner.call(CommonTasksSupport.java:168)
        at org.netbeans.modules.nativeexecution.api.util.CommonTasksSupport$1.call(CommonTasksSupport.java:271)
        at org.netbeans.modules.nativeexecution.api.util.CommonTasksSupport$1.call(CommonTasksSupport.java:261)
        at org.netbeans.modules.nativeexecution.support.NativeTaskExecutorService$1.call(NativeTaskExecutorService.java:60)
        at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
[catch] at java.util.concurrent.FutureTask.run(FutureTask.java:138)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:602)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1084)
Comment 1 Andrew Krasny 2009-10-26 16:08:53 UTC
10x, Valera!
Comment 2 Andrew Krasny 2009-10-26 23:06:33 UTC
Fixed: http://hg.netbeans.org/cnd-main/rev/2e42ea7b2976
Comment 3 Quality Engineering 2009-10-27 11:09:01 UTC
Integrated into 'main-golden', will be available in build *200910270201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/2e42ea7b2976
User: Andrew Krasny <akrasny@netbeans.org>
Log: IZ#175433 - "Cannot run program /bin/kill" warning in messages.log