I have faced following weird exception on GGTS IDE .
Command terminated with an exception: org.grails.ide.eclipse.longrunning.client.GrailsProcessDiedException:
Grails process died (see details for partial output)
Grails process died
------System.out:-----------
------System.err:-----------
I tried with following releases and still got same issue
- groovy-grails-tool-suite-3.3.0.RELEASE-e3.8.2-macosx-cocoa-x86_64-installer.dmg
- groovy-grails-tool-suite-3.3.0.RELEASE-e4.3-macosx-cocoa-x86_64-installer.dmg
Operation System is MAC OS X Version 10.7.5 JAVA_HOME /Library/Java/JavaVirtualMachines/jdk1.7.0_40.jdk/Contents/Home
after first installation I deleted .grails folder and all grails related folders but cant see any side effect about workaround.
I can create project via command line but not mange on GGTS, whenever execute any grails command via GGTS IDE still facing same error message.
Any Feedback?