Every day... just before we crash... I get lines of this stuff in my
WAS stderr.out log
Our application is multi threaded and this seems to be some sort of
related message...
Full thread dump Classic VM (J2RE 1.2.2 IBM build cn122-20001026b,
native threads):
"Alarm Thread 1" (TID:0x10c48520, sys_thread_t:0x34a84fa0, state:CW,
native ID:0x213) prio=5
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:426)
at com.ibm.ejs.util.am.AlarmThread.run(AlarmThread.java:65)
"Thread-14" (TID:0x106654c0, sys_thread_t:0x349c3f00, state:CW,
native ID:0x20c) prio=10
at java.lang.Thread.sleep(Native Method)
at
com.ibm.servlet.engine.srt.http.HttpDateUpdater.run(HttpDateUpdater.java:92)
at java.lang.Thread.run(Thread.java:481)
"SessionManagerServlet-InvalidationThread" (TID:0x10627628,
sys_thread_t:0x836d40, state:CW, native ID:0x20b) prio=5
at java.lang.Thread.sleep(Native Method)
at
com.ibm.servlet.personalization.sessiontracking.SessionContext.pollInvalidations(SessionContext.java:905)
at
com.ibm.servlet.personalization.sessiontracking.SessionContext$InvalidationThread.run(SessionContext.java:1450)
"Thread-13" (TID:0x10627b30, sys_thread_t:0x83dcd0, state:CW, native
ID:0x20a) prio=5
at java.lang.Thread.sleep(Native Method)
at
com.ibm.ejs.sm.server.ManagedServer$PingThread.run(ManagedServer.java:1190)
"Thread-12" (TID:0x108bc470, sys_thread_t:0x834c30, state:CW, native
ID:0x208) prio=5
at java.lang.Object.wait(Native Method)
at
com.ibm.servlet.util.AlarmManager.getNextAlarm(AlarmManager.java:187)
at com.ibm.servlet.util.AlarmManager.run(AlarmManager.java:86)
at java.lang.Thread.run(Thread.java:481)
"Thread-11" (TID:0x106a3488, sys_thread_t:0x8197a0, state:CW, native
ID:0x207) prio=5
at java.lang.Thread.sleep(Native Method)
at ChatServer.run(ChatServer.java(Compiled Code))
at java.lang.Thread.run(Thread.java:481)
"Thread-10" (TID:0x106a34c8, sys_thread_t:0x8195f0, state:CW, native
ID:0x206) prio=5
at java.lang.Thread.sleep(Native Method)
at ChatCommandProcessor.run(ChatCommandProcessor.java:45)
at
Ken
Justin Hartley
Ken Hygh wrote in message <3AA8DAEE...@nc.rr.com>...