Macos Grails GGTS IDE GrailsProcessDiedException:Grails进程已死亡

Macos Grails GGTS IDE GrailsProcessDiedException:Grails进程已死亡,macos,exception,grails,ide,spring-tool-suite,Macos,Exception,Grails,Ide,Spring Tool Suite,我在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:-----------

我在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:-----------
我尝试了以下版本,但仍然遇到相同的问题

  • 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
操作系统为MAC OS X 10.7.5版 JAVA_HOME/Library/JAVA/JavaVirtualMachines/jdk1.7.0_40.jdk/Contents/HOME

第一次安装后,我删除了.grails文件夹和所有与grails相关的文件夹,但看不到解决方法的任何副作用

我可以通过命令行创建项目,但不能在GGTS上管理,只要通过GGTS IDE执行任何grails命令,仍然会遇到相同的错误消息


有什么反馈吗?

最后,我找到了解决这个问题的办法。在对GGTS进行了几天的调查后,我被放弃继续工作,并决定在mac上安装Intellij12。İntellij的安装试验许可证。我本想避免这个问题。然而,在恩泰利杰的比赛中,我又面临了另一个例外。我已经开始在intellij论坛上调查当前的问题

所以,我找到了以下建议来解决intellij环境中的问题。下面的说明也解决了我在mac上的GGTS问题

它还在stackoverflow.com上引用了以下解决方案

解决方案: 从$grails_HOME/dist中删除所有“grails--2.3.0.M1 sources.jar”和“grails--2.3.0.M1 javadocs.jar”

“注意”

为您的错误消息提供了一种解决方法

我记得我在GGTS 3.2.0中首先遇到了这个问题,并通过以下解决方法解决了这个问题: 在GGTS中单击

Preferences -> Groovy -> Grails -> Launch Grails and uncheck “Keep external Grails running“. 首选项->Groovy->Grails->启动Grails 并取消选中“保持外部Grails运行”。 解决方法是由提出的,问题被标记为已解决,但显然它至少在GGTS 3.4.0和GGTS 3.5.0.M1中仍然存在

尽管如此,在使用建议的解决方法(取消选中“保持外部Grails运行”)时,GrailsProcessDiedException消失了,问题得到了解决


关于

谢谢,我的-1被删除了。这也解决了EclipseLuna和GGTS3.6.3插件中的相同问题