FYI: I found the reason why I couldn't start the server. Whenever I set the JRE logging level to FINEST or ALL, the server would not start up properly. The default value is INFO. In case anyone doesn't know where the logging can be changed, it is located in the the logging.properities file, which is located in <JDK install dir>\jre\lib. Below is a fragment of that file:
# Default global logging level. # This specifies which kinds of events are logged across # all loggers. For any given facility this global level # can be overriden by a facility specific level # Note that the ConsoleHandler also has a separate level # setting to limit messages printed to the console. .level= INFO View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047366#4047366 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4047366 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
