Hi All, I am using Weblogic Portal server 10.1 with Apache XML beans and getting the following message as we increase the number of users for a load test:
<Apr 9, 2009 4:41:27 PM CDT> <Error> <WebLogicServer> <BEA-000337> <[STUCK] ExecuteThread: '197' for queue: 'weblogic.kernel.Default (self-tuning)' has been busy for "692" seconds working on the request "Http Request: /wlp/appmanager/dsf/portal", which is more than the configured time (StuckThreadMaxTime) of "600" seconds. Stack trace: org.apache.xmlbeans.impl.values.XmlObjectBase.execQuery(XmlObjectBase.java:467) As you can see we were executing a XML query. What is interesting is the query was hitting the disk and more interesting it might be opneing an EAR or zip file because the call that was blocking was a java.util.Zip.getEntry(). Has anyone ever seen this and know how to resolve it? Thanks, -Tony --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@xmlbeans.apache.org For additional commands, e-mail: dev-h...@xmlbeans.apache.org