Scheduler going crazy
Posted: 09 Jun 2010, 08:05
Hello guys,
This morning when I looked into our logs, I've found a huge log file of 2,9 GB.
Normally, this file is at most 200/300 MB. So, I've investigated deeper.
I've found this exception appearing several thousand times without interruption :
And after that this line unendly :
We had to restart the server to get back to a normal situation.
Any idea of the source of this ?
This morning when I looked into our logs, I've found a huge log file of 2,9 GB.
Normally, this file is at most 200/300 MB. So, I've investigated deeper.
I've found this exception appearing several thousand times without interruption :
Code: Select all
java.lang.NullPointerException
at it.gotoandplay.smartfoxserver.util.scheduling.Scheduler.executeTasks(Scheduler.java:299)
at it.gotoandplay.smartfoxserver.util.scheduling.Scheduler.run(Scheduler.java:223)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)Code: Select all
java.lang.NullPointerExceptionAny idea of the source of this ?