【发布时间】:2013-11-27 17:01:40
【问题描述】:
在我的项目中,我们正在评估系统的 SONAR 测试,我下载了 Sonar Eclipse 插件,我已经在我的 Maven 中声明了。 最后我下载了3.7 Sonar小服务器。
sonar-3.7\bin\windows-x86-64
当我运行 StartSonar.bat 我在控制台上收到此错误:
STATUS | wrapper | 2013/11/14 10:26:55 | --> Wrapper Started as Console
STATUS | wrapper | 2013/11/14 10:26:55 | Launching a JVM...
INFO | jvm 1 | 2013/11/14 10:26:56 | Unrecognized VM option '+HeapDumpOnOutOfMemoryError'
INFO | jvm 1 | 2013/11/14 10:26:56 | Could not create the Java virtual machine.
ERROR | wrapper | 2013/11/14 10:26:56 | JVM exited while loading the application.
STATUS | wrapper | 2013/11/14 10:27:00 | Launching a JVM...
INFO | jvm 2 | 2013/11/14 10:27:00 | Unrecognized VM option '+HeapDumpOnOutOfMemoryError'
INFO | jvm 2 | 2013/11/14 10:27:00 | Could not create the Java virtual machine.
ERROR | wrapper | 2013/11/14 10:27:00 | JVM exited while loading the application.
STATUS | wrapper | 2013/11/14 10:27:04 | Launching a JVM...
INFO | jvm 3 | 2013/11/14 10:27:04 | Unrecognized VM option '+HeapDumpOnOutOfMemoryError'
INFO | jvm 3 | 2013/11/14 10:27:04 | Could not create the Java virtual machine.
ERROR | wrapper | 2013/11/14 10:27:04 | JVM exited while loading the application.
STATUS | wrapper | 2013/11/14 10:27:08 | Launching a JVM...
INFO | jvm 4 | 2013/11/14 10:27:08 | Unrecognized VM option '+HeapDumpOnOutOfMemoryError'
INFO | jvm 4 | 2013/11/14 10:27:08 | Could not create the Java virtual machine.
ERROR | wrapper | 2013/11/14 10:27:08 | JVM exited while loading the application.
STATUS | wrapper | 2013/11/14 10:27:13 | Launching a JVM...
INFO | jvm 5 | 2013/11/14 10:27:13 | Unrecognized VM option '+HeapDumpOnOutOfMemoryError'
INFO | jvm 5 | 2013/11/14 10:27:13 | Could not create the Java virtual machine.
ERROR | wrapper | 2013/11/14 10:27:13 | JVM exited while loading the application.
FATAL | wrapper | 2013/11/14 10:27:13 | There were 5 failed launches in a row, each lasting less than 300 seconds. Giving up.
FATAL | wrapper | 2013/11/14 10:27:13 | There may be a configuration problem: please check the logs.
STATUS | wrapper | 2013/11/14 10:27:13 | <-- Wrapper Stopped
有人可以就这个问题给我建议。
【问题讨论】:
-
这个问题你解决了吗?请帮忙
标签: java eclipse maven sonarqube