0

I just downloaded grails 2.4.3 and created a test application, but it fails when trying to run the application.

Anybody knows why its going wrong here?

Thanks

C:\workspace\grails_apps\testApp>grails run-app

| Running Grails application
Error occurred during initialization of VM
agent library failed to init: instrument
Error opening zip file or JAR manifest missing : C:\Program%20Files%20(x86)\Grails\grails-2.4.3\lib\org.springframework\springloaded\jars\springloaded-1.2.0.RELEASE.jar
| Error Forked Grails VM exited with error

C:\workspace\grails_apps\testApp>
user955732
  • 1,330
  • 3
  • 21
  • 48

1 Answers1

2

For anyone interested,

this problem was solved by moving the grails installation from

C:\Program Files (x86)\Grails\grails-2.4.3

to

C:\Grails\grails-2.4.3

eg. by removing the spaces in the GRAILS_HOME path as explained in the post found here.

Note, it did not work to remove the spaces by setting GROOVY_HOME = C:\PROGRA~2\Grails\grails-2.4.3

Community
  • 1
  • 1
user955732
  • 1,330
  • 3
  • 21
  • 48