BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
element stuck-thread-max-time

Super Types
{http://www.w3.org/2001/XMLSchema}int
|
+--{http://www.bea.com/ns/weblogic/90/domain} (restriction)

Documentation
The number of seconds that a thread must be continually working
 before this server diagnoses the thread as being stuck.



For example, if you set this to 600 seconds, WebLogic Server
 considers a thread to be "stuck" after 600 seconds of continuous
 use.



From WLS 9.0, it is recommended to used the ServerFailureTriggerMBean
 present in OverloadProtectionMBean. Setting the 
 ServerFailureTriggerMBean transitions the server into FAILED state
 after the configured number of stuck threads are detected. 
 OverloadProtectionMBean has options to suspend, shutdown a failed server.


 


 Legal Min: 0


 Legal Max: java.lang.Integer.MAX_VALUE


 Default: 600
Properties
This component is not nillable.

Model
<stuck-thread-max-time>

</stuck-thread-max-time>

Source
<xs:element minOccurs="0" name="stuck-thread-max-time" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="2147483647"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation