[jboss-user] [JBoss Tools] - Re: Cannot start AS 7.1 Final LogManager error

George Sand do-not-reply at jboss.com
Mon Apr 22 03:32:05 EDT 2013


George Sand [https://community.jboss.org/people/iqgeo1] created the discussion

"Re: Cannot start AS 7.1 Final LogManager error"

To view the discussion, visit: https://community.jboss.org/message/809498#809498

--------------------------------------------------------------
HI 

I also have the same issue , i configured the jboss server arguments but it still receive this errors:


"
WARNING: -logmodule is deprecated. Please use the system property 'java.util.logging.manager' or the 'java
WARNING: Failed to load the specified log manager class org.jboss.logmanager.LogManager
Exception in thread "main" java.lang.ExceptionInInitializerError
        at org.jboss.as.server.Main.main(Main.java:73)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.modules.Module.run(Module.java:260)
        at org.jboss.modules.Main.main(Main.java:291)
Caused by: java.lang.IllegalStateException: The LogManager was not properly installed (you must set the "j
        at org.jboss.logmanager.Logger.getLogger(Logger.java:60)
        at org.jboss.logmanager.log4j.BridgeRepositorySelector.<clinit>(BridgeRepositorySelector.java:42)

"

I am  using jboss-7.1.1 can you help my with the corect settings :

My standalone.conf.abt file config i add the line 
"
set "JAVA_OPTS=%JAVA_OPTS% -Dcom.sun.management.snmp.port=6559 -Dcom.sun.management.snmp.acl.file=jre/lib/management/snmp.acl -Dcom.sun.management.snmp.interface=0.0.0.0"
"

and on the config file standalone.bat I addes 

"
 "-Dorg.jboss.boot.log.file=%JBOSS_LOG_DIR%\boot.log" ^
 "-Dlogging.configuration=file:%JBOSS_CONFIG_DIR%/logging.properties" ^
    -jar "%JBOSS_HOME%\jboss-modules.jar" ^
    -mp "%JBOSS_MODULEPATH%" ^
    -jaxpmodule "javax.xml.jaxp-provider" ^
 -logmodule org.jboss.logmanager ^
     org.jboss.as.standalone ^ 
    -Djboss.home.dir="%JBOSS_HOME%" ^
     %*
"

but nothing can you help me ??
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/809498#809498]

Start a new discussion in JBoss Tools at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20130422/7b7ead18/attachment-0001.html 


More information about the jboss-user mailing list