Application Locks up when trying to do a JDBC Delete

Hello,
We are using Weblogic 8.1 and a JDBC DELETE statement is locking the application up for 30 to 40 minutes. It takes roughly 30 minutes to delete 50k companies. When the same statement is called on the SQL Server database it takes 5-10 seconds.
The thread dump is below.
This has me stumped and I can't move forward until I can determine what's going on.
Any insight would be GREATLY appreciated
"VM Periodic Task Thread" prio=10 tid=0x009cc958 nid=0x10a8 waiting on condition
"Suspend Checker Thread" prio=10 tid=0x0036d7f0 nid=0x10b8 runnable
THREAD DUMP from JVM taken at 'Tue Nov 08 11:06:28 2005'
Full thread dump Java HotSpot(TM) Client VM (1.4.2_04-b05 mixed mode):
"ExecuteThread: '3' for queue: 'JMS.TimerClientPool'" daemon prio=5 tid=0x0331ca10 nid=0x1300 in Object.wait() [4a6f000..4a6fd8c]
     at java.lang.Object.wait(Native Method)
     - waiting on <0x1146eb00> (a weblogic.kernel.ExecuteThread)
     at java.lang.Object.wait(Object.java:429)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:153)
     - locked <0x1146eb00> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"ExecuteThread: '2' for queue: 'JMS.TimerClientPool'" daemon prio=5 tid=0x033a7e88 nid=0x1018 in Object.wait() [4a2f000..4a2fd8c]
     at java.lang.Object.wait(Native Method)
     - waiting on <0x1146eb80> (a weblogic.kernel.ExecuteThread)
     at java.lang.Object.wait(Object.java:429)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:153)
     - locked <0x1146eb80> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"ExecuteThread: '1' for queue: 'JMS.TimerClientPool'" daemon prio=5 tid=0x033a7d28 nid=0xeac in Object.wait() [49ef000..49efd8c]
     at java.lang.Object.wait(Native Method)
     - waiting on <0x1146ec00> (a weblogic.kernel.ExecuteThread)
     at java.lang.Object.wait(Object.java:429)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:153)
     - locked <0x1146ec00> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"ExecuteThread: '0' for queue: 'JMS.TimerClientPool'" daemon prio=5 tid=0x02e74f68 nid=0x14b0 in Object.wait() [49af000..49afd8c]
     at java.lang.Object.wait(Native Method)
     at java.lang.Object.wait(Object.java:429)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:153)
     - locked <0x1146ec80> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"ExecuteThread: '1' for queue: 'weblogic.socket.Muxer'" daemon prio=5 tid=0x02e75748 nid=0xb08 runnable [496f000..496fd8c]
     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:219)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
"ExecuteThread: '0' for queue: 'weblogic.socket.Muxer'" daemon prio=5 tid=0x02e751e8 nid=0xcbc runnable [492f000..492fd8c]
     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:219)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
"ListenThread.Default" prio=5 tid=0x03c80c88 nid=0x16ac runnable [44bf000..44bfd8c]
     at java.net.PlainSocketImpl.socketAccept(Native Method)
     at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:353)
     - locked <0x113f4ec8> (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:26)
     at weblogic.t3.srvr.ListenThread.accept(ListenThread.java:735)
     at weblogic.t3.srvr.ListenThread.run(ListenThread.java:301)
"Thread-10" daemon prio=5 tid=0x02f085c0 nid=0x124 in Object.wait() [3c7f000..3c7fd8c]
     at java.lang.Object.wait(Native Method)
     - waiting on <0x10f65768> (a java.util.TaskQueue)
     at java.util.TimerThread.mainLoop(Timer.java:429)
     - locked <0x10f65768> (a java.util.TaskQueue)
     at java.util.TimerThread.run(Timer.java:382)
"ExecuteThread: '0' for queue: 'JMS.TimerTreePool'" daemon prio=5 tid=0x02f2a8b8 nid=0x16dc in Object.wait() [3c3f000..3c3fd8c]
     at java.lang.Object.wait(Native Method)
     - waiting on <0x10f08570> (a weblogic.jms.backend.BETimerTree)
     at weblogic.jms.backend.BETimerTree.execute(BETimerTree.java:146)
     - locked <0x10f08570> (a weblogic.jms.backend.BETimerTree)
     at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
"Thread-9" prio=5 tid=0x030de978 nid=0xa74 in Object.wait() [3bff000..3bffd8c]
     at java.lang.Object.wait(Native Method)
     - waiting on <0x10e9eea0> (a java.util.TaskQueue)
     at java.util.TimerThread.mainLoop(Timer.java:429)
     - locked <0x10e9eea0> (a java.util.TaskQueue)
     at java.util.TimerThread.run(Timer.java:382)
"Thread-8" prio=5 tid=0x030de750 nid=0xb98 in Object.wait() [3bbf000..3bbfd8c]
     at java.lang.Object.wait(Native Method)
     - waiting on <0x10e9d0c8> (a java.util.TaskQueue)
     at java.util.TimerThread.mainLoop(Timer.java:429)
     - locked <0x10e9d0c8> (a java.util.TaskQueue)
     at java.util.TimerThread.run(Timer.java:382)
"Thread-7" prio=5 tid=0x02ed4598 nid=0x132c in Object.wait() [3b7f000..3b7fd8c]
     at java.lang.Object.wait(Native Method)
     - waiting on <0x10e9d168> (a java.util.TaskQueue)
     at java.util.TimerThread.mainLoop(Timer.java:429)
     - locked <0x10e9d168> (a java.util.TaskQueue)
     at java.util.TimerThread.run(Timer.java:382)
"Thread-6" prio=5 tid=0x02fd4210 nid=0xf64 in Object.wait() [3b3f000..3b3fd8c]
     at java.lang.Object.wait(Native Method)
     - waiting on <0x10e1a9f0> (a java.util.TaskQueue)
     at java.util.TimerThread.mainLoop(Timer.java:429)
     - locked <0x10e1a9f0> (a java.util.TaskQueue)
     at java.util.TimerThread.run(Timer.java:382)
"weblogic.health.CoreHealthMonitor" daemon prio=5 tid=0x02f8bae0 nid=0x99c waiting on condition [3aff000..3affd8c]
     at java.lang.Thread.sleep(Native Method)
     at weblogic.t3.srvr.CoreHealthMonitorThread.run(CoreHealthMonitorThread.java:128)
"Thread-5" prio=5 tid=0x009deb18 nid=0xdac in Object.wait() [3aaf000..3aafd8c]
     at java.lang.Object.wait(Native Method)
     - waiting on <0x109abc60> (a java.util.TaskQueue)
     at java.util.TimerThread.mainLoop(Timer.java:429)
     - locked <0x109abc60> (a java.util.TaskQueue)
     at java.util.TimerThread.run(Timer.java:382)
"VDE Transaction Processor Thread" prio=2 tid=0x00a17d88 nid=0xe20 in Object.wait() [3a6f000..3a6fd8c]
     at java.lang.Object.wait(Native Method)
     - waiting on <0x108a3d98> (a com.octetstring.vde.backend.standard.TransactionProcessor)
     at java.lang.Object.wait(Object.java:429)
     at com.octetstring.vde.backend.standard.TransactionProcessor.waitChange(TransactionProcessor.java:365)
     - locked <0x108a3d98> (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=0x009b4a88 nid=0xf7c in Object.wait() [3a2f000..3a2fd8c]
     at java.lang.Object.wait(Native Method)
     - waiting on <0x10818f68> (a weblogic.kernel.ExecuteThread)
     at java.lang.Object.wait(Object.java:429)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:153)
     - locked <0x10818f68> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"ExecuteThread: '1' for queue: 'weblogic.admin.RMI'" daemon prio=5 tid=0x02e8f568 nid=0x82c in Object.wait() [39ef000..39efd8c]
     at java.lang.Object.wait(Native Method)
     at java.lang.Object.wait(Object.java:429)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:153)
     - locked <0x10818fe8> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"ExecuteThread: '0' for queue: 'weblogic.admin.RMI'" daemon prio=5 tid=0x02e8f408 nid=0x1190 in Object.wait() [39af000..39afd8c]
     at java.lang.Object.wait(Native Method)
     - waiting on <0x10819068> (a weblogic.kernel.ExecuteThread)
     at java.lang.Object.wait(Object.java:429)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:153)
     - locked <0x10819068> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"ExecuteThread: '1' for queue: 'weblogic.admin.HTTP'" daemon prio=5 tid=0x009b30c0 nid=0x1460 in Object.wait() [396f000..396fd8c]
     at java.lang.Object.wait(Native Method)
     - waiting on <0x108190e8> (a weblogic.kernel.ExecuteThread)
     at java.lang.Object.wait(Object.java:429)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:153)
     - locked <0x108190e8> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"ExecuteThread: '0' for queue: 'weblogic.admin.HTTP'" daemon prio=5 tid=0x00a0ba40 nid=0x137c in Object.wait() [392f000..392fd8c]
     at java.lang.Object.wait(Native Method)
     - waiting on <0x10819168> (a weblogic.kernel.ExecuteThread)
     at java.lang.Object.wait(Object.java:429)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:153)
     - locked <0x10819168> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"weblogic.security.SpinnerRandomSource" daemon prio=5 tid=0x02e923a0 nid=0xc7c in Object.wait() [38ef000..38efd8c]
     at java.lang.Object.wait(Native Method)
     - waiting on <0x10819230> (a java.lang.Object)
     at java.lang.Object.wait(Object.java:429)
     at weblogic.security.SpinnerRandomBitsSource.run(SpinnerRandomBitsSource.java:60)
     - locked <0x10819230> (a java.lang.Object)
     at java.lang.Thread.run(Thread.java:534)
"weblogic.time.TimeEventGenerator" daemon prio=9 tid=0x02fc8000 nid=0x270 in Object.wait() [38af000..38afd8c]
     at java.lang.Object.wait(Native Method)
     - waiting on <0x108192a0> (a weblogic.time.common.internal.TimeTable)
     at weblogic.time.common.internal.TimeTable.snooze(TimeTable.java:272)
     - locked <0x108192a0> (a weblogic.time.common.internal.TimeTable)
     at weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.java:118)
     at java.lang.Thread.run(Thread.java:534)
"ExecuteThread: '4' for queue: 'weblogic.kernel.System'" daemon prio=5 tid=0x0314ba00 nid=0x4d4 in Object.wait() [386f000..386fd8c]
     at java.lang.Object.wait(Native Method)
     at java.lang.Object.wait(Object.java:429)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:153)
     - locked <0x10819310> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"ExecuteThread: '3' for queue: 'weblogic.kernel.System'" daemon prio=5 tid=0x0307fdf0 nid=0xb4c in Object.wait() [382f000..382fd8c]
     at java.lang.Object.wait(Native Method)
     at java.lang.Object.wait(Object.java:429)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:153)
     - locked <0x10819390> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"ExecuteThread: '2' for queue: 'weblogic.kernel.System'" daemon prio=5 tid=0x0307f200 nid=0x1504 waiting on condition [37ef000..37efd8c]
     at weblogic.platform.SunVM.threadDump0(Native Method)
     - waiting to lock <0x113f55a0> (a weblogic.platform.SunVM)
     at weblogic.platform.SunVM.threadDump(SunVM.java:106)
     at weblogic.t3.srvr.T3Srvr.getThreadDump(T3Srvr.java:1184)
     at weblogic.common.internal.AdminProxy.execute(AdminProxy.java:220)
     at weblogic.t3.srvr.ClientRequest$1.run(ClientContext.java:700)
     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
     at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
     at weblogic.t3.srvr.ClientRequest.execute(ClientContext.java:697)
     at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
"ExecuteThread: '1' for queue: 'weblogic.kernel.System'" daemon prio=5 tid=0x03109600 nid=0xfb4 in Object.wait() [37af000..37afd8c]
     at java.lang.Object.wait(Native Method)
     at java.lang.Object.wait(Object.java:429)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:153)
     - locked <0x10819490> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"ExecuteThread: '0' for queue: 'weblogic.kernel.System'" daemon prio=5 tid=0x03068e28 nid=0x898 in Object.wait() [376f000..376fd8c]
     at java.lang.Object.wait(Native Method)
     at java.lang.Object.wait(Object.java:429)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:153)
     - locked <0x10819510> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"ExecuteThread: '14' for queue: 'weblogic.kernel.Default'" daemon prio=5 tid=0x03058d20 nid=0x858 runnable [372f000..372fd8c]
     at java.net.SocketInputStream.socketRead0(Native Method)
     at java.net.SocketInputStream.read(SocketInputStream.java:129)
     at weblogic.jdbc.sqlserver.SQLServerByteOrderedDataReader.readPacketIntoPrimaryBuffer(Unknown Source)
     at weblogic.jdbc.sqlserver.SQLServerByteOrderedDataReader.receive(Unknown Source)
     at weblogic.jdbc.sqlserver.tds.TDSExecuteRequest.submitRequest(Unknown Source)
     at weblogic.jdbc.sqlserver.tds.TDSRequest.execute(Unknown Source)
     at weblogic.jdbc.sqlserver.SQLServerImplStatement.execute(Unknown Source)
     at weblogic.jdbc.base.BaseStatement.commonExecute(Unknown Source)
     at weblogic.jdbc.base.BaseStatement.executeUpdateInternal(Unknown Source)
     at weblogic.jdbc.base.BaseStatement.executeUpdate(Unknown Source)
     - locked <0x10ef8c38> (a weblogic.jdbc.sqlserver.SQLServerConnection)
     at weblogic.jdbc.wrapper.Statement.executeUpdate(Statement.java:415)
     at com.lf.csg.querybuilder.dataobjects.dao.QueryResultsDAO.applyCriteriaToCompanyList(QueryResultsDAO.java:465)
     at com.lf.csg.querybuilder.dataobjects.dao.QueryResultsDAO.createCompanyLists(QueryResultsDAO.java:178)
     at com.lf.csg.querybuilder.dataobjects.dao.QueryResultsDAO.runCounts(QueryResultsDAO.java:100)
     at com.lf.csg.querybuilder.service.QueryResultsService.countQuery(QueryResultsService.java:63)
     at com.lf.csg.querybuilder.service.DmdService.getQueryCount(DmdService.java:105)
     at com.lf.csg.querybuilder.struts.DmdGetCountAction.execute(DmdGetCountAction.java:138)
     at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
     at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
     at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
     at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1006)
     at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419)
     at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:315)
     at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6718)
     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
     at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
     at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3764)
     at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2644)
     at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
"ExecuteThread: '13' for queue: 'weblogic.kernel.Default'" daemon prio=5 tid=0x03058148 nid=0x1040 in Object.wait() [36ef000..36efd8c]
     at java.lang.Object.wait(Native Method)
     at java.lang.Object.wait(Object.java:429)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:153)
     - locked <0x10819610> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"ExecuteThread: '12' for queue: 'weblogic.kernel.Default'" daemon prio=5 tid=0x0303a548 nid=0x135c in Object.wait() [36af000..36afd8c]
     at java.lang.Object.wait(Native Method)
     - waiting on <0x10819690> (a weblogic.kernel.ExecuteThread)
     at java.lang.Object.wait(Object.java:429)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:153)
     - locked <0x10819690> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"ExecuteThread: '11' for queue: 'weblogic.kernel.Default'" daemon prio=5 tid=0x02fac9d8 nid=0x15b4 in Object.wait() [366f000..366fd8c]
     at java.lang.Object.wait(Native Method)
     - waiting on <0x10819710> (a weblogic.kernel.ExecuteThread)
     at java.lang.Object.wait(Object.java:429)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:153)
     - locked <0x10819710> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"ExecuteThread: '10' for queue: 'weblogic.kernel.Default'" daemon prio=5 tid=0x02f93dd8 nid=0x9f4 in Object.wait() [362f000..362fd8c]
     at java.lang.Object.wait(Native Method)
     - waiting on <0x10819790> (a weblogic.kernel.ExecuteThread)
     at java.lang.Object.wait(Object.java:429)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:153)
     - locked <0x10819790> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"ExecuteThread: '9' for queue: 'weblogic.kernel.Default'" daemon prio=5 tid=0x02f90e30 nid=0xc38 in Object.wait() [35ef000..35efd8c]
     at java.lang.Object.wait(Native Method)
     - waiting on <0x10819810> (a weblogic.kernel.ExecuteThread)
     at java.lang.Object.wait(Object.java:429)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:153)
     - locked <0x10819810> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"ExecuteThread: '8' for queue: 'weblogic.kernel.Default'" daemon prio=5 tid=0x02ea2e90 nid=0x13ec in Object.wait() [35af000..35afd8c]
     at java.lang.Object.wait(Native Method)
     - waiting on <0x10819890> (a weblogic.kernel.ExecuteThread)
     at java.lang.Object.wait(Object.java:429)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:153)
     - locked <0x10819890> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"ExecuteThread: '7' for queue: 'weblogic.kernel.Default'" daemon prio=5 tid=0x02ea2b48 nid=0xa3c in Object.wait() [356f000..356fd8c]
     at java.lang.Object.wait(Native Method)
     - waiting on <0x10819910> (a weblogic.kernel.ExecuteThread)
     at java.lang.Object.wait(Object.java:429)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:153)
     - locked <0x10819910> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"ExecuteThread: '6' for queue: 'weblogic.kernel.Default'" daemon prio=5 tid=0x02ea20a8 nid=0x1344 in Object.wait() [352f000..352fd8c]
     at java.lang.Object.wait(Native Method)
     - waiting on <0x10819990> (a weblogic.kernel.ExecuteThread)
     at java.lang.Object.wait(Object.java:429)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:153)
     - locked <0x10819990> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"ExecuteThread: '5' for queue: 'weblogic.kernel.Default'" daemon prio=5 tid=0x00a3a568 nid=0x15bc in Object.wait() [34ef000..34efd8c]
     at java.lang.Object.wait(Native Method)
     - waiting on <0x10819a10> (a weblogic.kernel.ExecuteThread)
     at java.lang.Object.wait(Object.java:429)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:153)
     - locked <0x10819a10> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"ExecuteThread: '4' for queue: 'weblogic.kernel.Default'" daemon prio=5 tid=0x00a3a408 nid=0x934 in Object.wait() [34af000..34afd8c]
     at java.lang.Object.wait(Native Method)
     - waiting on <0x10819a90> (a weblogic.kernel.ExecuteThread)
     at java.lang.Object.wait(Object.java:429)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:153)
     - locked <0x10819a90> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"ExecuteThread: '3' for queue: 'weblogic.kernel.Default'" daemon prio=5 tid=0x03081d78 nid=0xef0 in Object.wait() [2dcf000..2dcfd8c]
     at java.lang.Object.wait(Native Method)
     - waiting on <0x10819b10> (a weblogic.kernel.ExecuteThread)
     at java.lang.Object.wait(Object.java:429)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:153)
     - locked <0x10819b10> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"ExecuteThread: '2' for queue: 'weblogic.kernel.Default'" daemon prio=5 tid=0x03081220 nid=0x1394 in Object.wait() [2d8f000..2d8fd8c]
     at java.lang.Object.wait(Native Method)
     - waiting on <0x10819b90> (a weblogic.kernel.ExecuteThread)
     at java.lang.Object.wait(Object.java:429)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:153)
     - locked <0x10819b90> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"ExecuteThread: '1' for queue: 'weblogic.kernel.Default'" daemon prio=5 tid=0x03081030 nid=0x1168 in Object.wait() [2d4f000..2d4fd8c]
     at java.lang.Object.wait(Native Method)
     - waiting on <0x10819c10> (a weblogic.kernel.ExecuteThread)
     at java.lang.Object.wait(Object.java:429)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:153)
     - locked <0x10819c10> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"ExecuteThread: '0' for queue: 'weblogic.kernel.Default'" daemon prio=5 tid=0x03029a70 nid=0x1734 in Object.wait() [2d0f000..2d0fd8c]
     at java.lang.Object.wait(Native Method)
     - waiting on <0x10819c90> (a weblogic.kernel.ExecuteThread)
     at java.lang.Object.wait(Object.java:429)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:153)
     - locked <0x10819c90> (a weblogic.kernel.ExecuteThread)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
"Thread-1" daemon prio=5 tid=0x00a2e278 nid=0x1348 in Object.wait() [2caf000..2cafd8c]
     at java.lang.Object.wait(Native Method)
     - waiting on <0x105c99a0> (a java.util.TaskQueue)
     at java.lang.Object.wait(Object.java:429)
     at java.util.TimerThread.mainLoop(Timer.java:403)
     - locked <0x105c99a0> (a java.util.TaskQueue)
     at java.util.TimerThread.run(Timer.java:382)
"Signal Dispatcher" daemon prio=10 tid=0x0036e138 nid=0x133c runnable [0..0]
"Finalizer" daemon prio=9 tid=0x00991080 nid=0x4ec in Object.wait() [2b4f000..2b4fd8c]
     at java.lang.Object.wait(Native Method)
     - waiting on <0x104f0138> (a java.lang.ref.ReferenceQueue$Lock)
     at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:111)
     - locked <0x104f0138> (a java.lang.ref.ReferenceQueue$Lock)
     at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127)
     at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:159)
"Reference Handler" daemon prio=10 tid=0x0098fc50 nid=0x1154 in Object.wait() [2b0f000..2b0fd8c]
     at java.lang.Object.wait(Native Method)
     - waiting on <0x104f01a0> (a java.lang.ref.Reference$Lock)
     at java.lang.Object.wait(Object.java:429)
     at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:115)
     - locked <0x104f01a0> (a java.lang.ref.Reference$Lock)
"main" prio=5 tid=0x00365d08 nid=0x11a0 in Object.wait() [6f000..6fc08]
     at java.lang.Object.wait(Native Method)
     - waiting on <0x104f01a8> (a weblogic.t3.srvr.T3Srvr)
     at java.lang.Object.wait(Object.java:429)
     at weblogic.t3.srvr.T3Srvr.waitForDeath(T3Srvr.java:1208)
     - locked <0x104f01a8> (a weblogic.t3.srvr.T3Srvr)
     at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:390)
     at weblogic.Server.main(Server.java:32)
"VM Thread" prio=5 tid=0x009cb6e8 nid=0xf4c runnable
"VM Periodic Task Thread" prio=10 tid=0x009cc958 nid=0x10a8 waiting on condition
"Suspend Checker Thread" prio=10 tid=0x0036d7f0 nid=0x10b8 runnable

Below is the SQL. It should answer your questions
Connection conn = null;
String rtnCode = null;
/* Get the connection object */
try {
ConnectionFactory connFactory = new ConnectionFactory();
conn = connFactory.getConnection(IConstants.
CSG_DATA_SOURCE);
Statement stmt = null;
String delteSQL =
"DELETE oidb_querytemp FROM oidb_querytemp, " +
"OIDB_QueryTempDeletions WHERE oidb_querytemp.uniqueid = "+
"OIDB_QueryTempDeletions.uniqueid AND oidb_querytemp.company_id "+
"NOT IN (SELECT company_id from OIDB_QueryTempDeletions "+
"WHERE OIDB_QueryTempDeletions.uniqueid = 999 )AND oidb_querytemp.uniqueid = 999";
/* get the query id */
stmt = conn.createStatement();
stmt.execute(delteSQL);
/* catch the bad stuff */
catch (SQLException sqlex) {
log.warn("SQL Problem Generate DMD Id");
log.warn(sqlex.getMessage());
sqlex.printStackTrace();
throw new CsgSqlException();
catch (Exception ex) {
log.warn("Problem Generate Dmd Id" + ex.getMessage());
ex.printStackTrace();
throw new QueryBuilderException(ex);
/* Clean up */
finally {
conn.close();
conn = null;
}

Similar Messages

  • My ipad locked up when trying to send a large video file. I tried to turn it off and it's stuck. What so I do?, My ipad locked up when trying to send a large video file. I tried to turn it off and it's stuck. What so I do?

    My ipad 2 has locked up when trying to send a large video file. What do I do? Is there a reset button.
    Thank you

    Assuming that it's not still trying to send the video, then you could do a reset : press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.

  • Photoshop CS3 locks up when trying to open an EPS file

    Hello everyone. I have a problem with CS3 locking up when trying to open an EPS file. The files were created in Quark 4.0. Not sure if it has anything to do with my new computer, which has Microsoft XP 64 bit. There's another computer in my office which has CS4 that can open these files. Please help..!! Thank you.

    Try installing a PostScript printer on your XP64 system. For some reason this often seems to fix issues with EPS handling...
    Mylenium

  • Itunes locks up when trying to import CD

    My itunes software locks up when trying to import a CD. Specifically, it will import 1 full CD then lock up when trying to access the artwork. I went into "properties" and stopped the software from looking for artwork, rebooted the machine and was able to import 1 CD, then it would not recognize the next one. I tried 3 different CD's and none of them worked. I am running the most recent version of itunes. Any thoughts?

    Help! I have the same problem! I am running Windows XP SP3 and Itunes 8.0.2.20. I imported about a dozen cd's and then the imports started locking up the whole system. I had to power the pc off to get things running again. I have two cd drives installed and both fail. I tried disconnecting the network cable, and it still locked up. Any ideas??

  • After Effects CS6 locks up when trying to use Preferences sub-menu

    I have an issue with AE "freezing" or locking-up when trying to use any of the sub-menu items under preferences. I have to shut down with task manager to regain control. I have a wintel PC with 8 gig of RAM and 2 TB of disk and a quad-core, don't think any of those are an issue. AE is the only problem child in this entire suite. Any help/guidance is deeply appreciated. Thank you in advance for your time and effort.
    Sincerely,
    Vidmist

    1360 x 768.
    That doesn't meet the system requirements and I think it's safe to say thatr this is the reason for the crash - the program is trying to draw the preferences panel in an invalid area since it cannot deal with the too small screen resolution properly. Increase the screen res and everything will probably work.
    Mylenium

  • ITunes (10.5.2.11) locks up when trying to download from iTunes U site Madingley Lectures.

    iTunes (10.5.2.11) locks up when trying to download from iTunes U site Madingley Lectures. The problem is repeatable on two different PCs running the same version of iTunes. I never previously had problems downloading presentations from this site. Any ideas?
    Both PCs are running Windows 7 fully up to date with patches.
    Paul

    Duncan,
    I successfully downloaded the latest edition by going to the Store area. It took around 10 minutes. iTunes behaved fine and indicated the progress of the download.
    However when I try to download another lecture via the iTunes U option within iTunes, the software freezes.
    There is no progress bar and I can't change focus within iTunes. The only option I have is to kill the process from the Task Manager.
    The lockup occurs almost immediately after I click on the Get button.
    In previous months the downloads worked fine.
    Thanks for your assistance

  • After the latest OS update, Safari locks up when trying to flip back to the previous page

    After the latest OS update, Safari locks up when trying to flip back to the previous page using the two finger sweep.

    Try these in order testing your system after each to see if it's back to normal:
    1. a. Resetting your Mac's PRAM and NVRAM
        b. Intel-based Macs: Resetting the System Management Controller (SMC)
    2. Restart the computer in Safe Mode, then restart again, normally. If this doesn't help, then:
         Boot to the Recovery HD: Restart the computer and after the chime press and hold down the
         COMMAND and R keys until the Utilities menu screen appears. Alternatively, restart the computer and
         after the chime press and hold down the OPTION key until the boot manager screen appears.
         Select the Recovery HD and click on the downward pointing arrow button.
    3. Repair the Hard Drive and Permissions: Upon startup select Disk Utility from the Utilities menu. Repair the Hard Drive and Permissions as follows.
    When the recovery menu appears select Disk Utility. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the main menu. Select Restart from the Apple menu.
         Reinstall the 10.9.2 update: OS X Mavericks 10.9.2 Update (Combo).
    4. Reinstall Lion/Mountain Lion, Mavericks: Reboot from the Recovery HD. Select Reinstall Lion/Mountain Lion, Mavericks from the Utilities menu, and click on the Continue button.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible because it is three times faster than wireless.
    Reinstall the 10.9.2 update: OS X Mavericks 10.9.2 Update (Combo).

  • Java.lang.ClassCastException when trying to retrive a jdbc/OracleDS

    Hello friends, I'm experiencing a rare problem, "java.lang.ClassCastException" when trying to retrive the jdbc/OracleDS datasource using JNDI lookup, the exception is there, either, when running in the embebed OC4J from JDev 10.1.3.3 or when deploying (the War) to my OracleIAS (10.1.2). Actualy we are programing the DataSource and changing the URL each time we update the application (in both environment: Developer and Production), it is just a temporary "work around" while we find the real solution.
    We can't Cast a Oracle Object (oracle.jdbc.pool.OracleDataSource) to the java DataSource. Why?
    Here you have the story:
    The application wa started in Eclipse 3.2 with Tomcat 5, and we are using Struts 1.1 and Hibernate 3, in this environment we don't have problems. the problem happens during deploying the application to our Orace AS 10g (10.1.2). When googling for solution we found related problems in some forums, so we tried all the solutions explained in that post, including this. Finaly, we failed to find the solution.
    After that, we migrate the application to JDeveloper 10.1.3.3, and then try the JNDI lookup and the problem STAY, then we did everything again into JDev:
    - Changed the default jdk from 1.5 to 1.4.2_06, for the projects, the embebed OC4J and the Java Compiler....
    - Configuring the DataSource manualy in the xml.
    - Testing with several jdk version, trying on embebed oc4j, standalone oc4j, Oracle IAS, and so on.
    - We have tried everything we found in the posts.
    But .... the problem still :'(.
    We have found that some guys have solved the problems with the change of the jdk and other small stuff, but all that were not enough for us.
    Have somebody found other solution for this problem or we have some alien problem here?.
    Thanks in advance.

    Fer Domin, thanks by your replay.
    The answer for your question is, YES. We have tried with several DataSource types in the Oracle side (app server,embebed oc4j, standalone oc4j) and the app side (java). Also, all jdbc datasource extend the javax.sql.DataSource .. so it's rare to have this error when doing a simple jndi lookup.
    We tried deploying a small app (from Oracle) to test the DataSource in the app server (10.1.2.0.2) and it was working well. But we don't know which jdk was used to package that ear/war (I mean the TestDS small app).
    So, everything look like we are having a jdk compatibility problem ... but we don't know which it's or where it's.... because we configure JDeveloper 10.1.3.3 to use the same jdk, even for compiling and running the embebed oc4j and the problem still.
    Thanks again.

  • Getting "The Report Application Server failed" when trying to view a report

    I'm getting an error pop up:
    Crystal Report Windows Forms Viewer
    The Report Application Server failed
    OK  
    When trying to display a report using the Crystal Reports viewer (as shipped with VS2008)
    The stack trace implies it's having problems rendering the first page of the report:
         System.Windows.Forms.dll!System.Windows.Forms.MessageBox.ShowCore(System.Windows.Forms.IWin32Window owner = null, string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton, System.Windows.Forms.MessageBoxOptions options, bool showHelp) + 0x220 bytes     
         System.Windows.Forms.dll!System.Windows.Forms.MessageBox.Show(string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon) + 0x18 bytes     
         CrystalDecisions.Windows.Forms.dll!CrystalDecisions.Windows.Forms.MainReportDocument.GetPage(CrystalDecisions.Shared.PageRequestContext context = {CrystalDecisions.Shared.PageRequestContext}) + 0x6a9 bytes     
         CrystalDecisions.Windows.Forms.dll!CrystalDecisions.Windows.Forms.ReportDocumentBase.GetPage(int pageN = 1) + 0x1a3 bytes     
         CrystalDecisions.Windows.Forms.dll!CrystalDecisions.Windows.Forms.DocumentControl.ShowNthPage(int PageNumber = 1) + 0x79 bytes     
         CrystalDecisions.Windows.Forms.dll!CrystalDecisions.Windows.Forms.DocumentControl.ShowFirstPage() + 0x48 bytes     
         CrystalDecisions.Windows.Forms.dll!CrystalDecisions.Windows.Forms.PageView.ShowFirstPageEx() + 0x1ec bytes     
         CrystalDecisions.Windows.Forms.dll!CrystalDecisions.Windows.Forms.CrystalReportViewer.ShowReport() + 0xea bytes     
         CrystalDecisions.Windows.Forms.dll!CrystalDecisions.Windows.Forms.CrystalReportViewer.OnPaint(System.Windows.Forms.PaintEventArgs evtArgs = {ClipRectangle = {System.Drawing.Rectangle}}) + 0x182 bytes     
         System.Windows.Forms.dll!System.Windows.Forms.Control.PaintTransparentBackground(System.Windows.Forms.PaintEventArgs e, System.Drawing.Rectangle rectangle, System.Drawing.Region transparentRegion = {System.Drawing.Region}) + 0x16c bytes     
    Any ideas how to fix this?

    There is a good process for getting bugs fixed. However, you will have to provide a reliable way of reproducing the issue. E.g.; I can not go to R&D and ask that they fix a bug with a report that sometimes works and sometimes does not work.
    I suspect the best way to approach this, will be to actually see the report and try to determine what part of the report may be the issue. To be able to share the report, you will have to create a phone case here:
    http://store.businessobjects.com/store/bobjamer/DisplayProductByTypePage&parentCategoryID=&categoryID=11522300
    and discuss this at length with a support engineer.
    Ludek

  • Lion application is damaged when trying to reinstall from internet.

    Hey there. I just bought an macbook pro 15 (1 month old with preinstalled lion 10.7.4). I got my self into trouble when trying to install windows next to it and was adviced to do a full clean installation of osx.
    I reformatted the hd using the disc utility from the bought up which went fine, but then when choosing reinstall osx fails stating: this application is damaged and cannot be used to reinstalling lion...
    I then tryied the internet recovery thingy (cmd+option+r) which completes and reboots, but when choosing reinstalling lion it stills fails stating the application is damaged.
    What do i do? It seems to me there is no options here..?

    Hey ds store
    I worked the internet for clues all night I finally found the problem. I posting here the solution to my problem in case someone else find them selfs in the same trouble.
    It seams that the lion installer application returns an error in the log, that it cannot retreive the installation archive from apple servers, although setting the wireless and with WPA2. Even with the lan cable connected it got the same error. However this is a bug.. the installer doesn't see that there IS a connection to internet, and plainly returns the no connection error.
    However resetting the PRAM and NVRAM by pressing command+option+r+p (before the grey screen apears) does the trick: http://support.apple.com/kb/HT1379
    Now using force internet recovery function: command+option+r
    I could now install without problems :-)
    Chears

  • TRY statement locks up when trying to mount

    When I run this this script with the the wrong password or something.
    It gets hung up. How do I fx or work around this?
    [code]
    try
    mount volume "afp://name:[email protected]/volume"
    end try

    This kinda works but still gets locked up when the server address is incorrect.
    [code]
    set username to "handell_name"
    property pass : "handell_password"
    property network_share1 : ""
    property network_share2 : ""
    property domain : ""
    property server : "172.34.22.777"
    property sharedirectory : "volume_name"
    tell application "Finder"
    if pass is "" then
    set dialog_1 to display dialog "Please enter your password:" default answer "" with hidden answer
    set the pass to the text returned of dialog_1
    end if
    set network_share1 to "afp://" & domain & username & ":" & pass & "@" & server & "/" & sharedirectory
    if not (exists network_share1) then
    mount volume network_share1
    else
    eject network_share1
    mount volume network_share1
    end if
    end tell

  • CS3 extended locks up when trying save as png

    This just started happening and only locks up when I try to save as a png. works on all else. Can anyone help me!!!

    Try to reset preferences, as per the FAQ folder at the top of the forum list.

  • HT4061 My Iphone 4s locked up when trying to update to the latest software. It is asking me to restore the phone before continuing. I don't want to do this as I will loose all my info. Can u help?

    My phone has locked up when downloading the latest software. it is asking me to restore my phone, which if I do I will loose all contacts. Can u hekp?

    If it's asking you to restore it then it's already too late and you've lost it.

  • Mail locks up when trying to make attachment

    I'm having a problem with Mail . . Whenever I click the Attachment button to make an attachment, the application locks up . . Any clue?? This has never happened before, and I've had this computer for nearly 3 years now . .

    In the few cases where someone has reported this problem, the users that experienced it didn't provide enough information to properly identify it, so we still don't know what the cause really is.
    This could be a Launch Services cache or preferences corruption. The following article describes how to manually reset Launch Services -- the notes at the bottom of the article also provide information about the side effects of deleting each of the files involved:
    Resetting Launch Services
    If you prefer using a cache cleaning utility instead of following the manual procedure described in the previous article, this other article provides links to some utilities that can be used for troubleshooting and cache cleaning:
    Resolving Disk, Permission, and Cache Corruption
    The most appropriate utility for doing this probably would be Tiger Cache Cleaner, but you may also want to consider other utilities, such as OnyX, or Cache Out X, which are free. Whatever utility you choose, be sure to read this first:
    Side effects of System cache cleaning
    As an example, this is how you should proceed with OnyX:
    1. Quit all applications.
    2. Launch OnyX and enter your administrator password.
    3. Click Maintenance. In the Reset section, check LaunchServices database.
    4. You may uncheck any other pre-checked options if you wish.
    5. Click the Execute button.
    6. Restart the computer.
    7. If the problem persists, try again checking the Links between documents and applications option in step 3 instead.

  • All applications unexpectedly quit when trying to print

    I recently upgraded my wife's mini from Tiger to 10.5.2. Now when trying to print a document, the pages appear to be scrolling to the printer correctly, then there is an "unexpectedly quit" message.
    I've tried repairing permissions. Any suggestions on what else to try?

    Thanks - I just got the latest version of Disk Warrior, so I decided to run it. A rebuild of the directory seemed to solve this problem as well as a couple of others.

Maybe you are looking for

  • Saving photo's

    How can I save my photo's in My Pictures browser, in AOL?  To send in emails and to order prints.  Thank you.  Sharon

  • RE. Err Code U44M1P34

    I'm Having a lot of Probs w/ Err Code U44M1P34 on; PhotoShop CC Camera Raw 8.5(CC) and Bridge CC Tried to uninstall Bridge CC No Can do!

  • Download von CS5 Web Premium sehr, sehr langsam

    Hey. Ich habe versucht mir CS5 Adobe Premium zu downloaden. Da dies so wie so schon mit etlichen Problemen zusammen hieng (z.B. Kein Speicherplatz, Download hörte in der Mitte auf ect...) bin ich mit meinen Nerven langsam am Ende. Die Linzens habe ic

  • Calling another class file

    I am trying to write an app to that calls another class file but i keep getting this error: "Message.java": Error #: 300 : class Attachment not found in class Message at line 229, column 37 And this is the code where i am getting this error: public f

  • HT201263 ipad mini and the passcode

    Hello!! I forget the passcode for my ipad mini and I tried through Itunes and it dosen't work!! so please help me on that, I download the iTunes and I tried many times and nothing happend, still locked and disabled!! Please help me on that. Thanks in