Weblogic hangs after running few hours

Hi!
We have encountered the following errors with Oracle when runing weblogic
for few hours. What should we do in order to identify the problem?
Wed Feb 14 14:48:19 CST 2001:<I> <VCBOProductMgr::updateTransactionStatus>
Updating status of transaction TAC2001021411100000350
Wed Feb 14 14:48:19 CST 2001:<I> <TX> Exception during commit for a single
resource. Transaction = TxC (1911283416, xid = 982068338574_239, timeout =
300, txState = Rolledback, root = null
Wed Feb 14 14:48:19 CST 2001:<E> <Adapter> Exception thrown by rmi server:
[4151517674918611947S192.168.7.13:[7001,7001,7002,7002,7001,-1]/263]
Wed Feb 14 15:10:56 CST 2001:<I> <TX> Transaction (TxC (-343122239, xid =
982068338574_253, timeout = 60, txState = Marked Rollback, root = null)
rolled back after 60 sec.
Wed Feb 14 15:10:56 CST 2001:<I> <TX> java.sql.SQLException: Io exception:
There is no process to read data written to a pipe.
Wed Feb 14 15:11:10 CST 2001:<I> <TX> Transaction (TxC (1882185409, xid =
982068338574_254, timeout = 60, txState = Marked Rollback, root = null)
rolled back after 60 sec.
Wed Feb 14 15:11:10 CST 2001:<I> <TX> java.sql.SQLException: Io exception:
There is no process to read data written to a pipe.
System Configuration:
AIX 4.3
IBM JDK 1.2.2
Oracle JDBC 8.1.6 Thin Driver
Thanks!
Regards,
Yew Yap

hi!
If I use DriverManager to get my connection, will it still inherit the
transaction attributes defined in EJB? Will it auto-commit?
Thanks!
Regards
Yew Yap
"Rob Woollen" <[email protected]> wrote in message
news:<[email protected]>...
You are deadlocking because you are using DriverManager to get your
database connections. Unfortunately, it is prone to deadlock and should
be avoided.>
An easy temporary work-around is to set your initial number of db
connections equal to your max number of connections. In general, this
is a good idea for production systems, and it will avoid your deadlock.>
You should either get the db connection from a DataSource or use
java.sql.Driver.connect. They are not synchronized like DriverManager.>
-- Rob>
Goh Yew Yap wrote:>>
hi!>>
here is it.>>
"Adam Messinger" <[email protected]> wrote in message
news:[email protected]...
Goh,>>>
From the exceptions it appears to me as though the JDBC driver isthrowing
exceptions, perhaps because the Oracle listener is dying. It is alittle
hard to tell what is causing the hang without a thread dump though.Could
you generate one and post it here?>>>
Regards,>>>
Adam>>>
>>>
>>
Wed Feb 14 18:07:33 2001>>
SIGQUIT received at 0 in .
Current Thread Details
---------------------->>
"Signal dispatcher" (TID:0x800337a8, sys_thread_t:0x300d8c28,state:CW, native ID:0x102) prio=5
>>
----- Native Stack -----
at 0xd0012264 in pthreadevent_wait
at 0xd000e2b4 in condwait_local
at 0xd000e68c in condwait
at 0xd000f2f4 in pthread_cond_wait
at 0xd1a20ab8 in condvarWait
at 0xd1a26720 in sigMonitorWait
at 0xd1a26ab4 in sysSignalWait
at 0xd198934c in sigthread
at 0xd1986fec in xmSaveStackBase
at 0xd1a20c68 in _start
at 0xd00081fc in pthreadbody
unable to backtrace through native code - iar 0x0 not in textarea (sp is 0x301a1110)
>>
----- Monitors Held -----
Monitor Cache lock
Monitor Registry lock
Thread queue lock>
J2RE 1.2.2 IBM build ca122-20000915>>
Operating Environment
Host : sist1:192.168.3.16
OS Level : AIX 4.3.3.0
Processors -
Architecture : POWER_PC (impl: unknown, ver: unknown)
How Many : 2
Enabled : 2>>
User Limits (in bytes except for NOFILE and NPROC) -
RLIMIT_FSIZE : 1073741312
RLIMIT_DATA : 1342177280
RLIMIT_STACK : 33554432
RLIMIT_CORE : 1073741312
RLIMIT_NOFILE : 2000
NPROC(max) : 128>>
Page Space (in blocks) -
/dev/hd6: size=131072, free=130351>>
Application Environment
Signal Handlers -
SIGHUP : ignored
SIGINT : ignored
SIGQUIT : intrDispatchMD (libhpi.a)
SIGILL : intrDispatchMD (libhpi.a)
SIGTRAP : unknown handler (libjitc.a)
SIGABRT : intrDispatchMD (libhpi.a)
SIGEMT : intrDispatchMD (libhpi.a)
SIGFPE : intrDispatchMD (libhpi.a)
SIGBUS : intrDispatchMD (libhpi.a)
SIGSEGV : intrDispatchMD (libhpi.a)
SIGSYS : intrDispatchMD (libhpi.a)
SIGPIPE : ignored
SIGUSR1 : sigusr1Handler (libhpi.a)
SIGUSR2 : unknown handler (libjitc.a)
Environment Variables -
_=/usr/java_dev2/jre/sh/../bin/java
LANG=en_US
LOGIN=weblogic
NLSPATH=/usr/lib/nls/msg/%L/%N:/usr/lib/nls/msg/%L/%N.cat
IMQCONFIGCL=/etc/IMNSearch/dbcshelp>>
PATH=/usr/bin:/etc:/usr/sbin:/usr/ucb:/home/weblogic/bin:/usr/bin/X11:/sbin:
/weblogic/bin:/oracle/bin:/weblogic:/weblogic/ldap:.
ORACLE_BASE=/oracle
LC__FASTMSG=true
CGI_DIRECTORY=/var/docsearch/cgi-bin
IMQCONFIGSRV=/etc/IMNSearch
EDITOR=vi
LOGNAME=weblogic
MAIL=/usr/spool/mail/weblogic
LOCPATH=/usr/lib/nls/loc
ORACLE_SID=vcheq
PS1=weblogic$
DOCUMENT_SERVER_MACHINE_NAME=localhost
USER=weblogic
AUTHSTATE=compat
SHELL=/usr/bin/ksh
ODMDIR=/etc/objrepos
JAVAHOME=/usr/java_dev2/jre/sh/..
DOCUMENT_SERVER_PORT=49213
XFILESEARCHPATH=/usr/java_dev2/jre/sh/../lib/locale/%L/%T/%N%S:
HOME=/home/weblogic
TERM=vt100
MAILMSG=[YOU HAVE NEW MAIL]
ORACLE_HOME=/oracle
PWD=/weblogic
DOCUMENT_DIRECTORY=/usr/docsearch/html
TZ=TAIST-8
AIXTHREAD_SCOPE=S
A__z=! LOGNAME>>
LIBPATH=/usr/java_dev2/jre/sh/../bin:/usr/java_dev2/jre/sh/../bin/classic::/
weblogic/lib/aix:/weblogic/lib/aix
>>
Loaded Libraries (sizes in bytes)
/weblogic/lib/aix/libmuxer.so
filesize : 18471
text start : d1c09000
text size : 2cc7
data start : 31f44200
data size : 168
/usr/java_dev2/jre/bin/libmath.a
filesize : 65667
text start : d1bfe000
text size : aeb3
data start : 30c42fa8
data size : 3ac
/usr/java_dev2/jre/bin/libnet.a
filesize : 51753
text start : d1bf6000
text size : 7b8f
data start : 30c413a8
data size : 338
/usr/java_dev2/jre/bin/libjitc.a
filesize : 2199966
text start : d1a3d000
text size : 1b8600
data start : 30284580
data size : c954
/usr/lib/libiconv.a
filesize : 377832
text start : d0034100
text size : 13f3a
data start : f011fda0
data size : a574
/usr/lib/libi18n.a
filesize : 122287
text start : d002c100
text size : 7834
data start : f017d440
data size : 1114
/usr/lib/nls/loc/en_US
filesize : 14340
text start : d0026000
text size : 2d71
data start : d0029130
data size : 2324
/usr/java_dev2/jre/sh/../bin/libzip.a
filesize : 102070
text start : d1a2a000
text size : 127ec
data start : 300812f8
data size : 1ea0
/usr/java_dev2/jre/sh/../bin/libhpi.a
filesize : 83039
text start : d1a1f000
text size : a38e
data start : 3003fc98
data size : b5c
/usr/java_dev2/jre/sh/../bin/libxhpi.a
filesize : 8871
text start : d1a1e000
text size : f29
data start : 3003e948
data size : 1a8
/usr/java_dev2/jre/sh/../bin/libjava.a
filesize : 366095
text start : d19e4000
text size : 39f86
data start : 30037508
data size : 6428
/usr/java_dev2/jre/sh/../bin/classic/libjvm.a
filesize : 1295285
text start : d1906000
text size : dde9e
data start : 30011340
data size : 252e0
/usr/lib/libdl.a
filesize : 5248
text start : d0a7f0f8
text size : 1e0
data start : f02560f8
data size : 0
/usr/lib/libbsd.a
filesize : 62186
text start : d00cf4e0
text size : 7deb
data start : f00f6b28
data size : 1460
/usr/lpp/xlC/lib/libC.a
filesize : 2610937
text start : d07ed360
text size : 5982
data start : f01cf760
data size : a08
/usr/lpp/xlC/lib/libC.a
filesize : 2610937
text start : d0779660
text size : 5fca
data start : f01ce460
data size : 83c
/usr/lpp/xlC/lib/libC.a
filesize : 2610937
text start : d07807c0
text size : 6c174
data start : f01bbdc0
data size : 113c4
/usr/lpp/xlC/lib/libC.a
filesize : 2610937
text start : d076d070
text size : b756
data start : f01ba31c
data size : 1c
/usr/lib/libpthreads.a
filesize : 712412
text start : d0001000
text size : 2290
data start : f006f000
data size : 41004
/usr/lib/libpthreads.a
filesize : 712412
text start : d0004000
text size : 20174
data start : f00b1000
data size : 400c
/usr/lpp/xlC/lib/libC.a
filesize : 2610937
text start : d0739100
text size : 33653
data start : f01b5d00
data size : 411c
/usr/lib/libcrypt.a
filesize : 11167
text start : d00250f8
text size : 87a
data start : f006e528
data size : 13c
/usr/lib/libc.a
filesize : 6367431
text start : d0163720
text size : 1c0845
data start : f0000da0
data size : 6d108>>
"HighPriority TimeEventGenerator" (TID:0x828c68c0,sys_thread_t:0x31df64d8, state:CW, native ID:0x191d) prio=9
at java.lang.Object.wait(Native Method)
atweblogic.time.common.internal.TimeTable.snooze(TimeTable.java(Compiled
Code))
atweblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.java
:141)
at java.lang.Thread.run(Thread.java:481)>>
----- Native Stack -----
at 0xd01f0450 in gettimeofday
at 0xd0012264 in pthreadevent_wait
at 0xd000e188 in condwait_local
at 0xd000e68c in condwait
at 0xd000f058 in pthread_cond_timedwait
at 0xd1a20978 in condvarTimedWait
at 0xd1a230bc in sysMonitorWait
at 0xd1998e28 in lkMonitorWait
at 0xd1929d70 in JVM_MonitorWait
unable to backtrace through native code - iar 0x31f240b8 not intext area (sp is 0x31eb1b9c)
>>
----- Monitors Held ----->
------------------------------------------------------------------------->>
"SSLListenThread" (TID:0x80032d28, sys_thread_t:0x31218bd8, state:R,native ID:0x181c) prio=5
at java.net.PlainSocketImpl.socketAccept(Native Method)
at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:414)
at java.net.ServerSocket.implAccept(ServerSocket.java:242)
at java.net.ServerSocket.accept(ServerSocket.java:226)
atweblogic.security.SSL.SSLServerSocket.acceptNoHandshake(SSLServerSocket.java
:121)
atweblogic.security.SSL.SSLServerSocket.accept(SSLServerSocket.java:112)
at weblogic.t3.srvr.ListenThread.run(ListenThread.java:277)>>
----- Native Stack -----
at 0xd1a251b0 in sysAccept
at 0xd191fb90 in JVM_Accept
at 0xd1bfafa0 in Java_java_net_PlainSocketImpl_socketAccept
at 0xd193bda4 in mmisInvoke_O_VHelper
at 0xd193da88 in entryCmp
unable to backtrace through native code - iar 0x3000c268 not intext area (sp is 0x3001d818)
>>
----- Monitors Held -----
(flat) java.net.PlainSocketImpl@8287E490/8287E498>
------------------------------------------------------------------------->>
"ListenThread" (TID:0x80032dd0, sys_thread_t:0x31218958, state:R,native ID:0x171b) prio=5
at java.net.PlainSocketImpl.socketAccept(Native Method)
at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:414)
at java.net.ServerSocket.implAccept(ServerSocket.java:242)
at java.net.ServerSocket.accept(ServerSocket.java:226)
at weblogic.t3.srvr.ListenThread.run(ListenThread.java:277)>>
----- Native Stack -----
at 0xd1a251b0 in sysAccept
at 0xd191fb90 in JVM_Accept
at 0xd1bfafa0 in Java_java_net_PlainSocketImpl_socketAccept
at 0xd193bda4 in mmisInvoke_O_VHelper
at 0xd193da88 in entryCmp
unable to backtrace through native code - iar 0x0 not in textarea (sp is 0x3134b120)
>>
----- Monitors Held -----
(flat) java.net.PlainSocketImpl@8287CC50/8287CC58>
------------------------------------------------------------------------->>
"NBExecuteThread-1" (TID:0x80032e68, sys_thread_t:0x308a3988,state:CW, native ID:0x1617) prio=5
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:426)
atweblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:99)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)>>
----- Native Stack -----
at 0xd0012264 in pthreadevent_wait
at 0xd000e2b4 in condwait_local
at 0xd000e68c in condwait
at 0xd000f2f4 in pthread_cond_wait
at 0xd1a20ab8 in condvarWait
at 0xd1a230a0 in sysMonitorWait
at 0xd1998e28 in lkMonitorWait
at 0xd1929d70 in JVM_MonitorWait
at 0xd193f544 in sysInvokeNative
at 0xd1939b2c in mmisInvokeJniMethodHelper
at 0xd19305e8 in ThreadCPUTimeMillis
unable to backtrace through native code - iar 0x0 not in textarea (sp is 0x30e2e60c)
>>
----- Monitors Held ----->
------------------------------------------------------------------------->>
"NBExecuteThread-0" (TID:0x80032ed8, sys_thread_t:0x308a3478,state:CW, native ID:0x1516) prio=5
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:426)
atweblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:99)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)>>
----- Native Stack -----
at 0xd0012264 in pthreadevent_wait
at 0xd000e2b4 in condwait_local
at 0xd000e68c in condwait
at 0xd000f2f4 in pthread_cond_wait
at 0xd1a20ab8 in condvarWait
at 0xd1a230a0 in sysMonitorWait
at 0xd1998e28 in lkMonitorWait
at 0xd1929d70 in JVM_MonitorWait
at 0xd193f544 in sysInvokeNative
at 0xd1939b2c in mmisInvokeJniMethodHelper
at 0xd19305e8 in ThreadCPUTimeMillis
unable to backtrace through native code - iar 0x0 not in textarea (sp is 0x30de840c)
>>
----- Monitors Held ----->
------------------------------------------------------------------------->>
"ExecuteThread-14" (TID:0x80032f48, sys_thread_t:0x30871a78,state:CW, native ID:0x1415) prio=5
atjava.sql.DriverManager.getConnection(DriverManager.java(Compiled Code))
at com.vcheq.tjs.TJSRemove.remove(TJSRemove.java:56)
atcom.vcheq.transaction.VCDOTransactionEJB.deletePostDatedTransaction(VCDOTran
sactionEJB.java:1408)
atcom.vcheq.transaction.VCDOTransactionEJBEOImpl.deletePostDatedTransaction(VC
DOTransactionEJBEOImpl.java:155)
atcom.vcheq.transaction.VCDOTransactionEJBEOImpl_WLSkel.invoke(VCDOTransaction
EJBEOImpl_WLSkel.java:75)
atweblogic.rmi.extensions.BasicServerObjectAdapter.invoke(BasicServerObjectAda
pter.java(Compiled Code))
atweblogic.rmi.extensions.BasicRequestHandler.handleRequest(BasicRequestHandle
r.java(Compiled Code))
atweblogic.rmi.extensions.BasicRequestDispatcher.dispatch(BasicRequestDispatch
er.java(Compiled Code))
atweblogic.rmi.internal.ServerRequest.sendOneWay(ServerRequest.java:73)
atweblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:77)
atcom.vcheq.transaction.VCDOTransactionEJBEOImpl_WLStub.deletePostDatedTransac
tion(VCDOTransactionEJBEOImpl_WLStub.java:193)
atcom.vcheq.transaction.VCBOProductMgrEJB.deletePostDatedTransaction(VCBOProdu
ctMgrEJB.java:475)
atcom.vcheq.transaction.VCBOProductMgrEJBEOImpl.deletePostDatedTransaction(VCB
OProductMgrEJBEOImpl.java:142)
atcom.vcheq.transaction.VCBOProductMgrEJBEOImpl_WLSkel.invoke(VCBOProductMgrEJ
BEOImpl_WLSkel.java:75)
atweblogic.rmi.extensions.BasicServerObjectAdapter.invoke(BasicServerObjectAda
pter.java(Compiled Code))
atweblogic.rmi.extensions.BasicRequestHandler.handleRequest(BasicRequestHandle
r.java(Compiled Code))
atweblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:1
5)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)>>
----- Native Stack -----
at 0xd0012264 in pthreadevent_wait
at 0xd000e2b4 in condwait_local
at 0xd000e68c in condwait
at 0xd000f2f4 in pthread_cond_wait
at 0xd1a20ab8 in condvarWait
at 0xd1a230a0 in sysMonitorWait
at 0xd1999500 in lkMonitorEnter
unable to backtrace through native code - iar 0x30291804 not intext area (sp is 0x30da1cac)
>>
----- Monitors Held ----->>
----- Blocked On -----
java.lang.Class@80016588/80016590>
------------------------------------------------------------------------->>
"ExecuteThread-13" (TID:0x80032fb8, sys_thread_t:0x3085b3b8,state:R, native ID:0x1314) prio=5
at java.net.SocketInputStream.socketRead(Native Method)
atjava.net.SocketInputStream.read(SocketInputStream.java(Compiled Code))
atweblogic.socket.JavaSocketMuxer.processSockets(JavaSocketMuxer.java:209)
atweblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)>>
----- Native Stack -----
at 0xd1a24ba8 in sysTimeout
at 0xd191fcc0 in JVM_Timeout
at 0xd1bfb608 in Java_java_net_SocketInputStream_socketRead
unable to backtrace through native code - iar 0x311ebec0 not intext area (sp is 0x30d5bf8c)
>>
----- Monitors Held ----->
------------------------------------------------------------------------->>
"ExecuteThread-12" (TID:0x80033028, sys_thread_t:0x3085b158,state:CW, native ID:0x1213) prio=5
atjava.sql.DriverManager.registerDriver(DriverManager.java(Compiled Code))
atcom.vcheq.common.VCEnvironment.getProfileConnection(VCEnvironment.java(Compi
led Code))
atcom.vcheq.common.VCEnvironment.getBankGMT(VCEnvironment.java:574)
atcom.vcheq.transaction.VCDOTransactionEJB.submitTransaction(VCDOTransactionEJ
B.java:690)
atcom.vcheq.transaction.VCDOTransactionEJBEOImpl.submitTransaction(VCDOTransac
tionEJBEOImpl.java:245)
atcom.vcheq.transaction.VCDOTransactionEJBEOImpl_WLSkel.invoke(VCDOTransaction
EJBEOImpl_WLSkel.java:97)
atweblogic.rmi.extensions.BasicServerObjectAdapter.invoke(BasicServerObjectAda
pter.java(Compiled Code))
atweblogic.rmi.extensions.BasicRequestHandler.handleRequest(BasicRequestHandle
r.java(Compiled Code))
atweblogic.rmi.extensions.BasicRequestDispatcher.dispatch(BasicRequestDispatch
er.java(Compiled Code))
atweblogic.rmi.internal.ServerRequest.sendOneWay(ServerRequest.java:73)
atweblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:77)
atcom.vcheq.transaction.VCDOTransactionEJBEOImpl_WLStub.submitTransaction(VCDO
TransactionEJBEOImpl_WLStub.java:252)
atcom.vcheq.transaction.VCBOProductMgrEJB.submitTransaction(VCBOProductMgrEJB.
java:123)
atcom.vcheq.transaction.VCBOProductMgrEJBEOImpl.submitTransaction(VCBOProductM
grEJBEOImpl.java:99)
atcom.vcheq.transaction.VCBOProductMgrEJBEOImpl_WLSkel.invoke(VCBOProductMgrEJ
BEOImpl_WLSkel.java:97)
atweblogic.rmi.extensions.BasicServerObjectAdapter.invoke(BasicServerObjectAda
pter.java(Compiled Code))
atweblogic.rmi.extensions.BasicRequestHandler.handleRequest(BasicRequestHandle
r.java(Compiled Code))
atweblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:1
5)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)>>
----- Native Stack -----
unable to backtrace through native code - iar 0x30d156b4 not intext area (sp is 0x30d154fc)
>>
----- Monitors Held ----->>
----- Blocked On -----
java.lang.Class@80016588/80016590>
------------------------------------------------------------------------->>
"ExecuteThread-11" (TID:0x80033098, sys_thread_t:0x3085aef8,state:CW, native ID:0x1112) prio=5
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java(Compiled Code))
atweblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java(Compiled
Code))
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)>>
----- Native Stack -----
unable to backtrace through native code - iar 0x3001c350 not intext area (sp is 0x30ccf8ec)
>>
----- Monitors Held ----->
------------------------------------------------------------------------->>
"ExecuteThread-10" (TID:0x80033108, sys_thread_t:0x3085ac98,state:CW, native ID:0x1011) prio=5
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java(Compiled Code))
atweblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java(Compiled
Code))
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)>>
----- Native Stack -----
unable to backtrace through native code - iar 0x3001c350 not intext area (sp is 0x30c896ec)
>>
----- Monitors Held ----->
------------------------------------------------------------------------->>
"ExecuteThread-9" (TID:0x80033178, sys_thread_t:0x30852598, state:R,native ID:0xf10) prio=5
at java.net.SocketInputStream.socketRead(Native Method)
atjava.net.SocketInputStream.read(SocketInputStream.java(Compiled Code))
at oracle.net.ns.Packet.receive(Unknown Source)
at oracle.net.ns.NSProtocol.connect(Unknown Source)
at oracle.jdbc.ttc7.TTC7Protocol.connect(TTC7Protocol.java:1139)
at oracle.jdbc.ttc7.TTC7Protocol.logon(TTC7Protocol.java:199)
atoracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:200)
atoracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:251)
atoracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:224)
atjava.sql.DriverManager.getConnection(DriverManager.java(Compiled Code))
atjava.sql.DriverManager.getConnection(DriverManager.java(Compiled Code))
at com.vcheq.tjs.TJSRemove.remove(TJSRemove.java:56)
atcom.vcheq.transaction.VCDOTransactionEJB.deletePostDatedTransaction(VCDOTran
sactionEJB.java:1408)
atcom.vcheq.transaction.VCDOTransactionEJBEOImpl.deletePostDatedTransaction(VC
DOTransactionEJBEOImpl.java:155)
atcom.vcheq.transaction.VCDOTransactionEJBEOImpl_WLSkel.invoke(VCDOTransaction
EJBEOImpl_WLSkel.java:75)
atweblogic.rmi.extensions.BasicServerObjectAdapter.invoke(BasicServerObjectAda
pter.java(Compiled Code))
atweblogic.rmi.extensions.BasicRequestHandler.handleRequest(BasicRequestHandle
r.java(Compiled Code))
atweblogic.rmi.extensions.BasicRequestDispatcher.dispatch(BasicRequestDispatch
er.java(Compiled Code))
atweblogic.rmi.internal.ServerRequest.sendOneWay(ServerRequest.java:73)
atweblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:77)
atcom.vcheq.transaction.VCDOTransactionEJBEOImpl_WLStub.deletePostDatedTransac
tion(VCDOTransactionEJBEOImpl_WLStub.java:193)
atcom.vcheq.transaction.VCBOProductMgrEJB.deletePostDatedTransaction(VCBOProdu
ctMgrEJB.java:475)
atcom.vcheq.transaction.VCBOProductMgrEJBEOImpl.deletePostDatedTransaction(VCB
OProductMgrEJBEOImpl.java:142)
atcom.vcheq.transaction.VCBOProductMgrEJBEOImpl_WLSkel.invoke(VCBOProductMgrEJ
BEOImpl_WLSkel.java:75)
atweblogic.rmi.extensions.BasicServerObjectAdapter.invoke(BasicServerObjectAda
pter.java(Compiled Code))
atweblogic.rmi.extensions.BasicRequestHandler.handleRequest(BasicRequestHandle
r.java(Compiled Code))
atweblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:1
5)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)>>
----- Native Stack -----
at 0xd1a24ddc in sysRecv
at 0xd191fd8c in JVM_Recv
at 0xd1bfb714 in Java_java_net_SocketInputStream_socketRead
unable to backtrace through native code - iar 0x311ebec0 not intext area (sp is 0x30c1f078)
>>
----- Monitors Held -----
(flat) java.lang.Class@80016588/80016590
(flat) oracle.jdbc.ttc7.TTC7Protocol@827B72B0/827B72B8>
------------------------------------------------------------------------->>
"ExecuteThread-8" (TID:0x800331e8, sys_thread_t:0x30852338,state:CW, native ID:0xe0f) prio=5
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java(Compiled Code))
atweblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java(Compiled
Code))
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)>>
----- Native Stack -----
unable to backtrace through native code - iar 0x800331e8 not intext area (sp is 0x30bda3fc)
>>
----- Monitors Held ----->
------------------------------------------------------------------------->>
"ExecuteThread-7" (TID:0x80033258, sys_thread_t:0x308520d8,state:CW, native ID:0xd0e) prio=5
at java.lang.Object.wait(Native Method)

Similar Messages

  • Firefox hangs after a few hours. The task manager shows it using 50% of the time, and I don't see where it's doing anything. What is going on?

    It will not respond to any mouse clicks or key presses. I use the task manager to shut it down. When I restart, I select the option to restart Firefox with the same tabs and it does that and runs fine for a few hours and then it hangs again.

    iPhones are not user servicable.
    Take the device to a competent repair person or buy a new one.

  • XServer hangs after a few hours

    We have been seeing problems recently where our XServer runs a few hours, then stops responding. WHen I look at the console, its black. Keyboard and mouse do not respond. Fans in the server are running at full speed. I have to power cycle the XServer to get it going again. Today I got the following backtrace. Can anyone help me figue out whats going on?
    panic(cpu 1 caller 0x0028C364): mget MCHECK: m_type=2 m=3d049f00 Latest stack backtrace for cpu 1:
    Backtrace:
    0x00095138 0x00095650 0x00026898 0x0028C364 0x00291398 0x000FBD44 0x000F52F0 0x0027EAD4
    0x0027E810 0x002AAE28 0x000AB930 0x1CD495DE Proceeding back via exception chain:
    Exception state (sv=0x3C538280)
    PC=0x900143AC; MSR=0x0200F030; DAR=0xE000F000; DSISR=0x42000000; LR=0x0000F654; R1=0xBFFFFB00; XCP=0x00000030 (0xC00 - System call)
    Kernel version:
    Darwin Kernel Version 8.8.0: Fri Sep 8 17:18:57 PDT 2006; root:xnu-792.12.6.obj~1/RELEASE_PPCModel: RackMac3,1, BootROM 5.1.7f2, 2 processors, PowerPC G5 (3.1), 2.3 GHz, 2 GB
    Graphics: ATI VGA, ATY,RV100, PCI, 64 MB Memory Module: DIMM0/J11, 1 GB, DDR SDRAM ECC, PC3200U-30330 Memory Module: DIMM1/J12, 1 GB, DDR SDRAM ECC, PC3200U-30330
    Modem: , , , ,
    Network Service: Built-in Ethernet 1, Ethernet, en0 PCI Card: ATY,RV100, Display, SLOT-3 PCI Card: bcom5704, network, SLOT-4 PCI Card: bcom5704, network, SLOT-4 Serial ATA Device: Maxtor 6L080M0, 76.69 GB Serial ATA Device: Hitachi HDS725050KLA360, 465.76 GB Serial ATA Device: Hitachi HDS725050KLA360, 465.76 GB Parallel ATA Device: MATSHITACD-RW CW-8124, USB Device: Black Box KV126A, Avocent, Up to 1.5 Mb/sec, 500 mA FireWire Device: unknown_device, unknown_value, Up to 400 Mb/sec

    No 
    Solution may be found if you search in the "More Like This" section over in the right column. 

  • Mac book pro mid 2009 shuts down after a few hour then will only boot after waiting and pressing power button numerous times. I am running mountain lion with most recent updates.

    Mac book pro mid 2009 shuts down after a few hour of use and then is very difficult to reboot. Sometimes I have to wait hours, sometimes I have to repeatedly press the power button and then it will slowly start a little longer each press untill it completely boots. It has done this three times know.  Each time I was watching a video.

    Try running the Apple Hardware Test - sounds as if you've hardware issues.
    Clinton

  • Why does it freeze after a few hours? Particularly YT videos won't show.

    If I leave my computer on for a couple of hours and then try using it, many functions freeze like the ability to copy/paste and Youtube videos don't show, it's just a blank screen. This has been going on for a long time and it gets very frustrating having to be restarting my computer every time this issue comes up. Another serious issue is when I want to go directly to any site ex. cpl retail, and instead of taking me there it takes me to a search page. I have to be using other internet options b/c this issues are really getting tiresome to deal with.

    It seems like your computer may be hanging on a process or perhaps even a long running script on the page you're on. If you will, please let me know how much RAM you have available when you start your computer, then how much you have after a few hours. This may be completely irrelevant, but it's worth a shot. :)

  • WRT54G3G/Vodafone connect card - Network loss after a few hours or sometimes days

    I have a Linksys WRT54G3G router with a vodafone mobile connectcard. I did setup the "keep alive" function to the nearest DNS servers to keep the modem alive 24/7. However after a few hours of somtimes after a few days. The modem "hangs" itselves. After a power-up of the modem it's start to work again. This modem is on a project location with no people available to reset the modem. At this moment we use a local timerswitch to reset (power off/on) the modem every 24 hour, but this is not really a solution. We're using the latest firmware. Please advise !

    Re ; WRTG3G-ST Disconnect - I am running 2.00.9 firmware with a Sprint S720 card.
    The Router disconnects from the Internet after a few minutes of operation. 
    I have set 'Auto Connect' to both auto (1000 min)  and manual. and still get the disconnect.
    Once it disconnects I cannot reconnect remotely even if I launch a browser or ping.
    Pressing the Data Card button does reconnect to the Internet.
    Some times it runs for hours.
    My 3G signal in this area is not the geatest but I would expect the router to handle that.
    Any suggestions on how to keep connected. .

  • Unable to boot Z10, stuck on loading screen at 99% after a few hours.

    Hi, I am unable to boot Z10, stuck on loading screen at 99% after a few hours. I did not try to update, nor load any other OS versions.  Running a Bell Canada 10.1.  Tried to pull battery, leave phone boot for 5 hours, still stuck on 99%.  I tried plugging it in BB Link and computer will not recognize it.

    dazedandconfused wrote:
    Every option Im seeing is telling me Im going to lose my data... is this true? I know with other phones ppl are able to mount the device as if it were a hard drive and pull content from it... is this not possible with the Z10? Thanks...
    I understand you are frustrated and seeking solutions, but please don't double and triple post your inquiry.
    I've answered your thread already, here: 
    Re: Z10 stuck on loading logo on starting up
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • A few thoughts and experiences after a few hours using my new ThinkPad E440 with Win 8.1

    After waiting 36 days for my new ThinkPad to arrive, I guess I'm just "eh" about it after using it some. Here are some of my thoughts, opinions, and experiences I've had after using it for a few hours... Hope this helps other people.
    I should not be surprised because I read all the reviews, but the touch pad really sucks. I hate everything about it, the way it clicks - it's so loud and clunky! - and it's insensitivity (and I adjusted this to be more sensitive). Thank goodness for the track point. I love that thing.
    The touchscreen stopped working after a few hours of use. After I rebooted it came back. Is this a bad omen? Or did I inadvertantly turn it off? Is that even possible? I am new to Windows 8 so anything is possible.
    The touch screen, when it's working, is not very responsive. It's MUCH LESS responsive than my Samsung Galaxy Note 2 Android phone or my LG G Pad 8.3 tablet. This is very disappointing.
    I ran the hardware scan that is in the Lenovo Solution Center and got a warning under the category "Local Connection Test". I looked at the list of System Events and it's very long. The first application error event name is MpTelemetry. Response is "Not available". The next one is "PnPRequestAdditionalSoftware". Response is "Not available". And the list goes on and on and on for pages. I have no idea what to do about this or what it means.
    Also in the Lenovo Solution Center, under Software, there is a Critical Alert that says I never updated Windows. But I did when it prompted me to while it was first booting up and it was updating and installing things. Where it says "To update your operating system, you must run Windows Update", I click on the Launch button and it takes me to Windows Update where it says No Updates are Available. Go figure. It also says there have been 9 Windows updates made to the computer. I guess I'll have to just always ignore that Critical Alert.
    In the system tray, it says "ThinkPad OneLink Dock Detached!". I don't have a dock... So, yes, that's true, it is detached.   I'll have to hide that one.
    I realize there is a Lenovo Recovery Partition on the hard drive but I would really like to create a set of recovery disks before I start customizing this thing, installing apps, and moving my files over. I can't find anything that tells me how to do it. Under the control panel, there is the Recovery icon. The only choice there for creating recovery media is to create a Recovery Drive, not disks. I'll post a separate item to get information on this.
    On the positive side, I have had it in my lap the whole time and it's not gotten too hot for my legs. That's a big improvement on my old Toshiba Satellite Pro.
    This locating the Fn key to the left of the CTRL key decision must have been made by someone smoking crack. Why would anyone in their right mind want to do this? We've had the CTRL key on the outer left edge like, FOREVER, why move it now?? This will be something that will take me a long time to adjust to - if I ever do. I use the CTRL a lot for cutting, pasting, and formatting things in Excel and Word. It's going to be a battle. I wonder if any software exists that allows you to redefine the keys? Speaking of location of keys, I keep hitting the Page Down key when I want the Page Up key. I'm used to the Page Up key being above the Page Down key instead of to the left.
    After being told here in the forum that the fingerprint reader was not an option in the US I am pleasantly surprised to see one on my new ThinkPad.
    I use the right-click on my mouse often. For example, to open a link in a new tab instead of switching to the new URL. For some reason, when I click on the right part of the touch pad when the mouse is located over a link, it just opens the new URL instead of giving me options for opening the URL. I'll have to figure this out.
    So anyway, I guess that's more than a few things... hope this is useful to someone...

    You can change FN and CTRL key in the BIOS

  • I am trying to do a full Time Machine Backup to a new external disk. The backup starts, and it says "Time remaining about 4 days." That seems like a very long time, but the real problem is that the computer "logs off" after a few hours, and the b.u. stops

    I am trying to do a full Time Machine Backup to a new external disk. The backup starts, and it says "Time remaining about 4 days." That seems like a very long time, but the real problem is that the computer "logs off" after a few hours, and the backup stops. The system preferences are set to "Never" for Computer sleep and Display sleep. The computer does not ordinarily log off automatically, but it has done this twice since I started the Time Machine backup.

    If you have more than one user account, these instructions must be carried out as an administrator.
    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Enter the word "Starting" (without the quotes) in the String Matching text field. You should now see log messages with the words "Starting * backup," where * represents any of the words "automatic," "manual," or "standard." Note the timestamp of the last such message. Clear the text field and scroll back in the log to that time. Select the messages timestamped from then until the end of the backup, or the end of the log if that's not clear. Copy them (command-C) to the Clipboard. Paste (command-V) into a reply to this message.
    If all you see are messages that contain the word "Starting," you didn't clear the search box.
    If there are runs of repeated messages, post only one example of each. Don't post many repetitions of the same message.
    When posting a log extract, be selective. Don't post more than is requested.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Some personal information, such as the names of your files, may be included — anonymize before posting.

  • Wireless shows connected but stops working after a few hours?

    Hi. I am having an issue with my linksys WRT160N v2 router. I have my desktop computer hardwired to my range extender (belkin E2S2400) which connects wirelessly to my router. The issue I am having is that after a few hours, especially if I am not on the computer, the wireless will stop working. Everything still shows connected and there is no evidence of a change except that anything I try to do (webpage, download, even the router itself) times out and says not available. It's as if the connection has somehow been put to sleep and is not being woken up.
    This is despite having programs like bittorrent running in the background (seeding, not constant). I cannot find any settings to indicate sleeping or power issues or anything. If I reboot my range extender it works just fine. There is nothing on the range extender about going to sleep and it had no problem with my other router I was trying out. My other devices like my phone have no problem like this. 
    Any help is greatly appreciated!

    It would be best to check if the WRT160N v.2 router has the latest firmware installed especially if you experienced the problem on all of your wireless devices. If ever you have the latest firmware installed on your router please try to check on your current wireless security settings especially the wireless channel, you may set it to 1,6, 9 or 11.

  • Dv5t-1000 CTO Sound sputters and OS slows down after a few hours

    I am running Vista 32bit SP1 on a DV5T-1000 CTO machine, 4gb ram 2.0ghz c2d
    I've noticed that after a few hours of use, usually after I leave the machine on alone and coming back to it, the sound completely degrades and the OS response completely slows down to a crawl. It is especially prominent if I go to something like youtube and watch a video. the whole thing sputters and stutters and sounds horrible and the os slows to a crawl.
    however, if I pause the video, until it's fully loaded, THEN play it, all is well, and my OS goes back to full speed...
    but the longer I leave my PC on the WORSE it gets. if I leave it overnight, and come back in the morning, the result is horrible. I have an audio alert to notify me if I have email. normally it just does a quick 'beeep-booop, taking about a quarter of a second' as it flashes the message in the corner. If i leave the machine on over night, the next morning the message will go 'b-e-e-e-e-e-e-e-e-e-e-e-e-p-p-p-p-p-p b-b-b-b-o-o-o-o-o-o-p-p-p-p-' and takes about 5 seconds to complete the notification!
    At this point, if I try to restart the computer, or shut it down from the start menu, it does nothing. I go to start select restart, nothing. I go to start, select shutdown, nothing. I have to physically hold down the power button and kill the computer!
    I've updated to all the latest drivers for all my components straight of the h-p site. I even tried upgrading my nvidia drivers to the latest from nvidia.com. that didn't work so I reverted back to the h-p ones (from LAST YEAR by the way, can we get an UPDATE!)
    so please, tell me WHAT GIVES! In addition to using my computer for daily activities, I also produce music on it. And if I use my pc for more than 2 hours, and I want to work on music, I have to reboot or suffer as my computer completely locks up.
    PS. this thing says I cant make a word using the letters h and p... is this a JOKE?!?!?!?!?!?!

    sorry about my tone, I don't realize how I sound when I'm typing, though I do think it's ridiculous that a forum about h-p doesn't allow you SAY h-p
    anyway, I'm still at a loss for what to do, and it just occured to me that this may not be the place to get official help. are there h-p people here? or should I be contacting support? I have a feeling all they're going to tell me is to update the drivers...

  • Skype 7.7 stops working after a few hours

    After a few hours maybe 6 hours or so, skype will not let me get on calls. If I try to get on a call skype immediately stops working. I am using Windows 10 and I tried uninstalling it and reinstalling it but that has not worked.

    ejwoodall wrote:
    It's not a router problem as I explained in my post. If it was a router problem then I wouldn't have the problem everywhere I go. It is an issue with the software.
    Then I guess the millions of people running 10.5.7 with no issues are just hallucinating that their machines are working fine?
    I'm not trying to belittle your issues; you're certainly having them and I know first hand how annoying an intermittent AirPort issue can be. (In fact, mine was due to an AirPort driver bug that no one else seemed to suffer from.)
    The single best diagnostic you could do is take your system running 10.5.7 to an Apple Store, and try using their in-store network.
    If your machine performs flawlessly, it may be a router issue.
    If your machine has connectivity issues there, it may be a hardware problem with your machine.
    There have been numerous people in multiple threads over the years who swore that an update was buggy because things used to work, but returned later to sheepishly admit that they took their machine in, a problem was found and fixed, and now their Mac works flawlessly with the newer software.
    But simply reinstalling 10.5.5 in no way means the explanation of how firmware bugs may be at play here is incorrect.
    In the context of that explanation, all you've done is possibly reinstall software that asks to add "2 + 3."

  • Gnome-shell and its CPU hog after a few hours of using

    (Yeah, I know there was many threads like mine, but most of them are about old bugs or people who have hardware acceleration turned off; I use GeForce G210M and my system is up to date (systemd and all that stuff))
    I have to restart Gnome Shell after a few hours, because it starts to constantly use 30% - 40% of CPU.
    Is there any patch for this?
    Are there any debug tools to see if it's not some badly written extension? I use only a few of them, so I guess that's not the problem.
    I already use ulatency and verynice. Would it be safe to set gnome-shell as 'runawayexe'? IDK if it'd restart itself. Now I have it in goodexe.
    Last edited by ravicious (2013-01-21 14:08:36)

    Are you sure it is the Gnome Shell? (Try running htop and monitoring the processes)
    Try disabling all your extensions and re-enabling them one by one to see if any have memory issues.
    Another possible issue would be extensions that cause updates all the time.  For example the netspeed extension constantly updates with your internet speed.

  • HELP MY MAC BOOK PRO has a problem. FROM A FEW DAYS AFTER A FEW HOURS .. PART ONE FAN AS HE HAD SUPERHEATED PC! is NORMAL?? do??

    HELP MY MAC BOOK PRO has a problem.
    FROM A FEW DAYS AFTER A FEW HOURS .. PART ONE FAN AS HE HAD SUPERHEATED PC! is NORMAL?? do??

    Firstly, you aren't in MacBook Pro forum.
    MacBook Pro
    http://www.apple.com/support/macbookpro/
    CAPS isn't really of any help reading or getting help.
    Try monitoring the temperature so you know for sure. Yes it can run hot.
    http://www.bresink.de/osx/TemperatureMonitor.html
    You may want to boot from your original OS X DVD - hold D on statup - and that way run Apple Hardware Test

  • Firefox taking up to 3 GB ram after a few hours

    Long story short, Firefox RAM usage gets really high after a few hours causing it to not display pages correctly (e.g. Google turns out all black at 3GB usage)
    Addons:
    Youtube Center
    Youtube Unblocker
    Web.de Mailcheck
    selectivecookiedelete
    Adblock Plus
    Plugins:
    Shockwave flash, rest is disabled
    I did not have this problem before. I moved everything from the Mozilla folder in C:/users/USERNAME/appdata/roaming to a new pc (cause Firefox Sync is shit and doesn't even host EVERYTHING in its cloud), updated to 29.0.1 and it started to get these problems. All i can do is to close it down, wait a few minutes (cause the firefox process also runs hours after i closed the actual window; I have to shut it down manually with taskmanager) and restart it again just to repeat it every 1-2 hours.
    I always love mozilla on PC (even though it's bad on Android) and am really disappointed.
    The ram usage currently is more than Final Fantasy XIV on maxed out settings (firefox.exe 322.752 K, ffxiv.exe 300.000 K)
    Fix this please, otherwise I am forced to switch to another browser.

    Even though this has indeed run down the ram usage, the problem didn't exist before the update. I saw a video wrapping up the adblock-firefox problem:
    The uploader navigated to this page: http://vimcolorschemetest.googlecode.com/svn/html/index-html.html
    Basically displays 300 i-frames, and the ram usage was at 300.000 K
    After installing Adblock Edge (EasyList Germany), the ram usage skyrocketed to 1,2 gb in a few seconds.
    Thing is, adblock basically loads the easy list to check for adverts 301 times, causing ram to be this high
    According to this blog (https://adblockplus.org/blog/on-the-adblock-plus-memory-consumption), the devs claim to have given the addon a global rule, which brings us back to Firefox 29.0.1
    I honestly think firefox has a problem there
    And for those who are interested, this is the video i was talking about:
    https://www.youtube.com/watch?v=c4ifjQfPP8Y

Maybe you are looking for