Deadlock while perform JDBC operations?

Hello,
We are running Weblogic 7.0SP2 with Oracle 9.2.x as the db.
We use Oracle for TOPLink as our orm tool for all db access.
We are encountering strange deadlocks while doing db reads and updates from a
message-driven EJB (MDB) whose onMessage() method has a "Required" transaction
attribute.
I have attached a partial thread-dump below. It seems that multiple threads (3+)
are waiting to lock the same monitor:
- waiting to lock <39f68f0> (a oracle.jdbc.driver.OracleConnection)
This is strange as each thread is running in its own transaction, and so it should
be using a unique jdbc connection. btw, we use a Weblogic Connection Pool. The
TOPLink orm tool obtains a connection from the pool by using the DataSource.getConnection()
method.
My confusion arises from the fact that some threads are locked while performing
read operations and for some reason are waiting to lock the same monitor.
Any help will be greatly appreciated.
p.s. i also verified that there are more connections available from the pool,
and idle ExecuteThreads while the deadlock occurs.
Eventually, the transaction times out and gets rolled-back.
Partial Thread Dump:
================
"ExecuteThread: '12' for queue: 'default'" daemon prio=5 tid=0x13502c00 nid=0xde8
waiting for monitor entry [0x145ff000..0x145ffdbc]
     at oracle.jdbc.driver.OracleConnection.prepareStatement(OracleConnection.java:818)
     - waiting to lock <39f68f0> (a oracle.jdbc.driver.OracleConnection)
     at weblogic.jdbc.jts.Connection.prepareStatement(Connection.java:191)
     at weblogic.jdbc.rmi.internal.ConnectionImpl.prepareStatement(ConnectionImpl.java:139)
     at weblogic.jdbc.rmi.SerialConnection.prepareStatement(SerialConnection.java:92)
     at oracle.toplink.internal.databaseaccess.DatabaseAccessor.prepareStatement(Unknown
Source)
<clipped>
"ExecuteThread: '6' for queue: 'default'" daemon prio=5 tid=0x13549930 nid=0x874
waiting for monitor entry [0x1447f000..0x1447fdbc]
     at oracle.jdbc.driver.OracleConnection.prepareStatement(OracleConnection.java:818)
     - waiting to lock <39f68f0> (a oracle.jdbc.driver.OracleConnection)
     at weblogic.jdbc.jts.Connection.prepareStatement(Connection.java:191)
     at weblogic.jdbc.rmi.internal.ConnectionImpl.prepareStatement(ConnectionImpl.java:139)
     at weblogic.jdbc.rmi.SerialConnection.prepareStatement(SerialConnection.java:92)
     at oracle.toplink.internal.databaseaccess.DatabaseAccessor.prepareStatement(Unknown
Source)
<clipped>
"ExecuteThread: '5' for queue: 'default'" daemon prio=5 tid=0x1324e688 nid=0xa58
waiting for monitor entry [0x1443f000..0x1443fdbc]
     at oracle.jdbc.driver.OracleConnection.prepareStatement(OracleConnection.java:818)
     - waiting to lock <39f68f0> (a oracle.jdbc.driver.OracleConnection)
     at weblogic.jdbc.jts.Connection.prepareStatement(Connection.java:191)
     at weblogic.jdbc.rmi.internal.ConnectionImpl.prepareStatement(ConnectionImpl.java:139)
     at weblogic.jdbc.rmi.SerialConnection.prepareStatement(SerialConnection.java:92)
     at oracle.toplink.internal.databaseaccess.DatabaseAccessor.prepareStatement(Unknown
Source)
<clipped>
"ExecuteThread: '3' for queue: 'default'" daemon prio=5 tid=0x1353aa38 nid=0xda8
waiting for monitor entry [0x143bf000..0x143bfdbc]
     at oracle.jdbc.driver.OracleConnection.prepareStatement(OracleConnection.java:818)
     at weblogic.jdbc.jts.Connection.prepareStatement(Connection.java:191)
     at weblogic.jdbc.rmi.internal.ConnectionImpl.prepareStatement(ConnectionImpl.java:139)
     at weblogic.jdbc.rmi.SerialConnection.prepareStatement(SerialConnection.java:92)
     at oracle.toplink.internal.databaseaccess.DatabaseAccessor.prepareStatement(Unknown
Source)
     at oracle.toplink.queryframework.SQLCall.prepareStatement(Unknown Source)
     at oracle.toplink.internal.databaseaccess.DatabaseAccessor.executeCall(Unknown
Source)
<clipped>
"ExecuteThread: '1' for queue: 'default'" daemon prio=5 tid=0x13520e10 nid=0xb3c
waiting on monitor [0x1433f000..0x1433fdbc]
     at java.lang.Object.wait(Native Method)
     - waiting on <3147cb0> (a weblogic.kernel.ExecuteThread)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:146)
     - locked <3147cb0> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"ExecuteThread: '0' for queue: 'default'" daemon prio=5 tid=0x1350bc10 nid=0x98c
waiting on monitor [0x142ff000..0x142ffdbc]
     at java.lang.Object.wait(Native Method)
     - waiting on <3147c30> (a weblogic.kernel.ExecuteThread)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:146)
     - locked <3147c30> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)

I've attached the full thread dump.
Thanks.
Full thread dump:
"ListenThread.Default" prio=5 tid=0x13921e80 nid=0x1198 runnable [0x1533f000..0x1533fdbc]
     at java.net.PlainSocketImpl.socketAccept(Native Method)
     at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:463)
     - locked <4d19ed8> (a java.net.PlainSocketImpl)
     at java.net.ServerSocket.implAccept(ServerSocket.java:238)
     at java.net.ServerSocket.accept(ServerSocket.java:217)
     at weblogic.socket.WeblogicServerSocket.accept(WeblogicServerSocket.java:26)
     at weblogic.t3.srvr.ListenThread.run(ListenThread.java:263)
"Thread-8" prio=5 tid=0x13865788 nid=0xfc4 waiting on monitor [0x152ff000..0x152ffdbc]
     at java.lang.Thread.sleep(Native Method)
     at weblogic.management.deploy.GenericAppPoller.run(GenericAppPoller.java:139)
"Thread-7" prio=5 tid=0x136747e0 nid=0x1088 waiting on monitor [0x152bf000..0x152bfdbc]
     at java.lang.Object.wait(Native Method)
     - waiting on <48d0178> (a java.util.TaskQueue)
     at java.lang.Object.wait(Object.java:415)
     at java.util.TimerThread.mainLoop(Timer.java:401)
     - locked <48d0178> (a java.util.TaskQueue)
     at java.util.TimerThread.run(Timer.java:380)
"ExecuteThread: '1' for queue: 'JMSStore<null>.ioThreadPool'" daemon prio=5 tid=0x135ddd60
nid=0x1080 waiting on monitor [0x1527f000..0x1527fdbc]
     at java.lang.Object.wait(Native Method)
     - waiting on <3a1ecd8> (a weblogic.kernel.ExecuteThread)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:146)
     - locked <3a1ecd8> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"ExecuteThread: '0' for queue: 'JMSStore<null>.ioThreadPool'" daemon prio=5 tid=0x136e0c20
nid=0xdc4 waiting on monitor [0x1523f000..0x1523fdbc]
     at java.lang.Object.wait(Native Method)
     - waiting on <3a1ec58> (a weblogic.kernel.ExecuteThread)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:146)
     - locked <3a1ec58> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"ExecuteThread: '0' for queue: 'JMS.TimerTreePool'" daemon prio=5 tid=0x135d5c20
nid=0x1038 waiting on monitor [0x151ff000..0x151ffdbc]
     at java.lang.Object.wait(Native Method)
     - waiting on <3a0c830> (a weblogic.jms.backend.BETimerTree)
     at weblogic.jms.backend.BETimerTree.execute(BETimerTree.java:140)
     - locked <3a0c830> (a weblogic.jms.backend.BETimerTree)
     at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:213)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:189)
"ExecuteThread: '3' for queue: 'JMS.TimerClientPool'" daemon prio=5 tid=0x13524de0
nid=0xd14 waiting on monitor [0x151bf000..0x151bfdbc]
     at java.lang.Object.wait(Native Method)
     - waiting on <3995660> (a weblogic.kernel.ExecuteThread)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:146)
     - locked <3995660> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"ExecuteThread: '2' for queue: 'JMS.TimerClientPool'" daemon prio=5 tid=0x13524ca8
nid=0x11b0 waiting on monitor [0x1517f000..0x1517fdbc]
     at java.lang.Object.wait(Native Method)
     - waiting on <39955e0> (a weblogic.kernel.ExecuteThread)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:146)
     - locked <39955e0> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"ExecuteThread: '1' for queue: 'JMS.TimerClientPool'" daemon prio=5 tid=0x13525230
nid=0xd5c waiting on monitor [0x1513f000..0x1513fdbc]
     at java.lang.Object.wait(Native Method)
     - waiting on <3995560> (a weblogic.kernel.ExecuteThread)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:146)
     - locked <3995560> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"ExecuteThread: '0' for queue: 'JMS.TimerClientPool'" daemon prio=5 tid=0x13525a60
nid=0xc00 waiting on monitor [0x150ff000..0x150ffdbc]
     at java.lang.Object.wait(Native Method)
     - waiting on <39954e0> (a weblogic.kernel.ExecuteThread)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:146)
     - locked <39954e0> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"CoreHealthMonitor" daemon prio=5 tid=0x13558ed0 nid=0xbe0 waiting on monitor
[0x150bf000..0x150bfdbc]
     at java.lang.Thread.sleep(Native Method)
     at weblogic.t3.srvr.CoreHealthMonitorThread.run(CoreHealthMonitorThread.java:114)
"ExecuteThread: '14' for queue: 'JmsDispatcher'" daemon prio=5 tid=0x1351f3b8
nid=0xe0c waiting on monitor [0x1507f000..0x1507fdbc]
     at java.lang.Object.wait(Native Method)
     - waiting on <3536ca8> (a weblogic.kernel.ExecuteThread)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:146)
     - locked <3536ca8> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"ExecuteThread: '13' for queue: 'JmsDispatcher'" daemon prio=5 tid=0x1351e7f0
nid=0xb10 waiting on monitor [0x1503f000..0x1503fdbc]
     at java.lang.Object.wait(Native Method)
     - waiting on <3536c28> (a weblogic.kernel.ExecuteThread)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:146)
     - locked <3536c28> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"ExecuteThread: '12' for queue: 'JmsDispatcher'" daemon prio=5 tid=0x1351dc28
nid=0xc08 waiting on monitor [0x14fff000..0x14fffdbc]
     at java.lang.Object.wait(Native Method)
     - waiting on <3536ba8> (a weblogic.kernel.ExecuteThread)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:146)
     - locked <3536ba8> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"ExecuteThread: '11' for queue: 'JmsDispatcher'" daemon prio=5 tid=0x1351d060
nid=0x1110 waiting on monitor [0x14fbf000..0x14fbfdbc]
     at java.lang.Object.wait(Native Method)
     - waiting on <3536b28> (a weblogic.kernel.ExecuteThread)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:146)
     - locked <3536b28> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"ExecuteThread: '10' for queue: 'JmsDispatcher'" daemon prio=5 tid=0x1351c528
nid=0x1168 waiting on monitor [0x14f7f000..0x14f7fdbc]
     at java.lang.Object.wait(Native Method)
     - waiting on <3536aa8> (a weblogic.kernel.ExecuteThread)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:146)
     - locked <3536aa8> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"ExecuteThread: '9' for queue: 'JmsDispatcher'" daemon prio=5 tid=0x1351ba90 nid=0x101c
waiting on monitor [0x14f3f000..0x14f3fdbc]
     at java.lang.Object.wait(Native Method)
     - waiting on <3536a28> (a weblogic.kernel.ExecuteThread)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:146)
     - locked <3536a28> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"ExecuteThread: '8' for queue: 'JmsDispatcher'" daemon prio=5 tid=0x1351aff8 nid=0xca8
waiting on monitor [0x14eff000..0x14effdbc]
     at java.lang.Object.wait(Native Method)
     - waiting on <35369a8> (a weblogic.kernel.ExecuteThread)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:146)
     - locked <35369a8> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"ExecuteThread: '7' for queue: 'JmsDispatcher'" daemon prio=5 tid=0x1347e1e8 nid=0xd6c
waiting on monitor [0x14ebf000..0x14ebfdbc]
     at java.lang.Object.wait(Native Method)
     - waiting on <3536928> (a weblogic.kernel.ExecuteThread)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:146)
     - locked <3536928> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"ExecuteThread: '6' for queue: 'JmsDispatcher'" daemon prio=5 tid=0x1347d6c8 nid=0x107c
waiting on monitor [0x14e7f000..0x14e7fdbc]
     at java.lang.Object.wait(Native Method)
     - waiting on <35368a8> (a weblogic.kernel.ExecuteThread)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:146)
     - locked <35368a8> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"ExecuteThread: '5' for queue: 'JmsDispatcher'" daemon prio=5 tid=0x1347cc30 nid=0x1120
waiting on monitor [0x14e3f000..0x14e3fdbc]
     at java.lang.Object.wait(Native Method)
     - waiting on <3536828> (a weblogic.kernel.ExecuteThread)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:146)
     - locked <3536828> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"ExecuteThread: '4' for queue: 'JmsDispatcher'" daemon prio=5 tid=0x1346c680 nid=0xdb8
waiting on monitor [0x14dff000..0x14dffdbc]
     at java.lang.Object.wait(Native Method)
     - waiting on <35367a8> (a weblogic.kernel.ExecuteThread)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:146)
     - locked <35367a8> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"ExecuteThread: '3' for queue: 'JmsDispatcher'" daemon prio=5 tid=0x13516ca8 nid=0x78
waiting on monitor [0x14dbf000..0x14dbfdbc]
     at java.lang.Object.wait(Native Method)
     - waiting on <3536728> (a weblogic.kernel.ExecuteThread)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:146)
     - locked <3536728> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"ExecuteThread: '2' for queue: 'JmsDispatcher'" daemon prio=5 tid=0x13516ae8 nid=0xc58
waiting on monitor [0x14d7f000..0x14d7fdbc]
     at java.lang.Object.wait(Native Method)
     - waiting on <35366a8> (a weblogic.kernel.ExecuteThread)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:146)
     - locked <35366a8> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"ExecuteThread: '1' for queue: 'JmsDispatcher'" daemon prio=5 tid=0x13475c88 nid=0xe04
waiting on monitor [0x14d3f000..0x14d3fdbc]
     at java.lang.Object.wait(Native Method)
     - waiting on <3536628> (a weblogic.kernel.ExecuteThread)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:146)
     - locked <3536628> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"ExecuteThread: '0' for queue: 'JmsDispatcher'" daemon prio=5 tid=0x13475e38 nid=0xa3c
waiting on monitor [0x14cff000..0x14cffdbc]
     at java.lang.Object.wait(Native Method)
     - waiting on <35365a8> (a weblogic.kernel.ExecuteThread)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:146)
     - locked <35365a8> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"ExecuteThread: '2' for queue: 'weblogic.transaction.AsyncQueue'" daemon prio=5
tid=0x1355acc0 nid=0x12a8 waiting on monitor [0x14cbf000..0x14cbfdbc]
     at java.lang.Object.wait(Native Method)
     - waiting on <350df40> (a weblogic.kernel.ExecuteThread)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:146)
     - locked <350df40> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"ExecuteThread: '1' for queue: 'weblogic.transaction.AsyncQueue'" daemon prio=5
tid=0x13468a68 nid=0x1150 waiting on monitor [0x14c7f000..0x14c7fdbc]
     at java.lang.Object.wait(Native Method)
     - waiting on <350dec0> (a weblogic.kernel.ExecuteThread)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:146)
     - locked <350dec0> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"ExecuteThread: '0' for queue: 'weblogic.transaction.AsyncQueue'" daemon prio=5
tid=0x13468930 nid=0xd20 waiting on monitor [0x14c3f000..0x14c3fdbc]
     at java.lang.Object.wait(Native Method)
     - waiting on <350de40> (a weblogic.kernel.ExecuteThread)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:146)
     - locked <350de40> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"Thread-5" prio=5 tid=0x135c4d90 nid=0x11cc waiting on monitor [0x14bff000..0x14bffdbc]
     at java.lang.Object.wait(Native Method)
     - waiting on <3508dc0> (a java.util.TaskQueue)
     at java.util.TimerThread.mainLoop(Timer.java:427)
     - locked <3508dc0> (a java.util.TaskQueue)
     at java.util.TimerThread.run(Timer.java:380)
"ExecuteThread: '1' for queue: 'DRS'" daemon prio=5 tid=0x1345a408 nid=0x218 waiting
on monitor [0x14bbf000..0x14bbfdbc]
     at java.lang.Object.wait(Native Method)
     - waiting on <350dd08> (a weblogic.kernel.ExecuteThread)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:146)
     - locked <350dd08> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"ExecuteThread: '0' for queue: 'DRS'" daemon prio=5 tid=0x13468c18 nid=0xc88 waiting
on monitor [0x14b7f000..0x14b7fdbc]
     at java.lang.Object.wait(Native Method)
     - waiting on <350dc88> (a weblogic.kernel.ExecuteThread)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:146)
     - locked <350dc88> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"Thread-4" prio=5 tid=0x1363da58 nid=0x968 waiting on monitor [0x14b3f000..0x14b3fdbc]
     at java.lang.Object.wait(Native Method)
     - waiting on <3504838> (a weblogic.xml.util.cache.entitycache.StatisticsMonitor)
     at weblogic.xml.util.cache.entitycache.StatisticsMonitor.run(EntityCache.java:1579)
     - locked <3504838> (a weblogic.xml.util.cache.entitycache.StatisticsMonitor)
"VDE Transaction Processor Thread" prio=2 tid=0x135b29b0 nid=0xd90 waiting on
monitor [0x14aff000..0x14affdbc]
     at java.lang.Object.wait(Native Method)
     - waiting on <3375f90> (a com.octetstring.vde.backend.standard.TransactionProcessor)
     at java.lang.Object.wait(Object.java:415)
     at com.octetstring.vde.backend.standard.TransactionProcessor.waitChange(TransactionProcessor.java:306)
     - locked <3375f90> (a com.octetstring.vde.backend.standard.TransactionProcessor)
     at com.octetstring.vde.backend.standard.TransactionProcessor.run(TransactionProcessor.java:192)
"ExecuteThread: '9' for queue: '__weblogic_admin_rmi_queue'" daemon prio=5 tid=0x1358aa70
nid=0x1194 waiting on monitor [0x14abf000..0x14abfdbc]
     at java.lang.Object.wait(Native Method)
     - waiting on <314b120> (a weblogic.kernel.ExecuteThread)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:146)
     - locked <314b120> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"ExecuteThread: '8' for queue: '__weblogic_admin_rmi_queue'" daemon prio=5 tid=0x134ece18
nid=0x11c0 waiting on monitor [0x14a7f000..0x14a7fdbc]
     at java.lang.Object.wait(Native Method)
     - waiting on <314b0a0> (a weblogic.kernel.ExecuteThread)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:146)
     - locked <314b0a0> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"ExecuteThread: '7' for queue: '__weblogic_admin_rmi_queue'" daemon prio=5 tid=0x134ec700
nid=0x8a8 waiting on monitor [0x14a3f000..0x14a3fdbc]
     at java.lang.Object.wait(Native Method)
     - waiting on <314b020> (a weblogic.kernel.ExecuteThread)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:146)
     - locked <314b020> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"ExecuteThread: '6' for queue: '__weblogic_admin_rmi_queue'" daemon prio=5 tid=0x1328ae18
nid=0x1e0 waiting on monitor [0x149ff000..0x149ffdbc]
     at java.lang.Object.wait(Native Method)
     - waiting on <314afa0> (a weblogic.kernel.ExecuteThread)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:146)
     - locked <314afa0> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"ExecuteThread: '5' for queue: '__weblogic_admin_rmi_queue'" daemon prio=5 tid=0x1328a2f8
nid=0x10dc waiting on monitor [0x149bf000..0x149bfdbc]
     at java.lang.Object.wait(Native Method)
     - waiting on <314af20> (a weblogic.kernel.ExecuteThread)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:146)
     - locked <314af20> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"ExecuteThread: '4' for queue: '__weblogic_admin_rmi_queue'" daemon prio=5 tid=0x13742ab0
nid=0xd68 waiting on monitor [0x1497f000..0x1497fdbc]
     at java.lang.Object.wait(Native Method)
     - waiting on <314aea0> (a weblogic.kernel.ExecuteThread)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:146)
     - locked <314aea0> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"ExecuteThread: '3' for queue: '__weblogic_admin_rmi_queue'" daemon prio=5 tid=0x13296cc8
nid=0x7dc waiting on monitor [0x1493f000..0x1493fdbc]
     at java.lang.Object.wait(Native Method)
     - waiting on <314ae20> (a weblogic.kernel.ExecuteThread)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:146)
     - locked <314ae20> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"ExecuteThread: '2' for queue: '__weblogic_admin_rmi_queue'" daemon prio=5 tid=0x135a98c0
nid=0x1084 waiting on monitor [0x148ff000..0x148ffdbc]
     at java.lang.Object.wait(Native Method)
     - waiting on <314ada0> (a weblogic.kernel.ExecuteThread)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:146)
     - locked <314ada0> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"ExecuteThread: '1' for queue: '__weblogic_admin_rmi_queue'" daemon prio=5 tid=0x1328c548
nid=0xc48 waiting on monitor [0x148bf000..0x148bfdbc]
     at java.lang.Object.wait(Native Method)
     - waiting on <314ad20> (a weblogic.kernel.ExecuteThread)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:146)
     - locked <314ad20> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"ExecuteThread: '0' for queue: '__weblogic_admin_rmi_queue'" daemon prio=5 tid=0x136bf818
nid=0x12a0 waiting on monitor [0x1487f000..0x1487fdbc]
     at java.lang.Object.wait(Native Method)
     - waiting on <314aca0> (a weblogic.kernel.ExecuteThread)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:146)
     - locked <314aca0> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"ExecuteThread: '1' for queue: '__weblogic_admin_html_queue'" daemon prio=5 tid=0x134ee818
nid=0x108c waiting on monitor [0x1483f000..0x1483fdbc]
     at java.lang.Object.wait(Native Method)
     - waiting on <31486a0> (a weblogic.kernel.ExecuteThread)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:146)
     - locked <31486a0> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"ExecuteThread: '0' for queue: '__weblogic_admin_html_queue'" daemon prio=5 tid=0x1328c410
nid=0x1070 waiting on monitor [0x147ff000..0x147ffdbc]
     at java.lang.Object.wait(Native Method)
     - waiting on <3148620> (a weblogic.kernel.ExecuteThread)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:146)
     - locked <3148620> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"TimeEventGenerator" daemon prio=5 tid=0x136bfaa0 nid=0xe7c waiting on monitor
[0x147bf000..0x147bfdbc]
     at java.lang.Object.wait(Native Method)
     - waiting on <3145058> (a weblogic.time.common.internal.TimeTable)
     at weblogic.time.common.internal.TimeTable.snooze(TimeTable.java:272)
     - locked <3145058> (a weblogic.time.common.internal.TimeTable)
     at weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.java:139)
     at java.lang.Thread.run(Thread.java:479)
"ExecuteThread: '1' for queue: '_weblogic_dgc_queue'" daemon prio=5 tid=0x135f5498
nid=0x1134 waiting on monitor [0x1477f000..0x1477fdbc]
     at java.lang.Object.wait(Native Method)
     - waiting on <31484e8> (a weblogic.kernel.ExecuteThread)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:146)
     - locked <31484e8> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"ExecuteThread: '0' for queue: '_weblogic_dgc_queue'" daemon prio=5 tid=0x135f2a90
nid=0x1158 waiting on monitor [0x1473f000..0x1473fdbc]
     at java.lang.Object.wait(Native Method)
     - waiting on <3148468> (a weblogic.kernel.ExecuteThread)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:146)
     - locked <3148468> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"HighPriority TimeEventGenerator" daemon prio=9 tid=0x136c2d10 nid=0xfcc waiting
on monitor [0x146ff000..0x146ffdbc]
     at java.lang.Object.wait(Native Method)
     - waiting on <3147378> (a weblogic.time.common.internal.TimeTable)
     at weblogic.time.common.internal.TimeTable.snooze(TimeTable.java:272)
     - locked <3147378> (a weblogic.time.common.internal.TimeTable)
     at weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.java:139)
     at java.lang.Thread.run(Thread.java:479)
"SpinnerRandomSource" daemon prio=5 tid=0x13518d78 nid=0x1074 waiting on monitor
[0x146bf000..0x146bfdbc]
     at java.lang.Object.wait(Native Method)
     - waiting on <3147a68> (a java.lang.Object)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.security.SpinnerRandomBitsSource.run(SpinnerRandomBitsSource.java:60)
     at java.lang.Thread.run(Thread.java:479)
"ExecuteThread: '14' for queue: 'default'" daemon prio=5 tid=0x13245968 nid=0x1210
waiting on monitor [0x1467f000..0x1467fdbc]
     at java.lang.Object.wait(Native Method)
     - waiting on <3148330> (a weblogic.kernel.ExecuteThread)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:146)
     - locked <3148330> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"ExecuteThread: '13' for queue: 'default'" daemon prio=5 tid=0x135037c8 nid=0x1128
waiting on monitor [0x1463f000..0x1463fdbc]
     at java.lang.Object.wait(Native Method)
     - waiting on <31482b0> (a weblogic.kernel.ExecuteThread)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:146)
     - locked <31482b0> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"ExecuteThread: '12' for queue: 'default'" daemon prio=5 tid=0x13502c00 nid=0xde8
waiting for monitor entry [0x145ff000..0x145ffdbc]
     at oracle.jdbc.driver.OracleConnection.prepareStatement(OracleConnection.java:818)
     - waiting to lock <39f68f0> (a oracle.jdbc.driver.OracleConnection)
     at weblogic.jdbc.jts.Connection.prepareStatement(Connection.java:191)
     at weblogic.jdbc.rmi.internal.ConnectionImpl.prepareStatement(ConnectionImpl.java:139)
     at weblogic.jdbc.rmi.SerialConnection.prepareStatement(SerialConnection.java:92)
     at oracle.toplink.internal.databaseaccess.DatabaseAccessor.prepareStatement(Unknown
Source)
     at oracle.toplink.queryframework.SQLCall.prepareStatement(Unknown Source)
     at oracle.toplink.internal.databaseaccess.DatabaseAccessor.executeCall(Unknown
Source)
     at oracle.toplink.threetier.ServerSession.executeCall(Unknown Source)
     at oracle.toplink.internal.queryframework.CallQueryMechanism.executeCall(Unknown
Source)
     at oracle.toplink.internal.queryframework.CallQueryMechanism.executeCall(Unknown
Source)
     at oracle.toplink.internal.queryframework.CallQueryMechanism.selectOneRow(Unknown
Source)
     at oracle.toplink.internal.queryframework.ExpressionQueryMechanism.selectOneRowFromTable(Unknown
Source)
     at oracle.toplink.internal.queryframework.ExpressionQueryMechanism.selectOneRow(Unknown
Source)
     at oracle.toplink.queryframework.ReadObjectQuery.execute(Unknown Source)
     at oracle.toplink.queryframework.DatabaseQuery.execute(Unknown Source)
     at oracle.toplink.queryframework.ReadQuery.execute(Unknown Source)
     at oracle.toplink.publicinterface.Session.internalExecuteQuery(Unknown Source)
     at oracle.toplink.threetier.ServerSession.internalExecuteQuery(Unknown Source)
     at oracle.toplink.threetier.ClientSession.internalExecuteQuery(Unknown Source)
     at oracle.toplink.publicinterface.Session.executeQuery(Unknown Source)
     at oracle.toplink.publicinterface.UnitOfWork.internalExecuteQuery(Unknown Source)
     at oracle.toplink.publicinterface.Session.executeQuery(Unknown Source)
     at oracle.toplink.publicinterface.Session.executeQuery(Unknown Source)
     at cygent.service.da.impl.DataAccessImpl.read(DataAccessImpl.java:1674)
     at cygent.service.da.impl.DataAccessImpl.read(DataAccessImpl.java:1635)
     at cygent.service.frame.TaskActivationEventDispatcher.registerListenerTask(TaskActivationEventDispatcher.java:255)
     at cygent.domain.taskManager.state.TaskNewState.schedule(TaskNewState.java:303)
     at cygent.domain.taskManager.state.TaskNewState.activate(TaskNewState.java:243)
     at cygent.domain.taskManager.TaskInstance.activate(TaskInstance.java:331)
     at cygent.service.frame.TaskManagementMessageBeanHelper.activateTask(TaskManagementMessageBeanHelper.java:317)
     at cygent.service.frame.TaskManagementMessageBeanImpl.onMessage(TaskManagementMessageBeanImpl.java:299)
     at weblogic.ejb20.internal.MDListener.execute(MDListener.java:364)
     at weblogic.ejb20.internal.MDListener.transactionalOnMessage(MDListener.java:298)
     at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:273)
     at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:2310)
     at weblogic.jms.client.JMSSession.execute(JMSSession.java:2233)
     at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:213)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:189)
"ExecuteThread: '11' for queue: 'default'" daemon prio=5 tid=0x1358d630 nid=0x114c
waiting on monitor [0x145bf000..0x145bfdbc]
     at java.lang.Object.wait(Native Method)
     - waiting on <31481b0> (a weblogic.kernel.ExecuteThread)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:146)
     - locked <31481b0> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"ExecuteThread: '10' for queue: 'default'" daemon prio=5 tid=0x1358cab8 nid=0xd30
waiting on monitor [0x1457f000..0x1457fdbc]
     at java.lang.Object.wait(Native Method)
     - waiting on <3148130> (a weblogic.kernel.ExecuteThread)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:146)
     - locked <3148130> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"ExecuteThread: '9' for queue: 'default'" daemon prio=5 tid=0x1324efa8 nid=0xcb4
waiting on monitor [0x1453f000..0x1453fdbc]
     at java.lang.Object.wait(Native Method)
     - waiting on <31480b0> (a weblogic.kernel.ExecuteThread)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:146)
     - locked <31480b0> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"ExecuteThread: '8' for queue: 'default'" daemon prio=5 tid=0x1324ed20 nid=0x10ec
waiting on monitor [0x144ff000..0x144ffdbc]
     at java.lang.Object.wait(Native Method)
     - waiting on <3148030> (a weblogic.kernel.ExecuteThread)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:146)
     - locked <3148030> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"ExecuteThread: '7' for queue: 'default'" daemon prio=5 tid=0x13549bb8 nid=0x11e4
waiting on monitor [0x144bf000..0x144bfdbc]
     at java.lang.Object.wait(Native Method)
     - waiting on <3147fb0> (a weblogic.kernel.ExecuteThread)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:146)
     - locked <3147fb0> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"ExecuteThread: '6' for queue: 'default'" daemon prio=5 tid=0x13549930 nid=0x874
waiting for monitor entry [0x1447f000..0x1447fdbc]
     at oracle.jdbc.driver.OracleConnection.prepareStatement(OracleConnection.java:818)
     - waiting to lock <39f68f0> (a oracle.jdbc

Similar Messages

  • DPM encountered an error while performing an operation for \\?\Volume{fc1f0549-9865-4349-b4df-8596a19ad7fe}\FolderPath\Work\ on FileServer (ID 2033 Details: The system cannot find the path specified (0x80070003))

    DPM encountered an error while performing an operation for \\?\Volume{fc1f0549-9865-4349-b4df-8596a19ad7fe}\FolderPath\Work\ on FileServer (ID 2033 Details: The system cannot find the path specified (0x80070003))
    Can I know what this mean? It completely fail all entire job.
    Backup was on half way go, it already took about 3TB data and it fail.

    Hi Oneoa,
    Please verify the antivirus exeptions. Look at this two links for more information:
    http://technet.microsoft.com/en-us/library/ff399439.aspx
    http://support.microsoft.com/kb/928840
    I hope this solves your problem, please post your progress so I may assist you further.
    Best Regards
    Robert Hedblom
    MVP DPM
    Check out my DPM blog @ http://robertanddpm.blogspot.com

  • Error message "An Error occurred while performing this operation" while opening a document.

    Hi Adobe..
    We are using Live cycle ES and ES2 for applying security on the document..
    With latest Mozilla and Chrome versions and with Adobe reader XI, if we try opening a document, we happens to see the below error message..
    Please advise us in getting this issue resolved...
    Thanks.

    To use XFA-based PDF forms on Firefox and Chrome, perform the following steps to configure Firefox and Chrome to open PDFs using Adobe Reader or Adobe Acrobat.
    Firefox configuration:
    1) Tools -> Options
    2) Click Applications
    3) In the Applications tab, type PDF in the search field.
    4) For Portable Document Format (PDF) content type in the search result, select Use Adobe Acrobat (in Firefox) from the
        Action drop-down list   
    Click OK and restart firefox.
    Chrome configuration:
    1) In Chrome, go to chrome://plugins/.
    2) Click Disable under Chrome PDF Viewer, and click Enable under Adobe PDF Plug-In.
    probably this would resolve the issue.
    Thanks
    Shivam

  • Error occured while performing the operation : Cannot open Service Control Manager on computer FOO. This operation might require other privileges.

    My company is splitting in two, so we're migrating half of our systems and servers to a new domain. I have an application that uses AppFabric. We have 3 Windows servers running AppFabric, each talking to a SQL server for the AppFabric cluster service.
    On the initial domain, everything was working fine. AppFabric service is running under a service account we'll call DOMAIN1\svc_acct that is the dbo on the AppFabric database. The service account is a local admin on all the boxes. Permissions are all working
    fine.
    I've migrating the servers to the new domain and it won't work anymore.
    Now I'm using DOMAIN2\svc_acct that is the dbo on the database again. The exact same app servers have moved to the new domain and once again that service account is a local admin on all the boxes. But AppFabric won't work. I migrated the boxes back to the initial
    domain and it worked again. I migrated it back to the new domain, and it won't work.
    I'm under a time crunch to get this working for the company split. Any help would be greatly appreciated!
    Thanks!

    Lowering UAC is not always the best approach.
    It sounds like you could run the installation elevated by right clicking setup and selecting Run as administrator.
    Jason Warren
    habaneroconsulting.com/Insights
    @jaspnwarren

  • When trying to apply a Policy, Get Error: An error occurred while performing this operation. contact an administor if this problem continues

    I have just installed ES4 LC with only the Rights Management Module. I have everything setup and can access the Policy server from Acrobat pro XI and can see and create policies.
    however when trying to apply any policy to my PDF I get the Error in the Subject line.
    for all intents and purposes, the setup and configuration looks fine but I seem to be unable to get past the very last step and actually use the policies.
    please can anyone help?

    Try this:
    Fix for Software Update
    See Troubleshooting Automatic Software Update in Mac OS X.
    Delete the following files:
    /Library/Preferences/com.apple.SoftwareUpdate.plist
    /Home/Library/Preferences/ByHost/com.apple.SoftwareUpdate.xxx.plist where "xxx" is a number.
    /Home/Library/Caches/com.apple.SoftwareUpdate/ (delete entire folder)

  • Error while executing JDBC receiver and sender CC

    Hi,
    Iam trying to RFC to JDBC scenario.
    when i do e2e testing iam facing error as "Configuration error: com.sap.aii.af.service.util.configuration.MandatoryParameterMissingException: Value missing for mandatory configuration attribute tableEOColumnNameId" in CC monitoring and "error reading SAP_XIAdapterFramework from SLD" in SXMB Moni.
    Also while performing JDBC to RFC  iam facing errror as
    "Error during database connection to the database URL 'jdbc:sqlserver://20.198.16.115\SQLSERVER2005:14330;databaseName=SAPHRDataStore' using the JDBC driver 'com.microsoft.sqlserver.jdbc.SQLServerDriver': 'com.sap.aii.adapter.jdbc.sql.DriverManagerException: Cannot establish connection to URL 'jdbc:sqlserver://20.198.16.115\SQLSERVER2005:14330;databaseName=SAPHRDataStore': SAPClassNotFoundException: com.microsoft.sqlserver.jdbc.SQLServerDriver'"
    Please help me in this regard.
    Regards
    Madhu

    It should be com.microsoft.jdbc.sqlserver.SQLServerDriver
    I think you have it as com.microsoft.sqlserver.jdbc.SQLServerDriver
    Thanks
    Praveen M

  • An error occurred while attempting to perform the operation.

    Hi All,
    I am getting an error while running the report:
    "An error occurred while attempting to perform the operation. Then operation did not complete successfully."
    Although I can see the data coming is correct, but don't know why this error is coming.
    I have seen for NULL values.
    How can I see the detail log to trace the error?
    Please help.
    Thanks,
    Himanshu Tiwari

    Hi,
    You can login as system using SQLPlus and use the DBMS_SYSTEM.set_sql_trace_in_session procedure to set trace on another Discoverer session. This should establish if there is any database error occuring in the Discoverer session.
    Rod West

  • Hi, I have a hard disk failure so to recover my data I am using disk utility to restore the data on an external drive while booting from a second external hard drive. When I perform the operation it gives me an input/output error and stops. Any tips?

    Hi, I have a hard disk failure so to recover my data I am using disk utility to restore the data on an external drive while booting from a second external hard drive. When I perform the operation and after having selected both my destination and source drives, the operation begins but soon fails due to input/output error. If I try to create an image of the drive it gives me the same error message. Any help would be much appreciated.

    Disk Utility only creates a image of the drive, so it's no help getting exactly what you want, which is your files. If the file structure is messed up or the drive is failing then it's no help.
    If you have a external boot drive and you can't access the internal non-booting drive though the typical Finder and windows to transfer your files via drag and drop methods, then you need to install Data Rescue on the external boot drive and it will do as best as it can to recover your files. (works on non-encrypted/non-Filevaulted drives only)
    .Create a data recovery/undelete external boot drive
    Are you sure you have hard drive failure, or that OS X isn't merely not booting?
    Because if the drive is working physically, then there is a host of fixes
    ..Step by Step to fix your Mac
    https://discussions.apple.com/community/notebooks/macbook_pro?view=documents#/

  • I need a code that allows me to show a "Please Wait" Dialog while performing a lengthy operation

    Hi,
    I have very basic knowledge of C++ and I don't understand completely how this works. I have been trying to use pthreads in order to be able to show a "Please Wait" Dialog while performing a lengthy operation. The problem is that the dialog
    box is showing up with a blank box where the label should go. Could you please modify the following code so that the program does what I am looking for? (note that I have pasted the sections of the program I think are useful for someone to provide an answer).
    void *run_optimization( void *ptr );
    void *run_optimization( void *ptr )
    Solution x = Optimizer(); // Lengthy operation
    const int * const SolArray = x.getDiscreteSolution();
    return 0;
    namespace RCM {
    private: System::Void button2_Click(System::Object^  sender, System::EventArgs^  e) {
    Processing^ Proc = gcnew Processing();
    Proc->Show(); // this is the "Please Wait" Dialog
    pthread_t thread1;
    int ret1;
    ret1 = pthread_create( &thread1, NULL, run_optimization, NULL);
    pthread_join( thread1, NULL);
    Thank you!!
    EDIT:
    I have tried the following:
    void *run_optimization( void ^ptr );
    void *run_optimization( void ^ptr )
    Processing^ Proc = (Processing ^)ptr;
    Solution x = Optimizer(); // Lengthy operation
    const int * const SolArray = x.getDiscreteSolution();
    Proc->Close();
    return 0;
    namespace RCM {
    private: System::Void button2_Click(System::Object^  sender, System::EventArgs^  e) {
    Processing^ Proc = gcnew Processing();
    pthread_t thread1;
    int ret1;
    ret1 = pthread_create( &thread1, NULL, run_optimization, (void *)Proc);
    Proc->Show(); // this is the "Please Wait" Dialog
    But I am getting the following error:
    error C2440: 'type cast' : cannot convert from 'RCM::Processing ^' to 'void *'

    Hi Shu!
    It runs in windows. I am using Visual Studio 2010 (and I can't use another version) which still doesn't have the threads integrated as I have read. So I am using POSIX threads for windows. 
    Regarding the other question, I don't really know what either of those (.net framework library or native API) mean. I am sorry but I am really new at this and really don't know much but I am doing my best because I have to get this done.
    I only know basic C++ but had to use C++/CLI windows forms because of a code I integrated in my program for running macros in excel and it was in C++/CLI.
    Thank you for your help!
    You cannot pass a managed handle to void* (as you have discovered).
    If you really want to use Posix threads, you probably need to make your Processing class a normal C++ class, not a C++/CLI ref class.
    But the .NET way to do this would be to use a BackgroundWorker:
    https://msdn.microsoft.com/en-us/library/system.componentmodel.backgroundworker%28v=vs.110%29.aspx
    David Wilkinson | Visual C++ MVP

  • An error 1069 - )The service did not start due to logon failure) occurred while performing this service operation ...

    Hi All,
    We seem to be being plagued by the error below by our SQL Server agent. This happens almost everytime we restart the server that has been running for a day or two.
    Our SQL Server Agent uses a none expiring domain credential. I understand that this problem only happens when the profile being used by the SQL Servr Agent has changed (password change). What puzzles me is that the login is A ok and no changes has been made to it's password.
    We always resolve this problem by changing the login used in the SQL Server Agent to local and after that, returning it back to it's original domain login. Unfortunately, we cant always do this everytime something goes wrong.
    Can anyone please help us shed a light on this? We're using SQL2k with SP3a. Thanks!
    Error:
    An error 1069 - )The service did not start due to logon failure) occurred while performing this service operation on the SQLServerAgent service.
    Regards,
    Joseph

    Ran into this error, and the password was correct. What the System Event Log said:
    Code SnippetEvent Type: Error
    Event Source: Service Control Manager
    Event Category: None
    Event ID: 7041
    Date: 10/8/2008
    Time: 9:33:09 AM
    User: N/A
    Computer: ComputerName
    Description:
    The SQLSERVERAGENT service was unable to log on as DomainName\SQLAgent with the currently configured password due to the following error:
    Logon failure: the user has not been granted the requested logon type at this computer.
    Service: SQLSERVERAGENT
    Domain and account: DomainName\SQLAgent
    This service account does not have the necessary user right "Log on as a service."
    User Action
    Assign "Log on as a service" to the service account on this computer. You can use Local Security Settings (Secpol.msc) to do this. If this computer is a node in a cluster, check that this user right is assigned to the Cluster service account on all nodes in the cluster.
    If you have already assigned this user right to the service account, and the user right appears to be removed, a Group Policy object associated with this node might be removing the right. Check with your domain administrator to find out if this is happening.
    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp
    ...sure enough it had been removed from the "Logon as a service" list. Hope this helps.

  • Enable Audit on SCOM Agent An exception was thrown while processing Submit Tasks does not have sufficient permission to perform the operation.

    Hi All,
    An exception was thrown while processing Submit Tasks Domain\"SDK Account" does not have sufficient permission to perform the operation.
    am getting this error when try to enable audit in one of Domain controllers.

    Dear Mark,
    i face similar problem before, i had resolve it be adding SDK service account to Operation Manager Administration group.
    Regards, Ibrahim Hamdy

  • An unknown error occurred while performing a sync operation. Please check your account and network settings, then try again.

    hi,
    i cannot perform any syncs / back ups (including mobile me) on my imac other than old ipods.
    i recieve this message
    "An unknown error occurred while performing a sync operation. Please check your account and network settings, then try again".

    hi,
    i cannot perform any syncs / back ups (including mobile me) on my imac other than old ipods.
    i recieve this message
    "An unknown error occurred while performing a sync operation. Please check your account and network settings, then try again".

  • InvalidOperationException - "Cannot perform this operation while dispatcher processing is suspended."

    I have a WPF application in .NET 4.5.  The latest version of the map control (version 1.0.1.0) is causing an issue if it is used within a datatemplate.  This does not happen with the previous version I was using from Nuget (version 1.0.0.0).  As
    an aside, what happened to the Nuget package?  Anyways, it is easy to reproduce the issue:
    MainWindow.xaml:
    <Window x:Class="MicrosoftMapError.MainWindow"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    Title="MainWindow"
    Content="{Binding ViewModel,
    RelativeSource={RelativeSource Self}}">
    <Window.Resources>
    <ResourceDictionary>
    <ResourceDictionary.MergedDictionaries>
    <ResourceDictionary Source="Views/MapView.xaml" />
    </ResourceDictionary.MergedDictionaries>
    </ResourceDictionary>
    </Window.Resources>
    </Window>
    MainWindow.cs:
    using MicrosoftMapError.ViewModels;
    using System.Windows;
    namespace MicrosoftMapError
    public partial class MainWindow : Window
    public MainWindow()
    InitializeComponent();
    this.ViewModel = new MapViewModel();
    public object ViewModel
    get { return (object)GetValue(ViewModelProperty); }
    set { SetValue(ViewModelProperty, value); }
    public static readonly DependencyProperty ViewModelProperty = DependencyProperty.Register(
    "ViewModel",
    typeof(object),
    typeof(MainWindow));
    MapView.xaml:
    <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:wpf="clr-namespace:Microsoft.Maps.MapControl.WPF;assembly=Microsoft.Maps.MapControl.WPF"
    xmlns:viewModels="clr-namespace:MicrosoftMapError.ViewModels">
    <DataTemplate DataType="{x:Type viewModels:MapViewModel}">
    <Grid>
    <wpf:Map />
    </Grid>
    </DataTemplate>
    </ResourceDictionary>
    The MapViewModel class is just an empty class, there is nothing to show there.
    And this is the stack trace for the exceptions.
    Outer exception: XamlParseException - The invocation of the constructor on type 'Microsoft.Maps.MapControl.WPF.Map' that matches the specified binding constraints threw an exception.
       at System.Windows.FrameworkTemplate.LoadTemplateXaml(XamlReader templateReader, XamlObjectWriter currentWriter)
       at System.Windows.FrameworkTemplate.LoadTemplateXaml(XamlObjectWriter objectWriter)
       at System.Windows.FrameworkTemplate.LoadOptimizedTemplateContent(DependencyObject container, IComponentConnector componentConnector, IStyleConnector styleConnector, List`1 affectedChildren, UncommonField`1 templatedNonFeChildrenField)
       at System.Windows.FrameworkTemplate.LoadContent(DependencyObject container, List`1 affectedChildren)
       at System.Windows.StyleHelper.ApplyTemplateContent(UncommonField`1 dataField, DependencyObject container, FrameworkElementFactory templateRoot, Int32 lastChildIndex, HybridDictionary childIndexFromChildID, FrameworkTemplate frameworkTemplate)
       at System.Windows.FrameworkTemplate.ApplyTemplateContent(UncommonField`1 templateDataField, FrameworkElement container)
       at System.Windows.FrameworkElement.ApplyTemplate()
       at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
       at System.Windows.UIElement.Measure(Size availableSize)
       at System.Windows.Documents.AdornerDecorator.MeasureOverride(Size constraint)
       at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
       at System.Windows.UIElement.Measure(Size availableSize)
       at System.Windows.Controls.Border.MeasureOverride(Size constraint)
       at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
       at System.Windows.UIElement.Measure(Size availableSize)
       at System.Windows.Window.MeasureOverrideHelper(Size constraint)
       at System.Windows.Window.MeasureOverride(Size availableSize)
       at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
       at System.Windows.UIElement.Measure(Size availableSize)
       at System.Windows.Interop.HwndSource.SetLayoutSize()
       at System.Windows.Interop.HwndSource.set_RootVisualInternal(Visual value)
       at System.Windows.Interop.HwndSource.set_RootVisual(Visual value)
       at System.Windows.Window.SetRootVisual()
       at System.Windows.Window.SetRootVisualAndUpdateSTC()
       at System.Windows.Window.SetupInitialState(Double requestedTop, Double requestedLeft, Double requestedWidth, Double requestedHeight)
       at System.Windows.Window.CreateSourceWindow(Boolean duringShow)
       at System.Windows.Window.CreateSourceWindowDuringShow()
       at System.Windows.Window.SafeCreateWindowDuringShow()
       at System.Windows.Window.ShowHelper(Object booleanBox)
       at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
       at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
       at System.Windows.Threading.DispatcherOperation.InvokeImpl()
       at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
       at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Windows.Threading.DispatcherOperation.Invoke()
       at System.Windows.Threading.Dispatcher.ProcessQueue()
       at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
       at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
       at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
       at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
       at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
       at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
       at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
       at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
       at System.Windows.Threading.Dispatcher.Run()
       at System.Windows.Application.RunDispatcher(Object ignore)
       at System.Windows.Application.RunInternal(Window window)
       at System.Windows.Application.Run(Window window)
       at System.Windows.Application.Run()
       at MicrosoftMapError.App.Main() in d:\SoftwareDevelopment\Working\MicrosoftMapError\MicrosoftMapError\obj\Debug\App.g.cs:line 0
       at System.AppDomain._nExecuteAssembly(RuntimeAssembly assembly, String[] args)
       at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
       at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
       at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
       at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Threading.ThreadHelper.ThreadStart()
    Inner exception: InvalidOperationException - Cannot perform this operation while dispatcher processing is suspended.
       at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
       at System.Windows.Threading.DispatcherOperation.Wait(TimeSpan timeout)
       at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
       at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
       at System.Windows.Threading.Dispatcher.Invoke(Delegate method, Object[] args)
       at Microsoft.Maps.MapControl.WPF.Core.MapConfigurationFromWeb.ConfigLoaded(String requestKey, Dictionary`2 sections)
       at Microsoft.Maps.MapControl.WPF.Core.MapConfigurationFromWeb.GetConfigurationSection(String version, String sectionName, String culture, MapConfigurationCallback callback, Boolean reExecuteCallback, Object userState)
       at Microsoft.Maps.MapControl.WPF.Core.MapConfiguration.GetSection(String version, String sectionName, String culture, String key, MapConfigurationCallback callback, Boolean reExecuteCallback, Object userState)
       at Microsoft.Maps.MapControl.WPF.Core.MapConfiguration.GetSection(String version, String sectionName, String culture, String key, MapConfigurationCallback callback, Boolean reExecuteCallback)
       at Microsoft.Maps.MapControl.WPF.Map..ctor()

    Are dev team has looked into this and I believe they have found the issue. They are working on putting together a new release. Also, Microsoft never officially released a Nuget package, someone just took some old buggy libraries and posted them on Nuget
    without asking Microsoft. We are planning to make an official Nuget package.
    http://rbrundritt.wordpress.com

  • Error while closing JDBC connection

    We have a webapplication using mysql 3.3.27.9
    The issue is that after performing some operations on the Web GUI, the application is hanging.
    in the logs we are getting:Unable to close connection Exception....
    we lookd at the JDBC code, finally block is written where connection is explicity closed.
    that finally is wrapped in try block..
    finally{
    try {
    rs.close();
    conn.close();
    catch(Exception e){
    SOP("Exception while closing connection");
    Dnt knw y the connection is not getting closed.
    Please tell us wht might be the issue.
    Thanks

    madforjava wrote:
    Dnt knw y the connection is not getting closed.
    Please tell us wht might be the issue.Here are some letters for free: o, o, w, h, a.
    Please use them wisely and don´t overcome like a fool.

  • PRE10 "Unspecified error occurred while performing a conform action on the following file:..."

    I really need some help!
    I am making a short video on premiere elements 10 and I seem to get this conforming error everytime I open the project and I cannot save it either!!
    "Unspecified error occured while performing a conform action on the following file:
    File0002.AVI 48000.CFA"
    This happens everytime I open premiere elements 10  to lots (or all) of my video clips and I can't find any help in the adobe forums or anywhere else online!
    Also, I want to save this video as an AVI file, but when I try to export it, it says it has finished quite quickly and has not even added anything to click on or when it does, it does not play. Sometimes it says it has finished then comes up with: "Error compiling movie. Unknown error". one of these happen everytime that I try to save it.
    Lots (or all) of my avi files come up as this same conforming error when I load the project and I have no clue as to what to do!...
    It also crashes nearly everytime after these compiling errors!
    My computer is running windows 7 ultimate OS
    Please help!
    Please...!

    Operating System
    System Model
    Windows 7 Ultimate (build 7100)
    Gigabyte Technology Co., Ltd. M61PME-S2P
    Enclosure Type: Desktop
    Processor
    Main Circuit Board
    2.80 gigahertz AMD Athlon X2 240
    256 kilobyte primary memory cache
    1024 kilobyte secondary memory cache
    64-bit ready
    Multi-core (2 total)
    Not hyper-threaded
    Board: Gigabyte Technology Co., Ltd. M61PME-S2P
    Bus Clock: 200 megahertz
    BIOS: Award Software International, Inc. F2 12/30/2008
    Drives
    Memory Modules
    320.07 Gigabytes Usable Hard Drive Capacity
    125.82 Gigabytes Hard Drive Free Space
    TSSTcorp CDDVDW SE-S084C USB Device [Optical drive]
    SAMSUNG HD321HJ SCSI Disk Device (320.07 GB) -- drive 0, s/n S13RJ90SB04688, SMART Status: Healthy
    1984 Megabytes Usable Installed Memory
    Slot 'A0' has 2048 MB
    Slot 'A1' is Empty
    Local Drive Volumes
    c: (NTFS on drive 0) *
    319.97 GB
    125.76 GB free
    d: (NTFS on drive 0)
    105 MB
    65 MB free
    * Operating System is installed on c:
    The media files are avi and are in my videos folder (videos-windows 7)

Maybe you are looking for

  • My iPad has been stolen, I need some help with the Find my iPhone app and iCloud please

    Hello people.  I have (had) an iPad 1 (wifi only) - which was stolen two days ago.  It's locked with a passcode but I am worried that someone will be able to get into it.  I've got the Find app installed on my iPhone 4S and it shows that both my iPad

  • DVD burning - safe to run in background?

    Hi Guys, Is it safe to carry on using my computer while iDVD is running and encoding/burning something? I used to leave the DVD burning over night but now this isn't possible. Doesn't interfere with the encoding/burning process if I continue to use t

  • FRM-40735: WHEN-BUTTON-PRESSED trigger raised unhandled exception ORA-04063

    Hi experts, This problem as titled happened to me recently, and i found no way out. I collected the FRD information, what i can get is: GMDRCDSG, 11, Prog Unit, Entry, 361120504, /XGMDSRCHGMD_BASIC_SEARCH_PKG/INIT_GROUP Unhandled Exception ORA-04063

  • Can't select buttons to change text

    I set up chapters in I-Movie and exported the project to I-DVD. When I go to a chapter screen it will highlight the lower right button and allow me to change its text, button shape etc., but I cannot access the other buttons to change text. I tried c

  • Unable to save raw conversion

    Why did I get this message: Unable to save raw conversion settings. There was an error parsing the files.