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 211823

Summary: java.io.IOException: java.io.IOException: error=13, Permission denied
Product: serverplugins Reporter: Martin Fousek <marfous>
Component: WebLogicAssignee: Petr Hejl <phejl>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: P4    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 187429
Attachments: stacktrace

Description Martin Fousek 2012-04-27 06:29:59 UTC
Build: NetBeans IDE Dev (Build 20120427-b93cd81be9db)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.1-b02, Java(TM) SE Runtime Environment, 1.6.0_26-b03
OS: Linux

User Comments:
marfous: - wrong permissions on WebLogic's startup scripts causes these exception
- feel free to downgrade to P4 - not much common situation




Stacktrace: 
java.io.IOException: java.io.IOException: error=13, Permission denied
   at java.lang.UNIXProcess.<init>(UNIXProcess.java:148)
   at java.lang.ProcessImpl.start(ProcessImpl.java:65)
   at java.lang.ProcessBuilder.start(ProcessBuilder.java:453)
   at org.netbeans.api.extexecution.ExternalProcessBuilder.call(ExternalProcessBuilder.java:296)
   at org.netbeans.modules.j2ee.weblogic9.optional.WLStartServer$WLStartTask.run(WLStartServer.java:594)
   at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
Comment 1 Martin Fousek 2012-04-27 06:30:03 UTC
Created attachment 118845 [details]
stacktrace
Comment 2 Martin Fousek 2012-04-27 06:42:44 UTC
Probably WebLogic issue...
Comment 3 Quality Engineering 2015-02-04 03:35:19 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.