(05-08-2014 19:47)simoncn Wrote: (05-08-2014 19:17)MikeSpragg Wrote: Here you go - Kazoo hung at the last log entry.
Thanks for the quick response. It looks like MinimServer is either deadlocked or hung in a CPU loop. Please do the following while the problem is occuring:
1) Login to the NAS via SSH using putty
2) Issue the command:
ps | grep java
to find the Minimserver process, which will look like this:
10132 admin 70300 S /usr/local/jre/bin/java -jar ../lib/mserver.jar --noconsole --nohup
3) Note the process ID (10132 in this example)
4) Issue this command with the correct process ID:
kill -quit 10132
5) This won't kill or quit MinimServer but it will write a thread dump to the file /tmp/minimserver-out-10132.log
6) Attach the contents of this file to a post here
Many thanks!
Thanks Simon, here you go !