【发布时间】:2015-12-24 05:49:31
【问题描述】:
这是我尝试启动应用程序时遇到的错误:
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 Software\JavaSoft\Prefs 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.6\ggts-bundle\grails-2.4.4\lib\org.springframework\springloaded\jars\springloaded-1.2.1.RELEASE.jar
Error occurred during initialization of VM agent library failed to init: instrument
Error |
Forked Grails VM exited with error
【问题讨论】:
-
我认为这里的问题是对该文件夹文件的访问权限。尝试将 GGTS 提取到本地驱动器而不是操作系统驱动器中。
-
看到它说缺少 springreloaded jar 清单。尝试使用任何其他驱动器而不是 C。