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 181063 - java.io.IOException: PID of process 'vv159170@localhost /home/vv159170/NetBeansProjects/Quote_7/dist/Debug/GNU-Linux-x86/quote_7' is not received!
Summary: java.io.IOException: PID of process 'vv159170@localhost /home/vv159170/NetBea...
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: execution (show other bugs)
Version: 6.x
Hardware: All All
: P1 normal (vote)
Assignee: Andrew Krasny
URL:
Keywords:
: 182970 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-02-22 23:36 UTC by Vladimir Voskresensky
Modified: 2010-05-04 07:56 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 165577


Attachments
stacktrace (509 bytes, text/plain)
2010-02-22 23:36 UTC, Vladimir Voskresensky
Details
stacktrace (510 bytes, text/plain)
2010-02-28 05:09 UTC, Vladimir Voskresensky
Details
stacktrace (447 bytes, text/plain)
2010-03-10 08:47 UTC, Andrew Krasny
Details
stacktrace (550 bytes, text/plain)
2010-03-25 08:22 UTC, Vladimir Voskresensky
Details
stacktrace (449 bytes, text/plain)
2010-03-26 20:21 UTC, misterm
Details
stacktrace (449 bytes, text/plain)
2010-03-26 20:48 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Voskresensky 2010-02-22 23:36:15 UTC
Build: NetBeans IDE Dev (Build 100221-105903120a7c)
VM: Java HotSpot(TM) Server VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Linux

User Comments:
vv159170: IOProvider().get("Terminal").getIO from client code




Stacktrace: 
java.io.IOException: PID of process 'vv159170@localhost /home/vv159170/NetBeansProjects/Quote_7/dist/Debug/GNU-Linux-x86/quote_7' is not received!
   at org.netbeans.modules.nativeexecution.AbstractNativeProcess.getPID(AbstractNativeProcess.java:173)
   at org.netbeans.modules.nativeexecution.pty.IOConnectorImpl$Reaper.run(IOConnectorImpl.java:191)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:641)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1123)
Comment 1 Vladimir Voskresensky 2010-02-22 23:36:19 UTC
Created attachment 94406 [details]
stacktrace
Comment 2 Vladimir Voskresensky 2010-02-22 23:39:32 UTC
must be no "EDT-only" restriction for client's call
IOProvider().get("Terminal").getIO
Comment 3 Vladimir Voskresensky 2010-02-22 23:40:14 UTC
sorry, it's about different issue
Comment 4 Vladimir Voskresensky 2010-02-28 05:09:34 UTC
Created attachment 94605 [details]
stacktrace

run Quote in internal terminal
Comment 5 Andrew Krasny 2010-03-10 08:42:21 UTC
Confirmed.
The problem is in arguments processing in process_start.
Comment 6 Andrew Krasny 2010-03-10 08:47:56 UTC
Created attachment 94987 [details]
stacktrace
Comment 7 Vladimir Voskresensky 2010-03-25 08:22:46 UTC
Created attachment 95747 [details]
stacktrace

run Arguments sample in Internal Terminal
Comment 8 Exceptions Reporter 2010-03-25 08:22:55 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=165577
Comment 9 Vladimir Voskresensky 2010-03-25 08:35:42 UTC
Andrew it's impossible to run any program with arguments in Pty mode
Comment 10 Vladimir Voskresensky 2010-03-25 08:37:05 UTC
simplest test case:
- create Arguments sample project
- try to run in Internal Terminal
Comment 11 Andrew Krasny 2010-03-25 10:24:30 UTC
Vladimir, 

what Linux machine do you use? 
I cannot reproduce it from redbox...
Comment 12 Vladimir Voskresensky 2010-03-25 10:36:29 UTC
Ubuntu 64 (my laptop)
Comment 14 Vladimir Voskresensky 2010-03-25 14:37:36 UTC
thanks!
Comment 15 misterm 2010-03-26 20:21:29 UTC
Created attachment 96018 [details]
stacktrace
Comment 16 misterm 2010-03-26 20:48:28 UTC
Created attachment 96024 [details]
stacktrace
Comment 17 Maria Tishkova 2010-05-04 07:56:56 UTC
*** Bug 182970 has been marked as a duplicate of this bug. ***