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 182597

Summary: java.io.IOException: error=13, Permission denied
Product: cnd Reporter: Alexander Pepin <apepin>
Component: executionAssignee: Andrew Krasny <akrasny>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 166843
Attachments: stacktrace

Description Alexander Pepin 2010-03-23 16:24:07 UTC
Build: NetBeans IDE Dev (Build cnd-main-3067-on-100322)
VM: Java HotSpot(TM) Client VM, 14.3-b01-101, Java(TM) SE Runtime Environment, 1.6.0_17-b04-248-10M3025
OS: Mac OS X

User Comments:
apepin: Steps to reproduce:
- create local Welcome sample
- set Internal terminal as console type
- run the project




Stacktrace: 
java.io.IOException: error=13, Permission denied
   at java.lang.UNIXProcess.forkAndExec(UNIXProcess.java:0)
   at java.lang.UNIXProcess.<init>(UNIXProcess.java:53)
   at java.lang.ProcessImpl.start(ProcessImpl.java:91)
   at java.lang.ProcessBuilder.start(ProcessBuilder.java:452)
   at org.netbeans.modules.nativeexecution.pty.PtyCreatorImpl.allocate(PtyCreatorImpl.java:76)
   at org.netbeans.modules.nativeexecution.pty.PtyCreatorImpl.allocate(PtyCreatorImpl.java:62)
Comment 1 Alexander Pepin 2010-03-23 16:24:15 UTC
Created attachment 95620 [details]
stacktrace
Comment 2 Maria Tishkova 2010-03-29 09:28:22 UTC
Close as duplicate of 182584,
Andrew please re-open if I am wrong

*** This bug has been marked as a duplicate of bug 182584 ***