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 122843 - IOException if grails binary is not executable
Summary: IOException if grails binary is not executable
Status: VERIFIED FIXED
Alias: None
Product: groovy
Classification: Unclassified
Component: Grails (show other bugs)
Version: 6.x
Hardware: Macintosh All
: P3 blocker (vote)
Assignee: schmidtm
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-27 13:34 UTC by martin_adamek
Modified: 2008-10-30 14:25 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 martin_adamek 2007-11-27 13:34:17 UTC
java.io.IOException: /Users/martin/apps/grails/bin/grails: cannot execute
	at java.lang.UNIXProcess.forkAndExec(Native Method)
	at java.lang.UNIXProcess.<init>(UNIXProcess.java:52)
	at java.lang.ProcessImpl.start(ProcessImpl.java:91)
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:451)
	at org.openide.execution.NbProcessDescriptor.exec(NbProcessDescriptor.java:199)
	at org.openide.execution.NbProcessDescriptor.exec(NbProcessDescriptor.java:151)
[catch] at org.netbeans.modules.groovy.grails.GrailsServerRunnable.run(GrailsServerRunnable.java:76)
	at java.lang.Thread.run(Thread.java:613)
WARNING [org.netbeans.modules.groovy.grails.GrailsServerRunnable]: Problem creating Process
Comment 2 Lukas Jungmann 2008-10-02 18:13:42 UTC
v.