|
| Re: |
 |
Thu, 28 Feb 2008 09:02:54 -080 |
Paul Eddington wrote:
> Thanks for the response.
>
> We don't have any connection pools defined.
>
> The application we have deployed gets information from the DB all the time.
But it makes it's own connection. We connect to an Oracle 9i DB running on a
different server. We are running on AIX 5.3 servers.
>
> Thanks again
>
> Paul
Hi. nevermind about the pool question. If/when you get that sort of message you
want to get a thread
dump of the server or find the log where it shows the full stacktrace of that
thread. The message
simply says a thread has been busy or hanging longer than the WLS limit
(configurable). The thread
could be hung on a lock, waiting for the DBMS, in an infinite loop, os simply
not done yet with
some job that is taking more than the stuck-thread-limit. WLS doesn't actually
know what the
thread is doing...
|
| Post Reply
|
|
|
|
|
|
|
|
|
|