Update
--------------------------------
UPDATE
Yes, we are connecting via JDBC and it is a standalone setup. No ND.
The app is on one Linux WAS app. server and it's connected to
three Linux DB2 UDB databases. The app is very simple. It just
supplies a web front end to a bunch of SQL data.
We have done the javacore thing and I've cut and pasted some of
the errors for you to view. It looks like the threads are stuck
in socketRead. Our application response time is usually very good until
the problem occurs. And from our network scans, it doesn't look like it is
from heavy traffic. We did also check our DB2 logs for errors but there were none.
Thank you for any insight.
/"Default : 12/" (TID:0x014A3B00, sys_thread_t:0x018AB9A8, state:CW, native ID:0x00002653) prio=5
/"Default : 22/" (TID:0x016DC300, sys_thread_t:0x020D5880, state:CW, native ID:0x000028A6) prio=5
/"Default : 13/" (TID:0x016DC700, sys_thread_t:0x018AB718, state:CW, native ID:0x00002654) prio=5
/"Default : 15/" (TID:0x01CACC00, sys_thread_t:0x0149E6B0, state:R, native ID:0x00002783) prio=5
/"Default : 14/" (TID:0x01CAD000, sys_thread_t:0x018ABC38, state:CW, native ID:0x00002782) prio=5
/"Default : 17/" (TID:0x01CEC000, sys_thread_t:0x01C19118, state:R, native ID:0x00002785) prio=5
/"Default : 11/" (TID:0x01CEC400, sys_thread_t:0x018AAF68, state:R, native ID:0x00002652) prio=5
/"Default : 1/" (TID:0x021F1100, sys_thread_t:0x02164990, state:R, native ID:0x0000263A) prio=5
/"Default : 2/" (TID:0x021F1500, sys_thread_t:0x02252728, state:R, native ID:0x0000263B) prio=5
/"Default : 3/" (TID:0x022F4800, sys_thread_t:0x022529B8, state:R, native ID:0x0000263C) prio=5
/"Default : 4/" (TID:0x022F4C00, sys_thread_t:0x02252C48, state:R, native ID:0x0000263D) prio=5
/"Default : 5/" (TID:0x022F5000, sys_thread_t:0x02252ED8, state:CW, native ID:0x0000263E) prio=5
/"Default : 6/" (TID:0x0236C100, sys_thread_t:0x02253168, state:R, native ID:0x0000263F) prio=5
/"Default : 7/" (TID:0x0236C500, sys_thread_t:0x022533F8, state:R, native ID:0x00002640) prio=5
/"Default : 8/" (TID:0x0236C900, sys_thread_t:0x02374F40, state:R, native ID:0x00002641) prio=5
/"Default : 10/" (TID:0x02378500, sys_thread_t:0x02375460, state:R, native ID:0x00002643) prio=5
/"Default : 18/" (TID:0x02ACCE00, sys_thread_t:0x01C186D8, state:R, native ID:0x00002786) prio=5
/"Default : 19/" (TID:0x02CE1E00, sys_thread_t:0x020D5B10, state:CW, native ID:0x00002787) prio=5
/"Default : 20/" (TID:0x02CE2200, sys_thread_t:0x015D8360, state:R, native ID:0x000028A4) prio=5
/"Default : 21/" (TID:0x02CE2600, sys_thread_t:0x01C18E88, state:R, native ID:0x000028A5) prio=5
--------------------------------
Posted By: work4fun at Aug 21 2009 6:41PM