Fatal deadlock in safepoint code

I got the following exception when benchmarking WLS 6.1 SP1 on HPUX11.0.
          This exception resulted in an outage in one of the WLS instances in the
          cluster. Unfortunately, this problem doesn't happen often. It happened once
          after a 10 hour run and once after a 4 hour run. It also appears to happen
          when we are benchmarking under heavy loads. This exception also only
          occurred twice in a three week testing window. In other words, it is
          difficult to recreate. However, we are looking for a solution.
          # Java version:
          # Java HotSpot(TM) Server VM (mixed mode)
          # HotSpot Virtual Machine Error, Internal Error
          # Fatal: Deadlock in safepoint code. stopped at 00000000
          # Error ID:
          /CLO/Components/JAVA_HOTSPOT/Src/build/hp-ux/../../src/share/vm/runtime/safe
          point.cpp, 297
          # Problematic Thread: prio=3 tid=0x00490b70 nid=18 lwp_id=17514 runnable
          I am running JDK "1.3.1.00-release-010607-19:35-PA_RISC2.0" which comes with
          the WLS 6.1 SP1 distribution. I am tempted to try JDK 1.3.1.01 which is the
          latest from HP. Only problem is we try to stay compliant with BEA's
          recommended JVM. Any thoughts on that?
          My config is three HP L3000s (4 cpus each) - one is the DB server and two
          are the appl servers. The appl servers are only running at about 50-70% busy
          with lots of free physical memory. My JVM settings are
          JAVA_OPTIONS="-server -verbosegc -XX:NewSize=128m -XX:MaxNewSize=128m -XX:Su
          rviv
          orRatio=2 -Xms512m -Xmx512m"
          Looking at the HP Java release notes, I tried turning
          on -XX:+UseCompilerSafepoint. The doc on safe point follows.
          -XX:+UseCompilerSafepoints
          Enables compiler safe points. In this version, compiler safe points is off
          by default. Enabling compiler safepoints guarantees a more deterministic
          delay to stop all running java threads before doing a safepoint operation,
          namely garbage collection and deoptimization. For patch information, see
          "Known Problems" in these release notes.
          Unfortunately, soon (about 10 minutes) after starting up the WLS cluster, we
          got the following exception
          ========================================================================
          An unexpected exception has been detected in native code outside the VM.
          Unexpected Signal : 10 occurred at PC=0xd04190
          Function name=(N/A)
          Library=(N/A)
          NOTE: We are unable to locate the function name symbol for the error
          just occurred. Please refer to release documentation for possible
          reason and solutions.
          Current Java thread:
          "ExecuteThread: '5' for queue: 'default'" daemon prio=2 tid=0x00456040
          nid=17 lwp_id=21726 runnable [0x00000000..0x589b3478]
          Dynamic libraries:
          /app1/wl6dncp/bea/jdk131/jre/bin/../bin/PA_RISC2.0/native_threads/java
          text:0x00001000-0x00006644 data:0x00007000-0x00007324
          /app1/wl6dncp/bea/jdk131/jre/bin/../lib/PA_RISC2.0/server/libjvm.sl
          text:0xc2c00000-0xc33ba000 data:0x7f71a000-0x7f7cf000
          /usr/lib/libpthread.1
          text:0xc11a0000-0xc11b6000 data:0x7f6e7000-0x7f6ea000
          /usr/lib/libm.2
          text:0xc02c0000-0xc02e6000 data:0x7f6ea000-0x7f6f0000
          /usr/lib/libcl.2
          text:0xc0e40000-0xc0f17000 data:0x7f6f1000-0x7f70f000
          /usr/lib/libisamstub.1
          text:0xc00ce000-0xc00cf000 data:0x7f6f0000-0x7f6f1000
          /usr/lib/libCsup.2
          text:0xc1460000-0xc147b000 data:0x7f70f000-0x7f712000
          /usr/lib/libc.2
          text:0xc0100000-0xc0228000 data:0x7f7d0000-0x7f7e7000
          /usr/lib/libdld.2
          text:0xc0003000-0xc0005000 data:0x7f7cf000-0x7f7d0000
          /app1/wl6dncp/bea/jdk131/jre/lib/PA_RISC2.0/native_threads/libhpi.sl
          text:0xc0fa0000-0xc0fb1000 data:0x7f6e6000-0x7f6e7000
          /app1/wl6dncp/bea/jdk131/jre/bin/../lib/PA_RISC2.0/libverify.sl
          text:0xc1140000-0xc1150000 data:0x7f6d4000-0x7f6d5000
          /app1/wl6dncp/bea/jdk131/jre/bin/../lib/PA_RISC2.0/libjava.sl
          text:0xc1150000-0xc117c000 data:0x7f6cf000-0x7f6d4000
          /app1/wl6dncp/bea/jdk131/jre/bin/../lib/PA_RISC2.0/libzip.sl
          text:0xc1180000-0xc1193000 data:0x7f6cd000-0x7f6cf000
          /app1/wl6dncp/bea/jdk131/jre/bin/../lib/PA_RISC2.0/libnet.sl
          text:0xc0f34000-0xc0f3d000 data:0x7f42c000-0x7f42d000
          /usr/lib/libnss_dns.1
          text:0xc00c8000-0xc00cc000 data:0x7f429000-0x7f42a000
          /usr/lib/libnss_nis.1
          text:0xc0008000-0xc000e000 data:0x7f428000-0x7f429000
          /usr/lib/libnsl.1
          text:0xc0240000-0xc02bb000 data:0x58d3a000-0x58dff000
          /usr/lib/libxti.2
          text:0xc00b0000-0xc00c5000 data:0x7f423000-0x7f428000
          /usr/lib/libnss_files.1
          text:0xc0028000-0xc002f000 data:0x7f422000-0x7f423000
          /app1/wl6dncp/bea/wlserver6.1/lib/hpux11/libmuxer.sl
          text:0xc0979000-0xc097c000 data:0x7f421000-0x7f422000
          /app1/wl6dncp/bea/wlserver6.1/lib/hpux11/libweblogicunix1.sl
          text:0xc00cf000-0xc00d0000 data:0x7f420000-0x7f421000
          /usr/lib/libnsl_s.2
          text:0xc2910000-0xc2924000 data:0x7f419000-0x7f41e000
          /usr/lib/libC.2
          text:0xc24e0000-0xc24fd000 data:0x7f41e000-0x7f420000
          Local Time = Wed Oct 31 13:20:37 2001
          Elapsed Time = 493
          # The exception above was detected in native code outside the VM
          # Java VM: Java HotSpot(TM) Server VM (1.3.1
          1.3.1.00-release-010607-19:35-PA_RISC2.0 PA2.0 mixed mode)
          ========================================================================
          The -XX:+UseCompilerSafepoint option requires patch PHKL_24943. See doc
          below.
          HotSpot Compiler Safe Points
          NOTE: For both HP-UX 11.0 and 11i, using Compiler Safe Points requires a
          patch. The required patches are shown below. For information on locating and
          installing the patches, go to the "Installation" section in this document.
          HP-UX 11.0 PHKL_24943
          HP-UX 11i PHKL_24751
          In this version, compiler safe points is off by default. To turn it on, use
          the -XX:+UseCompilerSafepoints option. Enabling compiler safepoints
          guarantees a more deterministic delay to stop all running java threads
          before doing a safepoint operation, namely garbage collection and
          deoptimization.
          Unfortunately, PHKL_24943 was recalled. See below.
          HP-UX 11.00 PA-RISC Patches
          NOTE: Several of the patches shown below have dependency patches. On the web
          page from which you download the patch, click the "dependency" link and make
          sure you install the dependency patches as well.
          PHCO_23792
          PHCO_23963
          PHCO_24148
          PHKL_18543
          PHKL_23226
          PHKL_23409
          PHKL_24826
          PHKL_24943*
          PHKL_25188
          PHNE_21731
          PHNE_23456
          PHNE_24034
          PHSS_23440
          *PHKL_24943 has been recalled. A replacement patch will be available shortly
          and will be posted here as soon as it is available.
          The long and the short of it. Has anybody in HPUX land run across this issue
          before in production and what workaround have you come up with.
          TIA
          Bernie
          

I also encounter this problem, does you resolve it or not? If you did, please tell me what should I do.
          Thanks very much
          

Similar Messages

  • "Deadlock in safepoint code. Should have called back to the VM"

    We experience a VM crash in Safepoint.cpp with the following message:
    # An unexpected error has been detected by Java Runtime Environment:
    # Internal Error (safepoint.cpp:558), pid=5452, tid=1900
    # Error: Deadlock in safepoint code. Should have called back to the VM before blocking.
    # Java VM: Java HotSpot(TM) Client VM (11.0-b16 mixed mode windows-x86)
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    This happens in JRE 1.6.0.11 + Microsoft VS2008 C++, on Windows Server 2003. Happens in a busy customer site once in every few days, cannot reporoduce in the lab.
    There are two relevant threads:
    * Thread A: Created in Java right after system start up. It makes some preparations and then calls C++ code via JNI. In the JNI, Java data types are converted to C++ data types by GetBooleanArrayElements() and GetStringUTFChars(). It remains in C++ forever (until shutdown) and calls back the Java code via JNI every few seconds (that is: the stack contains Java frames, then C++ frames, then from time to time more Java frames and even further C++ frames).
    * Thread B: Created upon need, invokes a C++ function via JNI, converts parameters by GetStringUTFChars() and at return by ReleaseStringUTFChars(). The function may take few milliseconds and up to few minutes to complete, eventually it returns to Java and the thread is deleted.
    At time of crash we see the following:
    * Most of the threads in the system are in state threadblocked - we guess that the VM blocked them for GC.
    * Thread A is the active one. As far as we can tell it is in Java (called back from C++), maybe trying to invoke a C++ function via JNI. It locked and released a mutex ("synchronized") just before the crash (we suspect that while performing this lock its thread's Safepoint state may have changed to callback). The thread state is threadin_native_trans.
    * Thread B is blocked in the JNI trying to return to Java, maybe while invoking ReleaseStringUTFChars(). It's state is threadblocked.
    Another important detail: the crash happens usually certain time (few seconds or even few minutes) after thread B is blocked, and always while thread A is in Java called back from C++. We guess that something caused the Safepoint locking to wait forever while thread B tried to returns to from C++ to Java, and that the activity of thread A make the Safepoint realize that there's a deadlock (so its activity it's not the root cause but a side-effect).
    We always see two mutex / monitors with name UNKNOWN at time of error, and 100% "eden" memory utilization.
    hotspot error dump fragment:
    --------------- T H R E A D ---------------
    Current thread (0x26d51400): JavaThread "DialogicBridge" [_thread_in_native_trans, id=1900, stack(0x28490000,0x284e0000)]
    Stack: [0x28490000,0x284e0000]
    [error occurred during error reporting (printing stack bounds), id 0xc0000005]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j telemessage.telephony.DialogicBridge.initializeDialogic(Ljava/lang/String;IIIIIIIIIIIILjava/lang/String;Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;IZZ[Z)I+0
    j telemessage.telephony.DialogicBridge$1.run()V+293
    j java.lang.Thread.run()V+11
    v ~StubRoutines::call_stub
    0x2ed00400 JavaThread "<< Call#16207 >> " [_thread_blocked, id=8604, stack(0x2e5c0000,0x2e610000)] // this is thread B
    =>0x26d51400 JavaThread "DialogicBridge" [_thread_in_native_trans, id=1900, stack(0x28490000,0x284e0000)] // this is thread A
    Other Threads:
    0x269f7000 VMThread [stack: 0x26a80000,0x26ad0000] [id=2104]
    0x26a29000 WatcherThread [stack: 0x26cb0000,0x26d00000] [id=9300]
    VM state:synchronizing (normal execution)
    VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
    [0x002a8be0] UNKNOWN - owner thread: 0x269f7000
    [0x002a9040] UNKNOWN - owner thread: 0x2ed00400
    Heap
    def new generation total 2816K, used 2707K [0x02730000, 0x02a30000, 0x04e90000)
    eden space 2560K, 100% used [0x02730000, 0x029b0000, 0x029b0000)
    from space 256K, 57% used [0x029f0000, 0x02a14f50, 0x02a30000)
    to space 256K, 0% used [0x029b0000, 0x029b0000, 0x029f0000)
    tenured generation total 30272K, used 17667K [0x04e90000, 0x06c20000, 0x22730000)
    the space 30272K, 58% used [0x04e90000, 0x05fd0d88, 0x05fd0e00, 0x06c20000)
    compacting perm gen total 12288K, used 10995K [0x22730000, 0x23330000, 0x26730000)
    the space 12288K, 89% used [0x22730000, 0x231ecdf8, 0x231ece00, 0x23330000)
    No shared spaces configured.

    Thanks for the advice.
    Eventually (after few days of digging) we found that in certain case we're using the JNIEnv of one thread in the other thread. This leads to sporadic crashes. We managed to simulate the situation in the lab and ensure that fixing the JNIEnv mixture really makes the problem go away.

  • Tecra A9 - Power Saver crashes - fatal error has occured code: 0x2

    Hi,
    today, when I switched on my computer the power saver began to crash.
    I restarted the computer several times and the result always is - A fatal error has occured. This program will be terminated. code: 0x2.
    This error pops out even when I try to reinstall the application.
    May be this has something to do with the service pack 3 I installed couple a days ago.
    Anyone has an idea ?
    Martin Vassilev.

    I saw this error long time ago with WXP. In my opinion it has nothing to do with SP3.
    My experience says you will not be able to fix this. There is something wrong in registry entries and reinstallation will not help at all.
    Only one method can help, the most radical one, new OS installation using recovery media.

  • Satellite A105-S2061: Fatal error occurred. Code: 0x57

    I just installed service pack 3 and when I reboot my computer I keep getting this message. Fatal error occurred. This program will be terminated. Code: 0x57.
    I have a Satellite Series A105-S2061 notebook computer.
    Are there any known fixes for this problem?

    Hi
    What application causes this error message?
    Is this the Toshiba Power Saver?
    If yes, then try to reinstall the Power Saver again.
    If the message will still persist then only a radical solution can be successful; this would be the Toshiba Recovery disk and you would have to reinstall the OS again
    Im not sure if this issue has something to do with SP3 or not but possibly there is some compatibility issue with some installed applications and SP3.
    Greets

  • Deadlock in gui code

    My gui code hung and wouldn't respond so I took a thread dump.
    I noticed this:
    Found one Java-level deadlock:
    =============================
    "AWT-EventQueue-0":
    waiting for ownable synchronizer 0x00000007c4535e78, (a java.util.concurrent.locks.ReentrantLock$NonfairSync),
    which is held by "AWT-XAWT"
    "AWT-XAWT":
    waiting to lock monitor 0x0000000041cd7938 (object 0x00000007c44d9418, a java.lang.Object),
    which is held by "AWT-EventQueue-0"
    Java stack information for the threads listed above:
    ===================================================
    "AWT-EventQueue-0":
         at sun.misc.Unsafe.park(Native Method)
         - parking to wait for <0x00000007c4535e78> (a java.util.concurrent.locks.ReentrantLock$NonfairSync)
         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:158)
         at java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:811)
         at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireQueued(AbstractQueuedSynchronizer.java:842)
         at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:1178)
         at java.util.concurrent.locks.ReentrantLock$NonfairSync.lock(ReentrantLock.java:186)
         at java.util.concurrent.locks.ReentrantLock.lock(ReentrantLock.java:262)
         at sun.awt.SunToolkit.awtLock(SunToolkit.java:236)
         at sun.awt.X11GraphicsDevice.getDoubleBufferVisuals(Native Method)
         at sun.awt.X11GraphicsDevice.makeDefaultConfiguration(X11GraphicsDevice.java:210)
         at sun.awt.X11GraphicsDevice.getDefaultConfiguration(X11GraphicsDevice.java:184)
         - locked <0x00000007c44d9418> (a java.lang.Object)
         at java.awt.MouseInfo.areScreenDevicesIndependent(MouseInfo.java:87)
         at java.awt.MouseInfo.getPointerInfo(MouseInfo.java:70)
         at java.awt.Component$2.run(Component.java:1313)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.awt.Component.getMousePosition(Component.java:1310)
         at org.jdesktop.swingx.rollover.RolloverProducer.updateRollover(RolloverProducer.java:173)
         at org.jdesktop.swingx.rollover.RolloverProducer.componentResized(RolloverProducer.java:161)
         at java.awt.AWTEventMulticaster.componentResized(AWTEventMulticaster.java:142)
         at java.awt.Component.processComponentEvent(Component.java:6115)
         at java.awt.Component.processEvent(Component.java:6069)
         at java.awt.Container.processEvent(Container.java:2041)
         at java.awt.Component.dispatchEventImpl(Component.java:4652)
         at java.awt.Container.dispatchEventImpl(Container.java:2099)
         at java.awt.Component.dispatchEvent(Component.java:4482)
         at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:644)
         at java.awt.EventQueue.access$000(EventQueue.java:85)
         at java.awt.EventQueue$1.run(EventQueue.java:603)
         at java.awt.EventQueue$1.run(EventQueue.java:601)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
         at java.awt.EventQueue$2.run(EventQueue.java:617)
         at java.awt.EventQueue$2.run(EventQueue.java:615)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:614)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    "AWT-XAWT":
         at sun.awt.X11GraphicsDevice.getDefaultConfiguration(X11GraphicsDevice.java:184)
         - waiting to lock <0x00000007c44d9418> (a java.lang.Object)
         at sun.awt.X11.XWindowPeer.checkIfOnNewScreen(XWindowPeer.java:602)
         at sun.awt.X11.XDecoratedPeer.handleConfigureNotifyEvent(XDecoratedPeer.java:809)
         at sun.awt.X11.XBaseWindow.dispatchEvent(XBaseWindow.java:1129)
         at sun.awt.X11.XBaseWindow.dispatchToWindow(XBaseWindow.java:1086)
         at sun.awt.X11.XToolkit.dispatchEvent(XToolkit.java:513)
         at sun.awt.X11.XToolkit.run(XToolkit.java:619)
         at sun.awt.X11.XToolkit.run(XToolkit.java:543)
         at java.lang.Thread.run(Thread.java:662)
    Found 1 deadlock.
    It looks like a deadlock in the library code. I can't reproduce it.
    Has anyone else come across something similar?
    Edit: Unbuntu - Java 6 Update 24
    Thanks, Nick.
    Edited by: Boomah on Jun 23, 2011 10:46 AM

    I see the similar (probably same) problem in my GUI.
    Here is my EDT and XAWT deadlock under RHEL 5u7 64-bit, JDK 6u30 64-bit:
    java version "1.6.0_30"
    Java(TM) SE Runtime Environment (build 1.6.0_30-b12)
    Java HotSpot(TM) 64-Bit Server VM (build 20.5-b03, mixed mode)
    2012-01-10 09:19:05
    Full thread dump Java HotSpot(TM) 64-Bit Server VM (20.5-b03 mixed mode):
    Found one Java-level deadlock:
    =============================
    "AWT-EventQueue-0":
    waiting for ownable synchronizer 0x00000000e3ffb940, (a java.util.concurrent.locks.ReentrantLock$NonfairSync),
    which is held by "AWT-XAWT"
    "AWT-XAWT":
    waiting to lock monitor 0x000000004d1c06d8 (object 0x00000000e40448c8, a java.lang.Object),
    which is held by "AWT-EventQueue-0"
    Java stack information for the threads listed above:
    ===================================================
    "AWT-EventQueue-0":
    at sun.misc.Unsafe.park(Native Method)
    - parking to wait for <0x00000000e3ffb940> (a java.util.concurrent.locks.ReentrantLock$NonfairSync)
    at java.util.concurrent.locks.LockSupport.park(LockSupport.java:156)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:811)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireQueued(AbstractQueuedSynchronizer.java:842)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:1178)
    at java.util.concurrent.locks.ReentrantLock$NonfairSync.lock(ReentrantLock.java:186)
    at java.util.concurrent.locks.ReentrantLock.lock(ReentrantLock.java:262)
    at sun.awt.SunToolkit.awtLock(SunToolkit.java:234)
    at sun.awt.X11GraphicsDevice.getNumConfigs(Native Method)
    at sun.awt.X11GraphicsDevice.makeConfigurations(X11GraphicsDevice.java:113)
    at sun.awt.X11GraphicsDevice.getConfigurations(X11GraphicsDevice.java:104)
    - locked <0x00000000e40448c8> (a java.lang.Object)
    at com.sun.awt.AWTUtilities.isWindowTranslucencySupported(AWTUtilities.java:312)
    at com.sun.awt.AWTUtilities.isTranslucencySupported(AWTUtilities.java:111)
    at javax.swing.RepaintManager.updateWindows(RepaintManager.java:720)
    at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:820)
    at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:714)
    at javax.swing.RepaintManager.prePaintDirtyRegions(RepaintManager.java:694)
    at javax.swing.RepaintManager.access$700(RepaintManager.java:41)
    at javax.swing.RepaintManager$ProcessingRunnable.run(RepaintManager.java:1636)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:646)
    at java.awt.EventQueue.access$000(EventQueue.java:84)
    at java.awt.EventQueue$1.run(EventQueue.java:607)
    at java.awt.EventQueue$1.run(EventQueue.java:605)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:616)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    "AWT-XAWT":
    at sun.awt.X11GraphicsDevice.getDefaultConfiguration(X11GraphicsDevice.java:184)
    - waiting to lock <0x00000000e40448c8> (a java.lang.Object)
    at sun.awt.X11.XWindowPeer.checkIfOnNewScreen(XWindowPeer.java:602)
    at sun.awt.X11.XDecoratedPeer.handleConfigureNotifyEvent(XDecoratedPeer.java:809)
    at sun.awt.X11.XBaseWindow.dispatchEvent(XBaseWindow.java:1129)
    at sun.awt.X11.XBaseWindow.dispatchToWindow(XBaseWindow.java:1086)
    at sun.awt.X11.XToolkit.dispatchEvent(XToolkit.java:513)
    at sun.awt.X11.XToolkit.run(XToolkit.java:619)
    at sun.awt.X11.XToolkit.run(XToolkit.java:543)
    at java.lang.Thread.run(Thread.java:662)
    Found 1 deadlock.
    Heap
    PSYoungGen total 25344K, used 8899K [0x00000000e3b60000, 0x00000000e57a0000, 0x0000000100000000)
    eden space 21760K, 40% used [0x00000000e3b60000,0x00000000e4410f88,0x00000000e50a0000)
    from space 3584K, 0% used [0x00000000e5420000,0x00000000e5420000,0x00000000e57a0000)
    to space 3584K, 0% used [0x00000000e50a0000,0x00000000e50a0000,0x00000000e5420000)
    PSOldGen total 57984K, used 0K [0x00000000ab200000, 0x00000000aeaa0000, 0x00000000e3b60000)
    object space 57984K, 0% used [0x00000000ab200000,0x00000000ab200000,0x00000000aeaa0000)
    PSPermGen total 21248K, used 15669K [0x00000000a6000000, 0x00000000a74c0000, 0x00000000ab200000)
    object space 21248K, 73% used [0x00000000a6000000,0x00000000a6f4d7f8,0x00000000a74c0000)
    Is someone at Oracle looking into this issue?

  • Fatal Error Message (no code)

    I get this message "A fatal error has occurred while updating your device's software. Please try again," everytime I remove an application. 
    The application is removed and I don't have any problems (that I know of) with my BB.
    It just worries me that every single time I do this, I get this message.  Anyone know why?  Do I need to upgrade/update something?
    Thanks in advance.

    It looks to me like it is a problem on your Windows computer not being able to start an application. See the following link to Microsoft Community support (although the specifics of the problem in that case may not be applicable) and also note all of the "Related Content" at the upper right side of that link (and there may be others if you search that forum). http://answers.microsoft.com/en-us/windows/forum/windows_7-system/the-applicatio n-is-unable-to-start-correctly/bbb9c037-77b3-4fae-93b9-ded70f7f9a17
    It may help if you know or can determine which program Windows is trying to open when you upload photos -- there can be many different ones and it can be set by the user. If you are using Windows 7, you may need to check your Autoplay settings. There are some instructions in the following link that may help and that discuss how you can use Windows Explorer to manually transfer the photos: http://support.apple.com/kb/HT4083

  • Satellite P100: Fatal Execution Engine Error code Ox7927e03e

    The above error message (code Ox7927e03e) appears every time I restart my Satellite P100.
    Various suggestions on the Microsoft XP website to update/repair Net.Framework don't work.
    Any ideas? The computer works normally except for Media Centre which generates the same message.

    You could firstly use the Windows own system restore tool. This tool will turn back the OS to the early point. If it does not work you could use the Toshiba recovery CD. On this CD everything was preinstalled and this installation will set the notebook back to the factory settings

  • I was referred to this site when I looked for answers to why I got Fatal Error message with error code c0000005 when trying to upload photos to my computer. I see that someone else asked the same question, 90 people viewed but no answer given?

    I was referred to this site when I got Fatal Error message Error code c0000005 while trying to upload photos to computer. Someone else asked the same question in this forum, 90 people viewed the question but it was never answered?

    It looks to me like it is a problem on your Windows computer not being able to start an application. See the following link to Microsoft Community support (although the specifics of the problem in that case may not be applicable) and also note all of the "Related Content" at the upper right side of that link (and there may be others if you search that forum). http://answers.microsoft.com/en-us/windows/forum/windows_7-system/the-applicatio n-is-unable-to-start-correctly/bbb9c037-77b3-4fae-93b9-ded70f7f9a17
    It may help if you know or can determine which program Windows is trying to open when you upload photos -- there can be many different ones and it can be set by the user. If you are using Windows 7, you may need to check your Autoplay settings. There are some instructions in the following link that may help and that discuss how you can use Windows Explorer to manually transfer the photos: http://support.apple.com/kb/HT4083

  • Getting fatal Exit Code 34 when installing an app

    Anyone running into this?  I download an app (PS 6, ID 6, etc.) via AAM and then it tries to install.  Towards the end of the install I get a Fatal Error with Exit Code 34.  The log msg reads:
    FATAL: Payload '{E2286898-049D-43EF-AA30-0A93E3744AC3} Camera Profiles Installer_7.1_AdobeCameraRawProfile7.0All 6.0.98.0' information not found in Media_db.
    I tried downloading and installing a trial version of PS 6 and the same error occurred.  I tried running the CS Clean-up Tool but it said that there were no CS sessions installed on my iMac (latest version of Lion).  I completely deleted beta and trial versions of CS apps before running AAM.  I did have the RC candidate of Camera Raw 7.1 loaded on my Mac at one time but there is no uninstall app for that (at least that I can tell). It seems that the RC 7.1 may be involved with this error but I can't pinpoint how to get rid of it.
    Any ideers out there?

    I'm having the exact same situation, with the exact same error on two separate PC's (Windows 7 based). I've tried everything I know plus everyone else's suggestions from the forums since Friday. At this point, I am getting very frustrated. I had success installing some of the programs, but they were the ones that were not previously installed with CS5 Prod Prem or the beta testing, So I have Dreamweaver, Acrobat X, Fireworks, etc. because they are not part of the Prod Prem suite and therefore have not previously been installed. Everything else, AE, PS, PR, IL, etc., gives me the following:
    Exit Code: 34
    -------------------------------------- Summary --------------------------------------
    - 1 fatal error(s), 0 error(s), 0 warning(s)
    FATAL: Payload '{B9CB63C4-46FD-4394-95E4-0602E3B4D7F6} Camera Profiles Installer_7.1_AdobeCameraRawProfile7.0All 6.0.98.0' information not found in Media_db.

  • Rosetta Stone TOTALe (Spanish) 4.5.5 Fatal Application Error 1141 Installs But Won't Launch After MacBook Restarts

    I have a MacBook Pro running OS X 10.9.4 (Maverick) and am trying to add Rosetta Stone Latin Am Spanish to this laptop, after having successfully installed it several years ago on a older MBP.
    I was given the latest download file TOTALe 4.5.5 by Rosetta Stone Support for this purpose.  It will install fine and work, immediately upon installation, but when I shut down and restart, I can no longer launch the program and get the Fatal Application Error 1141 code instead.
    I have been through this issue many, many times with Rosetta Stone Support already and have followed, alone and with them, the troubleshooting link set up for this problem without success. (Here is the link:  https://rosettastone.secure.force.com/en/language-learning/articles/Error-1141-a ppears-when-I-start-the-Rosetta-Stone-TOTALe-application#macdiv)  Rosetta Stone has run out of ideas to resolve this issue. (I have saved about 10 chat session transcripts where the support people have me run through the same steps over and over, despite my informing them of the previous lack of success in following these steps.)
    My OS X is up to date. I am wondering if anyone else has experienced this problem running Maverick.
    Any thoughts would be greatly  appreciated.
    P.S. This is a relatively new MBP and the only add-on software other than Rosetta Stone is Microsoft Office.

    I have the same problem.  Back in 2011 I bought Rosetta and got the very same problem, talked and talked to their support to no avail.  On that instance they returned my purchase money.  This time around I asked beforehand if the software was totally compatible with Yosemite and they said yes.  I just got it, tried to unit and got error 1141 again.  It is very frustrating! I will talk to them again but my hopes are very low.  I guess one needs to understand that the software is crap!

  • Sap Source code

    Hi All ,,
    how to read SAP source code from an ABAP program? I would appreciate your prompt response.
    Thanks

    try this source code
    DANGER WARNING
    ABSOLUTELY NO WARRANTY
    USE AT OWN RISK
    COPYRIGHT DR. MARTIN ROGGE
    UNAUTHORISED USE PROHIBITED
    REPORT ZPTTMXFI LINE-SIZE 200 NO STANDARD PAGE HEADING.
    TABLES: TRDIR, TADIR.
    DATA: XDIR LIKE TRDIR,
          XOBJ LIKE TADIR,
          XREL LIKE SY-SAPRL,
          XLAN LIKE SY-LANGU.
    DATA: BEGIN OF XSRC OCCURS 10,
            LINE(72),
          END OF XSRC.
    DATA: BEGIN OF XTXT OCCURS 10.
            INCLUDE STRUCTURE TEXTPOOL.
    DATA: END OF XTXT.
    DATA: BEGIN OF PACK OCCURS 10,
            KEY(4),
            DATA(152),
          END OF PACK.
    DATA: BEGIN OF FILENAME,
            PATH(40),
            FILE LIKE SY-REPID,
            SEP(1),
            EXT(3),
          END OF FILENAME.
    DATA: TABIX TYPE I,
          LOCALFILE LIKE RLGRAP-FILENAME,
          IRDIR LIKE TRDIR OCCURS 100.
    SELECTION-SCREEN BEGIN OF BLOCK 01 WITH FRAME TITLE TEXT-P01.
    SELECT-OPTIONS: REPNAM FOR SY-REPID.
    SELECTION-SCREEN END OF BLOCK 01.
    SELECTION-SCREEN BEGIN OF BLOCK 02 WITH FRAME TITLE TEXT-P02.
    PARAMETERS: PATH(40) DEFAULT 'C:\SAPGUI\',
                EXT(3)   DEFAULT 'TXT'.
    SELECTION-SCREEN END OF BLOCK 02.
    SELECTION-SCREEN BEGIN OF BLOCK 03 WITH FRAME TITLE TEXT-P03.
    PARAMETERS: DOWNLD RADIOBUTTON GROUP ACT,
                UPLOAD RADIOBUTTON GROUP ACT.
    SELECTION-SCREEN END OF BLOCK 03.
    SELECTION-SCREEN BEGIN OF BLOCK 05 WITH FRAME TITLE TEXT-P05.
    PARAMETERS: UPL_ADIR DEFAULT ' ' AS CHECKBOX,
                UPL_RDIR DEFAULT ' ' AS CHECKBOX,
                UPL_SRC  DEFAULT 'X' AS CHECKBOX,
                UPL_TXT  DEFAULT 'X' AS CHECKBOX.
    SELECTION-SCREEN END OF BLOCK 05.
    SELECTION-SCREEN BEGIN OF BLOCK 04 WITH FRAME TITLE TEXT-P04.
    PARAMETERS: DISP RADIOBUTTON GROUP SAFE,
                UPDT RADIOBUTTON GROUP SAFE,
                PASSWD LIKE SY-UNAME.
    SELECTION-SCREEN END OF BLOCK 04.
    END-OF-SELECTION.
    safety parameters
      CHECK PASSWD EQ SY-UNAME.
      DESCRIBE TABLE REPNAM LINES TABIX.
      CHECK TABIX GT 0.
      IF UPLOAD IS INITIAL.
        SELECT * FROM TRDIR INTO TABLE IRDIR WHERE NAME IN REPNAM.
        LOOP AT IRDIR INTO XDIR.
          PERFORM GET USING XDIR-NAME.
          CHECK SY-SUBRC EQ 0.
          PERFORM PACK.
          IF DISP IS INITIAL.
            PERFORM DOWNLOAD USING XDIR-NAME.
          ELSE.
            PERFORM PRINT_FILE USING XDIR-NAME.
          ENDIF.
          SKIP.
          ULINE.
        ENDLOOP.
      ELSE.
        LOOP AT REPNAM WHERE OPTION EQ 'EQ'.
          PERFORM UPLOAD USING REPNAM-LOW.
          PERFORM UNPACK.
          PERFORM CHECK_STRUCTURES.
          CHECK SY-SUBRC EQ 0.
          IF DISP IS INITIAL.
            PERFORM PUT USING REPNAM-LOW.
          ELSE.
            PERFORM PRINT_STRUCTURES USING REPNAM-LOW.
          ENDIF.
          SKIP.
          ULINE.
        ENDLOOP.
      ENDIF.
          FORM GET                                                      *
    FORM GET USING REPID LIKE SY-REPID.
      REFRESH XSRC.
      REFRESH XTXT.
      MOVE SY-SAPRL TO XREL.
      MOVE SY-LANGU TO XLAN.
    move space to xdir.
      MOVE SPACE TO XOBJ.
    select single * from trdir into xdir where name eq repid.
    check sy-subrc eq 0.
      SELECT SINGLE * FROM TADIR INTO XOBJ WHERE PGMID    EQ 'R3TR'
                                             AND OBJECT   EQ 'PROG'
                                             AND OBJ_NAME EQ REPID.
      CHECK SY-SUBRC EQ 0.
      READ REPORT REPID INTO XSRC.
      READ TEXTPOOL REPID INTO XTXT LANGUAGE XLAN.
    ENDFORM.
          FORM PUT                                                      *
    FORM PUT USING REPID LIKE SY-REPID.
      IF NOT UPL_ADIR IS INITIAL.
        MODIFY TADIR FROM XOBJ.
      ENDIF.
      IF NOT UPL_RDIR IS INITIAL.
        MODIFY TRDIR FROM XDIR.
      ENDIF.
      IF NOT UPL_SRC IS INITIAL.
        INSERT REPORT REPID FROM XSRC STATE 'A'.
        DELETE REPORT REPID STATE 'I'.
      ENDIF.
      IF NOT UPL_TXT IS INITIAL.
        INSERT TEXTPOOL REPID FROM XTXT LANGUAGE XLAN STATE 'A'.
        DELETE TEXTPOOL REPID LANGUAGE '*' STATE 'I'.
      ENDIF.
    ENDFORM.
          FORM PACK                                                     *
    FORM PACK.
      REFRESH PACK.
      CLEAR PACK.
      PACK-KEY = 'REL'.
      MOVE XREL TO PACK-DATA.
      APPEND PACK.
      CLEAR PACK.
      PACK-KEY = 'LNG'.
      MOVE XLAN TO PACK-DATA.
      APPEND PACK.
      CLEAR PACK.
      PACK-KEY = 'DIR'.
      MOVE XDIR TO PACK-DATA.
      APPEND PACK.
      CLEAR PACK.
      PACK-KEY = 'OBJ'.
      MOVE XOBJ TO PACK-DATA.
      APPEND PACK.
      CLEAR PACK.
      PACK-KEY = 'SRC'.
      LOOP AT XSRC INTO PACK-DATA.
        APPEND PACK.
      ENDLOOP.
      LOOP AT XTXT.
        CLEAR PACK.
        PACK-KEY = 'TXT'.
        PACK-DATA+00(001) = XTXT-ID.
        PACK-DATA+01(008) = XTXT-KEY.
        PACK-DATA+10(010) = XTXT-LENGTH.
        PACK-DATA+20(132) = XTXT-ENTRY.
        APPEND PACK.
      ENDLOOP.
    ENDFORM.
          FORM UNPACK                                                   *
    FORM UNPACK.
      REFRESH XSRC.
      REFRESH XTXT.
    move sy-saprl to xrel.
      MOVE 'XXX' TO XREL.
      MOVE SY-LANGU TO XLAN.
      MOVE SPACE TO XDIR.
      MOVE SPACE TO XOBJ.
      LOOP AT PACK WHERE KEY EQ 'REL'.
        XREL = PACK-DATA.
        EXIT.
      ENDLOOP.
      LOOP AT PACK WHERE KEY EQ 'LNG'.
        XLAN = PACK-DATA.
        EXIT.
      ENDLOOP.
      IF NOT UPL_RDIR IS INITIAL.
        LOOP AT PACK WHERE KEY EQ 'DIR'.
          XDIR = PACK-DATA.
          EXIT.
        ENDLOOP.
      ENDIF.
      IF NOT UPL_ADIR IS INITIAL.
        LOOP AT PACK WHERE KEY EQ 'OBJ'.
          XOBJ = PACK-DATA.
          EXIT.
        ENDLOOP.
      ENDIF.
      IF NOT UPL_SRC IS INITIAL.
        LOOP AT PACK WHERE KEY EQ 'SRC'.
          XSRC = PACK-DATA(72).
          APPEND XSRC.
        ENDLOOP.
      ENDIF.
      IF NOT UPL_TXT IS INITIAL.
        LOOP AT PACK WHERE KEY EQ 'TXT'.
          CLEAR XTXT.
          XTXT-ID     = PACK-DATA+00(001).
          XTXT-KEY    = PACK-DATA+01(008).
          XTXT-LENGTH = PACK-DATA+10(010).
          XTXT-ENTRY  = PACK-DATA+20(132).
          APPEND XTXT.
        ENDLOOP.
      ENDIF.
    ENDFORM.
          FORM DOWNLOAD                                                 *
    FORM DOWNLOAD USING REPID LIKE SY-REPID.
      FILENAME-PATH = PATH.
      FILENAME-FILE = REPID.
      FILENAME-SEP  = '.'.
      FILENAME-EXT  = EXT.
      CONDENSE FILENAME NO-GAPS.
      LOCALFILE = FILENAME.
      FORMAT INTENSIFIED ON.
      SKIP.
      WRITE: / '* downloading', FILENAME.
      CALL FUNCTION 'WS_DOWNLOAD'
           EXPORTING
                FILENAME            = LOCALFILE
                FILETYPE            = 'ASC'
           TABLES
                DATA_TAB            = PACK
           EXCEPTIONS
                FILE_OPEN_ERROR     = 1
                FILE_WRITE_ERROR    = 2
                INVALID_FILESIZE    = 3
                INVALID_TABLE_WIDTH = 4
                INVALID_TYPE        = 5
                NO_BATCH            = 6
                UNKNOWN_ERROR       = 7
                OTHERS              = 8.
      WRITE: / '* download returncode', SY-SUBRC.
    ENDFORM.
          FORM UPLOAD                                                   *
    FORM UPLOAD USING REPID LIKE SY-REPID.
      REFRESH PACK.
      FILENAME-PATH = PATH.
      FILENAME-FILE = REPID.
      FILENAME-SEP  = '.'.
      FILENAME-EXT  = EXT.
      CONDENSE FILENAME NO-GAPS.
      LOCALFILE = FILENAME.
      FORMAT INTENSIFIED ON.
      SKIP.
      WRITE: / '* uploading', FILENAME.
      CALL FUNCTION 'WS_UPLOAD'
           EXPORTING
                FILENAME            = LOCALFILE
                FILETYPE            = 'ASC'
           TABLES
                DATA_TAB            = PACK
           EXCEPTIONS
                CONVERSION_ERROR    = 1
                FILE_OPEN_ERROR     = 2
                FILE_READ_ERROR     = 3
                INVALID_TABLE_WIDTH = 4
                INVALID_TYPE        = 5
                NO_BATCH            = 6
                UNKNOWN_ERROR       = 7
                OTHERS              = 8.
      WRITE: / '* upload returncode', SY-SUBRC.
    ENDFORM.
          FORM CHECK_STRUCTURES                                         *
    FORM CHECK_STRUCTURES.
      IF NOT UPL_RDIR IS INITIAL.
        IF XDIR EQ SPACE.
          WRITE: / '* fatal error: no report directory entry'.
          SY-SUBRC = 1.
          EXIT.
        ENDIF.
      ENDIF.
      IF NOT UPL_ADIR IS INITIAL.
        IF XOBJ EQ SPACE.
          WRITE: / '* fatal error: no object directory'.
          SY-SUBRC = 2.
          EXIT.
        ENDIF.
      ENDIF.
      IF NOT UPL_SRC IS INITIAL.
        DESCRIBE TABLE XSRC LINES TABIX.
        IF TABIX LE 0.
          WRITE: / '* fatal error: no source code'.
          SY-SUBRC = 3.
          EXIT.
        ENDIF.
      ENDIF.
      IF NOT UPL_TXT IS INITIAL.
        DESCRIBE TABLE XTXT LINES TABIX.
        IF TABIX LE 0.
          WRITE: / '* fatal error: no text elements'.
          SY-SUBRC = 4.
          EXIT.
        ENDIF.
      ENDIF.
      IF XREL NE SY-SAPRL.
        IF ( UPL_ADIR IS INITIAL ) AND ( UPL_RDIR IS INITIAL ).
          WRITE: / '* warning: system release is', SY-SAPRL,
                   'whereas source release is', XREL.
        ELSE.
          WRITE: / '* fatal error: system release is', SY-SAPRL,
                   'whereas source release is', XREL.
          SY-SUBRC = 8.
          EXIT.
        ENDIF.
      ENDIF.
      IF NOT UPL_ADIR IS INITIAL.
        IF XOBJ-DEVCLASS EQ '$TMP' AND XOBJ-SRCSYSTEM NE SY-SYSID.
          WRITE: / '* info: changing source system to', SY-SYSID.
          XOBJ-SRCSYSTEM = SY-SYSID.
        ENDIF.
        IF XOBJ-MASTERLANG NE SY-LANGU.
          WRITE: / '* warning: changing master language to', SY-LANGU.
          XOBJ-MASTERLANG = SY-LANGU.
        ENDIF.
        IF XLAN NE SY-LANGU.
          WRITE: / '* warning: changing text language to', SY-LANGU.
          XLAN = SY-LANGU.
        ENDIF.
      ENDIF.
      IF XLAN NE SY-LANGU.
        WRITE: / '* warning: system language is', SY-LANGU,
                 'whereas text language is', XLAN.
      ENDIF.
      SY-SUBRC = 0.
    ENDFORM.
          FORM PRINT_STRUCTURES                                         *
    FORM PRINT_STRUCTURES USING REPID LIKE SY-REPID.
      SKIP.
      WRITE: / '* displaying selected internal structures for', REPID.
      SKIP.
      FORMAT INTENSIFIED OFF.
      WRITE: /4 XREL.
      WRITE: /4 XLAN.
      IF NOT UPL_RDIR IS INITIAL.
        WRITE: /4 XDIR.
      ENDIF.
      IF NOT UPL_ADIR IS INITIAL.
        WRITE: /4 XOBJ.
      ENDIF.
      IF NOT UPL_SRC IS INITIAL.
        LOOP AT XSRC.
          WRITE: /4 XSRC.
        ENDLOOP.
      ENDIF.
      IF NOT UPL_TXT IS INITIAL.
        LOOP AT XTXT.
          WRITE: /4 XTXT-ID,
                  6 XTXT-KEY,
                 20 XTXT-LENGTH,
                 24 XTXT-ENTRY.
        ENDLOOP.
      ENDIF.
      FORMAT INTENSIFIED ON.
    ENDFORM.
          FORM PRINT_FILE                                               *
    FORM PRINT_FILE USING REPID LIKE SY-REPID.
      SKIP.
      WRITE: / '* displaying file content for', REPID.
      SKIP.
      FORMAT INTENSIFIED OFF.
      LOOP AT PACK.
        WRITE: /4 PACK.
      ENDLOOP.
      FORMAT INTENSIFIED ON.
    ENDFORM.

  • Oracle Deadlock Weblogic 8.1 sp4, Oracle 8i, StuckThreadMaxTime

    It will be very helpful if you can suggest on the deadlock issue....
    Application was fine for more than 6 months, all of a sudden Appplication goes down after throwing Oracle deadlock exception and after which all thread are hung and no ideal thread available to process incoming request.
    We are using weblogic 8.1 sp4 and Oracle 8.1.7
    "<WebLogicServer> <BEA-000337> <ExecuteThread: '19' for queue: 'weblogic.kernel.Default' has been busy for "1,209" seconds working on the request "Http Request: /requestconfirmed", which is more than the configured time (StuckThreadMaxTime) of "600" seconds.>"
    Attaching part of Thread dump and Jdbc log:
    "ExecuteThread: '24' for queue: 'weblogic.kernel.Default'" daemon prio=10 tid=0006a308 nid=37 lwp_id=17700 runnable [0x574e400
    0..0x574e34c0]
    at java.net.SocketInputStream.socketRead0(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:134)
    at oracle.net.ns.Packet.receive(Unknown Source)
    at oracle.net.ns.DataPacket.receive(Unknown Source)
    at oracle.net.ns.NetInputStream.getNextPacket(Unknown Source)
    at oracle.net.ns.NetInputStream.read(Unknown Source)
    at oracle.net.ns.NetInputStream.read(Unknown Source)
    at oracle.net.ns.NetInputStream.read(Unknown Source)
    at oracle.jdbc.driver.T4CMAREngine.unmarshalUB1(T4CMAREngine.java:971)
    at oracle.jdbc.driver.T4CMAREngine.unmarshalSB1(T4CMAREngine.java:941)
    at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:432)
    at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java:180)
    at oracle.jdbc.driver.T4CCallableStatement.execute_for_rows(T4CCallableStatement.java:783)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1027)
    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:2885)
    at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:2976)
    - locked <79098e48> (a oracle.jdbc.driver.T4CCallableStatement)
    - locked <5d00fca0> (a oracle.jdbc.driver.T4CConnection)
    at oracle.jdbc.driver.OracleCallableStatement.execute(OracleCallableStatement.java:4103)
    - locked <79098e48> (a oracle.jdbc.driver.T4CCallableStatement)
    - locked <5d00fca0> (a oracle.jdbc.driver.T4CConnection)
    at weblogic.jdbc.wrapper.PreparedStatement.execute(PreparedStatement.java:102)
    at com.compoundrequester.dataobjects.DeliveryDO.creatOrderOnSubmitRequest(DeliveryDO.java:157)
    at com.compoundrequester.servlets.RequestConfirmedServlet.processInitialScreen(RequestConfirmedServlet.java:
    264)
    at com.compoundrequester.servlets.RequestConfirmedServlet.service(RequestConfirmedServlet.java:115)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1006)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:315)
    at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:322)
    at com.compoundrequester.servlets.AbstractRequesterServlet.forwardTo(AbstractRequesterServlet.java:140)
    at com.compoundrequester.servlets.RequestInformationServlet.processSubmitRequest(RequestInformationServlet.j
    ava:312)
    JDBC log stream started at Mon Sep 10 03:00:51 EDT 2007
    DriverManager.initialize: jdbc.drivers = null
    JDBC DriverManager initialized
    registerDriver: driver[className=oracle.jdbc.driver.OracleDriver,oracle.jdbc.driver.OracleDriver@893e69]
    DriverManager.getDriver("jdbc:oracle:thin:@prd-coats.prius.jnj.com:1601:CMIP1")
    trying driver[className=oracle.jdbc.driver.OracleDriver,oracle.jdbc.driver.OracleDriver@893e69]
    getDriver returning driver[className=oracle.jdbc.driver.OracleDriver,oracle.jdbc.driver.OracleDriver@893e69]
    registerDriver: driver[className=weblogic.jdbc.jts.Driver,weblogic.jdbc.jts.Driver@8864af]
    registerDriver: driver[className=weblogic.jdbc.pool.Driver,weblogic.jdbc.pool.Driver@c787d7]
    registerDriver: driver[className=oracle.jdbc.driver.OracleDriver,oracle.jdbc.driver.OracleDriver@1051922]
    DriverManager.getConnection("jdbc:oracle:thin:@ncsprd04.rar.ncsus.jnj.com:1573:cosmprp4")
    trying driver[className=oracle.jdbc.driver.OracleDriver,oracle.jdbc.driver.OracleDriver@893e69]
    DriverManager.deregisterDriver: oracle.jdbc.driver.OracleDriver@1051922
    getConnection returning driver[className=oracle.jdbc.driver.OracleDriver,oracle.jdbc.driver.OracleDriver@893e69]
    registerDriver: driver[className=oracle.jdbc.driver.OracleDriver,oracle.jdbc.driver.OracleDriver@1402772]
    DriverManager.getConnection("jdbc:oracle:thin:@ncsprd04.rar.ncsus.jnj.com:1573:cosmprp4")
    trying driver[className=oracle.jdbc.driver.OracleDriver,oracle.jdbc.driver.OracleDriver@893e69]
    DriverManager.deregisterDriver: oracle.jdbc.driver.OracleDriver@1402772
    getConnection returning driver[className=oracle.jdbc.driver.OracleDriver,oracle.jdbc.driver.OracleDriver@893e69]
    SQLException: SQLState(null) vendor code(17110)
    java.sql.SQLException: execution completed with warning
         at oracle.jdbc.driver.DatabaseError.newSqlException(DatabaseError.java:80)
         at oracle.jdbc.driver.DatabaseError.newSqlException(DatabaseError.java:98)
    java.sql.SQLException: Error (-60) caught executing stored procedure: ORA-00060: deadlock detected while waiting for resource
         at com.compoundrequester.dataobjects.AbstractRequestorDataObject.checkStoredProcedure(AbstractRequestorDataObject.java:91)

    We solved the deadlock after changing code.
    Issue is, when Submit button is clicked, it calls requestconfirmed servlet, which in turn calls a proceduer and gets stuck, we tested the same proceduer on development server, but on production it gives the following error, some how database is not processing requests fast enough...
    <Error> <WebLogicServer> <BEA-000337> <ExecuteThread: '20' for queue: 'weblogic.kernel.Default' has been busy for "821" seconds working on the request "Http Request: /us/requestconfirmed", which is more than the configured time (StuckThreadMaxTime) of "600" seconds.>
    <Error> <WebLogicServer> <BEA-000337> <ExecuteThread: '21' for queue: 'weblogic.kernel.Default' has been busy for "825" seconds working on the request "Http Request: /us/requestconfirmed", which is more than the configured time (StuckThreadMaxTime) of "600" seconds.>
    <Error> <WebLogicServer> <BEA-000337> <ExecuteThread: '22' for queue: 'weblogic.kernel.Default' has been busy for "1,125" seconds working on the request "Http Request: /us/requestconfirmed", which is more than the configured time (StuckThreadMaxTime) of "600" seconds.>
    <Error> <WebLogicServer> <BEA-000337> <ExecuteThread: '23' for queue: 'weblogic.kernel.Default' has been busy for "1,425" seconds working on the request "Http Request: /us/requestconfirmed", which is more than the configured time (StuckThreadMaxTime) of "600" seconds.>
    <Error> <WebLogicServer> <BEA-000337> <ExecuteThread: '24' for queue: 'weblogic.kernel.Default' has been busy for "1,121" seconds working on the request "Http Request: /us/requestconfirmed", which is more than the configured time (StuckThreadMaxTime) of "600" seconds.>
    Below is thread dump
    Full thread dump [Wed Sep 19 11:58:59 EDT 2007] (Java HotSpot(TM) Server VM 1.4.2 1.4.2.05-040917-18:54-PA_RISC2.0 PA2.0 (aCC_AP) mixed mode):
    "ListenThread.Default" prio=10 tid=0007a318 nid=62 lwp_id=24967 runnable [0x56d54000..0x56d544c0]
         at java.net.PlainSocketImpl.socketAccept(Native Method)
         at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:353)
         - locked <5d2455d8> (a java.net.PlainSocketImpl)
         at java.net.ServerSocket.implAccept(ServerSocket.java:454)
         at java.net.ServerSocket.accept(ServerSocket.java:425)
         at weblogic.socket.WeblogicServerSocket.accept(WeblogicServerSocket.java:26)
         at weblogic.t3.srvr.ListenThread.accept(ListenThread.java:735)
         at weblogic.t3.srvr.ListenThread.run(ListenThread.java:301)
    "OracleTimeoutPollingThread" daemon prio=8 tid=01ddf950 nid=61 lwp_id=24114 waiting on condition [0x568cb000..0x568cb4c0]
         at java.lang.Thread.sleep(Native Method)
         at oracle.jdbc.driver.OracleTimeoutPollingThread.run(OracleTimeoutPollingThread.java:144)
    "Thread-8" prio=8 tid=0007aa20 nid=60 lwp_id=24110 waiting on condition [0x5694c000..0x5694c4c0]
         at java.lang.Thread.sleep(Native Method)
         at com.jandj.rwjpri.us.release.REL1.run(REL1.java:221)
         at java.lang.Thread.run(Thread.java:534)
    "Thread-7" daemon prio=8 tid=0007a8b8 nid=59 lwp_id=24107 waiting on condition [0x569cd000..0x569cd4c0]
         at java.lang.Thread.sleep(Native Method)
         at com.jandj.rwjpri.us.sessiontracker.usSessionTracker.run(usSessionTracker.java:171)
         at java.lang.Thread.run(Thread.java:534)
    "Thread-6" prio=10 tid=0007a750 nid=58 lwp_id=24088 in Object.wait() [0x56a4e000..0x56a4e4c0]
         at java.lang.Object.wait(Native Method)
         - waiting on <5cfb8c18> (a java.util.TaskQueue)
         at java.util.TimerThread.mainLoop(Timer.java:429)
         - locked <5cfb8c18> (a java.util.TaskQueue)
         at java.util.TimerThread.run(Timer.java:382)
    "weblogic.health.CoreHealthMonitor" daemon prio=8 tid=0007a5e8 nid=57 lwp_id=24022 waiting on condition [0x56acf000..0x56acf4c0]
         at java.lang.Thread.sleep(Native Method)
         at weblogic.t3.srvr.CoreHealthMonitorThread.run(CoreHealthMonitorThread.java:128)
    "Thread-5" prio=10 tid=0007a480 nid=56 lwp_id=24020 in Object.wait() [0x56b50000..0x56b504c0]
         at java.lang.Object.wait(Native Method)
         - waiting on <5cd1cdc0> (a java.util.TaskQueue)
         at java.util.TimerThread.mainLoop(Timer.java:429)
         - locked <5cd1cdc0> (a java.util.TaskQueue)
         at java.util.TimerThread.run(Timer.java:382)
    "LDAPConnThread-0 ldap://NCSUSRAEBZWLA01:5001" daemon prio=10 tid=0007a1b0 nid=53 lwp_id=23989 runnable [0x56cd3000..0x56cd34c0]
         at java.net.SocketInputStream.socketRead0(Native Method)
         at java.net.SocketInputStream.read(SocketInputStream.java:134)
         at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
         at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
         - locked <5cc37d78> (a java.io.BufferedInputStream)
         at netscape.ldap.ber.stream.BERElement.getElement(BERElement.java:101)
         at netscape.ldap.LDAPConnThread.run(LDAPConnThread.java:538)
         at java.lang.Thread.run(Thread.java:534)
    "VDE Transaction Processor Thread" prio=10 tid=00079ee0 nid=51 lwp_id=23986 in Object.wait() [0x56dd5000..0x56dd54c0]
         at java.lang.Object.wait(Native Method)
         - waiting on <5cc0c2c8> (a com.octetstring.vde.backend.standard.TransactionProcessor)
         at java.lang.Object.wait(Object.java:429)
         at com.octetstring.vde.backend.standard.TransactionProcessor.waitChange(TransactionProcessor.java:365)
         - locked <5cc0c2c8> (a com.octetstring.vde.backend.standard.TransactionProcessor)
         at com.octetstring.vde.backend.standard.TransactionProcessor.run(TransactionProcessor.java:212)
    "ExecuteThread: '2' for queue: 'weblogic.admin.RMI'" daemon prio=10 tid=0007a048 nid=50 lwp_id=23985 in Object.wait() [0x56e56000..0x56e564c0]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:429)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:153)
         - locked <5cb6f4f0> (a weblogic.kernel.ExecuteThread)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
    "ExecuteThread: '1' for queue: 'weblogic.admin.RMI'" daemon prio=10 tid=00079c10 nid=49 lwp_id=23984 in Object.wait() [0x56ed7000..0x56ed74c0]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:429)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:153)
         - locked <5cb6efc8> (a weblogic.kernel.ExecuteThread)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
    "ExecuteThread: '0' for queue: 'weblogic.admin.RMI'" daemon prio=10 tid=00079d78 nid=48 lwp_id=23983 in Object.wait() [0x56f58000..0x56f584c0]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:429)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:153)
         - locked <5cb6ea80> (a weblogic.kernel.ExecuteThread)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
    "ExecuteThread: '2' for queue: 'weblogic.socket.Muxer'" daemon prio=10 tid=00079aa8 nid=47 lwp_id=23978 waiting for monitor entry [0x56fd9000..0x56fd94c0]
         at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:93)
         - waiting to lock <5ca5efe0> (a java.lang.String)
         at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:32)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    "ExecuteThread: '1' for queue: 'weblogic.socket.Muxer'" daemon prio=10 tid=00079940 nid=46 lwp_id=23977 waiting for monitor entry [0x5705a000..0x5705a4c0]
         at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:93)
         - waiting to lock <5ca5efe0> (a java.lang.String)
         at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:32)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    "ExecuteThread: '0' for queue: 'weblogic.socket.Muxer'" daemon prio=10 tid=000797d8 nid=45 lwp_id=23976 runnable [0x570db000..0x570db4c0]
         at weblogic.socket.PosixSocketMuxer.poll(Native Method)
         at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:100)
         - locked <5ca5efe0> (a java.lang.String)
         at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:32)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    "weblogic.security.SpinnerRandomSource" daemon prio=10 tid=00079670 nid=44 lwp_id=23974 in Object.wait() [0x5715c000..0x5715c4c0]
         at java.lang.Object.wait(Native Method)
         - waiting on <5ca48110> (a java.lang.Object)
         at java.lang.Object.wait(Object.java:429)
         at weblogic.security.SpinnerRandomBitsSource.run(SpinnerRandomBitsSource.java:60)
         - locked <5ca48110> (a java.lang.Object)
         at java.lang.Thread.run(Thread.java:534)
    "weblogic.time.TimeEventGenerator" daemon prio=10 tid=00079508 nid=43 lwp_id=23973 in Object.wait() [0x571dd000..0x571dd4c0]
         at java.lang.Object.wait(Native Method)
         - waiting on <5ca46690> (a weblogic.time.common.internal.TimeTable)
         at weblogic.time.common.internal.TimeTable.snooze(TimeTable.java:272)
         - locked <5ca46690> (a weblogic.time.common.internal.TimeTable)
         at weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.java:118)
         at java.lang.Thread.run(Thread.java:534)
    "ExecuteThread: '4' for queue: 'weblogic.kernel.System'" daemon prio=10 tid=000793a0 nid=42 lwp_id=23972 in Object.wait() [0x5725e000..0x5725e4c0]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:429)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:153)
         - locked <5ca45e18> (a weblogic.kernel.ExecuteThread)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
    "ExecuteThread: '3' for queue: 'weblogic.kernel.System'" daemon prio=10 tid=00079238 nid=41 lwp_id=23971 in Object.wait() [0x572df000..0x572df4c0]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:429)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:153)
         - locked <5ca45958> (a weblogic.kernel.ExecuteThread)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
    "ExecuteThread: '2' for queue: 'weblogic.kernel.System'" daemon prio=10 tid=000790d0 nid=40 lwp_id=23970 in Object.wait() [0x57360000..0x573604c0]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:429)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:153)
         - locked <5ca45498> (a weblogic.kernel.ExecuteThread)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
    "ExecuteThread: '1' for queue: 'weblogic.kernel.System'" daemon prio=10 tid=00078f68 nid=39 lwp_id=23969 in Object.wait() [0x573e1000..0x573e14c0]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:429)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:153)
         - locked <5ca44fd8> (a weblogic.kernel.ExecuteThread)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
    "ExecuteThread: '0' for queue: 'weblogic.kernel.System'" daemon prio=10 tid=00078e00 nid=38 lwp_id=23968 in Object.wait() [0x57462000..0x574624c0]
         at java.lang.Object.wait(Native Method)
         - waiting on <5ca44b18> (a weblogic.kernel.ExecuteThread)
         at java.lang.Object.wait(Object.java:429)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:153)
         - locked <5ca44b18> (a weblogic.kernel.ExecuteThread)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:172)
    "ExecuteThread: '24' for queue: 'weblogic.kernel.Default'" daemon prio=10 tid=00078c98 nid=37 lwp_id=23967 runnable [0x574e4000..0x574e34c0]
         at java.net.SocketInputStream.socketRead0(Native Method)
         at java.net.SocketInputStream.read(SocketInputStream.java:134)
         at oracle.net.ns.Packet.receive(Unknown Source)
         at oracle.net.ns.DataPacket.receive(Unknown Source)
         at oracle.net.ns.NetInputStream.getNextPacket(Unknown Source)
         at oracle.net.ns.NetInputStream.read(Unknown Source)
         at oracle.net.ns.NetInputStream.read(Unknown Source)
         at oracle.net.ns.NetInputStream.read(Unknown Source)
         at oracle.jdbc.driver.T4CMAREngine.unmarshalUB1(T4CMAREngine.java:971)
         at oracle.jdbc.driver.T4CMAREngine.unmarshalSB1(T4CMAREngine.java:941)
         at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:432)
         at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java:180)
         at oracle.jdbc.driver.T4CCallableStatement.execute_for_rows(T4CCallableStatement.java:783)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1027)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:2885)
         at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:2976)
         - locked <5d4c8b68> (a oracle.jdbc.driver.T4CCallableStatement)
         - locked <5d01e348> (a oracle.jdbc.driver.T4CConnection)
         at oracle.jdbc.driver.OracleCallableStatement.execute(OracleCallableStatement.java:4103)
         - locked <5d4c8b68> (a oracle.jdbc.driver.T4CCallableStatement)
         - locked <5d01e348> (a oracle.jdbc.driver.T4CConnection)
         at weblogic.jdbc.wrapper.PreparedStatement.execute(PreparedStatement.java:102)
         at com.jnj.jjprd.compoundrequester.dataobjects.DeliveryDO.creatOrderOnSubmitRequest(DeliveryDO.java:157)
         at com.jnj.jjprd.compoundrequester.servlets.RequestConfirmedServlet.processInitialScreen(RequestConfirmedServlet.java:264)
         at com.jnj.jjprd.compoundrequester.servlets.RequestConfirmedServlet.service(RequestConfirmedServlet.java:115)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1006)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:315)
         at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:322)
         at com.jnj.jjprd.compoundrequester.servlets.AbstractRequesterServlet.forwardTo(AbstractRequesterServlet.java:140)
         at com.jnj.jjprd.compoundrequester.servlets.RequestInformationServlet.processSubmitRequest(RequestInformationServlet.java:312)
         at com.jnj.jjprd.compoundrequester.servlets.RequestInformationServlet.service(RequestInformationServlet.java:102)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1006)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:315)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6718)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3764)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2644)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    "ExecuteThread: '23' for queue: 'weblogic.kernel.Default'" daemon prio=10 tid=00078b30 nid=36 lwp_id=23966 runnable [0x57565000..0x575644c0]
         at java.net.SocketInputStream.socketRead0(Native Method)
         at java.net.SocketInputStream.read(SocketInputStream.java:134)
         at oracle.net.ns.Packet.receive(Unknown Source)
         at oracle.net.ns.DataPacket.receive(Unknown Source)
         at oracle.net.ns.NetInputStream.getNextPacket(Unknown Source)
         at oracle.net.ns.NetInputStream.read(Unknown Source)
         at oracle.net.ns.NetInputStream.read(Unknown Source)
         at oracle.net.ns.NetInputStream.read(Unknown Source)
         at oracle.jdbc.driver.T4CMAREngine.unmarshalUB1(T4CMAREngine.java:971)
         at oracle.jdbc.driver.T4CMAREngine.unmarshalSB1(T4CMAREngine.java:941)
         at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:432)
         at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java:180)
         at oracle.jdbc.driver.T4CCallableStatement.execute_for_rows(T4CCallableStatement.java:783)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1027)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:2885)
         at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:2976)
         - locked <7a880610> (a oracle.jdbc.driver.T4CCallableStatement)
         - locked <7a880958> (a oracle.jdbc.driver.T4CConnection)
         at oracle.jdbc.driver.OracleCallableStatement.execute(OracleCallableStatement.java:4103)
         - locked <7a880610> (a oracle.jdbc.driver.T4CCallableStatement)
         - locked <7a880958> (a oracle.jdbc.driver.T4CConnection)
         at weblogic.jdbc.wrapper.PreparedStatement.execute(PreparedStatement.java:102)
         at com.jnj.jjprd.compoundrequester.dataobjects.DeliveryDO.creatOrderOnSubmitRequest(DeliveryDO.java:157)
         at com.jnj.jjprd.compoundrequester.servlets.RequestConfirmedServlet.processInitialScreen(RequestConfirmedServlet.java:264)
         at com.jnj.jjprd.compoundrequester.servlets.RequestConfirmedServlet.service(RequestConfirmedServlet.java:115)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1006)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:315)
         at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:322)
         at com.jnj.jjprd.compoundrequester.servlets.AbstractRequesterServlet.forwardTo(AbstractRequesterServlet.java:140)
         at com.jnj.jjprd.compoundrequester.servlets.RequestInformationServlet.processSubmitRequest(RequestInformationServlet.java:312)
         at com.jnj.jjprd.compoundrequester.servlets.RequestInformationServlet.service(RequestInformationServlet.java:102)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1006)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:315)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6718)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3764)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2644)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    vs
    Edited by sw_vishal at 09/25/2007 10:29 AM

  • Hp compaq MINI password error code CNU9353S33

    I am receiving a request for "CURRENT PASSWORD" on my HP MINI 110, which I have not previously set.
    After 3 attempts I get "System Halted, Fatal Error " and error Code CNU9353S33
    How can I recover my system. Please help
    This question was solved.
    View Solution.

    Hi
    Try>> e9lofqfnff
    Third character is small case L
    Regards,
    ++Please click KUDOS / White thumb to say thanks
    ++Please click ACCEPT AS SOLUTION to help others, find this solution faster
    **I'm a Volunteer, I do not work for HP**

  • Error while executing a DTP

    Hi All ,
    I got  an error while executing a DTP. Short Dump analysis points this error. :   DBIF_REPO_SQL_ERROR.
    Please provide in your valuable inputs to resolve this error.
    Thank & Regards,
    Rohit Garg

    This error comes majorly when you have a deadlock in  your code. Check ST22 if you have any short dump corresponding to it and see the source code where it is getting stuck.
    If you find this dump explaining table space issue, then contact Basis, they will be able to help you with table space problem.
    Edited by: Deepmala Agarwal on Aug 18, 2009 7:40 AM

  • AAMEE 3.1+ SCCM 2012

    i've been trying to test deployment using these two system with Adobe CS6 Master Collection, to start with i have been trying to deploy and install speedgrade as its a fairly small install. however it gets as far as the machine i want to deploy it on and is stored in the %temp% folder. I have pasted my log below.
    8/21/2013 13:59:46 [INFO] DeploymentManager - Build Version - 3.1.105.0
    8/21/2013 13:59:46 [INFO] DeploymentManager - Logging Level verbosity Set  to 4
    8/21/2013 13:59:46 [INFO] DeploymentManager - Executing immediate custom action for install mode.
    8/21/2013 13:59:46 [INFO] DeploymentManager - The CustomActionData string is : mode=install;sourceDir=\\noa-svr-fs01\APPS\Adobe CS6 Master Collection\cs6 speedgrade\Build\;installDir=;origDB=\\noa-svr-fs01\APPS\Adobe CS6 Master Collection\cs6 speedgrade\Build\Cs6 test.msi
    8/21/2013 13:59:46 [INFO] DeploymentManager - Successfully executed the immediate custom action for install mode .
    8/21/2013 13:59:49 [INFO] DeploymentManager - Build Version - 3.1.105.0
    8/21/2013 13:59:49 [INFO] DeploymentManager - Logging Level verbosity Set  to 4
    8/21/2013 13:59:49 [INFO] DeploymentManager - Executing the deferred custom action.
    8/21/2013 13:59:49 [INFO] DeploymentManager - Obtained the following as CustomActionData
    8/21/2013 13:59:49 [INFO] DeploymentManager - mode=install;sourceDir=\\noa-svr-fs01\APPS\Adobe CS6 Master Collection\cs6 speedgrade\Build\;installDir=;origDB=\\noa-svr-fs01\APPS\Adobe CS6 Master Collection\cs6 speedgrade\Build\Cs6 test.msi
    8/21/2013 13:59:49 [INFO] DeploymentManager - mode=install;sourceDir=\\noa-svr-fs01\APPS\Adobe CS6 Master Collection\cs6 speedgrade\Build\;installDir=;origDB=\\noa-svr-fs01\APPS\Adobe CS6 Master Collection\cs6 speedgrade\Build\Cs6 test.msi
    8/21/2013 13:59:49 [INFO] DeploymentManager - Original database path is : \\noa-svr-fs01\APPS\Adobe CS6 Master Collection\cs6 speedgrade\Build\Cs6 test.msi
    8/21/2013 13:59:49 [INFO] DeploymentManager - OptionXML saved at location :: C:\Users\tolea\AppData\Local\Temp\{B7FF64A0-C47F-46FC-9892-C7EFD6FE5E85}\\{4836171F-08E4- 4698-AE44-02C7F6E99865}
    8/21/2013 13:59:49 [INFO] DeploymentManager - Build Version - 3.1.105.0
    8/21/2013 13:59:49 [INFO] DeploymentManager - Logging Level verbosity Set  to 4
    8/21/2013 13:59:49 [INFO] DeploymentManager - Initializing Custom Action Data from parameters
    8/21/2013 13:59:49 [INFO] Utilities - Folder does not exist
    8/21/2013 13:59:49 [INFO] DeploymentManager - Provisioning Tool path is (C:\Users\tolea\AppData\Local\Temp\{B7FF64A0-C47F-46FC-9892-C7EFD6FE5E85}\\{E6203655-5273 -433E-8428-CA2E3C8D7B95}).
    8/21/2013 13:59:49 [INFO] DeploymentManager - Starting to run the custom action for install mode
    8/21/2013 13:59:49 [INFO] DeploymentManager - STEP 1: Starting to parse Option XML.
    8/21/2013 13:59:49 [INFO] DeploymentManager - Deployment XML created at path :: C:\Users\tolea\AppData\Local\Temp\{2412F71A-4DD1-4C5A-9A74-CF1D7C188D5A}\\{FC32C658-549A- 44F3-9A31-913302D4B51F}
    8/21/2013 13:59:49 [INFO] DeploymentManager - Deployment Manager is running in Install Mode.
    8/21/2013 13:59:49 [INFO] DeploymentManager - Self-Update BootStrapper Relative Path doesn't exist.
    8/21/2013 13:59:49 [INFO] DeploymentManager - Override XML created at path :: C:\Users\tolea\AppData\Local\Temp\{2412F71A-4DD1-4C5A-9A74-CF1D7C188D5A}\\{DA0A5ABD-7414- 4714-826C-23BA11FF071C}
    8/21/2013 13:59:49 [INFO] DeploymentManager - No of updates found (0).
    8/21/2013 13:59:49 [INFO] DeploymentManager - Not adding payload ({9AB0EFC0-AC6B-11E0-9E61-00215AEA26C9}) to the rollback script, as the payload has already been installed on the machine.
    8/21/2013 13:59:49 [INFO] DeploymentManager - Not adding payload ({9C4AA28F-AC6B-11E0-8997-00215AEA26C9}) to the rollback script, as the payload has already been installed on the machine.
    8/21/2013 13:59:49 [INFO] DeploymentManager - Not adding payload ({9E0AF030-AC6B-11E0-8837-00215AEA26C9}) to the rollback script, as the payload has already been installed on the machine.
    8/21/2013 13:59:49 [INFO] DeploymentManager - STEP 2: Starting to launch media Bootstrapper.
    8/21/2013 13:59:49 [INFO] DeploymentManager - Bootstrapper launch location is :: \\noa-svr-fs01\APPS\Adobe CS6 Master Collection\cs6 speedgrade\Build\Setup\Set-up.dat
    8/21/2013 13:59:49 [INFO] Setup - Build Version - 6.0.335.0
    8/21/2013 13:59:49 [INFO] Setup - Logging Level verbosity Set  to 4
    8/21/2013 13:59:49 [INFO] Setup - Start Adobe Setup
    8/21/2013 13:59:49 [INFO] Setup - TimeLog: Bootstrapper Start
    8/21/2013 13:59:49 [INFO] Setup - TimeLog: Start initial checks
    8/21/2013 13:59:49 [INFO] Setup - Action specified - "install"
    8/21/2013 13:59:49 [ERROR] Setup - Error parsing command line arguments at - "DISABLE_CCM_DESKTOPSHORTCUT".
    Expected arguments are -
              --mode=silent
              --overrideFile="<FilePath>"
    8/21/2013 13:59:49 [FATAL] Setup - Administrative Privileges required to continue
    8/21/2013 13:59:49 [FATAL] Setup - End Adobe Setup. Exit code: -10
    8/21/2013 13:59:49 [INFO] DeploymentManager - Build Version - 3.1.105.0
    8/21/2013 13:59:49 [INFO] DeploymentManager - Logging Level verbosity Set  to 4
    8/21/2013 13:59:49 [FATAL] DeploymentManager - The return code from the Bootstrapper Process is (1).Stopping the installation process.
    8/21/2013 13:59:49 [INFO] DeploymentManager - The install workflow is terminating.

    The command which you are using is correct but the path which you have mentioned in the command have some space in the folder name. So would recoomend try to add double codes in the path like "c:\temp\Adobe Photoshop CS6.msi".
    Here is the command which you can use to install the software silently. - msiexec /i "c:\temp\Adobe Photoshop CS6.msi" /qn
    or you can change the directory first in the command prompt and then enter the command : msiexec /i "Photoshop CS6.msi" /qn

Maybe you are looking for

  • SRM-RFQ/PR

    Hi SRM Masters I have couple of query s 1).Can it possible transfer  RFQ created in R/3 to SRM if yes       Then Following activity can be done in SRM        1.1 creation ENQUIRY        1.2 Enquiry sending to vendor        1.3 updation by vendor     

  • E-Recruiting: SES  Search

    Hi Experts, I have an unique requirement for candidate search. We are using EHP4 , and we have enhanced the standard e-rec info types to meet the client requirements. Now our client wants to have these fields available on the search criteria. Full te

  • New Mac Pro 6.1 slow for some tasks, any ideas?

    May new Mac Pro 6.1 (6 core, 64 GB RAM, D700's) is running very slow for 2 specific tasks. OS X 10.9.3  PS CC 14.2.1 Open Canon 5D3 Camera Raw files takes 30 seconds. Smart Sharpen 5D3 file takes 75 seconds. That is WAY slower than my 6 year old Mac

  • Concerning Lightroom preferences: Getting back to editing in CS5

    After installing the BETA CS6 Photoshop, how do we get back to editing in CS5 from Lightroom 4?  I don't have the choice to choose the prior editition of Photoshop from the edit in option in Lightroom 4.

  • Pay pal on site

    I am in touch with pay pal and they are helpful, but just thought that someone might be able to solve this.. put pay pal button on several items on page then when click on item all pay pal buttons stay in place but all over the enlarged image? click