Deployed Application Hangs when trying to stop, delete, or redeploy application

Hello,
     I'm noticing some disturbing behavior on my J2EE application
deployment. It appears that once some transactions are in progress or
timeout, I can no longer delete or stop or redeploy the application
without CTRL-C'ing out of the server (the server shutdown also hangs).
I get some messages like this when a transaction times out:
<Apr 2, 2004 4:22:24 PM EST> <Warning> <WebLogicServer> <BEA-000337>
<ExecuteThread: '12' for queue: 'weblogic.kernel.Default' has
been busy for "1,526" seconds working on the request
"connection56.session62", which is more than the configured time (StuckThrea
dMaxTime) of "600" seconds.>
<Apr 2, 2004 4:22:24 PM EST> <Warning> <WebLogicServer> <BEA-000337>
<ExecuteThread: '14' for queue: 'weblogic.kernel.Default' has
been busy for "1,567" seconds working on the request
"connection56.session58", which is more than the configured time (StuckThrea
dMaxTime) of "600" seconds.>
This seems to be what prevents me from doing anything with the
application. I also see no way to clear these types of transactions from
the queue using the Console.
How can I redeploy an application, clear stuck transactions, etc once
this has happened? Killing the server would be unacceptable in a
production environment.
Thanks

Hi, this is still happening.
I tried the other poster's suggestion to untarget then target the
application, but this didn't help.
Here's what I'm doing: go into WL Console, select Applications, then
select my app 'app'. Click on the deploy tab, then hit redeploy.
I've attached my thread dump on a hang.
Notice ExcecuteThread 12 in particular, which is waiting on a JMS
receive (and also is causing a stuck transaction) and is probably the
cause of a failed redeploy. WLS should be able to handle this situation
though:
"ExecuteThread: '12' for queue: 'weblogic.kernel.Default'" daemon prio=5
tid=0x24B985C0 nid=0x8e4 in Object.wait() [263af000..263a
fd8c]
at java.lang.Object.wait(Native Method)
- waiting on <1330EA80> (a
weblogic.jms.backend.BEConsumerReceiveRequest)
at java.lang.Object.wait(Object.java:426)
at
weblogic.jms.dispatcher.Request.sleepTillNotified(Request.java:240)
at
weblogic.jms.dispatcher.Request.wrappedFiniteStateMachine(Request.java:663)
- locked <1330EA80> (a
weblogic.jms.backend.BEConsumerReceiveRequest)
at
weblogic.jms.dispatcher.DispatcherImpl.dispatchAsyncInternal(DispatcherImpl.java:128)
at
weblogic.jms.dispatcher.DispatcherImpl.dispatchAsync(DispatcherImpl.java:119)
at weblogic.jms.dispatcher.Request.dispatchAsync(Request.java:855)
at weblogic.jms.frontend.FEConsumer.receive(FEConsumer.java:452)
at weblogic.jms.frontend.FEConsumer.invoke(FEConsumer.java:647)
at
weblogic.jms.dispatcher.Request.wrappedFiniteStateMachine(Request.java:621)
at
weblogic.jms.dispatcher.DispatcherImpl.dispatchSyncNoTran(DispatcherImpl.java:212)
at
weblogic.jms.client.JMSSession.receiveMessage(JMSSession.java:461)
at weblogic.jms.client.JMSConsumer.receive(JMSConsumer.java:421)
at weblogic.jms.client.JMSConsumer.receive(JMSConsumer.java:365)
at
org.one.ibis.search.SearchEngineImpl.searchForMatch(SearchEngineImpl.java:137)
at
org.one.ibis.service.processes.SearchEJB.onMessage(SearchEJB.java:101)
at weblogic.ejb20.internal.MDListener.execute(MDListener.java:382)
at
weblogic.ejb20.internal.MDListener.transactionalOnMessage(MDListener.java:316)
at
weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:281)
at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:2596)
at weblogic.jms.client.JMSSession.execute(JMSSession.java:2516)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
Rob Woollen wrote:
Hard to say. Can you show me the commands you are using to redeploy the
app?
Also, can you take thread dumps of the server and post them here? (or
send them to support.)
-- Rob
Steven Ostrowski wrote:
Hello,
I'm noticing some disturbing behavior on my J2EE application
deployment. It appears that once some transactions are in progress or
timeout, I can no longer delete or stop or redeploy the application
without CTRL-C'ing out of the server (the server shutdown also hangs).
I get some messages like this when a transaction times out:
<Apr 2, 2004 4:22:24 PM EST> <Warning> <WebLogicServer> <BEA-000337>
<ExecuteThread: '12' for queue: 'weblogic.kernel.Default' has
been busy for "1,526" seconds working on the request
"connection56.session62", which is more than the configured time
(StuckThrea
dMaxTime) of "600" seconds.>
<Apr 2, 2004 4:22:24 PM EST> <Warning> <WebLogicServer> <BEA-000337>
<ExecuteThread: '14' for queue: 'weblogic.kernel.Default' has
been busy for "1,567" seconds working on the request
"connection56.session58", which is more than the configured time
(StuckThrea
dMaxTime) of "600" seconds.>
This seems to be what prevents me from doing anything with the
application. I also see no way to clear these types of transactions
from the queue using the Console.
How can I redeploy an application, clear stuck transactions, etc once
this has happened? Killing the server would be unacceptable in a
production environment.
Thanks
"ExecuteThread: '0' for queue: 'JMSStore<MyJMS File Store>.ioThreadPool'" daemon prio=5 tid=0x00A0F6D0 nid=0x28c4 in Object.wait()
[2871f000..2871fd8c]
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:426)
at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
- locked <12E810A8> (a weblogic.kernel.ExecuteThread)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)
"ExecuteThread: '14' for queue: 'JmsDispatcher'" daemon prio=5 tid=0x2527B610 nid=0x974 in Object.wait() [286df000..286dfd8c]
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:426)
at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
- locked <1260ED28> (a weblogic.kernel.ExecuteThread)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)
"ExecuteThread: '13' for queue: 'JmsDispatcher'" daemon prio=5 tid=0x2527B410 nid=0x39bc in Object.wait() [2869f000..2869fd8c]
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:426)
at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
- locked <1260EDA0> (a weblogic.kernel.ExecuteThread)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)
"ExecuteThread: '12' for queue: 'JmsDispatcher'" daemon prio=5 tid=0x253CCC20 nid=0x76c in Object.wait() [2865f000..2865fd8c]
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:426)
at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
- locked <1260EE18> (a weblogic.kernel.ExecuteThread)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)
"ExecuteThread: '11' for queue: 'JmsDispatcher'" daemon prio=5 tid=0x2572FCC8 nid=0x28f4 in Object.wait() [2861f000..2861fd8c]
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:426)
at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
- locked <1260EE90> (a weblogic.kernel.ExecuteThread)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)
"ExecuteThread: '10' for queue: 'JmsDispatcher'" daemon prio=5 tid=0x2541AD78 nid=0x158 in Object.wait() [285df000..285dfd8c]
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:426)
at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
- locked <1260EF08> (a weblogic.kernel.ExecuteThread)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)
"ExecuteThread: '9' for queue: 'JmsDispatcher'" daemon prio=5 tid=0x2541AC20 nid=0x6d8 in Object.wait() [2859f000..2859fd8c]
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:426)
at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
- locked <1260EF80> (a weblogic.kernel.ExecuteThread)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)
"ExecuteThread: '8' for queue: 'JmsDispatcher'" daemon prio=5 tid=0x25A4EC28 nid=0x6b8 in Object.wait() [2855f000..2855fd8c]
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:426)
at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
- locked <1260EFF8> (a weblogic.kernel.ExecuteThread)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)
"ExecuteThread: '7' for queue: 'JmsDispatcher'" daemon prio=5 tid=0x24C2DE80 nid=0x630 in Object.wait() [2851f000..2851fd8c]
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:426)
at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
- locked <1260F070> (a weblogic.kernel.ExecuteThread)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)
"ExecuteThread: '6' for queue: 'JmsDispatcher'" daemon prio=5 tid=0x24C2DD28 nid=0x83c in Object.wait() [284df000..284dfd8c]
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:426)
at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
- locked <1260F0E8> (a weblogic.kernel.ExecuteThread)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)
"ExecuteThread: '5' for queue: 'JmsDispatcher'" daemon prio=5 tid=0x24B81200 nid=0x52c in Object.wait() [2849f000..2849fd8c]
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:426)
at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
- locked <1260F160> (a weblogic.kernel.ExecuteThread)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)
"ExecuteThread: '4' for queue: 'JmsDispatcher'" daemon prio=5 tid=0x252355E8 nid=0x9cc in Object.wait() [2845f000..2845fd8c]
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:426)
at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
- locked <1260F1D8> (a weblogic.kernel.ExecuteThread)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)
"ExecuteThread: '3' for queue: 'JmsDispatcher'" daemon prio=5 tid=0x24C208E8 nid=0x39d4 in Object.wait() [2841f000..2841fd8c]
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:426)
at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
- locked <1260F250> (a weblogic.kernel.ExecuteThread)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)
"ExecuteThread: '2' for queue: 'JmsDispatcher'" daemon prio=5 tid=0x24C20790 nid=0x1518 in Object.wait() [283df000..283dfd8c]
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:426)
at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
- locked <1260F2C8> (a weblogic.kernel.ExecuteThread)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)
"ExecuteThread: '1' for queue: 'JmsDispatcher'" daemon prio=5 tid=0x252B8D58 nid=0x650 in Object.wait() [2839f000..2839fd8c]
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:426)
at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
- locked <1260F340> (a weblogic.kernel.ExecuteThread)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)
"ExecuteThread: '0' for queue: 'JmsDispatcher'" daemon prio=5 tid=0x2527BA28 nid=0x2914 in Object.wait() [2835f000..2835fd8c]
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:426)
at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
- locked <1260F3B8> (a weblogic.kernel.ExecuteThread)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)
"Thread-18" daemon prio=5 tid=0x2534B388 nid=0x598 in Object.wait() [2831f000..2831fd8c]
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:426)
at java.util.TimerThread.mainLoop(Timer.java:403)
- locked <123256C8> (a java.util.TaskQueue)
at java.util.TimerThread.run(Timer.java:382)
"Thread-17" daemon prio=5 tid=0x24C72C20 nid=0x3c48 in Object.wait() [282df000..282dfd8c]
at java.lang.Object.wait(Native Method)
at java.util.TimerThread.mainLoop(Timer.java:429)
- locked <122F28C0> (a java.util.TaskQueue)
at java.util.TimerThread.run(Timer.java:382)
"Thread-15" daemon prio=5 tid=0x2512BE28 nid=0x4c0 in Object.wait() [2825f000..2825fd8c]
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:426)
at java.util.TimerThread.mainLoop(Timer.java:403)
- locked <1214F5F8> (a java.util.TaskQueue)
at java.util.TimerThread.run(Timer.java:382)
"Thread-13" daemon prio=5 tid=0x25930E28 nid=0x112c in Object.wait() [281df000..281dfd8c]
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:426)
at java.util.TimerThread.mainLoop(Timer.java:403)
- locked <120803F8> (a java.util.TaskQueue)
at java.util.TimerThread.run(Timer.java:382)
"Thread-12" daemon prio=5 tid=0x2566ED90 nid=0x2bbc in Object.wait() [2819f000..2819fd8c]
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:426)
at java.util.TimerThread.mainLoop(Timer.java:403)
- locked <11F3EDD8> (a java.util.TaskQueue)
at java.util.TimerThread.run(Timer.java:382)
"Thread-11" daemon prio=5 tid=0x25473510 nid=0x241c in Object.wait() [2805f000..2805fd8c]
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:426)
at java.util.TimerThread.mainLoop(Timer.java:403)
- locked <11F29C38> (a java.util.TaskQueue)
at java.util.TimerThread.run(Timer.java:382)
"ExecuteThread: '2' for queue: 'weblogic.socket.Muxer'" daemon prio=5 tid=0x00A51F88 nid=0xeac runnable [2701f000..2701fd8c]
at weblogic.socket.NTSocketMuxer.getIoCompletionResult(Native Method)
at weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:85)
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: '1' for queue: 'weblogic.socket.Muxer'" daemon prio=5 tid=0x24B8F620 nid=0x408c runnable [26fdf000..26fdfd8c]
at weblogic.socket.NTSocketMuxer.getIoCompletionResult(Native Method)
at weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:85)
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: '0' for queue: 'weblogic.socket.Muxer'" daemon prio=5 tid=0x24B8F440 nid=0x2484 runnable [26f9f000..26f9fd8c]
at weblogic.socket.NTSocketMuxer.getIoCompletionResult(Native Method)
at weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:85)
at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:32)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
"ListenThread.Default" prio=5 tid=0x25206DC8 nid=0x2b10 runnable [26b2f000..26b2fd8c]
at java.net.PlainSocketImpl.socketAccept(Native Method)
at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:353)
- locked <11A35E10> (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)
"Thread-9" daemon prio=5 tid=0x00A53E28 nid=0x234c in Object.wait() [26aaf000..26aafd8c]
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:426)
at java.util.TimerThread.mainLoop(Timer.java:403)
- locked <1194DDF8> (a java.util.TaskQueue)
at java.util.TimerThread.run(Timer.java:382)
"ExecuteThread: '3' for queue: 'JMS.TimerClientPool'" daemon prio=5 tid=0x252D76F8 nid=0x71c in Object.wait() [26a6f000..26a6fd8c]
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:426)
at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
- locked <118BFB48> (a weblogic.kernel.ExecuteThread)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)
"ExecuteThread: '2' for queue: 'JMS.TimerClientPool'" daemon prio=5 tid=0x251A1790 nid=0x1c74 in Object.wait() [26a2f000..26a2fd8c
at java.lang.Object.wait(Native Method)
- waiting on <118BFBC0> (a weblogic.kernel.ExecuteThread)
at java.lang.Object.wait(Object.java:426)
at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
- locked <118BFBC0> (a weblogic.kernel.ExecuteThread)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)
"ExecuteThread: '1' for queue: 'JMS.TimerClientPool'" daemon prio=5 tid=0x252D7500 nid=0x2b6c in Object.wait() [269ef000..269efd8c
at java.lang.Object.wait(Native Method)
- waiting on <118BFC38> (a weblogic.kernel.ExecuteThread)
at java.lang.Object.wait(Object.java:426)
at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
- locked <118BFC38> (a weblogic.kernel.ExecuteThread)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)
"ExecuteThread: '0' for queue: 'JMS.TimerClientPool'" daemon prio=5 tid=0x252D72F0 nid=0x3c60 in Object.wait() [269af000..269afd8c
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:426)
at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
- locked <118BFCB0> (a weblogic.kernel.ExecuteThread)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)
"Thread-8" daemon prio=5 tid=0x00A547F0 nid=0x273c in Object.wait() [2696f000..2696fd8c]
at java.lang.Object.wait(Native Method)
at java.util.TimerThread.mainLoop(Timer.java:429)
- locked <118B3C68> (a java.util.TaskQueue)
at java.util.TimerThread.run(Timer.java:382)
"ExecuteThread: '0' for queue: 'JMS.TimerTreePool'" daemon prio=5 tid=0x2506EA48 nid=0x860 runnable [2692f000..2692fd8c]
at java.lang.Object.wait(Native Method)
at weblogic.jms.backend.BETimerTree.execute(BETimerTree.java:146)
- locked <1185AF98> (a weblogic.jms.backend.BETimerTree)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
"Thread-7" prio=5 tid=0x251C7BC8 nid=0x2c10 waiting on condition [268ef000..268efd8c]
at java.lang.Thread.sleep(Native Method)
at org.hsqldb.Log.run(Unknown Source)
at java.lang.Thread.run(Thread.java:536)
"Thread-6" prio=5 tid=0x2535AA98 nid=0x394c in Object.wait() [268af000..268afd8c]
at java.lang.Object.wait(Native Method)
at java.util.TimerThread.mainLoop(Timer.java:429)
- locked <1185B0B8> (a java.util.TaskQueue)
at java.util.TimerThread.run(Timer.java:382)
"Thread-5" prio=5 tid=0x250FACF0 nid=0x3e24 in Object.wait() [2686f000..2686fd8c]
at java.lang.Object.wait(Native Method)
at java.util.TimerThread.mainLoop(Timer.java:429)
- locked <118283C0> (a java.util.TaskQueue)
at java.util.TimerThread.run(Timer.java:382)
"weblogic.health.CoreHealthMonitor" daemon prio=5 tid=0x24C5ACC0 nid=0x1020 waiting on condition [267ef000..267efd8c]
at java.lang.Thread.sleep(Native Method)
at weblogic.t3.srvr.CoreHealthMonitorThread.run(CoreHealthMonitorThread.java:127)
"Thread-4" prio=5 tid=0x24C80C08 nid=0x1d44 in Object.wait() [267af000..267afd8c]
at java.lang.Object.wait(Native Method)
at java.util.TimerThread.mainLoop(Timer.java:429)
- locked <114BE008> (a java.util.TaskQueue)
at java.util.TimerThread.run(Timer.java:382)
"VDE Transaction Processor Thread" prio=2 tid=0x24B9FBE8 nid=0x1b14 in Object.wait() [2676f000..2676fd8c]
at java.lang.Object.wait(Native Method)
- waiting on <113F2AA0> (a com.octetstring.vde.backend.standard.TransactionProcessor)
at java.lang.Object.wait(Object.java:426)
at com.octetstring.vde.backend.standard.TransactionProcessor.waitChange(TransactionProcessor.java:356)
- locked <113F2AA0> (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=0x24BAFD80 nid=0x3c50 in Object.wait() [2672f000..2672fd8c]
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:426)
at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
- locked <1138DA80> (a weblogic.kernel.ExecuteThread)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)
"ExecuteThread: '1' for queue: 'weblogic.admin.RMI'" daemon prio=5 tid=0x24BAFC10 nid=0x994 in Object.wait() [266ef000..266efd8c]
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:426)
at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
- locked <1138DAF8> (a weblogic.kernel.ExecuteThread)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)
"ExecuteThread: '0' for queue: 'weblogic.admin.RMI'" daemon prio=5 tid=0x24BAE480 nid=0x18a4 in Object.wait() [266af000..266afd8c]
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:426)
at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
- locked <1138DB70> (a weblogic.kernel.ExecuteThread)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)
"ExecuteThread: '1' for queue: 'weblogic.admin.HTTP'" daemon prio=5 tid=0x24BADF20 nid=0x39dc in Object.wait() [2666f000..2666fd8c
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:426)
at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
- locked <1138DBE8> (a weblogic.kernel.ExecuteThread)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)
"ExecuteThread: '0' for queue: 'weblogic.admin.HTTP'" daemon prio=5 tid=0x24B9EEA0 nid=0x2084 in Object.wait() [2662f000..2662fd8c
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:426)
at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
- locked <1138DC60> (a weblogic.kernel.ExecuteThread)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)
"weblogic.security.SpinnerRandomSource" daemon prio=5 tid=0x24B99820 nid=0x3ba4 in Object.wait() [265ef000..265efd8c]
at java.lang.Object.wait(Native Method)
- waiting on <1138DD20> (a java.lang.Object)
at java.lang.Object.wait(Object.java:426)
at weblogic.security.SpinnerRandomBitsSource.run(SpinnerRandomBitsSource.java:60)
- locked <1138DD20> (a java.lang.Object)
at java.lang.Thread.run(Thread.java:536)
"weblogic.time.TimeEventGenerator" daemon prio=9 tid=0x24B9CE48 nid=0x3e3c runnable [265af000..265afd8c]
at java.lang.Object.wait(Native Method)
at weblogic.time.common.internal.TimeTable.snooze(TimeTable.java:271)
- locked <1134F0D8> (a weblogic.time.common.internal.TimeTable)
at weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.java:118)
at java.lang.Thread.run(Thread.java:536)
"ExecuteThread: '4' for queue: 'weblogic.kernel.System'" daemon prio=5 tid=0x24BEFA68 nid=0x2a88 in Object.wait() [2656f000..2656f
d8c]
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:426)
at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
- locked <1134F148> (a weblogic.kernel.ExecuteThread)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)
"ExecuteThread: '3' for queue: 'weblogic.kernel.System'" daemon prio=5 tid=0x24BEEE80 nid=0xe3c in Object.wait() [2652f000..2652fd
8c]
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:426)
at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
- locked <1134F1C0> (a weblogic.kernel.ExecuteThread)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)
"ExecuteThread: '2' for queue: 'weblogic.kernel.System'" daemon prio=5 tid=0x24BEE298 nid=0x22f4 in Object.wait() [264ef000..264ef
d8c]
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:426)
at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
- locked <1134F238> (a weblogic.kernel.ExecuteThread)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)
"ExecuteThread: '1' for queue: 'weblogic.kernel.System'" daemon prio=5 tid=0x24BED6B0 nid=0x1488 in Object.wait() [264af000..264af
d8c]
at java.lang.Object.wait(Native Method)
- waiting on <1254AAB0> (a weblogic.jms.client.JMSXASession)
at java.lang.Object.wait(Object.java:426)
at weblogic.jms.client.JMSSession.waitForState(JMSSession.java:2710)
at weblogic.jms.client.JMSSession.stop(JMSSession.java:726)
- locked <1254AAB0> (a weblogic.jms.client.JMSXASession)
at weblogic.jms.client.JMSConnection.stop(JMSConnection.java:607)
- locked <12544230> (a weblogic.jms.client.JMSXAConnection)
at weblogic.ejb20.internal.JMSConnectionPoller.disconnectFromJMS(JMSConnectionPoller.java:1191)
at weblogic.ejb20.internal.JMSConnectionPoller.cancelJMSConnectionPolling(JMSConnectionPoller.java:803)
- locked <1238C008> (a weblogic.ejb20.internal.JMSConnectionPoller)
at weblogic.ejb20.deployer.MessageDrivenBeanPoolInfoImpl.onUndeploy(MessageDrivenBeanPoolInfoImpl.java:115)
at weblogic.ejb20.deployer.MessageDrivenBeanInfoImpl.onUndeploy(MessageDrivenBeanInfoImpl.java:628)
at weblogic.ejb20.internal.BaseEJBHome.undeploy(BaseEJBHome.java:203)
at weblogic.ejb20.internal.MessageDrivenEJBHome.undeploy(MessageDrivenEJBHome.java:260)
at weblogic.ejb20.deployer.EJBDeployer.deactivate(EJBDeployer.java:1802)
at weblogic.ejb20.deployer.EJBModule.doDeactivate(EJBModule.java:865)
at weblogic.ejb20.deployer.EJBModule.deactivate(EJBModule.java:712)
at weblogic.j2ee.J2EEApplicationContainer.deactivateModule(J2EEApplicationContainer.java:3161)
at weblogic.j2ee.J2EEApplicationContainer.rectifyClassLoaders(J2EEApplicationContainer.java:1427)
at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:1176)
at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:1031)
at weblogic.management.deploy.slave.SlaveDeployer$ComponentActivateTask.prepareContainer(SlaveDeployer.java:2602)
at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.createContainer(SlaveDeployer.java:2552)
at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.prepare(SlaveDeployer.java:2474)
at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveDeployer.java:798)
at weblogic.management.deploy.slave.SlaveDeployer.prepareDelta(SlaveDeployer.java:507)
at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeployer.java:465)
at weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandler.java:25)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
"ExecuteThread: '0' for queue: 'weblogic.kernel.System'" daemon prio=5 tid=0x24BED2D8 nid=0x4730 in Object.wait() [2646f000..2646f
d8c]
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:426)
at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
- locked <1134F328> (a weblogic.kernel.ExecuteThread)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)
"ExecuteThread: '14' for queue: 'weblogic.kernel.Default'" daemon prio=5 tid=0x24BEB878 nid=0x8ec in Object.wait() [2642f000..2642
fd8c]
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:426)
at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
- locked <1134F3A0> (a weblogic.kernel.ExecuteThread)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)
"ExecuteThread: '13' for queue: 'weblogic.kernel.Default'" daemon prio=5 tid=0x24BEACB8 nid=0x3e7c in Object.wait() [263ef000..263
efd8c]
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:426)
at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
- locked <1134F418> (a weblogic.kernel.ExecuteThread)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)
"ExecuteThread: '12' for queue: 'weblogic.kernel.Default'" daemon prio=5 tid=0x24B985C0 nid=0x8e4 in Object.wait() [263af000..263a
fd8c]
at java.lang.Object.wait(Native Method)
- waiting on <1330EA80> (a weblogic.jms.backend.BEConsumerReceiveRequest)
at java.lang.Object.wait(Object.java:426)
at weblogic.jms.dispatcher.Request.sleepTillNotified(Request.java:240)
at weblogic.jms.dispatcher.Request.wrappedFiniteStateMachine(Request.java:663)
- locked <1330EA80> (a weblogic.jms.backend.BEConsumerReceiveRequest)
at weblogic.jms.dispatcher.DispatcherImpl.dispatchAsyncInternal(DispatcherImpl.java:128)
at weblogic.jms.dispatcher.DispatcherImpl.dispatchAsync(DispatcherImpl.java:119)
at weblogic.jms.dispatcher.Request.dispatchAsync(Request.java:855)
at weblogic.jms.frontend.FEConsumer.receive(FEConsumer.java:452)

Similar Messages

  • ICal hanging when trying to edit/delete recurring event

    I have a calendar entry in iCal that recurs every week through the end of the year. I know this particular entry is causing issues in iCal so I have tried deleting it and/or editing it, and every time I do, it hangs iCal. Any thoughts/ideas? I do sync to a Palm using MissingSync but this calendar entry does not show up on my Palm so I can't delete it there. Any ideas? I would just like to delete the entry.

    Wow, just found the answer - YzGy posted this link <http://discussions.apple.com/thread.jspa?messageID=7449164&#7449164> and I did as instructed and I'm back up and running. For some reason, this recurring event was on my calendar 12,300 times.

  • Applications Hang when selecting / attaching a file using Spotlight

    Hi,
    Having a problem since upgrading to Snow Leopard with applications 'hanging' when trying to attach a file using Spotlight. I can repeatedly cause the failure in Mail and Safari - and probably others as well - but these two applications I use most often and need to attach files to most often.
    When I select "Attach a file", and use Spotlight to find the file to attach, the file dialog box closes and the attachment is apparently made - seconds later the spinning wheel appears and the dock tells me "Application Not Responding."
    Any ideas as to how / why this is happening? Help make it stop!
    Thank you,
    Gordon.

    OK Search box
    Mine is OK so something is screwy..
    In your Finder Prefs > Advanced > When performing a search drop down. Search this Mac seems to be default and the one I have set. Have you got it set to search the current folder or use the previous search instead?
    I'd then pull out the com.apple.finder.plist from your user Library > Preferences to the desktop and let finder make a new one. If all is OK trash the old one.
    Relaunch Finder by holding down the option key while right clicking Finder icon in the dock. Relaunch will be on the bottom of the context menu.
    S.

  • Application hangs when using ProcessStartInfo and Process.WaitForExit.

    I've looked on different threads about this, but all of them uses the Process.RedirectStandardOutput = True, which I don't.
    I'm trying to open a process (console application, not made by me) to make it compile a special .acs file to a .o file. The structure is simple, the only argument is the file you want to compile.
    But on certain files my application hangs when trying to open the process. Here's my code:
    Dim p As New Process
    Dim ps As New ProcessStartInfo
    ps.Arguments = SavePath 'Path example: "C:\Program Files (x86)\Zandronum\File.acs"
    ps.FileName = Path.Combine(System.AppDomain.CurrentDomain.BaseDirectory(), "Script Compilers\Zandronum\acc.exe")
    ps.CreateNoWindow = False
    ps.ErrorDialog = False
    ps.UseShellExecute = True
    ps.WindowStyle = ProcessWindowStyle.Hidden
    ps.WorkingDirectory = Path.GetDirectoryName(SavePath)
    Dim ErrorCaptured As Boolean = False
    Try
    p = Process.Start(ps)
    Catch ex As Exception
    ErrorCaptured = True
    End Try
    If ErrorCaptured = False Then
    p.WaitForExit()
    End If
    If ErrorCaptured = True Then
    Exit Sub
    End If
    Thanks!
    //Visual Vincent
    EDIT:
    For starting the process I use pretty much the same code that another guy made in C#. And his code is working perfectly...
    // Setup process info
    processinfo = new ProcessStartInfo();
    processinfo.Arguments = args;
    processinfo.FileName = Path.Combine(this.tempdir.FullName, info.ProgramFile);
    processinfo.CreateNoWindow = false;
    processinfo.ErrorDialog = false;
    processinfo.UseShellExecute = true;
    processinfo.WindowStyle = ProcessWindowStyle.Hidden;
    processinfo.WorkingDirectory = this.workingdir;
    try
    process = Process.Start(processinfo);
    catch(Exception e)
    // Unable to start the compiler
    General.ShowErrorMessage("Unable to start the compiler (" + info.Name + "). " + e.GetType().Name + ": " + e.Message, MessageBoxButtons.OK);
    return false;
    // Wait for compiler to complete
    process.WaitForExit();
    I hope your day has been better than yesterday, but that it's worse than tomorrow...
    Please mark as answer if I solved your problem. :)

    Hi,
     Have you compared the FileNames and Arguments of ones that work and ones that don`t? Is there any difference in them such as the ones that work do not contain blank spaces in the FileName or arguments and the ones that do work don`t contain blank spaces
    in them? If you find that to be the problem then you need to add Quotes to the beginning and end of the FileName or Arguments.
     My first guess is the Arguments needs the Quotes like this because, i see blank spaces in your example of the Arguments.
    ps.Arguments = Chr(34) & SavePath & Chr(34)
    If you say it can`t be done then i`ll try it
    This actually made it. I had forgotten that blank spaces makes it a new argument, silly me. I don't use process arguments that often. ;)
    Thanks alot!
    I hope your day has been better than yesterday, but that it's worse than tomorrow...
    Please mark as answer if I solved your problem. :)

  • Concurrent Data Store (CDB) application hangs when it shouldn't

    My application hangs when trying to open a concurrent data store (CDB) database for reading:
    #0 0x0000003ad860b309 in pthread_cond_wait@@GLIBC_2.3.2 ()
    from /lib64/libpthread.so.0
    #1 0x00007ffff7ce67de in __db_pthread_mutex_lock (env=0x610960, mutex=100)
    at /home/steve/ldm/package/src/Berkeley-DB/dist/../mutex/mut_pthread.c:318
    #2 0x00007ffff7ce5ea5 in __db_tas_mutex_lock_int (env=0x610960, mutex=100,
    nowait=0)
    at /home/steve/ldm/package/src/Berkeley-DB/dist/../mutex/mut_tas.c:218
    #3 0x00007ffff7ce5c43 in __db_tas_mutex_lock (env=0x610960, mutex=100)
    at /home/steve/ldm/package/src/Berkeley-DB/dist/../mutex/mut_tas.c:248
    #4 0x00007ffff7d3715b in __lock_id (env=0x610960, idp=0x0, lkp=0x610e88)
    at /home/steve/ldm/package/src/Berkeley-DB/dist/../lock/lock_id.c:68
    #5 0x00007ffff7da1b4d in __fop_file_setup (dbp=0x610df0, ip=0x0, txn=0x0,
    name=0x40b050 "registry.db", mode=0, flags=1024, retidp=0x7fffffffdd94)
    at /home/steve/ldm/package/src/Berkeley-DB/dist/../fileops/fop_util.c:243
    #6 0x00007ffff7d70c8e in __db_open (dbp=0x610df0, ip=0x0, txn=0x0,
    fname=0x40b050 "registry.db", dname=0x0, type=DB_BTREE, flags=1024,
    mode=0, meta_pgno=0)
    at /home/steve/ldm/package/src/Berkeley-DB/dist/../db/db_open.c:176
    #7 0x00007ffff7d673b2 in __db_open_pp (dbp=0x610df0, txn=0x0,
    fname=0x40b050 "registry.db", dname=0x0, type=DB_BTREE, flags=1024, mode=0)
    at /home/steve/ldm/package/src/Berkeley-DB/dist/../db/db_iface.c:1146
    I suspect that the database environment believes that another process has the database open for writing. This cannot be the case, however, as all applications that access the database do so via an interface library I wrote that registers a termination function via the atexit() system-call to ensure that both the DB and DB_ENV handles are properly closed -- and all previously-executed applications terminated normally.
    The interface library opens the database like this (apparently, this forum doesn't support indentation, sorry):
    int status;
    Backend* backend = (Backend*)malloc(sizeof(Backend));
    if (NULL == backend) {
    else {
    DB_ENV* env;
    if (status = db_env_create(&env, 0)) {
    else {
    if (status = env->open(env, path,
    DB_CREATE | DB_INIT_CDB | DB_INIT_MPOOL, 0)) {
    else {
    DB* db;
    if (status = db_create(&db, env, 0)) {
    else {
    if (status = db->open(db, NULL, DB_FILENAME, NULL,
    DB_BTREE, forWriting ? DB_CREATE : DB_RDONLY, 0)) {
    else {
    backend->db = db;
    } /* "db" opened */
    if (status)
    db->close(db, 0);
    } /* "db" allocated */
    if (status) {
    env->close(env, 0);
    env = NULL;
    } /* "env" opened */
    if (status && NULL != env)
    env->close(env, 0);
    } /* "env" allocated */
    if (status)
    free(backend);
    } /* "backend" allocated */
    This code encounters no errors.
    The interface library also registers the following code to be executed when any process that uses the interface library exits:
    if (NULL != backend) {
    DB* db = backend->db;
    DB_ENV* env = db->get_env(db);
    if (db->close(db, 0)) {
    else {
    if (env->close(env, 0)) {
    else {
    /* database properly closed */
    As I indicated, all previously-executed processes that use the interface library terminated normally.
    I'm using version 4.8.24.NC of Berkeley DB on the following platform:
    $ uname -a
    Linux gilda.unidata.ucar.edu 2.6.27.41-170.2.117.fc10.x86_64 #1 SMP Thu Dec 10 10:36:29 EST 2009 x86_64 x86_64 x86_64 GNU/Linux
    Any ideas?

    Bogdan,
    That can't be it. I'm using a structured programming style in which the successful initialization of a cursor is ultimately followed by a closing of the cursor. There's only one place where the code does this and it's obvious that the cursor gets released.
    I've also read the CDB section.
    --Steve Emmerson                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • RAC hangs when starting or stopping 2nd instance of 2 node RAC

    Has anyone seen the problem with all transactions and/or logins hanging when starting or stopping the 2nd node of a 2 node RAC database. When I shut down the 2nd instance using srvctl I occasionally get errors and long delays connecting. On our larger database with instances having a very large SGAs, trying to connect you sometimes get ORA-12537 or ORA-01033. Users experience a very long hang before getting the errors. These instances have very large SGAs of about 30GB on each node.
    In the log of the first instance we see messages like the following for quite a while.
    Global Resource Directory frozen
    Communication channels reestablished
    Master broadcasted resource hash value bitmaps
    Non-local Process blocks cleaned out
    Mon Jan 8 06:59:08 2007
    LMS 1: 0 GCS shadows cancelled, 0 closed
    Mon Jan 8 06:59:08 2007
    LMS 0: 0 GCS shadows cancelled, 0 closed
    Set master node info
    Submitted all remote-enqueue requests
    Dwn-cvts replayed, VALBLKs dubious
    All grantable enqueues granted
    Mon Jan 8 06:59:23 2007
    LMS 0: 20740 GCS shadows traversed, 4001 replayed
    Mon Jan 8 06:59:23 2007
    LMS 1: 20744 GCS shadows traversed, 4001 replayed
    Mon Jan 8 06:59:23 2007
    LMS 0: 20882 GCS shadows traversed, 4001 replayed
    Mon Jan 8 06:59:23 2007
    LMS 1: 20627 GCS shadows traversed, 4001 replayed
    Mon Jan 8 06:59:24 2007
    LMS 0: 20781 GCS shadows traversed, 4001 replayed
    Mon Jan 8 06:59:24 2007
    Thanks in advance.

    I have tested with only one node and starting and stopping is much faster without any cache fusion traffic. The application is not RAC aware, it was written without regard for RAC. As you say there may be some accessing of the same block by all nodes causing RAC to remaster blocks when a node is shut down.
    My concern is the length of time users are afftected when I am starting a node that has been offline for a while. With the large SGA I have, it appears users are affected adversely for several minutes, in affect causing an outage which we are trying to avoid by using RAC.

  • Acrobat X Pro v 10.1.10 (Mac OS 10.9.3) hangs when trying to save PDF files

    Acrobat X Pro v 10.1.10 (Mac OS 10.9.3) hangs when trying to save some PDF files, after opening or after commenting.  Applies for any of the Save options.  "Watch" then "spinning beach ball" appear and application is indicated as "not responding."  Mac OS Preview has no problem with the same files.  Files can be displayed with Acrobat, just not saved.  I would prefer to use Acrobat's commenting tools to mark up the document.

    "Mac Office 2008"? You must mean Microsoft Office 2008. Try posting in the Microsoft forums here:
    http://www.officeformac.com/productforums/

  • JNDI hanging when trying to BIND

    We are currently having problems with our application hanging when it tries to obtain LDAP context. I have attached a thread dump. Once all the threads start hanging the weblogic server cannot do any work and needs to be restarted. Any help would be appreciatted.
    I can make it happen by creating a load on the server.
    Code snippet:
    we call a static method to return us a context instance, context is not shared.
    env.put(Context.INITIAL_CONTEXT_FACTORY,"com.sun.jndi.ldap.LdapCtxFactory");
    env.put(Context.PROVIDER_URL, "ldap://"+directoryHost+":"+directoryPort);
    env.put(Context.SECURITY_PRINCIPAL, name);
    env.put(Context.SECURITY_CREDENTIALS, password);
    env.put(Context.REFERRAL,"follow");
    DirContext ctx = new InitialDirContext(env);
    return ctx;
    Thread dump (there are a few threads like this)
    "ExecuteThread: '36' for queue: 'default'" daemon prio=5 tid=0x2718c808 nid=0x77
    c waiting on monitor [0x2852f000..0x2852fdc0]
    at java.lang.Object.wait(Native Method)
    - waiting on <55e31f0> (a com.sun.jndi.ldap.LdapRequest)
    at com.sun.jndi.ldap.Connection.readReply(Connection.java:283)
    - locked <55e31f0> (a com.sun.jndi.ldap.LdapRequest)
    at com.sun.jndi.ldap.LdapClient.ldapBind(LdapClient.java:310)
    - locked <55e31d8> (a com.sun.jndi.ldap.LdapClient)
    at com.sun.jndi.ldap.LdapClient.authenticate(LdapClient.java:163)
    - locked <55e31d8> (a com.sun.jndi.ldap.LdapClient)
    at com.sun.jndi.ldap.LdapCtx.connect(LdapCtx.java:2386)
    at com.sun.jndi.ldap.LdapCtx.<init>(LdapCtx.java:239)
    at com.sun.jndi.ldap.LdapCtxFactory.getInitialContext(LdapCtxFactory.jav
    a:74)
    at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:6
    60)
    at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:241
    at javax.naming.InitialContext.init(InitialContext.java:217)
    at javax.naming.InitialContext.<init>(InitialContext.java:193)
    at javax.naming.directory.InitialDirContext.<init>(InitialDirContext.jav
    a:78)
    at com.truecontext.wasabi.business.util.LDAPUtil.getContext(LDAPUtil.jav
    a:318)
    at com.truecontext.wasabi.business.devman.dao.SynchronizationProfileDAOi
    Planet.getObjectsByFilter(SynchronizationProfileDAOiPlanet.java:562)
    at com.truecontext.wasabi.business.devman.dao.SynchronizationProfileDAOi
    Planet.getObjectsByFilter(SynchronizationProfileDAOiPlanet.java:544)
    at com.truecontext.wasabi.business.devman.dao.SynchronizationProfileDAOi
    Planet.findSynchronizationProfileDataByDeviceAndUser(SynchronizationProfileDAOiP
    lanet.java:1319)
    at com.truecontext.wasabi.business.devman.ejb.DeviceMgrEJB.findSynchroni
    zationProfileDataByDeviceAndUser(DeviceMgrEJB.java:6502)
    at com.truecontext.wasabi.business.devman.ejb.DeviceMgrEJB_fo5kg5_EOImpl
    .findSynchronizationProfileDataByDeviceAndUser(DeviceMgrEJB_fo5kg5_EOImpl.java:7
    010)
    at com.truecontext.wasabi.business.devman.ejb.DeviceMgrSyncSessionEJB.fi
    ndSynchronizationProfileDataByDeviceAndUser(DeviceMgrSyncSessionEJB.java:880)
    at com.truecontext.wasabi.business.devman.ejb.DeviceMgrSyncSessionEJB_th
    6b7o_EOImpl.findSynchronizationProfileDataByDeviceAndUser(DeviceMgrSyncSessionEJ
    B_th6b7o_EOImpl.java:166)
    at com.truecontext.wasabi.business.sync.ejb.SFSyncEngineEJB.beginSync(SF
    SyncEngineEJB.java:1008)
    at com.truecontext.wasabi.business.sync.ejb.SFSyncEngineEJB.doProcess(SF
    SyncEngineEJB.java:867)
    at com.truecontext.wasabi.business.sync.ejb.SFSyncEngineEJB.doProcess(SF
    SyncEngineEJB.java:782)
    at com.truecontext.wasabi.business.sync.ejb.SFSyncEngineEJB_62algz_EOImp
    l.doProcess(SFSyncEngineEJB_62algz_EOImpl.java:199)
    at com.truecontext.wasabi.presentation.sync.servlet.SFSyncListener.onMes
    sage(SFSyncListener.java:352)
    at com.truecontext.wasabi.presentation.sync.servlet.SFSyncListener.doPos
    t(SFSyncListener.java:284)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run
    (ServletStubImpl.java:1058)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:401)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:306)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationActio
    n.run(WebAppServletContext.java:5445)
    at weblogic.security.service.SecurityServiceManager.runAs(SecurityServic
    eManager.java:780)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppSe
    rvletContext.java:3105)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestIm
    pl.java:2588)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:213)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:189)
    Environment:
    iplanet directory server 5.1 Service Pack 2
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_08-b03) (also tried 1.4.2)
    OS Name Microsoft Windows 2000 Server
    Version     5.0.2195 Service Pack 4 Build 2195
    BEA Weblogic Server 7.0 sp2

    We are having the same problem as well and this has been reported else where as well.
    We were able to reproduce this problem on the full blown Weblogic application, with a simple program which creates a large number of connection in quick succession - after a certain number of connections ( about 60), the client simply hangs! It turns out that this is a known problem with iPlanet 5.1 with SSL: http://www.openldap.org/lists/openldap-software/200205/msg00567.html
    I have also posted this message to the Directory Server forum at Sun, but have not heard anything yet!
    http://swforum.sun.com/jive/thread.jspa?threadID=46914&tstart=0
    There have been quite a few other cases of this problem ( probably manifesting itself in other forms!)
    http://forum.java.sun.com/thread.jsp?forum=51&thread=358357
    Let me know if you come up with a solution to your problem

  • Illustrator CS4 hangs when trying to map art on 3D object

    Hi, does anyone have a solution for this problem:
    Illustrator CS4 hangs when trying to map art on 3D object
    The rendering dialog box comes up and never goes away.  I have to force a quit.
    I'm on a Mac OS 10.6.6
    I've got AI CS4
    Any ideas?
    Thanks,
    Linda

    This may not be exactly what you are looking for but another user experienced a crash:
    http://forums.adobe.com/message/3162350
    Scroll down to JETalmage's post and see if you are doing anything which he describes as being a potential cause for AI to stop responding.
    Also, as in the link I provided, try to give more details about your scenario so we can see if the problem can be replicated.

  • Apps hang when I try to delete them

    The apps wobble, but hang when I try to delete them. Then, the ipad mini restarts. Moreover, I am unable to access certain apps, am unable to download or update apps. I have checked 'deleting apps' under settings, but it doesn't work.
    Help please?

    SeasOcean wrote:
    I have checked 'deleting apps' under settings, but it doesn't work.
    I have absolutely no idea what you are talking about. "Deleting apps" is a setting that you can enable in restrictions that prevents someone from deleting apps.
    Or do you mean that you cannot delete apps in Settings>General>Usage>Storage>Show all apps. Tap the app that you want to delete and then tap Delete App in the next screen. If you haven't tried that, give it a whirl and see If that works.
    There are two basic troubleshooting steps that you can perform that might help. Reset all settings and reset your iPad.
    Settings>General>Reset>Reset All Settings. No data will be lost but all of your device settings will have to be entered again.
    Reset the iPad by holding down on the sleep and home buttons at the same time for about 10 seconds until the Apple Logo appears on the screen.

  • LabView hangs when trying to load the same VI with a different user logged onto Win2k

    When 'User A' is logged onto Win2k, a particular VI loads and runs fine. When 'User B' logs onto the same Win2k box, LabView hangs when trying to load the VI.
    I'm also not seeing the setup channels in the Data Neighborhood in MAX when logged on as 'User B'. I tried loading the configuration when logged on as 'User B' that I think is being used for 'User A', but nothing happens.
    Where are the configuration files (of whatever type) that tell LabView which user is logged on?
    Thank you!

    There are no configuration files that tells LabVIEW what users are logged on. It is Win2K permissions settings that allow different users access to different folders and applications. Try changing the permissions for the LabVIEW folder and see if that doesn't fix your problem.

  • RH 11 hangs when trying to compile parallel projects.

    I'm using RH11, HTML Help. Help is compiled in automatic build environment using command prompt. RH hangs when trying to compile parallel projects in different sessions.

    Hi Peter,
    Thanks for the quick response. Here are a few more information:
    We are using RH in a build server environment, not the UI, but the RHCL compiler directly. When RH is invoked, each compiler runs in its own process.
    I would assume that command prompt compilation in a build server environment is fairly common in SW engineering.
    I should also mention that this process worked perfectly fine with RH9. Since we upgraded to RH11 recently, the build generation process hangs directly after issuing the RH command prompt. The strange thing is that the hang-up occurs frequently, but not all the time. There are no error messages whatsoever that could give us a hint about the reason for this error.
    We suspect that Adobe has changed their sign-in process because the process stops at such an early stage.
    Any ideas?
    Thanks!

  • Hi. I get the following message when trying to update or install an application: "impossible to connect to iTunes store". Does anyone know how to fix this? Thanks!

    Hi. I get the following message when trying to update or install an application: "impossible to connect to iTunes store". Does anyone know how to fix this? Thanks!

    Try updating your iTunes using an iTunesSetup.exe (or iTunes64Setup.exe) installer file downloaded from the Apple website:
    http://www.apple.com/itunes/download/

  • Application hangs while trying to create a socket

    Hello,
    We have a third party application that makes HTTP connections using a old version of HTTPClient. Recently we have run into problems where the application hangs as one thread seems to hang while trying to create a socket (thread dumps show the hang occurs in native code) and other threads end up waiting for this thread as they need to obtain a lock on HTTPClient.HTTPConnection. We found out that HTTPClient was not setting a timeout on the underlying socket (SO_TIMEOUT) and the relevant patch has been implemented in the hope that if the condition arises again the offending thread will be timed out and allow other threads to try and continue.
    We will not be able to see if the patch works until Monday and I would like to understand the problem a little better if it fails. My question at what point will the socket timeout starting ticking? As our offending thread is waiting in native code is there a chance that the timeout will not be "active".
    Also can anyone provide reasons for an application hanging while trying to create a socket and any suggestions for monitoring or mitigating this problem?
    Thanks a lot.
    Sun Solaris 5.8
    JDK 1.4.1 b02

    It looks like our version of the JDK offer a connect method with a timeout value, I think this will do the trick.

  • Aperture 3.5.1 on OS X 10.9.2 hangs when trying to update the backup

    Aperture 3.5.1 on OS X 10.9.2 hangs when trying to update the backup. I get the rotating beach ball cursor for hours but not get the confirmation dialog known from 3.4.2 aksing whether I really want to back up.
    On old Mac Mini with OS X 10.6.8 and Aperture 3.4.2 there was no such issue.

    Creating a new vault and populating it always works but then turning around and updating that vault hangs? The drive is formatted OS X Extended, correct?
    That is strange. Before abandoning vaults, they should and do work in 3.5.1, I'd try this
    Run a library repair on the library. I always do this now as it seems to cut down and hangs when updating a vault.
    Before starting the vault update open the Aperture activity window Aperture->Window->Show Activity.
    Now do the update.  I can't give you anything specific to look for, just try to get an idea of where the hang is happening (if it happens after the repair).
    As for rsync, it should work OK but keep in mind as a lot of the data now in 3.5 is in database files any change to Aperture will result in reync seeing a lot of files has having been changed so I'm not sure now much of a savings that will be over just copying the library. To be honest I've never tried rsync on an Aperture library so this may not be an issue but something to keep in mind. BTW do you have much rsync experience? It can be a bit of a bear to setup if you're not familiar with it.
    Another option is to look at one of the cloning programs Carbon Copy Cloner or SuperDuper. They have the ability to make clones and then update only the changes since the last clone operation. In reality, I believe one or both actually use rsyn as the backend but give you a much nicer way to set it up and schedule it.

Maybe you are looking for