After upping my Logging Levels to FINEST on some things I now get these warnings on my server.log when I try to start the server and the server doesn't fully start:
WARNING: Can not find resource bundle for this logger. class name that failed: org.glassfish.web.admin.monitor.WebStatsProviderBootstrap
and then finishes off with:
SEVERE: Config Listener notification took too long
java.util.concurrent.TimeoutException
at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:228)
at java.util.concurrent.FutureTask.get(FutureTask.java:91)
at org.jvnet.hk2.config.Transactions$ConfigListenerNotifier$1.call(Transactions.java:255)
at org.jvnet.hk2.config.Transactions$ConfigListenerNotifier$1.call(Transactions.java:236)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at org.jvnet.hk2.config.Transactions$Notifier$1.run(Transactions.java:158)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
WARNING: Interrupting idle Thread: http-thread-pool-4848-(1)
Am I missing a jar? How can I reset the logging levels manually?
[Message sent by forum member 'cal41' (calgach_at_yahoo.ca)]
http://forums.java.net/jive/thread.jspa?messageID=388092