« Return to Thread: Blocked trying to get lock: org.apache.log4j.spi.RootLogger

Re: Blocked trying to get lock: org.apache.log4j.spi.RootLogger

by Simon B :: Rate this Message:

Reply to Author | View in Thread

Hi Dave,

I'm running into a similar problem,

Regards what you did to remidy the problem, i.e. increase the quantity of file descriptors available to the process, am I right in thinking that the process was using > 1024 open file descriptors?

Its just when I take a look at our server using the following:
$] lsof -p pid  | wc -l

the tomcat processes are like on ~ 190 open file descriptors, I'm just wondering if that means that my problem is not related to the open file descriptors,

Could you confirm whether your processes where bumping up against the limit?

Or if you subsequently found some other solution?

Cheers
Simon

laredotornado wrote:
The below problem went away when we increased the number of file descriptors available to our WebLogic managic server process from 1024 to 65K.  - Dave

 « Return to Thread: Blocked trying to get lock: org.apache.log4j.spi.RootLogger