views:

151

answers:

1

Hi,

I installed latest gae plugin(0.8.2) and try to run my app(gorm-jpa, grails 1.3.2 as its the only supported version) I get the following error. Cleared my classpath-doesnt help Has anyone solved this/any ideas

Help is much appreciated Bala

java.io.IOException: Cannot run program "C:\jdk1.6.0_16\jre\bin\java.exe": CreateProcess error=87, The parameter is incorrect at java.lang.ProcessBuilder.start(ProcessBuilder.java:459) at java.lang.Runtime.exec(Runtime.java:593) at org.apache.tools.ant.taskdefs.Execute$Java13CommandLauncher.exec(Execute.java:832) at org.apache.tools.ant.taskdefs.Execute.launch(Execute.java:447) at org.apache.tools.ant.taskdefs.Execute.execute(Execute.java:461) at org.apache.tools.ant.taskdefs.Java.fork(Java.java:784) at org.apache.tools.ant.taskdefs.Java.executeJava(Java.java:211) at org.apache.tools.ant.taskdefs.Java.executeJava(Java.java:132) at org.apache.tools.ant.taskdefs.Java.execute(Java.java:105) at com.google.appengine.tools.enhancer.EnhancerTask.execute(EnhancerTask.java:99) at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288) at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) at org.apache.tools.ant.Task.perform(Task.java:348) at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:62) at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288) at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) at org.apache.tools.ant.Task.perform(Task.java:348) at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:394) at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288) at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) at _Events$_run_closure1.doCall(_Events.groovy:28) at _GrailsPackage_groovy$_run_closure2.doCall(_GrailsPackage_groovy:168) at RunApp$_run_closure1.doCall(RunApp.groovy:28) at gant.Gant$_dispatch_closure5.doCall(Gant.groovy:381) at gant.Gant$_dispatch_closure7.doCall(Gant.groovy:415) at gant.Gant$_dispatch_closure7.doCall(Gant.groovy) at gant.Gant.withBuildListeners(Gant.groovy:427) at gant.Gant.this$2$withBuildListeners(Gant.groovy) at gant.Gant$this$2$withBuildListeners.callCurrent(Unknown Source) at gant.Gant.dispatch(Gant.groovy:415) at gant.Gant.this$2$dispatch(Gant.groovy) at gant.Gant.invokeMethod(Gant.groovy) at gant.Gant.executeTargets(Gant.groovy:590) at gant.Gant.executeTargets(Gant.groovy:589) Caused by: java.io.IOException: CreateProcess error=87, The parameter is incorrect at java.lang.ProcessImpl.create(Native Method) at java.lang.ProcessImpl.(ProcessImpl.java:81) at java.lang.ProcessImpl.start(ProcessImpl.java:30) at java.lang.ProcessBuilder.start(ProcessBuilder.java:452) ... 33 more Error executing script RunApp: : The following error occurred while executing this line: C:\appengine-java-sdk-1.3.4\config\user\ant-macros.xml:95: java.io.IOException: Cannot run program "C:\jdk1.6.0_16\jre\bin\java.exe": Create Process error=87, The parameter is incorrect

A: 

Did you get a chance to look at this workaround.

jolly_good_developer