Re: Java freezing at 100% usage, tomcat 5, java 5

2007-08-17 Thread Filip Hanik - Dev Lists
everything seems to be blocked on this one "TP-Processor62" daemon prio=1 tid=0x081ef7e0 nid=0x6971 runnable [0x94f12000..0x94f130a0] at java.lang.String.intern(Native Method) at javax.management.ObjectName.setCanonicalName(ObjectName.java:733) at javax.management.ObjectName.construct(ObjectNam

Re: Java freezing at 100% usage, tomcat 5, java 5

2007-08-17 Thread Alexey Solofnenko
I do not know the answer. A similar behaviour happened with our servers when finilizer dead-locked. In your case Finilizer did not dead-lock, but it fails with exception and I do not know if it recovers after that. Try checking stack trace several times in a row and see what the finilizer does.