通过jboss-container服务启动jboss eap 6.4服务器时,LogManager未正确安装错误

时间:2018-06-01 10:47:10

标签: java jboss log4j

我正在尝试通过jboss-container包装器服务启动jboss服务器(jboss eap 6.4)并收到以下错误。

INFO   | jvm 1    | 2018/06/01 10:23:41 | WrapperManager: Initializing...
INFO   | jvm 1    | 2018/06/01 10:23:41 | java.lang.IllegalStateException: The LogManager was not properly installed (you must set the "java.util.logging.manager" system property to "org.jboss.logmanager.LogManager")
INFO   | jvm 1    | 2018/06/01 10:23:41 |       at org.jboss.logmanager.Logger.getLogger(Logger.java:58)
INFO   | jvm 1    | 2018/06/01 10:23:41 |       at org.jboss.as.server.Main.main(Main.java:84)
INFO   | jvm 1    | 2018/06/01 10:23:41 |       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
INFO   | jvm 1    | 2018/06/01 10:23:41 |       at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
INFO   | jvm 1    | 2018/06/01 10:23:41 |       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
INFO   | jvm 1    | 2018/06/01 10:23:41 |       at java.lang.reflect.Method.invoke(Method.java:498)
INFO   | jvm 1    | 2018/06/01 10:23:41 |       at org.jboss.modules.Module.run(Module.java:312)
INFO   | jvm 1    | 2018/06/01 10:23:41 |       at org.jboss.modules.Main.main(Main.java:473)
INFO   | jvm 1    | 2018/06/01 10:23:41 |       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
INFO   | jvm 1    | 2018/06/01 10:23:41 |       at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
INFO   | jvm 1    | 2018/06/01 10:23:41 |       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
INFO   | jvm 1    | 2018/06/01 10:23:41 |       at java.lang.reflect.Method.invoke(Method.java:498)
INFO   | jvm 1    | 2018/06/01 10:23:41 |       at org.tanukisoftware.wrapper.WrapperJarApp.run(WrapperJarApp.java:394)
INFO   | jvm 1    | 2018/06/01 10:23:41 |       at java.lang.Thread.run(Thread.java:748)
STATUS | wrapper  | 2018/06/01 10:23:43 | <-- Wrapper Stopped

我的wrapper.conf包含以下java参数。

-Djava.util.logging.manager=org.jboss.logmanager.LogManager
-Xbootclasspath/p:/app/jboss-eap-6.4.0/jboss-as/modules/system/layers/base/org/jboss/logmanager/main/jboss-logmanager-1.5.4.Final-redhat-1.jar

请帮我解决这个问题。

感谢。

0 个答案:

没有答案