This application is eating up the CPU


 
Thread Tools Search this Thread
Operating Systems Solaris This application is eating up the CPU
# 8  
Old 08-11-2006
To understand all those commands, go and read Adrian Cockroft book, SUN Performance and Tuning.

I can tell you these facts:
1) You have enough CPUs resources. No processes are waiting for your CPU time slice.

2) You have enough memory as indicated by your scan rate (sr)

3) You are not IO Bound.

4) Your application is utilizing both CPUs.

5) javasrvr consuming 50% of the CPU util is NOT an issue at all.


Bottomline: Your application is not stressing the server at all.

It is likely that the application is written in a serial (single threaded) manner and unable to utilize ALL the avail server resources.

You said, "If I perform any action in that application it takes real long time."
Have you try to run any other command/application in the server and compare it with another server of the same specs that does not have this javasrvr application?

My guess is the perf of both server should be about the same.
# 9  
Old 08-11-2006
Hi,

I have the following questions:
If my application is not stressing the CPU , why it consumes 50 % in prstat.
In all the other servers where I have same application installed it consumes only 5 -10% of CPU.
Even in this bad server initially when i start it uses 5-10% of CPU when I start doing some action in the IdM application it rises to 50% and is slower.

The other inhouse applications deployed on the same server work well even if the CPU consumption is 50 %.

If javasrvr consume 5-10% , the application works fine as it is in other servers, but when it rises to 50 % the application stops working in this bad server.

What are culprits, Is it the JVM or the IdM application.
If we know about the lwps or light weight processes used by this application IDm will it give us any other information.

Thanks for responding constantly.

pandu
# 10  
Old 08-11-2006
if you do:
Code:
kill -QUIT <pid of java process>

You will get a thread dump for the process.
# 11  
Old 08-11-2006
See my reply inline:

If my application is not stressing the CPU , why it consumes 50 % in prstat.
>> Even if it is 100% CPU util, it doesn't mean that you don't have enough CPU resources. You run out of cpu ONLY when there is a queue of runnable processess waiting for CPU time slice. In short, 100% CPU util means the CPU is working hard for your processes (doesn't mean there is not enough).


In all the other servers where I have same application installed it consumes only 5 -10% of CPU. Even in this bad server initially when i start it uses 5-10% of CPU when I start doing some action in the IdM application it rises to 50% and is slower.
>> See my reply above. 50% does not mean much.

The other inhouse applications deployed on the same server work well even if the CPU consumption is 50 %.
>> Exactly. If other application on the same server has no performance problem running, this means you have ample CPU resources on the SAME server.

If javasrvr consume 5-10% , the application works fine as it is in other servers, but when it rises to 50 % the application stops working in this bad server.
>> My guess is there is some performance bug with a particular function that is triggering the workload. You have to talk to the developer of the application and get them to draw some workflow diagram to understand where is the problem.
# 12  
Old 08-13-2006
Hi,

I have got the thread dump of the JVM thats consuming 50% of CPU, will it help us in any way.If you get a chance please go through it.If you need any further information, please let me know.

Code:
<Aug 12, 2006 12:04:06 AM PDT> <Debug> <HTTP> <BEA-101147> <HttpServer(21011496,null default ctx,identity_m2) Found no context for "/". This request does not match the context path for any installed Web applications, and there is no default Web application configured.> 
Full thread dump Java HotSpot(TM) Server VM (1.4.2_08-b03 mixed mode):

"LDAPConnThread-95 ldap://ldap-it.gene.com:389" daemon prio=5 tid=0x0078c9f8 nid=0x68cbb runnable [ca601000..ca6019c0]
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:129)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
	at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
	- locked <0xe11737a0> (a java.io.BufferedInputStream)
	at netscape.ldap.ber.stream.BERElement.getElement(BERElement.java:101)
	at netscape.ldap.LDAPConnThread.run(LDAPConnThread.java:538)
	at java.lang.Thread.run(Thread.java:534)

"LDAPConnThread-94 ldap://ldap-it.gene.com:389" daemon prio=5 tid=0x00ac1f20 nid=0x68cb6 runnable [cbe01000..cbe019c0]
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:129)
	at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
	at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
	- locked <0xe1171898> (a java.io.BufferedInputStream)
	at netscape.ldap.ber.stream.BERElement.getElement(BERElement.java:101)
	at netscape.ldap.LDAPConnThread.run(LDAPConnThread.java:538)
	at java.lang.Thread.run(Thread.java:534)

"LDAPConnThread-93 ldap://ldap-it.gene.com:389" daemon prio=5 tid=0x00c1d198 nid=0x68caa runnable [cae01000..cae019c0]
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:129)
	at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
	at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
	- locked <0xe115aff8> (a java.io.BufferedInputStream)
	at netscape.ldap.ber.stream.BERElement.getElement(BERElement.java:101)
	at netscape.ldap.LDAPConnThread.run(LDAPConnThread.java:538)
	at java.lang.Thread.run(Thread.java:534)

"LDAPConnThread-87 ldap://ldap-it.gene.com:389" daemon prio=5 tid=0x00b67d08 nid=0x68c70 runnable [cad01000..cad019c0]
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:129)
	at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
	at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
	- locked <0xe10e93f8> (a java.io.BufferedInputStream)
	at netscape.ldap.ber.stream.BERElement.getElement(BERElement.java:101)
	at netscape.ldap.LDAPConnThread.run(LDAPConnThread.java:538)
	at java.lang.Thread.run(Thread.java:534)

"LDAPConnThread-81 ldap://ldap-it.gene.com:389" daemon prio=5 tid=0x00ef2ea8 nid=0x68c49 runnable [ca901000..ca9019c0]
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:129)
	at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
	at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
	- locked <0xe10e8018> (a java.io.BufferedInputStream)
	at netscape.ldap.ber.stream.BERElement.getElement(BERElement.java:101)
	at netscape.ldap.LDAPConnThread.run(LDAPConnThread.java:538)
	at java.lang.Thread.run(Thread.java:534)

"LDAPConnThread-75 ldap://ldap-it.gene.com:389" daemon prio=5 tid=0x00ec3da8 nid=0x68bfe runnable [caa01000..caa019c0]
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:129)
	at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
	at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
	- locked <0xe10c0498> (a java.io.BufferedInputStream)
	at netscape.ldap.ber.stream.BERElement.getElement(BERElement.java:101)
	at netscape.ldap.LDAPConnThread.run(LDAPConnThread.java:538)
	at java.lang.Thread.run(Thread.java:534)

"Source Adapter Task" daemon prio=5 tid=0x003d69b8 nid=0x6859a waiting on condition [cf301000..cf3019c0]
	at java.lang.Thread.sleep(Native Method)
	at com.waveset.adapter.SourceAdapterTask.doRealWork(SourceAdapterTask.java:86)
	at com.waveset.task.Executor.execute(Executor.java:157)
	at com.waveset.task.TaskThread.run(TaskThread.java:116)

"ExecuteThread: '2' for queue: 'weblogic.kernel.Non-Blocking'" daemon prio=5 tid=0x00bc18a8 nid=0x68597 in Object.wait() [cab01000..cab019c0]
	at java.lang.Object.wait(Native Method)
	at java.lang.Object.wait(Object.java:429)
	at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
	- locked <0xe0fda900> (a weblogic.kernel.ExecuteThread)
	at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)

"ExecuteThread: '1' for queue: 'weblogic.kernel.Non-Blocking'" daemon prio=5 tid=0x01aa70d0 nid=0x68596 in Object.wait() [ce001000..ce0019c0]
	at java.lang.Object.wait(Native Method)
	at java.lang.Object.wait(Object.java:429)
	at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
	- locked <0xe0fda980> (a weblogic.kernel.ExecuteThread)
	at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)

"ExecuteThread: '0' for queue: 'weblogic.kernel.Non-Blocking'" daemon prio=5 tid=0x01708b38 nid=0x68595 in Object.wait() [cf201000..cf2019c0]
	at java.lang.Object.wait(Native Method)
	at java.lang.Object.wait(Object.java:429)
	at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
	- locked <0xe0fdaa00> (a weblogic.kernel.ExecuteThread)
	at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)

"LdapContextFactory.Reaper" daemon prio=5 tid=0x00ae50a8 nid=0x3b10 waiting on condition [cf101000..cf1019c0]
	at java.lang.Thread.sleep(Native Method)
	at com.waveset.util.jndi.LdapContextFactory$ReaperThread.run(LdapContextFactory.java:358)

"Reconciler Work Thread" daemon prio=5 tid=0x00cdab38 nid=0x4f in Object.wait() [cb001000..cb0019c0]
	at java.lang.Object.wait(Native Method)
	at com.waveset.util.BlockingQueue.waitToDequeue(BlockingQueue.java:39)
	- locked <0xe0a3dd38> (a com.waveset.util.BlockingQueue)
	at com.waveset.recon.ReconTask.getNextWorkItem(ReconTask.java:3816)
	at com.waveset.recon.ReconTask.access$1300(ReconTask.java:105)
	at com.waveset.recon.ReconTask$WorkerThread.run(ReconTask.java:2935)

"Reconciler Work Thread" daemon prio=5 tid=0x00248d18 nid=0x4e in Object.wait() [cb101000..cb1019c0]
	at java.lang.Object.wait(Native Method)
	at com.waveset.util.BlockingQueue.waitToDequeue(BlockingQueue.java:39)
	- locked <0xe0a3dd38> (a com.waveset.util.BlockingQueue)
	at com.waveset.recon.ReconTask.getNextWorkItem(ReconTask.java:3816)
	at com.waveset.recon.ReconTask.access$1300(ReconTask.java:105)
	at com.waveset.recon.ReconTask$WorkerThread.run(ReconTask.java:2935)

"Reconciler Resource Thread" daemon prio=5 tid=0x017f1118 nid=0x4d in Object.wait() [cb201000..cb2019c0]
	at java.lang.Object.wait(Native Method)
	- waiting on <0xe0a3dea0> (a com.waveset.util.BlockingQueue)
	at com.waveset.util.BlockingQueue.waitToDequeue(BlockingQueue.java:39)
	- locked <0xe0a3dea0> (a com.waveset.util.BlockingQueue)
	at com.waveset.recon.ReconTask$ResourceThread.run(ReconTask.java:520)

"Reconciler" daemon prio=5 tid=0x00969758 nid=0x4b waiting on condition [cb401000..cb4019c0]
	at java.lang.Thread.sleep(Native Method)
	at com.waveset.recon.ReconTask.doRealWork(ReconTask.java:3321)
	at com.waveset.task.Executor.execute(Executor.java:157)
	at com.waveset.task.TaskThread.run(TaskThread.java:116)

"ListenThread.Default" prio=5 tid=0x01723ff0 nid=0x4a runnable [cb501000..cb5019c0]
	at java.net.PlainSocketImpl.socketAccept(Native Method)
	at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:353)
	- locked <0xe09850e0> (a java.net.PlainSocketImpl)
	at java.net.ServerSocket.implAccept(ServerSocket.java:448)
	at java.net.ServerSocket.accept(ServerSocket.java:419)
	at weblogic.socket.WeblogicServerSocket.accept(WeblogicServerSocket.java:24)
	at weblogic.t3.srvr.ListenThread.accept(ListenThread.java:739)
	at weblogic.t3.srvr.ListenThread.run(ListenThread.java:292)

"com.waveset.logging.event.AuditEventHandler:" daemon prio=5 tid=0x0044e900 nid=0x48 in Object.wait() [cb701000..cb7019c0]
	at java.lang.Object.wait(Native Method)
	- waiting on <0xe0985250> (a java.lang.Object)
	at java.lang.Object.wait(Object.java:429)
	at com.ibm.logging.Handler.run(Handler.java:1053)
	- locked <0xe0985250> (a java.lang.Object)
	at java.lang.Thread.run(Thread.java:534)

"Task Scheduler" daemon prio=5 tid=0x01700b68 nid=0x47 runnable [cb800000..cb8019c0]
	at weblogic.apache.xerces.util.XMLStringBuffer.append(XMLStringBuffer.java:191)
	at weblogic.apache.xerces.util.XMLStringBuffer.append(XMLStringBuffer.java:205)
	at weblogic.apache.xerces.impl.XMLScanner.scanAttributeValue(XMLScanner.java:907)
	at weblogic.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanAttribute(XMLDocumentFragmentScannerImpl.java:818)
	at weblogic.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanStartElement(XMLDocumentFragmentScannerImpl.java:740)
	at weblogic.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(XMLDocumentFragmentScannerImpl.java:1477)
	at weblogic.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:329)
	at weblogic.apache.xerces.parsers.DTDConfiguration.parse(DTDConfiguration.java:525)
	at weblogic.apache.xerces.parsers.DTDConfiguration.parse(DTDConfiguration.java:581)
	at weblogic.apache.xerces.parsers.XMLParser.parse(XMLParser.java:152)
	at weblogic.apache.xerces.parsers.DOMParser.parse(DOMParser.java:257)
	at weblogic.apache.xerces.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:201)
	at weblogic.xml.jaxp.RegistryDocumentBuilder.parse(RegistryDocumentBuilder.java:149)
	at com.waveset.util.XmlParser.parseString(XmlParser.java:496)
	- locked <0xe11d3870> (a com.waveset.util.XmlParser)
	at com.waveset.util.XmlUtil.parseString(XmlUtil.java:442)
	- locked <0xe0601de8> (a com.waveset.util.XmlUtil)
	at com.waveset.util.XmlUtil.parseString(XmlUtil.java:456)
	at com.waveset.repository.AbstractDataStore.deserializeItemXml(AbstractDataStore.java:6090)
	at com.waveset.repository.AbstractDataStore.deserializeItem(AbstractDataStore.java:5889)
	at com.waveset.repository.AbstractDataStore$Item.getObject(AbstractDataStore.java:707)
	at com.waveset.repository.AbstractDataStore.checkout(AbstractDataStore.java:2375)
	at com.waveset.repository.ServerRepository.checkout(ServerRepository.java:2865)
	at com.waveset.server.InternalSession.checkoutObject(InternalSession.java:536)
	at com.waveset.task.Scheduler.applyEvent(Scheduler.java:3282)
	at com.waveset.task.Scheduler.processEvent(Scheduler.java:3150)
	at com.waveset.task.Scheduler.processEvents(Scheduler.java:3076)
	at com.waveset.task.Scheduler.processReadyTasks(Scheduler.java:2983)
	at com.waveset.task.Scheduler.processTasks(Scheduler.java:1130)
	at com.waveset.task.Scheduler.run(Scheduler.java:956)

"Scheduler.PollThread" daemon prio=5 tid=0x014b1ee8 nid=0x46 waiting on condition [cb901000..cb9019c0]
	at java.lang.Thread.sleep(Native Method)
	at com.waveset.task.Scheduler$PollThread.run(Scheduler.java:5003)

"ChangeNotifier update thread" daemon prio=5 tid=0x00eb0a18 nid=0x45 in Object.wait() [cba01000..cba019c0]
	at java.lang.Object.wait(Native Method)
	at com.waveset.server.ChangeNotifier$ChangeNotifierUpdaterThread.run(ChangeNotifier.java:321)
	- locked <0xe0985478> (a com.waveset.server.ChangeNotifier$ChangeNotifierUpdaterThread)
	at java.lang.Thread.run(Thread.java:534)

"AuthorizationTypes watcher thread" daemon prio=5 tid=0x0129ea20 nid=0x44 waiting for monitor entry [cbb01000..cbb019c0]
	at com.waveset.util.XmlUtil.parseString(XmlUtil.java:438)
	- waiting to lock <0xe0601de8> (a com.waveset.util.XmlUtil)
	at com.waveset.util.XmlUtil.parseString(XmlUtil.java:456)
	at com.waveset.repository.AbstractDataStore.deserializeItemXml(AbstractDataStore.java:6090)
	at com.waveset.repository.AbstractDataStore.deserializeItem(AbstractDataStore.java:5889)
	at com.waveset.repository.AbstractDataStore$Item.getObject(AbstractDataStore.java:707)
	at com.waveset.repository.AbstractDataStore.checkoutIfExists(AbstractDataStore.java:2461)
	at com.waveset.repository.AbstractDataStore.getIfExists(AbstractDataStore.java:2414)
	at com.waveset.repository.ServerRepository.getIfExists(ServerRepository.java:2836)
	at com.waveset.server.ObjectWatcher.run(ObjectWatcher.java:67)

"System Configuration Watcher Thread" daemon prio=5 tid=0x00628750 nid=0x43 waiting for monitor entry [cbc01000..cbc019c0]
	at com.waveset.util.XmlUtil.parseString(XmlUtil.java:438)
	- waiting to lock <0xe0601de8> (a com.waveset.util.XmlUtil)
	at com.waveset.util.XmlUtil.parseString(XmlUtil.java:456)
	at com.waveset.repository.AbstractDataStore.deserializeItemXml(AbstractDataStore.java:6090)
	at com.waveset.repository.AbstractDataStore.deserializeItem(AbstractDataStore.java:5889)
	at com.waveset.repository.AbstractDataStore$Item.getObject(AbstractDataStore.java:707)
	at com.waveset.repository.AbstractDataStore.checkoutIfExists(AbstractDataStore.java:2461)
	at com.waveset.repository.AbstractDataStore.getIfExists(AbstractDataStore.java:2414)
	at com.waveset.repository.ServerRepository.getIfExists(ServerRepository.java:2836)
	at com.waveset.server.ObjectWatcher.run(ObjectWatcher.java:67)

"Thread-12" prio=5 tid=0x015ccab8 nid=0x42 in Object.wait() [cbd01000..cbd019c0]
	at java.lang.Object.wait(Native Method)
	- waiting on <0xe05ef7b0> (a java.util.TaskQueue)
	at java.util.TimerThread.mainLoop(Timer.java:429)
	- locked <0xe05ef7b0> (a java.util.TaskQueue)
	at java.util.TimerThread.run(Timer.java:382)

"Thread-10" prio=5 tid=0x009090e8 nid=0x40 in Object.wait() [cc581000..cc5819c0]
	at java.lang.Object.wait(Native Method)
	- waiting on <0xe05eeaf8> (a java.util.TaskQueue)
	at java.util.TimerThread.mainLoop(Timer.java:429)
	- locked <0xe05eeaf8> (a java.util.TaskQueue)
	at java.util.TimerThread.run(Timer.java:382)

"Thread-9" prio=5 tid=0x00d6be88 nid=0x3f in Object.wait() [ce601000..ce6019c0]
	at java.lang.Object.wait(Native Method)
	at java.util.TimerThread.mainLoop(Timer.java:429)
	- locked <0xe053f670> (a java.util.TaskQueue)
	at java.util.TimerThread.run(Timer.java:382)

"Thread-8" prio=5 tid=0x017f3178 nid=0x3e in Object.wait() [ce701000..ce7019c0]
	at java.lang.Object.wait(Native Method)
	at java.util.TimerThread.mainLoop(Timer.java:429)
	- locked <0xe04e87b8> (a java.util.TaskQueue)
	at java.util.TimerThread.run(Timer.java:382)

"Thread-7" prio=5 tid=0x00b841b8 nid=0x3d in Object.wait() [ce801000..ce8019c0]
	at java.lang.Object.wait(Native Method)
	at java.util.TimerThread.mainLoop(Timer.java:429)
	- locked <0xe04c5980> (a java.util.TaskQueue)
	at java.util.TimerThread.run(Timer.java:382)

"Thread-6" daemon prio=5 tid=0x015ce648 nid=0x3c in Object.wait() [cec01000..cec019c0]
	at java.lang.Object.wait(Native Method)
	- waiting on <0xe04720b8> (a java.util.TaskQueue)
	at java.lang.Object.wait(Object.java:429)
	at java.util.TimerThread.mainLoop(Timer.java:403)
	- locked <0xe04720b8> (a java.util.TaskQueue)
	at java.util.TimerThread.run(Timer.java:382)

"weblogic.health.CoreHealthMonitor" daemon prio=5 tid=0x00a64810 nid=0x3b waiting on condition [cee01000..cee019c0]
	at java.lang.Thread.sleep(Native Method)
	at weblogic.t3.srvr.CoreHealthMonitorThread.run(CoreHealthMonitorThread.java:127)

"Thread-5" prio=5 tid=0x00df3208 nid=0x3a in Object.wait() [cef01000..cef019c0]
	at java.lang.Object.wait(Native Method)
	at java.util.TimerThread.mainLoop(Timer.java:429)
	- locked <0xe02ecb18> (a java.util.TaskQueue)
	at java.util.TimerThread.run(Timer.java:382)

"ExecuteThread: '0' for queue: 'Multicast'" daemon prio=5 tid=0x012bc5a0 nid=0x39 in Object.wait() [cf001000..cf0019c0]
	at java.lang.Object.wait(Native Method)
	at java.lang.Object.wait(Object.java:429)
	at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
	- locked <0xe02d69b8> (a weblogic.kernel.ExecuteThread)
	at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)

"Thread-4" prio=5 tid=0x00d40178 nid=0x35 waiting on condition [cf401000..cf4019c0]
	at java.lang.Thread.sleep(Native Method)
	at com.netegrity.siteminder.agentcommon.framework.bw.run(DashoA8550)

"LDAPConnThread-0 ldap://128.137.22.79:10110" daemon prio=5 tid=0x012d0838 nid=0x32 runnable [cf601000..cf6019c0]
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:129)
	at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
	at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
	- locked <0xe0231768> (a java.io.BufferedInputStream)
	at netscape.ldap.ber.stream.BERElement.getElement(BERElement.java:101)
	at netscape.ldap.LDAPConnThread.run(LDAPConnThread.java:538)
	at java.lang.Thread.run(Thread.java:534)

"VDE Transaction Processor Thread" prio=2 tid=0x00c180e8 nid=0x30 in Object.wait() [cf701000..cf7019c0]
	at java.lang.Object.wait(Native Method)
	- waiting on <0xe0212a50> (a com.octetstring.vde.backend.standard.TransactionProcessor)
	at java.lang.Object.wait(Object.java:429)
	at com.octetstring.vde.backend.standard.TransactionProcessor.waitChange(TransactionProcessor.java:356)
	- locked <0xe0212a50> (a com.octetstring.vde.backend.standard.TransactionProcessor)
	at com.octetstring.vde.backend.standard.TransactionProcessor.run(TransactionProcessor.java:212)

"ExecuteThread: '2' for queue: 'weblogic.admin.RMI'" daemon prio=5 tid=0x008acf18 nid=0x2f in Object.wait() [cf801000..cf8019c0]
	at java.lang.Object.wait(Native Method)
	at java.lang.Object.wait(Object.java:429)
	at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
	- locked <0xe01ad370> (a weblogic.kernel.ExecuteThread)
	at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)

"ExecuteThread: '1' for queue: 'weblogic.admin.RMI'" daemon prio=5 tid=0x0186af78 nid=0x2e in Object.wait() [cf901000..cf9019c0]
	at java.lang.Object.wait(Native Method)
	at java.lang.Object.wait(Object.java:429)
	at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
	- locked <0xe01ace50> (a weblogic.kernel.ExecuteThread)
	at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)

"ExecuteThread: '0' for queue: 'weblogic.admin.RMI'" daemon prio=5 tid=0x00632a80 nid=0x2d in Object.wait() [cfa01000..cfa019c0]
	at java.lang.Object.wait(Native Method)
	at java.lang.Object.wait(Object.java:429)
	at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
	- locked <0xe01ac910> (a weblogic.kernel.ExecuteThread)
	at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)

"weblogic.security.SpinnerRandomSource" daemon prio=5 tid=0x007fa9e8 nid=0x2c in Object.wait() [cfb01000..cfb019c0]
	at java.lang.Object.wait(Native Method)
	- waiting on <0xe00a2818> (a java.lang.Object)
	at java.lang.Object.wait(Object.java:429)
	at weblogic.security.SpinnerRandomBitsSource.run(SpinnerRandomBitsSource.java:60)
	- locked <0xe00a2818> (a java.lang.Object)
	at java.lang.Thread.run(Thread.java:534)

"weblogic.time.TimeEventGenerator" daemon prio=5 tid=0x00280150 nid=0x2b in Object.wait() [cfc01000..cfc019c0]
	at java.lang.Object.wait(Native Method)
	- waiting on <0xe00a0b90> (a weblogic.time.common.internal.TimeTable)
	at weblogic.time.common.internal.TimeTable.snooze(TimeTable.java:271)
	- locked <0xe00a0b90> (a weblogic.time.common.internal.TimeTable)
	at weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.java:118)
	at java.lang.Thread.run(Thread.java:534)

"ExecuteThread: '4' for queue: 'weblogic.kernel.System'" daemon prio=5 tid=0x003a0fd8 nid=0x2a in Object.wait() [cfd01000..cfd019c0]
	at java.lang.Object.wait(Native Method)
	at java.lang.Object.wait(Object.java:429)
	at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
	- locked <0xe00a0330> (a weblogic.kernel.ExecuteThread)
	at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)

"ExecuteThread: '3' for queue: 'weblogic.kernel.System'" daemon prio=5 tid=0x003a03e8 nid=0x29 in Object.wait() [cfe01000..cfe019c0]
	at java.lang.Object.wait(Native Method)
	at java.lang.Object.wait(Object.java:429)
	at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
	- locked <0xe009fe88> (a weblogic.kernel.ExecuteThread)
	at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)

"ExecuteThread: '2' for queue: 'weblogic.kernel.System'" daemon prio=5 tid=0x0039f860 nid=0x28 in Object.wait() [cff01000..cff019c0]
	at java.lang.Object.wait(Native Method)
	at java.lang.Object.wait(Object.java:429)
	at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
	- locked <0xe009f9e0> (a weblogic.kernel.ExecuteThread)
	at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)

"ExecuteThread: '1' for queue: 'weblogic.kernel.System'" daemon prio=5 tid=0x0065ef28 nid=0x27 in Object.wait() [d0001000..d00019c0]
	at java.lang.Object.wait(Native Method)
	at java.lang.Object.wait(Object.java:429)
	at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
	- locked <0xe009f538> (a weblogic.kernel.ExecuteThread)
	at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)

"ExecuteThread: '0' for queue: 'weblogic.kernel.System'" daemon prio=5 tid=0x0065e338 nid=0x26 in Object.wait() [d0101000..d01019c0]
	at java.lang.Object.wait(Native Method)
	at java.lang.Object.wait(Object.java:429)
	at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
	- locked <0xe009f090> (a weblogic.kernel.ExecuteThread)
	at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)

"ExecuteThread: '24' for queue: 'weblogic.kernel.Default'" daemon prio=5 tid=0x0065d7b0 nid=0x25 in Object.wait() [d0201000..d02019c0]
	at java.lang.Object.wait(Native Method)
	at weblogic.common.internal.DynaQueue.getW(DynaQueue.java:228)
	- locked <0xe00b2680> (a weblogic.common.internal.DynaQueue)
	at weblogic.socket.JavaSocketMuxer.processSockets(JavaSocketMuxer.java:277)
	at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:32)
	at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
	at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)

"ExecuteThread: '23' for queue: 'weblogic.kernel.Default'" daemon prio=5 tid=0x00eda688 nid=0x24 runnable [d0301000..d03019c0]
	at java.net.PlainDatagramSocketImpl.receive(Native Method)
	- waiting to lock <0xe046cf78> (a java.net.PlainDatagramSocketImpl)
	at java.net.DatagramSocket.receive(DatagramSocket.java:711)
	- locked <0xe4c860f8> (a java.net.DatagramPacket)
	- locked <0xe046ce88> (a java.net.MulticastSocket)
	at weblogic.cluster.FragmentSocket.receive(FragmentSocket.java:169)
	at weblogic.cluster.MulticastManager.execute(MulticastManager.java:377)
	at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
	at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)

"ExecuteThread: '22' for queue: 'weblogic.kernel.Default'" daemon prio=5 tid=0x00ed9b00 nid=0x23 runnable [d0401000..d04019c0]
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:129)
	at weblogic.socket.SocketMuxer.readReadySocketOnce(SocketMuxer.java:651)
	- locked <0xe00b27a8> (a java.net.Socket)
	at weblogic.socket.SocketMuxer.readReadySocket(SocketMuxer.java:617)
	at weblogic.socket.JavaSocketMuxer.processSockets(JavaSocketMuxer.java:282)
	at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:32)
	at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
	at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)

"ExecuteThread: '21' for queue: 'weblogic.kernel.Default'" daemon prio=5 tid=0x00ed9020 nid=0x22 in Object.wait() [d0501000..d05019c0]
	at java.lang.Object.wait(Native Method)
	at weblogic.common.internal.DynaQueue.getW(DynaQueue.java:228)
	- locked <0xe00b2680> (a weblogic.common.internal.DynaQueue)
	at weblogic.socket.JavaSocketMuxer.processSockets(JavaSocketMuxer.java:277)
	at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:32)
	at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
	at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)

"ExecuteThread: '20' for queue: 'weblogic.kernel.Default'" daemon prio=5 tid=0x003f8b50 nid=0x21 in Object.wait() [d0601000..d06019c0]
	at java.lang.Object.wait(Native Method)
	at weblogic.common.internal.DynaQueue.getW(DynaQueue.java:228)
	- locked <0xe00b2680> (a weblogic.common.internal.DynaQueue)
	at weblogic.socket.JavaSocketMuxer.processSockets(JavaSocketMuxer.java:277)
	at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:32)
	at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
	at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)

"ExecuteThread: '19' for queue: 'weblogic.kernel.Default'" daemon prio=5 tid=0x003f7f60 nid=0x20 in Object.wait() [d0701000..d07019c0]
	at java.lang.Object.wait(Native Method)
	at weblogic.common.internal.DynaQueue.getW(DynaQueue.java:228)
	- locked <0xe00b2680> (a weblogic.common.internal.DynaQueue)
	at weblogic.socket.JavaSocketMuxer.processSockets(JavaSocketMuxer.java:277)
	at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:32)
	at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
	at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)

"ExecuteThread: '18' for queue: 'weblogic.kernel.Default'" daemon prio=5 tid=0x003f73d8 nid=0x1f waiting for monitor entry [d0800000..d08019c0]
	at com.waveset.util.XmlUtil.parseString(XmlUtil.java:438)
	- waiting to lock <0xe0601de8> (a com.waveset.util.XmlUtil)
	at com.waveset.util.XmlUtil.parseString(XmlUtil.java:456)
	at com.waveset.object.Subject.<init>(Subject.java:131)
	at com.waveset.ui.LoginHelper.getSession(LoginHelper.java:146)
	at jsp_servlet._task.__tasklaunch._jspService(__tasklaunch.java:446)
	at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
	at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:971)
	at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:402)
	at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:305)
	at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6370)
	at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
	at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
	at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3635)
	at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2585)
	at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
	at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)

"ExecuteThread: '17' for queue: 'weblogic.kernel.Default'" daemon prio=5 tid=0x00219b78 nid=0x1e waiting for monitor entry [d08ff000..d09019c0]
	at com.waveset.util.XmlUtil.parseString(XmlUtil.java:438)
	- waiting to lock <0xe0601de8> (a com.waveset.util.XmlUtil)
	at com.waveset.util.XmlUtil.parseString(XmlUtil.java:456)
	at com.waveset.repository.AbstractDataStore.deserializeItemXml(AbstractDataStore.java:6090)
	at com.waveset.repository.AbstractDataStore.deserializeItem(AbstractDataStore.java:5889)
	at com.waveset.repository.AbstractDataStore$Item.getObject(AbstractDataStore.java:707)
	at com.waveset.repository.AbstractDataStore.checkoutIfExists(AbstractDataStore.java:2461)
	at com.waveset.repository.AbstractDataStore.getIfExists(AbstractDataStore.java:2414)
	at com.waveset.repository.ServerRepository.getIfExists(ServerRepository.java:2836)
	at com.waveset.server.Server.loadObject(Server.java:958)
	at com.waveset.object.ObjectCache.loadObject(ObjectCache.java:772)
	at com.waveset.object.ObjectCache.getHandle(ObjectCache.java:663)
	- locked <0xe0986790> (a com.waveset.object.ObjectCache)
	at com.waveset.object.ObjectCache.getObjectIfExists(ObjectCache.java:572)
	at com.waveset.object.ObjectCache.getObjectIfExists(ObjectCache.java:507)
	at com.waveset.server.InternalSession.getObjectIfExists(InternalSession.java:413)
	at com.waveset.object.LighthouseContextWrapper.getObjectIfExists(LighthouseContextWrapper.java:101)
	at com.waveset.object.ViewUtil.getForm(ViewUtil.java:69)
	at com.waveset.object.ViewUtil.getForm(ViewUtil.java:54)
	at com.waveset.view.UserViewer.getForm(UserViewer.java:3581)
	at com.waveset.view.UserViewer.createView(UserViewer.java:630)
	at com.waveset.object.ViewMaster.createView(ViewMaster.java:467)
	at com.waveset.session.WorkflowServices.createView(WorkflowServices.java:1204)
	at com.waveset.session.WorkflowServices.call(WorkflowServices.java:400)
	at com.waveset.workflow.WorkflowEngine.callApplication(WorkflowEngine.java:4089)
	at com.waveset.workflow.WorkflowEngine.callAction(WorkflowEngine.java:3916)
	at com.waveset.workflow.WorkflowEngine.callAction(WorkflowEngine.java:3229)
	at com.waveset.workflow.WorkflowEngine.execute(WorkflowEngine.java:3070)
	at com.waveset.workflow.WorkflowEngine.makeTransition(WorkflowEngine.java:2809)
	at com.waveset.workflow.WorkflowEngine.checkExplicitTransitions(WorkflowEngine.java:2700)
	at com.waveset.workflow.WorkflowEngine.checkTransitions(WorkflowEngine.java:2486)
	at com.waveset.workflow.WorkflowEngine.processSteps(WorkflowEngine.java:1891)
	at com.waveset.workflow.WorkflowEngine.walkCases(WorkflowEngine.java:1748)
	at com.waveset.workflow.WorkflowEngine.walkCases(WorkflowEngine.java:1656)
	at com.waveset.workflow.WorkflowEngine.execute(WorkflowEngine.java:816)
	at com.waveset.workflow.WorkflowEngine.execute(WorkflowEngine.java:478)
	at com.waveset.workflow.WorkflowExecutor.execute(WorkflowExecutor.java:235)
	at com.waveset.task.Scheduler.execute(Scheduler.java:2393)
	at com.waveset.task.Scheduler.launchTask(Scheduler.java:1564)
	at com.waveset.task.Scheduler.launchTask(Scheduler.java:1251)
	at com.waveset.task.TaskManager.launchTask(TaskManager.java:267)
	at com.waveset.server.InternalSession.runTask(InternalSession.java:2627)
	at com.waveset.server.ViewMaster.runTask(ViewMaster.java:909)
	at com.waveset.view.ProcessViewer.checkinView(ProcessViewer.java:656)
	at com.waveset.object.ViewMaster.checkinView(ViewMaster.java:708)
	at com.waveset.session.LocalSession.checkinView(LocalSession.java:664)
	at com.waveset.ui.util.GenericViewSource.checkinView(GenericViewSource.java:522)
	at com.waveset.ui.util.GenericEditForm.process(GenericEditForm.java:560)
	at jsp_servlet._task.__tasklaunch._jspService(__tasklaunch.java:674)
	at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
	at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:971)
	at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:402)
	at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:446)
	at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:305)
	at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6370)
	at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
	at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
	at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3635)
	at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2585)
	at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
	at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)

"ExecuteThread: '16' for queue: 'weblogic.kernel.Default'" daemon prio=5 tid=0x00218980 nid=0x1d in Object.wait() [d0a01000..d0a019c0]
	at java.lang.Object.wait(Native Method)
	at weblogic.common.internal.DynaQueue.getW(DynaQueue.java:228)
	- locked <0xe00b2680> (a weblogic.common.internal.DynaQueue)
	at weblogic.socket.JavaSocketMuxer.processSockets(JavaSocketMuxer.java:277)
	at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:32)
	at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
	at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)

"ExecuteThread: '15' for queue: 'weblogic.kernel.Default'" daemon prio=5 tid=0x008f75c0 nid=0x1c in Object.wait() [d0b01000..d0b019c0]
	at java.lang.Object.wait(Native Method)
	at java.lang.Object.wait(Object.java:429)
	at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
	- locked <0xe009b830> (a weblogic.kernel.ExecuteThread)
	at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)

"ExecuteThread: '14' for queue: 'weblogic.kernel.Default'" daemon prio=5 tid=0x008f6a00 nid=0x1b in Object.wait() [d0c01000..d0c019c0]
	at java.lang.Object.wait(Native Method)
	at weblogic.common.internal.DynaQueue.getW(DynaQueue.java:228)
	- locked <0xe00b2680> (a weblogic.common.internal.DynaQueue)
	at weblogic.socket.JavaSocketMuxer.processSockets(JavaSocketMuxer.java:277)
	at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:32)
	at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
	at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)

"ExecuteThread: '13' for queue: 'weblogic.kernel.Default'" daemon prio=5 tid=0x008f5f20 nid=0x1a runnable [d0d00000..d0d019c0]
	at java.lang.Throwable.fillInStackTrace(Native Method)
	at java.lang.Throwable.<init>(Throwable.java:195)
	at java.lang.Exception.<init>(Exception.java:41)
	at java.io.IOException.<init>(IOException.java:40)
	at java.io.InterruptedIOException.<init>(InterruptedIOException.java:45)
	at java.net.SocketTimeoutException.<init>(SocketTimeoutException.java:24)
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:129)
	at weblogic.socket.SocketMuxer.readReadySocketOnce(SocketMuxer.java:651)
	- locked <0xe0a3e1a8> (a weblogic.socket.WeblogicSocket)
	at weblogic.socket.SocketMuxer.readReadySocket(SocketMuxer.java:617)
	at weblogic.socket.JavaSocketMuxer.processSockets(JavaSocketMuxer.java:282)
	at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:32)
	at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
	at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)

"ExecuteThread: '12' for queue: 'weblogic.kernel.Default'" daemon prio=5 tid=0x00c6e850 nid=0x19 in Object.wait() [d0e01000..d0e019c0]
	at java.lang.Object.wait(Native Method)
	at java.lang.Object.wait(Object.java:429)
	at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
	- locked <0xe009aab0> (a weblogic.kernel.ExecuteThread)
	at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)

"ExecuteThread: '11' for queue: 'weblogic.kernel.Default'" daemon prio=5 tid=0x00c6dcf8 nid=0x18 in Object.wait() [d0f01000..d0f019c0]
	at java.lang.Object.wait(Native Method)
	at java.lang.Object.wait(Object.java:429)
	at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
	- locked <0xe009a600> (a weblogic.kernel.ExecuteThread)
	at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)

"ExecuteThread: '10' for queue: 'weblogic.kernel.Default'" daemon prio=5 tid=0x00ad30c0 nid=0x17 in Object.wait() [d1001000..d10019c0]
	at java.lang.Object.wait(Native Method)
	- waiting on <0xe009a138> (a weblogic.kernel.ExecuteThread)
	at java.lang.Object.wait(Object.java:429)
	at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
	- locked <0xe009a138> (a weblogic.kernel.ExecuteThread)
	at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)

"ExecuteThread: '9' for queue: 'weblogic.kernel.Default'" daemon prio=5 tid=0x00b6f408 nid=0x16 in Object.wait() [d1101000..d11019c0]
	at java.lang.Object.wait(Native Method)
	- waiting on <0xe0099c70> (a weblogic.kernel.ExecuteThread)
	at java.lang.Object.wait(Object.java:429)
	at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
	- locked <0xe0099c70> (a weblogic.kernel.ExecuteThread)
	at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)

"ExecuteThread: '8' for queue: 'weblogic.kernel.Default'" daemon prio=5 tid=0x00b8fb58 nid=0x15 in Object.wait() [d1201000..d12019c0]
	at java.lang.Object.wait(Native Method)
	- waiting on <0xe00997a8> (a weblogic.kernel.ExecuteThread)
	at java.lang.Object.wait(Object.java:429)
	at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
	- locked <0xe00997a8> (a weblogic.kernel.ExecuteThread)
	at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)

"ExecuteThread: '7' for queue: 'weblogic.kernel.Default'" daemon prio=5 tid=0x00aa3298 nid=0x14 in Object.wait() [d1301000..d13019c0]
	at java.lang.Object.wait(Native Method)
	- waiting on <0xe00992e0> (a weblogic.kernel.ExecuteThread)
	at java.lang.Object.wait(Object.java:429)
	at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
	- locked <0xe00992e0> (a weblogic.kernel.ExecuteThread)
	at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)

"ExecuteThread: '6' for queue: 'weblogic.kernel.Default'" daemon prio=5 tid=0x00aa2cf8 nid=0x13 in Object.wait() [d1401000..d14019c0]
	at java.lang.Object.wait(Native Method)
	- waiting on <0xe0098e18> (a weblogic.kernel.ExecuteThread)
	at java.lang.Object.wait(Object.java:429)
	at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
	- locked <0xe0098e18> (a weblogic.kernel.ExecuteThread)
	at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)

"ExecuteThread: '5' for queue: 'weblogic.kernel.Default'" daemon prio=5 tid=0x009f9c60 nid=0x12 in Object.wait() [d1501000..d15019c0]
	at java.lang.Object.wait(Native Method)
	- waiting on <0xe0098950> (a weblogic.kernel.ExecuteThread)
	at java.lang.Object.wait(Object.java:429)
	at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
	- locked <0xe0098950> (a weblogic.kernel.ExecuteThread)
	at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)

"ExecuteThread: '4' for queue: 'weblogic.kernel.Default'" daemon prio=5 tid=0x009f9ac0 nid=0x11 in Object.wait() [d1601000..d16019c0]
	at java.lang.Object.wait(Native Method)
	- waiting on <0xe0098488> (a weblogic.kernel.ExecuteThread)
	at java.lang.Object.wait(Object.java:429)
	at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
	- locked <0xe0098488> (a weblogic.kernel.ExecuteThread)
	at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)

"ExecuteThread: '3' for queue: 'weblogic.kernel.Default'" daemon prio=5 tid=0x009f9920 nid=0x10 in Object.wait() [d1701000..d17019c0]
	at java.lang.Object.wait(Native Method)
	- waiting on <0xe0097fc0> (a weblogic.kernel.ExecuteThread)
	at java.lang.Object.wait(Object.java:429)
	at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
	- locked <0xe0097fc0> (a weblogic.kernel.ExecuteThread)
	at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)

"ExecuteThread: '2' for queue: 'weblogic.kernel.Default'" daemon prio=5 tid=0x002a5240 nid=0xf in Object.wait() [d1801000..d18019c0]
	at java.lang.Object.wait(Native Method)
	- waiting on <0xe0097af8> (a weblogic.kernel.ExecuteThread)
	at java.lang.Object.wait(Object.java:429)
	at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
	- locked <0xe0097af8> (a weblogic.kernel.ExecuteThread)
	at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)

"ExecuteThread: '1' for queue: 'weblogic.kernel.Default'" daemon prio=5 tid=0x002a50a0 nid=0xe in Object.wait() [d1901000..d19019c0]
	at java.lang.Object.wait(Native Method)
	- waiting on <0xe0097630> (a weblogic.kernel.ExecuteThread)
	at java.lang.Object.wait(Object.java:429)
	at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
	- locked <0xe0097630> (a weblogic.kernel.ExecuteThread)
	at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)

"ExecuteThread: '0' for queue: 'weblogic.kernel.Default'" daemon prio=5 tid=0x00a7a7a8 nid=0xd in Object.wait() [d1a01000..d1a019c0]
	at java.lang.Object.wait(Native Method)
	- waiting on <0xe0097050> (a weblogic.kernel.ExecuteThread)
	at java.lang.Object.wait(Object.java:429)
	at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
	- locked <0xe0097050> (a weblogic.kernel.ExecuteThread)
	at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)

"Signal Dispatcher" daemon prio=10 tid=0x000f1248 nid=0x8 waiting on condition [0..0]

"Finalizer" daemon prio=8 tid=0x000eddd8 nid=0x6 in Object.wait() [fb981000..fb9819c0]
	at java.lang.Object.wait(Native Method)
	at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:111)
	- locked <0xdfea0378> (a java.lang.ref.ReferenceQueue$Lock)
	at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127)
	at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:159)

"Reference Handler" daemon prio=10 tid=0x000ed550 nid=0x5 in Object.wait() [fba81000..fba819c0]
	at java.lang.Object.wait(Native Method)
	at java.lang.Object.wait(Object.java:429)
	at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:115)
	- locked <0xdfea02a0> (a java.lang.ref.Reference$Lock)

"main" prio=5 tid=0x00037958 nid=0x1 in Object.wait() [ffbee000..ffbee444]
	at java.lang.Object.wait(Native Method)
	- waiting on <0xdff304d0> (a weblogic.t3.srvr.T3Srvr)
	at java.lang.Object.wait(Object.java:429)
	at weblogic.t3.srvr.T3Srvr.waitForDeath(T3Srvr.java:1170)
	- locked <0xdff304d0> (a weblogic.t3.srvr.T3Srvr)
	at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:384)
	at weblogic.Server.main(Server.java:32)

"VM Thread" prio=5 tid=0x000ecf00 nid=0x4 runnable 

"VM Periodic Task Thread" prio=10 tid=0x000f6280 nid=0xc waiting on condition 
"Suspend Checker Thread" prio=10 tid=0x000efff8 nid=0x7 runnable 
<Aug 12, 2006 12:04:09 AM PDT> <Debug> <HTTP> <BEA-101147> <HttpServer(21011496,null default ctx,identity_m2) Found no context for "/". This request does not match the context path for any installed Web applications, and there is no default Web application configured.> 
<Aug 12, 2006 12:04:11 AM PDT> <Debug> <HTTP> <BEA-101147> <HttpServer(21011496,null default ctx,identity_m2) Found no context for "/". This request does not match the context path for any installed Web applications, and there is no default Web application configured.> 
<Aug 12, 2006 12:04:14 AM PDT> <Debug> <HTTP> <BEA-101147> <HttpServer(21011496,null default ctx,identity_m2) Found no context for "/". This request does not match the context path for any installed Web applications, and there is no default Web application configured.> 
<Aug 12, 2006 12:04:16 AM PDT> <Debug> <HTTP> <BEA-101147> <HttpServer(21011496,null default ctx,identity_m2) Found no context for "/". This request does not match the context path for any installed Web applications, and there is no default Web application configured.> 
<Aug 12, 2006 12:04:19 AM PDT> <Debug> <HTTP> <BEA-101147> <HttpServer(21011496,null default ctx,identity_m2) Found no context for "/". This request does not match the context path for any installed Web applications, and there is no default Web application configured.> 
<Aug 12, 2006 12:04:21 AM PDT> <Debug> <HTTP> <BEA-101147> <HttpServer(21011496,null default ctx,identity_m2) Found no context for "/". This request does not match the context path for any installed Web applications, and there is no default Web application configured.> 
<Aug 12, 2006 12:04:24 AM PDT> <Debug> <HTTP> <BEA-101147> <HttpServer(21011496,null default ctx,identity_m2) Found no context for "/". This request does not match the context path for any installed Web applications, and there is no default Web application configured.> 
<Aug 12, 2006 12:04:26 AM PDT> <Debug> <HTTP> <BEA-101147> <HttpServer(21011496,null default ctx,identity_m2) Found no context for "/". This request does not match the context path for any installed Web applications, and there is no default Web application configured.> 
<Aug 12, 2006 12:04:29 AM PDT> <Debug> <HTTP> <BEA-101147> <HttpServer(21011496,null default ctx,identity_m2) Found no context for "/". This request does not match the context path for any installed Web applications, and there is no default Web application configured.> 
<Aug 12, 2006 12:04:31 AM PDT> <Debug> <HTTP> <BEA-101147> <HttpServer(21011496,null default ctx,identity_m2) Found no context for "/". This request does not match the context path for any installed Web applications, and there is no default Web application configured.> 
<Aug 12, 2006 12:04:34 AM PDT> <Debug> <HTTP> <BEA-101147> <HttpServer(21011496,null default ctx,identity_m2) Found no context for "/". This request does not match the context path for any installed Web applications, and there is no default Web application configured.> 
<Aug 12, 2006 12:04:36 AM PDT> <Debug> <HTTP> <BEA-101147> <HttpServer(21011496,null default ctx,identity_m2) Found no context for "/". This request does not match the context path for any installed Web applications, and there is no default Web application configured.> 
<Aug 12, 2006 12:04:39 AM PDT> <Debug> <HTTP> <BEA-101147> <HttpServer(21011496,null default ctx,identity_m2) Found no context for "/". This request does not match the context path for any installed Web applications, and there is no default Web application configured.> 
<Aug 12, 2006 12:04:41 AM PDT> <Debug> <HTTP> <BEA-101147> <HttpServer(21011496,null default ctx,identity_m2) Found no context for "/". This request does not match the context path for any installed Web applications, and there is no default Web application configured.> 
<Aug 12, 2006 12:04:44 AM PDT> <Debug> <HTTP> <BEA-101147> <HttpServer(21011496,null default ctx,identity_m2) Found no context for "/". This request does not match the context path for any installed Web applications, and there is no default Web application configured.> 
<Aug 12, 2006 12:04:46 AM PDT> <Debug> <HTTP> <BEA-101147> <HttpServer(21011496,null default ctx,identity_m2) Found no context for "/". This request does not match the context path for any installed Web applications, and there is no default Web application configured.> 
<Aug 12, 2006 12:04:49 AM PDT> <Debug> <HTTP> <BEA-101147> <HttpServer(21011496,null default ctx,identity_m2) Found no context for "/". This request does not match the context path for any installed Web applications, and there is no default Web application configured.> 
<Aug 12, 2006 12:04:51 AM PDT> <Debug> <HTTP> <BEA-101147> <HttpServer(21011496,null default ctx,identity_m2) Found no context for "/". This request does not match the context path for any installed Web applications, and there is no default Web application configured.> 
<Aug 12, 2006 12:04:54 AM PDT> <Debug> <HTTP> <BEA-101147> <HttpServer(21011496,null default ctx,identity_m2) Found no context for "/". This request does not match the context path for any installed Web applications, and there is no default Web application configured.> 
<Aug 12, 2006 12:04:56 AM PDT> <Debug> <HTTP> <BEA-101147> <HttpServer(21011496,null default ctx,identity_m2) Found no context for "/". This request does not match the context path for any installed Web applications, and there is no default Web application configured.> 
<Aug 12, 2006 12:04:59 AM PDT> <Debug> <HTTP> <BEA-101147> <HttpServer(21011496,null default ctx,identity_m2) Found no context for "/". This request does not match the context path for any installed Web applications, and there is no default Web application configured.> 
<Aug 12, 2006 12:05:01 AM PDT> <Debug> <HTTP> <BEA-101147> <HttpServer(21011496,null default ctx,identity_m2) Found no context for "/". This request does not match the context path for any installed Web applications, and there is no default Web application configured.> 
<Aug 12, 2006 12:05:04 AM PDT> <Debug> <HTTP> <BEA-101147> <HttpServer(21011496,null default ctx,identity_m2) Found no context for "/". This request does not match the context path for any installed Web applications, and there is no default Web application configured.> 
<Aug 12, 2006 12:05:06 AM PDT> <Debug> <HTTP> <BEA-101147> <HttpServer(21011496,null default ctx,identity_m2) Found no context for "/". This request does not match the context path for any installed Web applications, and there is no default Web application configured.> 
<Aug 12, 2006 12:05:09 AM PDT> <Debug> <HTTP> <BEA-101147> <HttpServer(21011496,null default ctx,identity_m2) Found no context for "/". This request does not match the context path for any installed Web applications, and there is no default Web application configured.> 
<A

Guys you were so helpful.
Thanks,
pandu
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

AIX core,cpu and application list

Hi All , I am trying to pull out below things from AIX machine (any type) 1. number of physical processor 2. number of logical processsors 3. Total number of processors (physical plus logical) 4. total number of cores 5. list of installed applications with versions and vendor name ... (1 Reply)
Discussion started by: omkar.jadhav
1 Replies

2. Shell Programming and Scripting

awk eating too much memory?

Hi all, using AWK iam sorting auniq data from a file the file size is 8GB, while running that script , the over all cpu usage will be nearly 8 how to avoid this ?? any other alternate is available for awk? Thanks in Advance Anish kumar.V (13 Replies)
Discussion started by: anishkumarv
13 Replies

3. Programming

C++ application: how to access AIX process and cpu information?

Hi, may be this is an AIX noob question: my current C++ application runs on Linux and is quite memory consuming. Therefore, the application writes a logfile after it has finished containing memory information, CPU information, information on the running other processes besides my application... (0 Replies)
Discussion started by: DarthVader77
0 Replies

4. Shell Programming and Scripting

[bash] IF is eating my loops

Hi! Could someone explain me why the below code is printing the contents of IF block 5 times instead of 0? #!/bin/bash VAR1="something" VAR2="something" for((i=0;i<10;i++)) do if(($VAR1=~$VAR2)) then echo VAR1: $VAR1 echo... (3 Replies)
Discussion started by: machinogodzilla
3 Replies

5. Programming

Application occupying CPU resources

Dear all, I have a pro c application running in the unix environement. This pro c program actually trigger by a java application from sun workstation. Recently, when we released a new proc c application and notice that the application occupying the CPU resources even through we check that the... (1 Reply)
Discussion started by: ghho
1 Replies

6. What is on Your Mind?

What are you eating ?

Hi, guys ! I was wondering... how many of you are vegetarians ? and why ? (31 Replies)
Discussion started by: Sergiu-IT
31 Replies

7. AIX

Application high CPU load

after a long period of running, the network application's CPU load in our syst em increase slowly, the failed at the end. we use "truss" tool to trace the process, found that it processes something like "semop" ,"semctl","thread_waitlock","kread" kernel call . The trace log file looks like the... (0 Replies)
Discussion started by: Frank2004
0 Replies

8. Shell Programming and Scripting

swap space and cpu usage for an application

Hi, How do i get the swap space used and cpu usage for a particular application ? thanks una (2 Replies)
Discussion started by: una
2 Replies

9. UNIX for Dummies Questions & Answers

Eating memory

Hello I run Gentoo Linux on my computer: Athlon XP 1700+ ~1,46 mhz 512 mb ram After a while, my computer works really slow, and when I cat /proc/meminfo, I see that I only have 8mb of 512 mb free! How is that possible? I dont run anything I can think of that eats that amount of... (4 Replies)
Discussion started by: Maestin
4 Replies

10. UNIX for Dummies Questions & Answers

Hosting Service Eating Space

Dear Group, I am not much used to UNIX. The company I am hosting wiht refuses to help me with this trouble, but as near as I can see, it is NOT my trouble. I have had this service for over a year. I just renewed for another year and all of a sudden the disk quota has been disappearing. I... (3 Replies)
Discussion started by: cindy
3 Replies
Login or Register to Ask a Question