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 149882 - Permission denied on stdouterr.sh
Summary: Permission denied on stdouterr.sh
Status: RESOLVED INVALID
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All Windows Vista
: P1 blocker (vote)
Assignee: Egor Ushakov
URL: http://statistics.netbeans.org/analyt...
Keywords:
: 149829 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-10-12 08:01 UTC by Egor Ushakov
Modified: 2008-12-27 05:07 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 Egor Ushakov 2008-10-12 08:01:45 UTC
From user exception report:
http://statistics.netbeans.org/analytics/detail.do?id=125171

Linux, 2.6.26.5, amd64
NetBeans IDE 6.5 Beta (Build 081008)

I was just trying to compile / run my C program
it's nothing fancy or anything

java.io.IOException: Cannot run program "/usr/share/netbeans-6.5/cnd2/bin/stdouterr.sh" (in directory
"/home/guntherdw/school/KdG/KdG/Gestructureerd Programmeren/C_Projects/C_oef_1_2008_09_30"): java.io.IOException:
error=13, Permission denied
        at java.lang.ProcessBuilder.start(ProcessBuilder.java:459)
        at org.openide.execution.NbProcessDescriptor.exec(NbProcessDescriptor.java:199)
        at org.netbeans.modules.cnd.execution.LocalNativeExecution.executeCommand(LocalNativeExecution.java:128)
        at org.netbeans.modules.cnd.api.execution.NativeExecutor.run(NativeExecutor.java:212)
        at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:151)
java.io.IOException: java.io.IOException: error=13, Permission denied
        at java.lang.UNIXProcess.(UNIXProcess.java:148)
        at java.lang.ProcessImpl.start(ProcessImpl.java:65)
        at java.lang.ProcessBuilder.start(ProcessBuilder.java:452)
        at org.openide.execution.NbProcessDescriptor.exec(NbProcessDescriptor.java:199)
        at org.netbeans.modules.cnd.execution.LocalNativeExecution.executeCommand(LocalNativeExecution.java:128)
        at org.netbeans.modules.cnd.api.execution.NativeExecutor.run(NativeExecutor.java:212)
        at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:151)
Comment 1 Egor Ushakov 2008-10-12 08:02:41 UTC
this is strange because stdouterr.sh is not used any more
Comment 2 Egor Ushakov 2008-10-12 09:19:31 UTC
*** Issue 149829 has been marked as a duplicate of this issue. ***
Comment 3 Egor Ushakov 2008-10-13 09:41:27 UTC
stdouterr.sh as well as NbProcessDescriptor.exec is not used since 2008 Sep 18.
Most probably the build was incomplete or used did not get latest cnd changes.