无法在Grails/Groovy工具套件3.6中运行Grails应用程序



这是我尝试启动应用程序时遇到的错误:

grails console
Loading Grails 2.4.4
|Configuring classpathDec 24, 2015 11:14:34 AM java.util.prefs.WindowsPreferences <init>
WARNING: Could not open/create prefs root node SoftwareJavaSoftPrefs at root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5.
.
|Environment set to development
.................................
|Packaging Grails application
....................................
|Running Grails application
Error opening zip file or JAR manifest missing : C:Program%20Files%20(x86)grails3.6ggts-bundlegrails-2.4.4liborg.springframeworkspringloadedjarsspringloaded-1.2.1.RELEASE.jar
Error occurred during initialization of VM agent library failed to init: instrument
Error |
Forked Grails VM exited with error

打开zip文件时出错或JAR清单丢失:C:\Program%20Files%20(x86)\grails3.6\ggts-bundle\grails-2.4.4\lib\org.springframework\springloaded\jars\springloaded-1.1.2.1.RELEASE.JAR

这个问题很老了,但我昨天也遇到了同样的问题。解决方案是将grails或整个GGTS捆绑包复制到一个名称中没有任何空格的位置。此外,您可能需要更新springfloaded.jar,因为一些JDK版本存在错误。请参阅此处和此处寻求帮助。

相关内容

  • 没有找到相关文章

最新更新