Grails GGTS IDE GrailsProcessDiedException: Grails process died

泪湿孤枕 提交于 2019-11-30 05:02:40

This link suggests a workaround for your error message.

I remember that I encountered this problem firstly with GGTS 3.2.0 and solved it with the following workaround: In GGTS click


Preferences -> Groovy -> Grails -> Launch Grails

and uncheck “Keep external Grails running“.

The workaround was suggested by https://issuetracker.springsource.com/browse/STS-3277 and the issue is marked as solved, but obviously it still exists at least in GGTS 3.4.0 and GGTS 3.5.0.M1.

Nevertheless, while using the suggested workaround (uncheck ”Keep external Grails running“) the GrailsProcessDiedException disappeared and the problem was solved.

Regards

daimon

In the end , I found a solution about this problem. I was give up to continue after couple of days investigation on GGTS and decided to install Intellij 12 on mac. Installed trial licence for İntellij. I was expecting to avoid this problem. However I faced again an another wierd exception on İntellij. I had started to investigate current problem on intellij forums.

As a result,I found following advice to solve issue on intellij environment. The following instruction also solve my GGTS problem on mac.

Grails 2.3.0.RC1 and IntelliJ IDEA: "IDEA hook: Grails not found!"

it was referencing following solution also on stackoverflow.com

grails-2.3.0.M1 fails to start in IntelliJ IDEA 130.754

Solution : remove all "grails--2.3.0.M1-sources.jar" and "grails--2.3.0.M1-javadocs.jar" from $GRAILS_HOME/dist

Regards

I have the same issue in GGTS with the release groovy-grails-tool-suite-3.3.0.RELEASE-e4.3-macosx-cocoa-x86_64-installer and java jre-7u40-macosx-x64.

I'm going to try with a java 6.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!