The best place to *find* answers to programming/development questions, imo, however it's the *worst* place to *ask* questions (if your first question/comment doesn't get any up-rating/response, then u can't ask anymore questions--ridiculously unrealistic), but again, a great reference for *finding* answers.

My Music (Nickleus)

20120319

WARNING: -logmodule is deprecated. Please use the system property 'java.util.logging.manager' or the 'java.util.logging.LogManager' service loader

when i start up jboss 7.1 i get this warning as the first line on the console:
WARNING: -logmodule is deprecated. Please use the system property 'java.util.logging.manager' or the 'java.util.logging.LogManager' service loader.
this is set in the server launch configuration in eclipse.
click on the servers tab in eclipse.
double click on the server you're using, e.g. jboss 7.1.
click on the open launch configuration link.
in the arguments tab, set the correct value for the -logmodule flag, as instructed on the console output, e.g.:
-mp "/home/me/workspaceIndigo/myJBoss7Project/jboss-as-7.1.0.Final/modules" -logmodule java.util.logging.manager -jaxpmodule javax.xml.jaxp-provider org.jboss.as.standalone
i was getting the warning because the logmodule value was previously set to org.jboss.logmanager (which was "wrong")

No comments:

Post a Comment