Riz,

> I had to restart tomcat, but I am not sure if there was a simpler way to
> solve the problem at that time.
> There were threads that were waiting on loading user from db (for
> authentication), which explains why I couldnt login.

They were waiting on loading the user data? Or, they were waiting for
connections. Waiting for user data might be a problem. Is your database
on the same physical server? If not, you might have had a network
problem. Otherwise, I'd blame it on connection leaks.

> You suggested setting the debug options. We are using BasicDataSource
> from apache dbcp for pooling, and the methods to set the debug options
> you mentioned have been deprecated. Would it be ok to set these values
> anyways?

Hmm... I see that. Not only the methods but the classes as well. I can't
tell, but it looks like that has been deprecated in the 1.2.2-dev
version, so if you're using anything up to or including that, you ought
to have no problem.

-chris

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to