Weblogic hangs after transaction error

Hi,
          I am running weblogic 5.1 SP8 on solaris.
          During load testing i am getting the following error on the weblogic console
          and the server then seems to hang. Any clue ?
          Tue Feb 20 17:08:04 EST 2001:<I> <TX> Transaction (TxC (6589854, xid =
          982705915157_1572, timeout = 300, txState = Marked Rollback, root = null)
          rolled back after 300 sec.
          

From your error message, it looks like your transaction is simply
          timming out after 5 minutes. Why its timing out under load is a
          specific problem to your application. You might be getting some thread
          locking where one thread is waiting to obtain a lock on a bean instance.
          To determine if its thread locking, do a cntrl-break on the console
          and look for "wait" in the thread dump. Or, your application's business
          logic may just be too inefficient causing a transaction to take more
          than 5 minutes, hopefully this isn't the case. If is is Thread Locking,
          weblogic really doens't have a solution. Currently we are trying to
          employ "read-only" beans to eliminate thread locking on entity beans
          that are mainly used for reading information. Implementing "read-only"
          is done by setting cache-strategy to Read-Only in the XML deployment
          descriptor.
          Hope this Helps,
          Mahesh wrote:
          > Hi,
          > I am running weblogic 5.1 SP8 on solaris.
          >
          > During load testing i am getting the following error on the weblogic console
          > and the server then seems to hang. Any clue ?
          >
          > Tue Feb 20 17:08:04 EST 2001:<I> <TX> Transaction (TxC (6589854, xid =
          > 982705915157_1572, timeout = 300, txState = Marked Rollback, root = null)
          > rolled back after 300 sec.
          

Similar Messages

  • 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)

  • Weblogic/Java Transaction error...

    Hi,
    have you ever seen an error like this?
    <Dec 15, 2001 2:08:05 AM PST> <Error> <JTA> <Resource weblogic.jdbc.jts.Connection was not assigned to any of these servers: wladm >
    <Dec 15, 2001 2:08:05 AM PST> <Error> <EJB> <Exception during commit of transaction transaction=(IdHash=4955751,Name = [EJB UserManagerEjbImpl.updateUser()],Xid=332:84fbe47163d8d80e,Status=Rolled back. [Reason = weblogic.transaction.internal.TimedOutException: Transaction timed out after 31seconds
    tx = transaction=(IdHash=4955751,Name = [EJB UserManagerEjbImpl.updateUser()],Xid=332:84fbe47163d8d80e,Status=Active (PrePreparing),numRepliesOwedMe=0,numRepliesOwedOthers=0,seconds since begin=31,seconds left=30,activeThread=Thread[ExecuteThread: '95' for queue: 'default',5,Thread Group for Queue: 'default'],ServerResourceInfo[weblogic.jdbc.jts.Connection]=(state=suspended,assigned=none),SCInfo[wladm]=(state=pre-preparing),properties=({weblogic.transaction.name=[EJB UserManagerEjbImpl.updateUser()], weblogic.jdbc=t3://10.10.40.31:7001}))],numRepliesOwedMe=0,numRepliesOwedOthers=0,seconds since begin=1325,seconds left=9,ServerResourceInfo[weblogic.jdbc.jts.Connection]=(state=rolledback,assigned=none),SCInfo[wladm]=(state=rolledback),properties=({weblogic.transaction.name=[EJB UserManagerEjbImpl.updateUser()], weblogic.jdbc=t3://10.10.40.31:7001})): weblogic.transaction.internal.TimedOutException: Transaction timed out after 31seconds
    tx = transaction=(IdHash=4955751,Name = [EJB UserManagerEjbImpl.updateUser()],Xid=332:84fbe47163d8d80e,Status=Active (PrePreparing),numRepliesOwedMe=0,numRepliesOwedOthers=0,seconds since begin=31,seconds left=30,activeThread=Thread[ExecuteThread: '95' for queue: 'default',5,Thread Group for Queue: 'default'],ServerResourceInfo[weblogic.jdbc.jts.Connection]=(state=suspended,assigned=none),SCInfo[wladm]=(state=pre-preparing),properties=({weblogic.transaction.name=[EJB UserManagerEjbImpl.updateUser()], weblogic.jdbc=t3://10.10.40.31:7001}))
         at weblogic.transaction.internal.ServerTransactionImpl.wakeUp(ServerTransactionImpl.java:1026)
         at weblogic.transaction.internal.ServerTransactionManagerImpl.processTimedOutTransactions(ServerTransactionManagerImpl.java:388)
         at weblogic.transaction.internal.TransactionManagerImpl.wakeUp(TransactionManagerImpl.java:791)
         at weblogic.transaction.internal.ServerTransactionManagerImpl.wakeUp(ServerTransactionManagerImpl.java:357)
         at weblogic.transaction.internal.TransactionManagerImpl$1.run(TransactionManagerImpl.java:757)
         at java.lang.Thread.run(Thread.java:484)
    --------------- nested within: ------------------
    weblogic.transaction.RollbackException: Transaction timed out after 31seconds
    tx = transaction=(IdHash=4955751,Name = [EJB UserManagerEjbImpl.updateUser()],Xid=332:84fbe47163d8d80e,Status=Active (PrePreparing),numRepliesOwedMe=0,numRepliesOwedOthers=0,seconds since begin=31,seconds left=30,activeThread=Thread[ExecuteThread: '95' for queue: 'default',5,Thread Group for Queue: 'default'],ServerResourceInfo[weblogic.jdbc.jts.Connection]=(state=suspended,assigned=none),SCInfo[wladm]=(state=pre-preparing),properties=({weblogic.transaction.name=[EJB UserManagerEjbImpl.updateUser()], weblogic.jdbc=t3://10.10.40.31:7001})) - with nested exception:
    [weblogic.transaction.internal.TimedOutException: Transaction timed out after 31seconds
    tx = transaction=(IdHash=4955751,Name = [EJB UserManagerEjbImpl.updateUser()],Xid=332:84fbe47163d8d80e,Status=Active (PrePreparing),numRepliesOwedMe=0,numRepliesOwedOthers=0,seconds since begin=31,seconds left=30,activeThread=Thread[ExecuteThread: '95' for queue: 'default',5,Thread Group for Queue: 'default'],ServerResourceInfo[weblogic.jdbc.jts.Connection]=(state=suspended,assigned=none),SCInfo[wladm]=(state=pre-preparing),properties=({weblogic.transaction.name=[EJB UserManagerEjbImpl.updateUser()], weblogic.jdbc=t3://10.10.40.31:7001}))]
         at weblogic.transaction.internal.TransactionImpl.throwRollbackException(TransactionImpl.java:1261)
         at weblogic.transaction.internal.ServerTransactionImpl.commit(ServerTransactionImpl.java:218)
         at weblogic.ejb20.internal.BaseEJBObject.postInvoke(BaseEJBObject.java:201)
         at com.corrtech.usermgmt.app.services.manager.UserManagerEjbEOImpl.updateUser(UserManagerEjbEOImpl.java:247)
         at com.corrtech.usermgmt.app.services.manager.UserManagerEjbEOImpl_WLSkel.invoke(UserManagerEjbEOImpl_WLSkel.java:575)
         at weblogic.rmi.internal.BasicServerAdapter.invoke(BasicServerAdapter.java:373)
         at weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java:128)
         at weblogic.rmi.internal.BasicServerAdapter.invoke(BasicServerAdapter.java:237)
         at weblogic.rmi.internal.BasicRequestHandler.handleRequest(BasicRequestHandler.java:118)
         at weblogic.rmi.internal.BasicRequestDispatcher.dispatch(BasicRequestDispatcher.java:115)
         at weblogic.rmi.internal.ServerRequest.sendOneWayRaw(ServerRequest.java:88)
         at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:108)
         at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:247)
         at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:225)
         at com.corrtech.usermgmt.app.services.manager.UserManagerEjbEOImpl_WLStub.updateUser(UserManagerEjbEOImpl_WLStub.java:700)
         at com.corrtech.web.admin.ctrl.UserCtrl.updateUser(UserCtrl.java:1022)
         at com.corrtech.web.admin.ctrl.UserCtrl.service(UserCtrl.java:1561)
         at com.corrtech.web.appmain.ctrl.WebRequestDispatcher.dispatch(WebRequestDispatcher.java:246)
         at com.corrtech.web.appmain.ctrl.WebMain.service(WebMain.java:48)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:213)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:1265)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:1631)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    >
    EXCEPTIONadmin2001/12/15;02:08:05.137UserCtrl.updateUser(1035)
    UserCtrl.service(1561)
    WebRequestDispatcher.dispatch(246)
    WebMain.service(48)
    --- exception
    com.corrtech.web.util.WebInternalException: weblogic.transaction.internal.TimedOutException: Transaction timed out after 31seconds
    tx = transaction=(IdHash=4955751,Name = [EJB UserManagerEjbImpl.updateUser()],Xid=332:84fbe47163d8d80e,Status=Active (PrePreparing),numRepliesOwedMe=0,numRepliesOwedOthers=0,seconds since begin=31,seconds left=30,activeThread=Thread[ExecuteThread: '95' for queue: 'default',5,Thread Group for Queue: 'default'],ServerResourceInfo[weblogic.jdbc.jts.Connection]=(state=suspended,assigned=none),SCInfo[wladm]=(state=pre-preparing),properties=({weblogic.transaction.name=[EJB UserManagerEjbImpl.updateUser()], weblogic.jdbc=t3://10.10.40.31:7001}))
         at weblogic.transaction.internal.ServerTransactionImpl.wakeUp(ServerTransactionImpl.java:1026)
         at weblogic.transaction.internal.ServerTransactionManagerImpl.processTimedOutTransactions(ServerTransactionManagerImpl.java:388)
         at weblogic.transaction.internal.TransactionManagerImpl.wakeUp(TransactionManagerImpl.java:791)
         at weblogic.transaction.internal.ServerTransactionManagerImpl.wakeUp(ServerTransactionManagerImpl.java:357)
         at weblogic.transaction.internal.TransactionManagerImpl$1.run(TransactionManagerImpl.java:757)
         at java.lang.Thread.run(Thread.java:484)
    --------------- nested within: ------------------
    weblogic.transaction.RollbackException: Transaction timed out after 31seconds
    tx = transaction=(IdHash=4955751,Name = [EJB UserManagerEjbImpl.updateUser()],Xid=332:84fbe47163d8d80e,Status=Active (PrePreparing),numRepliesOwedMe=0,numRepliesOwedOthers=0,seconds since begin=31,seconds left=30,activeThread=Thread[ExecuteThread: '95' for queue: 'default',5,Thread Group for Queue: 'default'],ServerResourceInfo[weblogic.jdbc.jts.Connection]=(state=suspended,assigned=none),SCInfo[wladm]=(state=pre-preparing),properties=({weblogic.transaction.name=[EJB UserManagerEjbImpl.updateUser()], weblogic.jdbc=t3://10.10.40.31:7001})) - with nested exception:
    [weblogic.transaction.internal.TimedOutException: Transaction timed out after 31seconds
    tx = transaction=(IdHash=4955751,Name = [EJB UserManagerEjbImpl.updateUser()],Xid=332:84fbe47163d8d80e,Status=Active (PrePreparing),numRepliesOwedMe=0,numRepliesOwedOthers=0,seconds since begin=31,seconds left=30,activeThread=Thread[ExecuteThread: '95' for queue: 'default',5,Thread Group for Queue: 'default'],ServerResourceInfo[weblogic.jdbc.jts.Connection]=(state=suspended,assigned=none),SCInfo[wladm]=(state=pre-preparing),properties=({weblogic.transaction.name=[EJB UserManagerEjbImpl.updateUser()], weblogic.jdbc=t3://10.10.40.31:7001}))]
         at weblogic.transaction.internal.TransactionImpl.throwRollbackException(TransactionImpl.java:1261)
         at weblogic.transaction.internal.ServerTransactionImpl.commit(ServerTransactionImpl.java:218)
         at weblogic.ejb20.internal.BaseEJBObject.postInvoke(BaseEJBObject.java:201)
         at com.corrtech.usermgmt.app.services.manager.UserManagerEjbEOImpl.updateUser(UserManagerEjbEOImpl.java:247)
         at com.corrtech.usermgmt.app.services.manager.UserManagerEjbEOImpl_WLSkel.invoke(UserManagerEjbEOImpl_WLSkel.java:575)
         at weblogic.rmi.internal.BasicServerAdapter.invoke(BasicServerAdapter.java:373)
         at weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java:128)
         at weblogic.rmi.internal.BasicServerAdapter.invoke(BasicServerAdapter.java:237)
         at weblogic.rmi.internal.BasicRequestHandler.handleRequest(BasicRequestHandler.java:118)
         at weblogic.rmi.internal.BasicRequestDispatcher.dispatch(BasicRequestDispatcher.java:115)
         at weblogic.rmi.internal.ServerRequest.sendOneWayRaw(ServerRequest.java:88)
         at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:108)
         at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:247)
         at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:225)
         at com.corrtech.usermgmt.app.services.manager.UserManagerEjbEOImpl_WLStub.updateUser(UserManagerEjbEOImpl_WLStub.java:700)
         at com.corrtech.web.admin.ctrl.UserCtrl.updateUser(UserCtrl.java:1022)
         at com.corrtech.web.admin.ctrl.UserCtrl.service(UserCtrl.java:1561)
         at com.corrtech.web.appmain.ctrl.WebRequestDispatcher.dispatch(WebRequestDispatcher.java:246)
         at com.corrtech.web.appmain.ctrl.WebMain.service(WebMain.java:48)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:213)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:1265)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:1631)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    ; nested exception is:
         weblogic.transaction.RollbackException: Transaction timed out after 31seconds
    tx = transaction=(IdHash=4955751,Name = [EJB UserManagerEjbImpl.updateUser()],Xid=332:84fbe47163d8d80e,Status=Active (PrePreparing),numRepliesOwedMe=0,numRepliesOwedOthers=0,seconds since begin=31,seconds left=30,activeThread=Thread[ExecuteThread: '95' for queue: 'default',5,Thread Group for Queue: 'default'],ServerResourceInfo[weblogic.jdbc.jts.Connection]=(state=suspended,assigned=none),SCInfo[wladm]=(state=pre-preparing),properties=({weblogic.transaction.name=[EJB UserManagerEjbImpl.updateUser()], weblogic.jdbc=t3://10.10.40.31:7001})) - with nested exception:
    [weblogic.transaction.internal.TimedOutException: Transaction timed out after 31seconds
    tx = transaction=(IdHash=4955751,Name = [EJB UserManagerEjbImpl.updateUser()],Xid=332:84fbe47163d8d80e,Status=Active (PrePreparing),numRepliesOwedMe=0,numRepliesOwedOthers=0,seconds since begin=31,seconds left=30,activeThread=Thread[ExecuteThread: '95' for queue: 'default',5,Thread Group for Queue: 'default'],ServerResourceInfo[weblogic.jdbc.jts.Connection]=(state=suspended,assigned=none),SCInfo[wladm]=(state=pre-preparing),properties=({weblogic.transaction.name=[EJB UserManagerEjbImpl.updateUser()], weblogic.jdbc=t3://10.10.40.31:7001}))]
         at com.corrtech.web.admin.ctrl.UserCtrl.updateUser(UserCtrl.java:1036)
         at com.corrtech.web.admin.ctrl.UserCtrl.service(UserCtrl.java:1561)
         at com.corrtech.web.appmain.ctrl.WebRequestDispatcher.dispatch(WebRequestDispatcher.java:246)
         at com.corrtech.web.appmain.ctrl.WebMain.service(WebMain.java:48)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:213)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:1265)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:1631)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    EXCEPTIONadmin2001/12/15;02:08:05.150WebMain.service(53)
    We're using Weblogic 6.1 with Oracle 8.1.6.
    This happens whenever we want to update a record in the database
    represented by our Entity User Ejb object. The weird part is that
    this is the only situacion that causes the problem. We can create
    users without trouble and we can create/update any information in the
    database represented by any of our other beans but update for User is not
    possible.
    I tried to look for information in the bea web site but I could not find
    anything related to it. I couldn't even find the weblogic.jdbc.jts package?
    Do you have any idea about it?
    Thanks in advance.

    Hi Alberto,
    As you can see from the exception the transaction was rolled-back due to timeout. As to your question of why it is happening in the particular method, the reason might be the time that is being taken in this particular operation. You can increase the timeout seconds for the transaction by changing the value in weblogic-ejb-jar.xml file. The default value is 30 secs. Use the tag <trans-timeout-seconds> to change this value. This is the child tag of
    <weblogic-enterprise-bean>
         <transaction-descriptor>
    You can find reference for the tags at http://edocs.beasys.com/wls/docs61/ejb/reference.html#1072610.
    Hope this helps.
    Vikram.

  • Weblogic 6.1 sp2 hangs after sometimes.

    Our server hangs after 1 hour or tow for no apperent reason. It seem like the port get chocked and there in no way I can ping it. The JVM is running and I do not see any core dump. Neiter I see any other error but the server just stops listening on its port.

    I cannot ping the server, I cannot get the core dump there is nothing I can to
    to the server. Bellow is the thread dump but it is not much help either.
    "ExecuteThread: '19' for queue: 'default'" daemon prio=5 tid=0x5d3778 nid=0x21
    waiting on monitor [0xb2a81000..0xb2a819d8]
         at java.lang.Object.wait(Native Method)
         - waiting on <b8c3b430> (a weblogic.kernel.ExecuteThread)
         at java.lang.Object.wait(Object.java:420)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
         - locked <b8c3b430> (a weblogic.kernel.ExecuteThread)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread: '18' for queue: 'default'" daemon prio=5 tid=0x5d2da8 nid=0x20
    waiting on monitor [0xb2b81000..0xb2b819d8]
         at java.lang.Object.wait(Native Method)
         - waiting on <b8c3b3c0> (a weblogic.kernel.ExecuteThread)
         at java.lang.Object.wait(Object.java:420)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
         - locked <b8c3b3c0> (a weblogic.kernel.ExecuteThread)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread: '17' for queue: 'default'" daemon prio=5 tid=0x597358 nid=0x1f
    runnable [0xb2c7f000..0xb2c819d8]
         at oracle.jdbc.oci8.OCIDBAccess.do_fetch(Native Method)
         at oracle.jdbc.oci8.OCIDBAccess.fetch(OCIDBAccess.java:1424)
         - locked <c53c7e90> (a oracle.jdbc.oci8.OCIDBAccess)
         at oracle.jdbc.driver.OracleStatement.doExecuteQuery(OracleStatement.java:1918)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2107)
         at oracle.jdbc.driver.OracleStatement.doScrollStmtExecuteQuery(OracleStatement.java:5597)
         at oracle.jdbc.driver.OracleStatement.executeQuery(OracleStatement.java:590)
         - locked <b85d6058> (a oracle.jdbc.driver.OracleStatement)
         - locked <c53c8fc0> (a oracle.jdbc.driver.OracleConnection)
         at weblogic.jdbc.jts.Statement.executeQuery(Statement.java:157)
         at weblogic.jdbc.rmi.internal.StatementImpl.executeQuery(StatementImpl.java:79)
         at weblogic.jdbc.rmi.SerialStatement.executeQuery(SerialStatement.java:80)
         at com.silknet.ebiz.silkdataobject.jdbc2.SilkJDBC2Executor.executeQuery(SilkJDBC2Executor.java:71)
         at com.silknet.ebiz.silkdataobject.jdbc2.SilkJDBC2Executor.executeQuery(SilkJDBC2Executor.java:36)
         at com.silknet.ebiz.silkdataobject.SilkDatabase.executeQuery(SilkDatabase.java:175)
         at com.silknet.ebiz.silkdataobject.SilkDatabase.executeQuery(SilkDatabase.java:85)
         at com.silknet.ebiz.silkdataobject.PlanExecuter.sqlToXML(PlanExecuter.java:1408)
         at com.silknet.ebiz.silkdataobject.PlanExecuter.executePlan(PlanExecuter.java:159)
         at com.silknet.ebiz.silkdataobject.SDOViewPlan.execute(SDOViewPlan.java:213)
         at com.silknet.ebiz.silkdataobject.SDOViewPlan.execute(SDOViewPlan.java:191)
         at com.silknet.ebiz.silkdataobject.Query.listInstances(Query.java:229)
         at com.silknet.ebiz.silkdataobject.ejb.QueryBean.listInstances(QueryBean.java:74)
         at com.silknet.ebiz.silkdataobject.ejb.QueryBean_rlzhdu_EOImpl.listInstances(QueryBean_rlzhdu_EOImpl.java:37)
         at java.lang.reflect.Method.invoke(Native Method)
         at com.silknet.ebiz.silkrequest.server.adapter.AdapterDirector.invokeEJB(AdapterDirector.java:451)
         at com.silknet.ebiz.silkrequest.server.adapter.AdapterDirector.invokeAdapter(AdapterDirector.java:153)
         at com.silknet.ebiz.silkrequest.server.bs.ServiceDirector.invokeService(ServiceDirector.java:100)
         at com.silknet.ebiz.silkrequest.server.bs.ServiceDirector.invokeService(ServiceDirector.java:159)
         at com.silknet.ebiz.silkrequest.server.bs.ServiceDirector.invokeService(ServiceDirector.java:228)
         at com.silknet.ebiz.silkrequest.client.LocalClient.invokeService(LocalClient.java:49)
         at com.silknet.ebiz.client.BSManager.sendRequests(BSManager.java:191)
         at com.silknet.ebiz.client.BSManager.sendRequests(BSManager.java:147)
         at com.silknet.ebiz.silkmodels.SilkModel.doQuery(SilkModel.java:174)
         at com.silknet.ebiz.silkmodels.BusinessObjectView.getData(BusinessObjectView.java:633)
         at com.bcbs.ebiz.uhv.RequestPopulationNew.populateFromSCR(Unknown Source)
         at jsp_servlet._uhv.__Request._jspService(__Request.java:231)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2495)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2204)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    "ExecuteThread: '16' for queue: 'default'" daemon prio=5 tid=0x596870 nid=0x1e
    waiting on monitor [0xb2d81000..0xb2d819d8]
         at java.lang.Object.wait(Native Method)
         - waiting on <b8c3b2e0> (a weblogic.kernel.ExecuteThread)
         at java.lang.Object.wait(Object.java:420)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
         - locked <b8c3b2e0> (a weblogic.kernel.ExecuteThread)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread: '15' for queue: 'default'" daemon prio=5 tid=0x595d88 nid=0x1d
    waiting on monitor [0xb2e81000..0xb2e819d8]
         at java.lang.Object.wait(Native Method)
         - waiting on <b8c3b270> (a weblogic.kernel.ExecuteThread)
         at java.lang.Object.wait(Object.java:420)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
         - locked <b8c3b270> (a weblogic.kernel.ExecuteThread)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)

  • "Not in a transaction" errors when using Oracle Thin Driver 9.0.1 with Weblogic 6.1

    Within a Tx data source by administered by Weblogic, I receive these
    errors when trying to access a Stored Procedure (that returns a
    resultset) through JDBC.
    The code fails at line ***, with the call to getObject;
    Any ideas?
    -H
    Here's an example of some code:
    try {
    stmt = getConnection().prepareCall(getTarget());
    stmt.registerOutParameter(1, OracleTypes.CURSOR);
    // set the input param
    stmt = JDBCHelper.paramSetter(stmt, getParameters());
    // execute and retrieve the result set
    stmt.execute();
    *** rs = (ResultSet)stmt.getObject(1);
    crs = new CachedRowSet();
    crs.populate(rs);
    a.add(crs);
    setResult(a);
    catch (Exception e) {

    Humphrey,
    Support of a feature means that it's gone though the full QA and
    PM approval cycle and it has been officially declared as supported.
    Feature may work well even if it's not supported. It just means you use
    it at your own risk.
    Regards,
    Slava Imeshev
    "Humphrey" <[email protected]> wrote in message
    news:[email protected]..
    According to the BEA documentation, this version of the driver is not
    supported due to "Known Issues" - does anyone know of what these
    issues are, perhaps there's a list somewhere?
    This is particularly strange since another document from BEA at
    http://e-docs.bea.com/wls/docs61/jdbc/thirdparty.html does mention how
    to upgrade the driver to 9.0.1, with no mention of any problems.

  • Deployment hangs after importing metadata OWB 10gR2

    Hi folks,
    in development I created a new mapping with I exported/imported into test enviroment.
    I did this using "import all objects, update metadata, match by UID".
    When I try to deploy the imported mapping ControlCenter hangs showing the green arrow.
    In the DOS box where I started the client it says:
    </OBJECT>
    </OBJECT>
    </OBJECT>
    </NAMESPACE>
    RUNTIME_SERVICES_DEBUG [WhValidationGenerationTransaction] DeploymentUtils.isAda
    pterFCO(WBGeneratedObject): Not found objectTypeName CMPMap defaulting to FCO
    RUNTIME_SERVICES_DEBUG [WhValidationGenerationTransaction] DeploymentSpecificati
    onImpl.addToUnitSpecificationImplArrayList: created UnitSpecification for Deploy
    mentAdapterName DDLDeployment StoreUOID= 9B7415EC7AB94F54824DF5F57D502828 Action
    = 1 FCO list= M_FUNDSTRUCT_DWH,
    Runtime Parameters for : M_FUNDSTRUCT_DWH
    SYSTEM: DEFAULT_OPERATING_MODE: SET_BASED_FAIL_OVER_TO_ROW_BASED
    SYSTEM: DEFAULT_AUDIT_LEVEL: ERROR_DETAILS
    SYSTEM: MAXIMUM_NUMBER_OF_ERRORS: 50
    SYSTEM: COMMIT_FREQUENCY: 1000
    SYSTEM: BULK_SIZE: 1000
    SYSTEM: DEFAULT_PURGE_GROUP: WB
    SYSTEM: ANALYZE_TABLE_SAMPLE_PERCENTAGE: 5
    RUNTIME_SERVICES_DEBUG [WhValidationGenerationTransaction] ExecutionUtils.decode
    SystemParameter: Unexpected parameter ANALYZE_TABLE_SAMPLE_PERCENTAGE
    Notification (Unit): start VEVA_LOCATION (Erstellen) - 0 (Adapter=DDLDeployment
    Location=VEVA_LOCATION)
    MEM:GenerationValidationService:internalCompile:after transaction:U: 65237816%IN
    CR:2538296:INCREASE
    What is the problem?
    Michael

    The error is due to the corrupted MDL file. MDL is getting corrupted because there is not enough memory for java VM. To fix the MDL corruption increase memory parameters.
    1. On client PC: XXXX\owb\bin\win32\owbclient.bat change
    java -Xms64M -Xmx768M -Dlimit=768M -XX:MaxPermSize=256M
    to
    java -Xms64M -Xmx1024M -Dlimit=1024M -XX:MaxPermSize=512M
    Restart client session.
    It did fix the problem in my case.
    Oracle also recommends changing memory parameters on the server side (UNIX in my case)
    2.On server side XXXX/owb/bin/unix/run_service.sh
    $JAVAPATH/bin/java -Xmx768M
    to
    $JAVAPATH/bin/java -Xmx1024M

  • WLS  hang after java.lang.IllegalStateException: HttpSession is invalid occured

    Hi, all:
    I often got messages like below and server going to hang after got these message.
    ####<2004/6/15 PM time > <Error> <Kernel> <xxx.xxx.com.tw> <myserver> <ExecuteThread:
    '18' for queue: 'default'> <> <> <000000> <ExecuteRequest failed>
    java.lang.IllegalStateException: HttpSession is invalid
    at weblogic.servlet.internal.session.SessionData.getAttribute(SessionData.java:162)
    at weblogic.servlet.internal.session.SessionData.getValue(SessionData.java:134)
    at weblogic.servlet.internal.ServletRequestImpl.getRemoteUser(ServletRequestImpl.java:814)
    at weblogic.servlet.logging.CLFLogger.log(CLFLogger.java:60)
    at weblogic.servlet.logging.LogManagerHttp.log(LogManagerHttp.java:293)
    at weblogic.servlet.internal.HttpServer.log(HttpServer.java:670)
    at weblogic.servlet.internal.ServletResponseImpl.send(ServletResponseImpl.java:851)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:1636)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    I know 6.0 SP2 is stop-continued, but it's still production server before we upgrade
    it.
    did any one can told me what should I modify or set ?
    Thanks for any response.

    Hi Eddy,
    "Eddy Vina" <[email protected]> wrote in message news:3fbc46c2$[email protected]..
    I get randomly in my application "java.lang.IllegalStateException: HttpSession
    is invalid" exception thrown when I call getAttribute() method on a HttpSession
    instance.
    weblogic.servlet.internal.session.SessionData.getAttribute(SessionData.java:410)
    Any feedback to avoid this problem is greately appreciatedThis happens because getAttribute(...) is called on an invalidated
    session. The session could have timed out or been invalidated
    explicitly by the moment the call was made.
    That may happen if you "cache" session objects.
    Hope this helps.
    Regards,
    Slava Imeshev

  • Satellite U400-22n and Win7 - screen hangs after 5 min

    Hi, This is my first post
    Ive purchased a new U400 with Vista preinstalled, last week ; 2 days ago Ive upgraded to windows 7 32bit professional when I stared Installing it windows prompted me that it requires a full installation , so I done a normal full install, windows 7 installed normally .
    Now my screen hangs after 5 min and windows gos black and reboots after 3-5 min, Ive downloaded all the drivers from the Toshiba site Ive used the auto detect, and installed the drivers one by one and tested if the reboot stops , Ive reinstalled windows now 4-5 time returned my copy to the shop and got a new copy of the windows DVD, its the same,
    Please has some one any advice for me. As the shop Ive perched this from will not upgrade to windows 7 for me.

    hi Mather,
    any bluescreens visible?
    win7 32bit i guess...
    you have to install all the drivers for win7 provided by toshiba in the right order!
    first chipset and patchfiles if available...
    i think a clean install will do the job!
    make sure that the hdd is error free!
    you can upgrade from vista 32bit to win7 32bit
    but no chance to upgrade to a win7 64bit when a vista 32bit is installed...

  • After Downloading, Error while opening PDF  : PDF has no pages

    After Downloading, Error while opening PDF  : PDF has no pages
    CALL FUNCTION 'CONVERT_ABAPSPOOLJOB_2_PDF'
        EXPORTING
          SRC_SPOOLID              = L_SPOOLNO
          NO_DIALOG                = SPACE
          DST_DEVICE               = MSTR_PRINT_PARMS-PDEST
        IMPORTING
          PDF_BYTECOUNT            = MI_BYTECOUNT
        TABLES
          PDF                      = MTAB_PDF
        EXCEPTIONS
          ERR_NO_ABAP_SPOOLJOB     = 1
          ERR_NO_SPOOLJOB          = 2
          ERR_NO_PERMISSION        = 3
          ERR_CONV_NOT_POSSIBLE    = 4
          ERR_BAD_DESTDEVICE       = 5
          USER_CANCELLED           = 6
          ERR_SPOOLERROR           = 7
          ERR_TEMSEERROR           = 8
          ERR_BTCJOB_OPEN_FAILED   = 9
    Thanks in advance
    Monika
          ERR_BTCJOB_SUBMIT_FAILED = 10
          ERR_BTCJOB_CLOSE_FAILED  = 11
          OTHERS                   = 12.
    Transfer the 132-long strings to 255-long strings
    LOOP AT MTAB_PDF.
    TRANSLATE MTAB_PDF USING '~'.
    CONCATENATE WA_BUFFER MTAB_PDF INTO WA_BUFFER.
    ENDLOOP.
    TRANSLATE WA_BUFFER USING '~'.
    DO.
    it_attach = WA_BUFFER.
    APPEND it_attach.
    SHIFT WA_BUFFER LEFT BY 255 PLACES.
    IF WA_BUFFER IS INITIAL.
    EXIT.
    ENDIF.
    ENDDO.
    ****GET THE FILE NAME TO STORE....................
    v_path = 'C:\PD Form\' .
    CONCATENATE v_path p_pernr-low '.pdf' into v_name.
        create object v_guiobj.
        call method v_guiobj->file_save_dialog
          EXPORTING
            default_extension = 'pdf'
            default_file_name = v_name
            file_filter       = v_filter
          CHANGING
            filename          = v_name
            path              = v_path
            fullpath          = v_fullpath
            user_action       = v_uact.
        if v_uact = v_guiobj->action_cancel.
          leave to current transaction.
        endif.
    ..................................DOWNLOAD AS FILE....................
        move v_fullpath to v_filename.
        call function 'GUI_DOWNLOAD'
          EXPORTING
            bin_filesize            = MI_BYTECOUNT
            filename                = v_filename
            filetype                = 'BIN'
          TABLES
            data_tab                = it_ATTACH
          EXCEPTIONS
            file_write_error        = 1
            no_batch                = 2
            gui_refuse_filetransfer = 3
            invalid_type            = 4
            no_authority            = 5
            unknown_error           = 6
            header_not_allowed      = 7
            separator_not_allowed   = 8
            filesize_not_allowed    = 9
            header_too_long         = 10
            dp_error_create         = 11
            dp_error_send           = 12
            dp_error_write          = 13
            unknown_dp_error        = 14
            access_denied           = 15
            dp_out_of_memory        = 16
            disk_full               = 17
            dp_timeout              = 18
            file_not_found          = 19
            dataprovider_exception  = 20
            control_flush_error     = 21
            others                  = 22.
        if sy-subrc <> 0.
          message id sy-msgid type sy-msgty number sy-msgno
              with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
        endif.

    My Generated Spool request is PDF Spool. It contains Adobe Forms data. To Download Adobe form
                 Spool (PDF Spool) into PDF format,
    First,
    A)     Read PDF Spool data by using u2018FPCOMP_CREATE_PDF_FROM_SPOOLu2019 Function module.
    B)     Assign the Output Data to XSTRING format
    C)     Convert that XSTRING data to Binary Format using 'SCMS_XSTRING_TO_BINARY' Function module.
    D)     Save File on Application server using OPEN DATASET , TRANSFER , CLOSE DATASET.You can see your
                          downloaded file in Transaction AL11 in specified directory.
    You can save your file on Presentation server also using GUI_DOWNLOAD.
    First three steps are necessary if your spool is PDF Spool.
    Basically we need this when we are downloading Adodbe forms ( which is not a SAPScript or smartforms)
    Example :
    DATA :
      e_pdf1 TYPE  fpcontent,
      e_renderpagecount1  TYPE i.
      CALL FUNCTION 'FPCOMP_CREATE_PDF_FROM_SPOOL'
        EXPORTING
          i_spoolid               = l_spoolno
          i_partnum               = '1'
       IMPORTING
         e_pdf                   = e_pdf1
         e_renderpagecount       = e_renderpagecount1
    *   E_PDF_FILE              = E_PDF_FILE1
    * EXCEPTIONS
    *   ADS_ERROR               = 1
    *   USAGE_ERROR             = 2
    *   SYSTEM_ERROR            = 3
    *   INTERNAL_ERROR          = 4
    *   OTHERS                  = 5
      IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
      DATA : buffer  TYPE  xstring,
      append_to_table  TYPE  c.
      DATA : output_length TYPE  i.
      TYPES : BEGIN OF ty_binary,
                binary_field(1000) TYPE c,
              END OF ty_binary.
      DATA : lt_binary TYPE TABLE OF ty_binary WITH HEADER LINE.
      DATA : lv_xstring TYPE xstring.
      lv_xstring = e_pdf1.
    * Convert xstring to binary.
      CALL FUNCTION 'SCMS_XSTRING_TO_BINARY'
        EXPORTING
          buffer                = lv_xstring
         append_to_table       = ' '
    * IMPORTING
    *   OUTPUT_LENGTH         =
        TABLES
          binary_tab            = lt_binary.
      DATA : wa_binary LIKE lt_binary.
      DATA: BEGIN OF itab OCCURS 0,
      field(256),
      END OF itab.
      DATA: dsn(50000) VALUE '/usr/sap/tmp/',
      length LIKE sy-tabix,
      lengthn LIKE sy-tabix.
      CONCATENATE '/usr/sap/tmp/' lv_pernr '.pdf' INTO dsn.
    ******* Save file on Application server
      OPEN DATASET dsn FOR OUTPUT IN BINARY MODE.
      LOOP AT lt_binary.
        TRANSFER lt_binary-binary_field TO dsn.
      ENDLOOP.
      CLOSE DATASET dsn.
      CLEAR lt_binary.
      REFRESH lt_binary.
    cheers

  • Oracle 11g R2 client installation on Windows 7 64 bit hangs after performing prerequisite checks

    Windows 7 Professional SP1 64bit OS
    6 GB RAM
    380 GB free space
    Extracted client to C:\Stage\win64_11gR2_client\client
    Ran setup.exe as administrator, but the installation always hangs after step 5 of 7 is completed (Perform Prerequisite checks). Install log ends with entry "INFO: Get view named [SummaryUI]"
    What am I missing here? Any help would be greatly appreciated.
    C:\Stage\win64_11gR2_client\client>dir
    Directory of C:\Stage\win64_11gR2_client\client
    06/15/2013  02:56 PM    <DIR>          .
    06/15/2013  02:56 PM    <DIR>          ..
    06/15/2013  02:56 PM    <DIR>          doc
    06/15/2013  02:56 PM    <DIR>          install
    06/15/2013  02:56 PM    <DIR>          response
    06/15/2013  02:55 PM           341,304 setup.exe
    06/15/2013  02:55 PM                56 setup.ini
    06/15/2013  02:59 PM    <DIR>          stage
    06/15/2013  02:55 PM             4,327 welcome.html
                   3 File(s)        345,687 bytes
                   6 Dir(s)  412,474,404,864 bytes free
    Last few lines of install log:
    WARNING: Active Help Content for InstallLocationPane.cbxOracleBases do not exist. Error :Can't find resource for bundle oracle.install.ivw.client.resource.ContextualHelpResource, key InstallLocationPane.cbxOracleBases.conciseHelpText
    WARNING: Active Help Content for InstallLocationPane.cbxSoftwareLoc do not exist. Error :Can't find resource for bundle oracle.install.ivw.client.resource.ContextualHelpResource, key InstallLocationPane.cbxSoftwareLoc.conciseHelpText
    INFO: View for [InstallLocationUI] is oracle.install.ivw.client.view.InstallLocationGUI@75f0f8ff
    INFO: Initializing view <InstallLocationUI> at state <getOracleHome>
    INFO: inventory location isC:\Program Files\Oracle\Inventory
    INFO: Completed initializing view <InstallLocationUI> at state <getOracleHome>
    INFO: Displaying view <InstallLocationUI> at state <getOracleHome>
    INFO: Completed displaying view <InstallLocationUI> at state <getOracleHome>
    INFO: Loading view <InstallLocationUI> at state <getOracleHome>
    INFO: Completed loading view <InstallLocationUI> at state <getOracleHome>
    INFO: Localizing view <InstallLocationUI> at state <getOracleHome>
    INFO: Completed localizing view <InstallLocationUI> at state <getOracleHome>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state getOracleHome
    INFO: Completed executing action at state <getOracleHome>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <getOracleHome>
    INFO: inventory location isC:\Program Files\Oracle\Inventory
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <getOracleHome>
    INFO: Completed validating view at state <getOracleHome>
    INFO: Validating state <getOracleHome>
    INFO: custom prereq file name: oracle.client_Administrator.xml
    INFO: refDataFile: C:\Stage\win64_11gR2_client\client\stage\cvu\oracle.client_Administrator.xml
    INFO: isCustomRefDataFilePresent: false
    INFO: InstallAreaControl exists: false
    INFO: Checking:NEW_HOME
    INFO: Checking:COMP
    INFO: Checking:COMP
    INFO: Checking:COMP
    INFO: Checking:COMP
    INFO: Checking:COMP
    INFO: Checking:COMP
    INFO: Checking:COMP
    INFO: Checking:COMP
    INFO: Checking:ORCA_HOME
    INFO: Reading shiphome metadata from c:\Stage\win64_11gR2_client\client\install\..\stage\shiphomeproperties.xml
    INFO: Loading beanstore from file:/c:/Stage/win64_11gR2_client/client/install/../stage/shiphomeproperties.xml
    INFO: Translating external format into raw format
    INFO: Restoring class oracle.install.driver.oui.ShiphomeMetadata from file:/c:/Stage/win64_11gR2_client/client/install/../stage/shiphomeproperties.xml
    INFO: inventory location isC:\Program Files\Oracle\Inventory
    INFO: inventory location isC:\Program Files\Oracle\Inventory
    INFO: size estimation for Administratorinstall is 1068.0003070831299
    INFO: PATH has :==>C:\Temp\OraInstall2013-06-17_02-55-15PM\jdk\jre\bin;.;C:\windows\system32;C:\windows;C:\Perl\site\bin;C:\Perl\bin;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Windows Live\Shared;C:\APPS\PuTTY\;C:\Program Files (x86)\IDM Computer Solutions\UltraEdit\
    INFO: Completed validating state <getOracleHome>
    INFO: InstallLocationAction to INVENTORY_NO
    INFO: Verifying route INVENTORY_NO
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state prereqExecutionDecider
    INFO: Completed executing action at state <prereqExecutionDecider>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <prereqExecutionDecider>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <prereqExecutionDecider>
    INFO: Completed validating view at state <prereqExecutionDecider>
    INFO: Validating state <prereqExecutionDecider>
    WARNING: Validation disabled for the state prereqExecutionDecider
    INFO: Completed validating state <prereqExecutionDecider>
    INFO: Verifying route executeprereqs
    INFO: Get view named [PrereqUI]
    INFO: View for [PrereqUI] is [email protected]e4b
    INFO: Initializing view <PrereqUI> at state <checkPrereqs>
    INFO: Completed initializing view <PrereqUI> at state <checkPrereqs>
    INFO: Displaying view <PrereqUI> at state <checkPrereqs>
    INFO: Completed displaying view <PrereqUI> at state <checkPrereqs>
    INFO: Loading view <PrereqUI> at state <checkPrereqs>
    INFO: Completed loading view <PrereqUI> at state <checkPrereqs>
    INFO: Localizing view <PrereqUI> at state <checkPrereqs>
    INFO: Completed localizing view <PrereqUI> at state <checkPrereqs>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state checkPrereqs
    INFO: custom prereq file name: oracle.client_Administrator.xml
    INFO: refDataFile: C:\Stage\win64_11gR2_client\client\stage\cvu\oracle.client_Administrator.xml
    INFO: isCustomRefDataFilePresent: false
    INFO: Completed executing action at state <checkPrereqs>
    INFO: Waiting for completion of background operations
    INFO: Finishing all forked tasks at state checkPrereqs
    INFO: Waiting for completion all forked tasks at state checkPrereqs
    INFO: Creating PrereqChecker Job for leaf task Physical Memory
    INFO: Creating CompositePrereqChecker Job for container task Free Space
    INFO: Creating PrereqChecker Job for leaf task Free Space: PN-PC:C:\Temp
    INFO: Creating PrereqChecker Job for leaf task Architecture
    INFO: Creating PrereqChecker Job for leaf task Environment variable: "PATH"
    INFO: CVU tracingEnabled = false
    INFO: Nodes are prepared for verification.
    INFO: *********************************************
    INFO: Physical Memory: This is a prerequisite condition to test whether the system has at least 128MB (131072.0KB) of total physical memory.
    INFO: Severity:IGNORABLE
    INFO: OverallStatus:SUCCESSFUL
    INFO: -----------------------------------------------
    INFO: Verification Result for Node:PN-PC
    INFO: Expected Value:128MB (131072.0KB)
    INFO: Actual Value:5.9491GB (6238064.0KB)
    INFO: -----------------------------------------------
    INFO: *********************************************
    INFO: Free Space: PN-PC:C:\Temp: This is a prerequisite condition to test whether sufficient free space is available in the file system.
    INFO: Severity:IGNORABLE
    INFO: OverallStatus:SUCCESSFUL
    INFO: -----------------------------------------------
    INFO: Verification Result for Node:PN-PC
    INFO: Expected Value:130MB
    INFO: Actual Value:384.1495GB
    INFO: -----------------------------------------------
    INFO: *********************************************
    INFO: Architecture: This is a prerequisite condition to test whether the system has a certified architecture.
    INFO: Severity:CRITICAL
    INFO: OverallStatus:SUCCESSFUL
    INFO: -----------------------------------------------
    INFO: Verification Result for Node:PN-PC
    INFO: Expected Value:64-bit
    INFO: Actual Value:64-bit
    INFO: -----------------------------------------------
    INFO: *********************************************
    INFO: Environment variable: "PATH": This test checks whether the length of the environment variable "PATH" does not exceed the recommended length.
    INFO: Severity:CRITICAL
    INFO: OverallStatus:SUCCESSFUL
    INFO: -----------------------------------------------
    INFO: Verification Result for Node:PN-PC
    INFO: Expected Value:1023
    INFO: Actual Value:369
    INFO: -----------------------------------------------
    INFO: All forked task are completed at state checkPrereqs
    INFO: Completed background operations
    INFO: Moved to state <checkPrereqs>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <checkPrereqs>
    INFO: Completed validating view at state <checkPrereqs>
    INFO: Validating state <checkPrereqs>
    INFO: Using default Validator configured in the Action class oracle.install.ivw.client.action.PrereqAction
    INFO: Completed validating state <checkPrereqs>
    INFO: Verifying route success
    INFO: Get view named [SummaryUI]

    Yes, I've tried using the -jreLoc option but it doesn't seem to like the path.
    Version 6.0.200.2 is at C:\Program Files (x86)\Java\jre6\bin
    C:\Stage\win64_11gR2_client\client>setup.exe -jreLoc "C:\Program Files (x86)\Java\jre6"
    Starting Oracle Universal Installer...
    Checking monitor: must be configured to display at least 256 colors Higher than 256 .    Actual 4294967296     Passed
    Preparing to launch Oracle Universal Installer from C:\Temp\OraInstall2013-06-17_04-47-16PM. Please wait ...
    The Java RunTime Environment was not found at "C:\Program Files (x86)\Java\jre6"\bin\javaw.exe. Hence, the Oracle Universal Installer cannot be run.
    Please visit http://www.javasoft.com and install JRE version 1.3.1 or higher and try again
    I downloaded a newer version to C:\APPS\Java thinking the space in the path for Program Files (x86) might be a problem, but that also fails with the same error message
    Version 7.0.210.11 is at C:\APPS\Java\bin
    C:\Stage\win64_11gR2_client\client>setup.exe -jreLoc "C:\APPS\Java\"
    Starting Oracle Universal Installer...
    Checking monitor: must be configured to display at least 256 colors Higher than 256 .    Actual 4294967296     Passed
    Preparing to launch Oracle Universal Installer from C:\Temp\OraInstall2013-06-17_05-09-13PM. Please wait ...
    The Java RunTime Environment was not found at C:APPS\Java"\bin\javaw.exe. Hence, the Oracle Universal Installer cannot be run.
    Please visit http://www.javasoft.com and install JRE version 1.3.1 or higher and try again

  • Powerbook G4 hangs after few minutes of usage

    Since February 06 I have a PB G4: 1.67GHZ, model Powerbook5,8
    Since this weekend it hangs after a few minutes of usage.
    I tried a whole load of possible solutions, like resetting the RAM, removing the battery and holding the powerbutton for 5 seconds...I even held it once for half a minute, but that didn't help. Checking the harddrive with disk utility (tried it often, but only once did the PB work long enough to get the end result: hard drive is healthy).
    Often, when it hangs, I can get it to work by simply turning it off and on again. That gives me another window of 2 minutes of usage! Handy throughout the day when I need a file, or a document: I simply boot the machine, get the file and shut it down.
    Carbon copy to an external HD does not work: the system hangs a few minutes after copying.
    I installed a utility named applejack, and the first time I tried it, I got an interesting error: there were errors with the USB controller or USB bus, and system hangs. I didn't make a screenshot so this is out of the top of my head.
    This was interesting because when I tried to make a HD copy (and believe me: I tried lots and lots of times), the system freezes first, and then an error about not unmounting a device popped into the screen. As if the touchpad, keyboards, and all other i/o devices stop working, and the system goes on for a few seconds more.
    Sometimes the system just hangs, sometimes I get that black kernel panic screen.
    Just before writing this, I tried the hardware test on the install CD once more:
    Held down the option key, chose the hardware test -> quick test and..
    system hangs after completion of the test
    A message appeared in the bottom-left corner. Several lines of information, starting with:
    "ERROR, Write to location ZERO detected!!, Loc zero was originally zero
    Current File: Localization/en/Scripts/enAHTscript.sc"
    etc
    I live on a nice island in the Caribbean, so popping into the nearest Apple store means getting on a flight to Miami first.
    What -if any- are my options? Is there something I can try to do myself before shipping it to Apple? Opening the case, checking this or that?
    By the way, I originally posted this in the Titanium folder, but someone mentioned that I might actually have a Aluminum PB.
    see http://discussions.apple.com/message.jspa?messageID=2074854#2074854

    hi joeuu,
    I have 1.5GB mem: one 512 stick and one 1GB and I already tried the sticks one at a time: it hangs with the original 512, it hangs with the 1GB and it hangs with them together in both possible slot settings.
    I managed to copy the panic.log in /Library/Logs/ and here it is:
    Fri Apr 7 15:27:21 2006
    panic(cpu 0 caller 0x000A8D00): Uncorrectable machine check: pc = 00000000000AF340, msr = 0000000000141020, dsisr = 42000000, dar = 000000000280C200
    AsyncSrc = 0000000000000000, CoreFIR = 0000000000000000
    L2FIR = 0000000000000000, BusFir = 0000000000000000
    Latest stack backtrace for cpu 0:
    Backtrace:
    0x00095698 0x00095BB0 0x0002683C 0x000A8D00 0x000A7F90 0x000ABC80
    Proceeding back via exception chain:
    Exception state (sv=0x41381A00)
    PC=0x000AF340; MSR=0x00141020; DAR=0x0280C200; DSISR=0x42000000; LR=0x000AF158; R1=0x2211B8E0; XCP=0x00000008 (0x200 - Machine check)
    Backtrace:
    0x404E9F24 0x404E1F6C 0x404E7B2C 0x002CEFB8 0x41C3F2C8 0x002BC0E8
    0x002CDA70 0x002BC690 0x002BBB4C 0x002BBA5C 0x404E3954 0x404E3B98 0x002CE900 0x002CD7C8
    0x000A9814
    Kernel loadable modules in backtrace (with dependencies):
    com.apple.driver.AppleUSBTrackpad(1.3.0f1)@0x41c3d000
    dependency: com.apple.iokit.IOUSBFamily(2.2.5)@0x404aa000
    dependency: com.apple.iokit.IOHIDFamily(1.4.3)@0x32671000
    com.apple.driver.AppleUSBOHCI(2.2.5)@0x404df000
    dependency: com.apple.iokit.IOUSBFamily(2.2.5)@0x404aa000
    dependency: com.apple.iokit.IOPCIFamily(1.7)@0x323bf000
    Exception state (sv=0x402ABA00)
    PC=0x00000000; MSR=0x0000D030; DAR=0x00000000; DSISR=0x00000000; LR=0x00000000; R1=0x00000000; XCP=0x00000000 (Unknown)
    Kernel version:
    Darwin Kernel Version 8.2.2: Mon Aug 22 18:43:11 PDT 2005; root:xnu-792.5.11.obj~1/RELEASE_PPC
    Now what can we read from this?
    I see in here "AppleUSBTrackpad" and "AppleUSBOHCI".
    Referring to my original post: I have seen an error (a few days ago, when working with applejack) that also mentioned USB.
    I'm very afraid that this is a hardware issue. Reading through some other posts, I saw something about a ribbon that gave problems. What are your thoughts?

  • Database hangs after retrieving some records....

    hi,
    I create a two level B+-tree index, for the first level i'm using key as logical database name, for the second level B+-tree i'm using some other field in my data. I am retrieving the records based on logical database name. I am using C++ to implement my index.
    In the following code i'm retrieving records from database. Program is behaving differently for different logical database names. For example in my database i have around 4 lakhs records with logical database name 'A' and around 1 lakh of records with logical database name 'B'. The following code displays all B records but programs hangs after retrieving some A records.
    I'm using PAGE_SIZE=8192, numBuffers=2048, and runnig in Fedora Core3.
    DbEnv myEnv(0);
         myEnv.set_cachesize(0, PAGE_SIZE * numBuffers, 0);
         myEnv.set_data_dir("/home/raviov/new/database");
              try {
                   myEnv.open("./", DB_CREATE | DB_INIT_MPOOL, 0);
              catch (DbException &e) {
                   cerr << "Exception occurred: " << e.what() << endl;
                   exit(1);
              db=new Db(&myEnv,0);
              db->set_pagesize(PAGE_SIZE);     
              db->set_bt_compare(compare_int);
         dbname=itoa(p);
         try
         db->open(NULL,
                   "treedb.db",
                   dbname,
                   DB_BTREE,
                   0,
                   0);
         catch(DbException &e)
              cerr << "Failed to open DB object" << endl;
              exit(1);
         db->cursor(NULL,&cursorp,0);
         key=new Dbt();
         data=new Dbt();
         while(ret=(cursorp->get(key,data,DB_NEXT))==0)
              j=*((int*)key->get_data());
              q=(*((struct tuple*)data->get_data())).startPos;
              r=(*((struct tuple*)data->get_data())).endPos;
              s=(*((struct tuple*)data->get_data())).level;
              cout<<"position : "<<j<<"\t";
              cout<<"start : "<<q<<"\t";
              cout<<"end : "<<r<<"\t";
              cout<<"level : "<<s<<"\n";
         if(ret==DB_NOTFOUND)
              cout<<"no records";
              exit(1);
         if(cursorp!=NULL)
              cursorp->close();
         try
              db->close(0);
         catch(DbException &e)
              cerr << "Failed to close DB object" << endl;
              exit(1);
         myEnv.close(0);

    HI Andrei,
    thank you for giving reply, I'm not using any secondary indecies, subdatabases and not using any threads.
    the following code displays index...
    #include <stdio.h>
    #include <db_cxx.h>
    #include <iostream.h>
    #include <db.h>
    #include <stdlib.h>
    #include <string.h>
    #include <sys/types.h>
    int PAGE_SIZE=8192;
    int numBuffers=2048;
    char *itoa(const int x)
          char buf[100];
          snprintf(buf, sizeof(buf), "%d", x);
           return strdup(buf);
    int compare_int(Db dbp, const Dbt a, const Dbt *b)
      int ai;
      int bi;
      memcpy(&ai,a->get_data(),sizeof(int));
      memcpy(&bi,b->get_data(),sizeof(int));
      return(ai-bi);
    struct tuple
           int startPos;
           int endPos;
           int level;
    main()
         FILE *fp;
         int i,j,k,l,m,n,total=0;
         char dbname[500],filename[500],str [500];
         tuple t;
         Db *db;
         Dbt key,data;
         DbEnv myEnv(0);
         myEnv.set_cachesize(0, PAGE_SIZE * numBuffers, 0);
         try {
                myEnv.open("/home/raviov/Desktop/example", DB_CREATE | DB_INIT_MPOOL, 0);
           catch (DbException &e) {
                  cerr << "Exception occurred: " << e.what() << endl;
                  exit(1);
         for(n=0;n<=84;n++)
              db = new Db(&myEnv, 0);     // Instantiate the Db object
                    db->set_bt_compare(compare_int);
               db->set_pagesize(PAGE_SIZE);
              strcpy(filename,"/home/raviov/Desktop/GTCReport/code/sequence/splitter/tree/");
              strcat(filename,itoa(n));
              fp=fopen(filename,"r");
              if(fp==NULL)
                   cout<<"error in opening the file";
                   exit(0);
              while(fgets (str , 500 , fp)!=NULL)
                   sscanf(str,"%d(%d,%d,%d,%d)",&i,&j,&k,&l,&m);
                   key=new Dbt(&i,sizeof(int));
                   if(total==0)
                        strcpy(dbname,itoa(j));
                   t.startPos=k;
                   t.endPos=l;
                   t.level=m;
                   data=new Dbt(&t,sizeof(t));     
                   if(total==0)
                        try
                             db->open(NULL,
                             "tree.db",
                                       dbname,
                              DB_BTREE,
                                DB_CREATE,
                                0);
                        catch(DbException &e)
                               cerr << "Failed to create DB object" << endl;
                             exit(1);
                        total=99;
                   int ret=db->put(NULL,key,data,DB_NOOVERWRITE);
                   if(ret==DB_KEYEXIST)
                        cout<<"key already exist\n";
                        exit(1);
                   delete key;
                   delete data;
              total=0;
              fclose(fp);
              try
                   db->close(0);
              catch(DbException &e)
                     cerr << "Failed to close DB object" << endl;
                   exit(1);
         myEnv.close(0);
    }The following code retrieves the records from database that we had built above...
    #include <stdio.h>
    #include <db_cxx.h>
    #include <iostream.h>
    #include <db.h>
    #include <stdlib.h>
    #include <string.h>
    #include <sys/types.h>
    int PAGE_SIZE=8192;
    int numBuffers=2048;
    char *itoa(const int x)
          char buf[100];
          snprintf(buf, sizeof(buf), "%d", x);
           return strdup(buf);
    int compare_int(Db dbp, const Dbt a, const Dbt *b)
      int ai;
      int bi;
      memcpy(&ai,a->get_data(),sizeof(int));
      memcpy(&bi,b->get_data(),sizeof(int));
      return(ai-bi);
    struct tuple
           int startPos;
           int endPos;
           int level;
    main()
         FILE *fp;
         int i,j,k,l,m,n,total=0;
         char *dbname;
         char filename[200],str [100];
         tuple t;
         Db *db;
         Dbt key,data;
         Dbc *cursorp=NULL;
         int ret,x=4;
         char *ravi;
         int p=84763;
         int y=2134872;
         int r,s,q,count=0;
         DbEnv myEnv(0);
         myEnv.set_cachesize(0, PAGE_SIZE * numBuffers, 0);
         myEnv.set_data_dir("/home/raviov/new/database");
              try {
                      myEnv.open("./", DB_CREATE | DB_INIT_MPOOL, 0);
               catch (DbException &e) {
                      cerr << "Exception occurred: " << e.what() << endl;
                      exit(1);
              db=new Db(&myEnv,0);
              db->set_pagesize(PAGE_SIZE);     
              db->set_bt_compare(compare_int);
         dbname=itoa(p);
         try
              db->open(NULL,
                    "tree.db",
                     dbname,
                     DB_BTREE,
                     0,
                     0);
         catch(DbException &e)
                cerr << "Failed to open DB object" << endl;
              exit(1);
         db->cursor(NULL,&cursorp,0);
         key=new Dbt();
         data=new Dbt();
         while(ret=(cursorp->get(key,data,DB_NEXT))==0)
              j=*((int*)key->get_data());
              q=(*((struct tuple*)data->get_data())).startPos;
              r=(*((struct tuple*)data->get_data())).endPos;
              s=(*((struct tuple*)data->get_data())).level;
              cout<<"position   : "<<j<<"\t";
              cout<<"start : "<<q<<"\t";
              cout<<"end   : "<<r<<"\t";
              cout<<"level   : "<<s<<"\n";
              delete key;
              delete data;
         if(ret==DB_NOTFOUND)
              cout<<"no records";
              exit(1);
         if(cursorp!=NULL)
              cursorp->close();
         try
              db->close(0);
         catch(DbException &e)
                cerr << "Failed to close DB object" << endl;
              exit(1);
         myEnv.close(0);     
    }

  • System hang after key in YF98 (Report for sales tax payable)

    Hi all,
    do u know wat is the problem of sys hang? i already terminate the transaction code, but sys hang also........
    Thanks for helping

    Dear V.Krishnan ,
    I already told BASIS to restart the server, but they reject to restart the server cos they worry later they cannot up the server.
    They keep asking me debug the program, but the problem is the sys hang after i key in the transaction code, i cant do nothing after that. In development server, the sys is OK after i enter the transaction code. Can u tell me wat to do now?
    regards;
    jee

  • Lenovo T61 (Product 6458-W2R): explorer.exe hangs after logon - WinXP SP2

    +++ english below +++
    [german/deutsch]
    Wir setzen in unserem Unternehmen mehrere ThinkPad T61 ein.  Bei einigen dieser ThinkPad T61 (und nur beim ThinkPad T61!) haben wir inzwischen ein seltsames Phänomen, welches im Laufe der letzten 1-2 Monate auftrat und noch auftritt.  Dieses Phänomen trat nicht gleichzeitig auf, sondern nacheinander.  Und es tritt willkürlich auf.  Der jüngste Fall ist gerade 1 Tag alt.  Inzwischen sind 6 ThinkPad T61 davon betroffen.
    Alle ThinkPad T61 sind Mitglieder einer Domäne (Windows Server 2003) und durchlaufen ein Loginscript.  Das Loginscript beinhaltet Batchbefehle, Kix32 (für das Mappen von Netzwerklaufwerken und Druckern) und Teile der Matrix42 Empirum Management Software (für Softwaredistribution und Inventarisierung).  Es werden Gruppenrichtlinien angewendet.  Es werden via Matrix42 Empirum automatisch die neuen Patches und Updates seitens Microsoft auf alle Computer verteilt.  Alle Computer erhalten eine unbeaufsichtigte/standardisierte Installation via Matrix42 Empirum Management Software (ähnlich einem Image und der unbeaufsichtigten Windows-Installation).  Auf allen Rechnern ist Windows XP mit Service Pack 2 installiert.  Spezielle Software ist in der Regel nicht drauf, nur Microsoft Office 2003, der aktuelle Acrobat Reader sowie die aktuellen Standardplayer: Windows Media Player, Quicktime Player, RealPlayer, VLC media player.  Ggf. noch Nero 7 Standard bzw. Platinum (Spezielle Version).  Alle IBM/Lenovo ThinkPad verwenden zusätzlich die IBM/Lenovo-Utilities „ThinkVantage“.  Das Phänomen tritt unabhängig davon auf, ob das ThinkPad T61 in einer Dockingstation betrieben wird oder nicht.  Es ist auf jedem Computer in der Windows Registrierung eingestellt, dass der Desktop erst geladen wird, wenn das Loginscript durchgelaufen ist.
    Nun zur genauen Fehlerbeschreibung:
    Manchmal kann es bei einem Kaltstart vorkommen, dass nach der Anmeldung und nach dem Loginscript –während der komplette Desktop und die Startleiste bereits sichtbar sind und noch einige Dienste geladen werden– sich die explorer.exe aufhängt.  Die Startleiste lässt sich nicht bedienen.  Ebenfalls lassen sich dann auch auf dem Desktop keine Symbole doppelklicken.
    Wir setzen auch andere Computer ein, wo dieses Phänomen nicht auftritt, u.a.:
    - HP-Computer (Desktops, Evo SFF Series)
    - Fujitsu-Siemens-Computer (Desktops, ESPRIMO E Series)
    - IBM ThinkPad T20/21
    - IBM ThinkPad T40/T41/T42
    - IBM/Lenovo ThinkPad T60
    Das Problem tritt nur auf den noch relativ neuen ThinkPad T61 auf.
    Wir haben bereits einen ziemlich ähnlichen Fall unter…
    http://forums.techarena.in/showthread.php?t=694888&page=1
    http://forums.techarena.in/showthread.php?t=694888&page=2
    http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/XP/Q_22718276.html …gefunden.
    [english]
    Unfortunately, I’m not fluent in the english language.
    We use a few ThinkPad T61’s in our company.  Meanwhile, at some ThinkPad T61’s (only ThinkPad T61!) we have a strange problem. This problem appears since the last 1-2 months and it still does exist.  This problem does not appear at the same time, it does appear successive.  And it appears random.  The last case is 1 day old.  Meanwhile, 6 ThinkPad T61 are concerned.
    All ThinkPad T61 are members of a domain (Windows Server 2003) and do execute a logon script.  The logon script contains Batch commands, Kix32 (for mapping network drives and printers) and parts of the Matrix42 Empirum Management software (for software distribution and inventory scan).  Group policies will apply.  Patches and updates will install on every computer via Matrix42 Empirum automatically.  All computers get a default/unattended installation via Matrix42 Empirum Management software (everywhere between an image and an unattended Windows installation).  All computers have installed Windows XP with Service Pack 2.  As a rule, special software isn’t installed, only Microsoft Office 2003, the actual Acrobat Reader and the actual default players: Windows Media Player, Quicktime Player, RealPlayer, VLC media player.  Sometimes, there is installed the Nero 7 Standard or rather Platinum (Special Edition) yet.  All IBM/Lenovo ThinkPad use IBM/Lenovo-Utilities „ThinkVantage“ additionally.  The problem exists if the ThinkPad T61 is connected to a docking station and also if the ThinkPad T61 is disconnected from a docking station.  On every computer exists a registry key which arranges it that the desktop only will be loaded after the logon script did run.
    Now the detailed error description:
    Sometimes the explorer.exe hangs after the cold start.  i.e.: The desktop (with icons and task bar) appears complete.  But the computer hangs if you try to click on the task bar or double click on any icons.  The computer will only run if we kill the process ‘explorer.exe’ and if we restart the explorer.exe.
    We use also other computers with the same installation and the same group policies where the problem does not exist, for example:
    - HP-Computer (Desktops, Evo SFF Series)
    - Fujitsu-Siemens-Computer (Desktops, ESPRIMO E Series)
    - IBM ThinkPad T20/21
    - IBM ThinkPad T40/T41/T42
    - IBM/Lenovo ThinkPad T60
    Only the new ThinkPad T61’s have this problem.
    We have found a similar case at…
    http://forums.techarena.in/showthread.php?t=694888&page=1
    http://forums.techarena.in/showthread.php?t=694888&page=2
    http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/XP/Q_22718276.html
    Vielen Dank / Many thanks!

    I would run System Update and make sure I had all the updates available.
    Another thing to try is:
    1. Right-click on My Computer and click Properties
    2. Click on the Advanced tab
    3. Click on Settings under Performance
    4. Click on Data Execution Prevention
    5. Click on Turn on DEP for all programs and services except those I select, then check Windows Explorer
    We had to do that to some machines here after a push from corporate of the new ScriptLogic.This solved the problem.
    ThinkPad T61 15 Widescreen with nVidia Quadro graphics 6459CTO
    Windows 7 Enterprise and Windows XP Pro

  • After Transact Move Order the Supply/Demand Type Disappears in INVDVDSD

    1. SR#: 5474007.993
    2. URGENT Response Needed? (vs. the normal 48 hour or less reply time): Yes
    3. Customer: SIPA S.P.A.
    4. Oracle Apps Version: 11.5.9
    5. Error(s):None
    6. Problem Description/Question:
    1. A WIP job is creates and decriments the Available Quantity; but not the
    Current On-hand in the Supply/Demand Detail form.
    When a pick release is performed, they do not see the WIP job in the
    Supply/Demand Detail form and the Current On-hand does not change.
    2. After transact move order the supply/demand type disappear, available
    quantity at the top right side of the form increases, but there is no line with
    demand identifier wip discrete job = 12615.
    See: "ELTERM_SUPPLYDEMAND_after_patch.doc" at:
    http://gtcr.oracle.com/gtcr-dir/gtcr_12930/5474007.993/
    Is It the intended functionality?
    7. Steps taken to debug issue:
    web-iv "INVDVDSD pick release discrete job"
    Located several bugs:
    Bug 4885821 SCREEN VIEW SUPPLY/DEMAND ITEM NOT CORRECT
    BUG: 2991666 SUPPLY/DEMAND DETAIL FORM (INVDVDSD) DOES NOT
    SHOW ITEMS ON MOVE ORDERS
    BUG: 3671489 SUPPLY/DEMAND INQUIRY FOR ATP ONLY
    SUBINVENTORY INCLUDES NONATP DISCRETE JOBS
    Bug:3517095 MRP:ATP INQUIRY FROM WIP SHOWS WRONG RESULT
    However; none seem to provide a definitive explanation.
    Message was edited by:
    Bob Marchant

    Thx a lot for ur help dr.
    I have activated the material transaction interface and now the stock quantity has decreased.
    I just wish to confirm some points in the creation of the new Order Type.
    I have done the following setups:
    Order Category: Mixed
    Transaction type code: Order
    Fulfillment Flow: Order Flow - Generic
    Line workflow assignment: BO Line - Inventory Interface
    Default return line type: Credit Only Line
    Default order line type: BO Line - Inventory Interface
    Plz confirm if the setups parameters are ok especially the Default return line type: Credit Only Line
    Thanks a lot dr.

Maybe you are looking for