We got no more response from any application after a while, but the
processor load was low.
Nor did we get any usefull log messages.

The problem seems to be solved: We got a deadlock of all the http-connector
threads.

It was caused by an access to a LONG_RAW field on the oracle database,
while concurrently the same or other requests fetched different data through
the same database connection.
The internal connection of the driver got stuck.

The synchronisation does not work correctly with accessing LONG_RAW fields.
Some additional details can be found on Metalink BugNo 4388999


Thanx
Stefan Schmitz-Linneweber


Li-3 wrote:
> 
> not respond means:
> it can not process any request of any deployed application
> 
> or
> 
> it can not process any request of a specific?
> 
> ...
> 
> 
> On 9/21/06, Emre Ersoz <[EMAIL PROTECTED]> wrote:
>>
>> Anything on the logs?
>>
>> $TOMCAT_HOME/logs
>>
>>
>> On 9/19/06, SSL <[EMAIL PROTECTED]> wrote:
>> >
>> >
>> >
>> > Hello there,
>> >
>> > we experience the situation that our Tomcat server does not respond
>> > anymore
>> > after some time.
>> > We already tried a few things to track the problem, like lambdaProbe,
>> the
>> > latest tomcat version, memory seetings, ... but to no avail.
>> > Do you have an idea what the problem could be?
>> >
>> > Thanks
>> > Stefan Schmitz-Linneweber
>> > --
>> > View this message in context:
>> > http://www.nabble.com/No-response-from-server-tf2299857.html#a6391134
>> > Sent from the Tomcat - User mailing list archive at Nabble.com.
>> >
>> >
>> > ---------------------------------------------------------------------
>> > To start a new topic, e-mail: users@tomcat.apache.org
>> > To unsubscribe, e-mail: [EMAIL PROTECTED]
>> > For additional commands, e-mail: [EMAIL PROTECTED]
>> >
>> >
>>
>>
> 
> 
> -- 
> When we invent time, we invent death.
> 
> 

-- 
View this message in context: 
http://www.nabble.com/No-response-from-server-tf2299857.html#a6426092
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to