Fatal errors using JavaFX ChoiceBox, Tooltip, Popup in Eclipse (RCP) View

I'm using JavaFX within an Eclipse RCP application. Any JavaFX popup (ChoiceBox, Tooltip, etc..) within an eclipse view causes a fatal exception to occur when clicking on the popup. The popups do appear, but clicking on them causes the fatal error.
I created a standalone JavaFX application to confirm that the Popups work fine in that environment. They do.
I also created a standalone SWT-based application (outside of an RCP) that embeds the FXCanvas within an SWT shell and the problem doesn't occur there either.
But when the Combo is contained in an FXCanvas within and RCP view, the fatal exception occurs.
Has anybody else seen this behavior?
I tried it with JavaFX 2.0.2, 2.1 b17, 2.1 b19 (all 32bit)
I'm using JRE 6.0_30-b12 (32bit) on Windows 7 (64bit)
My RCP target platform is based on eclipse 3.6 (galileo).
Thanks!

The problem is described in http://javafx-jira.kenai.com/browse/RT-20883. e(fx)clipse 0.0.14 (http://tomsondev.bestsolution.at/2012/05/29/efxclipse-0-0-14-released/) which I've just released fixes the problem. Unfortunately it does not work with 3.6 because I'm using OSGi API only available > 3.7.0

Similar Messages

  • Fatal error using C++ native library

    Hi everyone,
    I'm currently developing a JNI native library in C++ in order to use an original library from a third vendor. I'm trying to perform a very simple operation, just calling a concrete method from the original library from a Java sample application.
    The same test in C++ is working fine, so I assume the vendor library is working correctly. But if I perform exactly the same code from within my native library using JNI, it give a crash like this:
    # A fatal error has been detected by the Java Runtime Environment:
    # SIGSEGV (0xb) at pc=0x000000371c880580, pid=17095, tid=1077307712
    # JRE version: 6.0_27-b07
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (20.2-b06 mixed mode linux-amd64 compressed oops)
    # Problematic frame:
    # C [libc.so.6+0x80580] wchar_t+0x0
    I think this is telling me that there was an error in the native library, more concrete in the libc.so library which is part of the GNU C++ compiler used to generate the native library. I don't know what the "wchar_t" wants to mean, since I know that is a primitive type for wide chars. It might be that the error is related to the use of this primitive within the vendor library?
    The compilation options that I'm using are the following:
    #CCFLAGS = -shared -Wl,-soname,${TARGET} -lstdc++ -ldl -lpthread -fopenmp
    CCFLAGS = -shared -Wl,-soname,${TARGET} -ldl -fopenmp
    #FPFLAGS = -DLINUX -DGX_NAMESPACES -fPIC -fshort-wchar
    #FPFLAGS = -fPIC -fshort-wchar
    FPFLAGS = -fPIC
    ${TARGET} : FPEnginePulnixImpl.o
         ${CC} -o ${TARGET} FPEnginePulnixImpl.o ${CCFLAGS} -L${JAI_DIR} -lVrs
    FPEnginePulnixImpl.o :
         ${CC} -o FPEnginePulnixImpl.o -I"${JDK_INCLUDES}" -I"${JDK_INCLUDES_LINUX}" -I"../jni/include" -I"${JAI_INCLUDES}" ${FPFLAGS} -c ../src/main/C++/FPEnginePulnixImpl.cc
    I played around with those ones, without success so far. I debugged the native code and I know the crash is coming when I call a constructor of a C++ class of the vendor library. Is there something I could do about this? BTW, on Windows is working fine, but indeed, the vendor library is a different one. I've got the impression that there's something in the JNI wrapper of the JDK6 that I'm using that makes the vendor library to crash, either that or something wrong with the compilation of my native library.
    Any help will be welcome.
    Thanks and regards,
    Luis

    Most often errors are caused by
    1. Pointer errors
    2. Api misuse, such as using something in the wrong order (which actually leads to a pointer problem but it not really the cause.)
    Keep in mind that the fact that code runs 'ok' on one system is NOT a safe indicator that the above problems do not exist.
    If it is not that then if the binaries have incompatible build properties then that can cause problems.

  • Error installing JavaFX 1.2 Plugin for Eclipse

    Hi
    I'm trying to install the JavaFX Plugin for Eclipse 3.5.1. I followed the instructions on the site, but when eclipse is downloading the needed files(from http://javafx.com/downloads/eclipse-plugin/ ) I get the following error:
    An error occurred while collecting items to be installed
    session context was:(profile=SDKProfile, phase=org.eclipse.equinox.internal.provisional.p2.engine.phases.Collect, operand=, action=).
    No repository found containing: osgi.bundle,com.sun.javafx.eclipse.core,1.2.0.200905280115
    No repository found containing: osgi.bundle,com.sun.javafx.eclipse.editor,1.2.0.200905280115
    No repository found containing: osgi.bundle,com.sun.javafx.eclipse.editor.lib,1.2.0.200905280115
    No repository found containing: org.eclipse.update.feature,com.sun.javafx.eclipse.feature,1.2.0.200905280115
    No repository found containing: osgi.bundle,com.sun.javafx.eclipse.templates,1.2.0.200905280115
    Any ideea on what's wrong ? Please help.
    Thanks in advance

    Tnx for replies.
    After half a day of research I have come to a (hasty) conclusion that for my type of application JavaFX is NOT READY for adoption.
    I was surprised to find that official Java and JavaFX integration only consists of embedding Swing components in JavaFX. Ill be using multithreading, asynch socket IO, tray icon/menu and a few others things that dont seem easy if at all possible to do in JavaFX. For long periods the application will be running without any visible gui while still doing lots of networking. So obviously Java is going to be controlling the the App and JavaFX will only be in charge of the View. I found some hacks to run JavaFX from Java but I don't want to do hacks and possibly break the license.
    Im a bit confused where Sun is going with JavaFX, they add support for WS and ATOM - does that mean they will eventually copy all features from Java to JavaFX changing it from a domain specific language to general purpose one? If they dont provide an easy way for the app to do the grunt work in java and only use JavaFX for gui then that must be their aim? But how many developers are gonna wait for years untill JavaFX can do everything that Java can do?

  • Error using an imported archive created with Eclipse

    Hi people,
    i have a strange issue, and i have no clue where to search for an answer (except here )
    In the past i used an imported archive for a java mapping in the Repository. The customers wants a change in this. I exported the imported archive, modified it in Ecplise, and imported it again. When i see the code of the imported archive, i can see my change.
    When i test my Interface Mapping, i see the result of the old settings. Somehow, the new coding is not used.
    Does this sounds familiair so someone? And/Or has anyone a good tip for me?
    Thanks in advance,
    Peter

    Try deleting and recreating ur Interface mapping.
    Also make sure u activate all objects.
    Regards,
    Prateek

  • Fatal error XML-0121 in a valid XML file in v2 of SAX parser

    Attachments: "1|type=text/plain|desc=Logging of Fatal error using v2 of SAX parser |file=v2_loggin
    .txt|";"2|type=text/plain|desc=Logging of Fatal error using v2 of java SAX parser |17078|file=v2_l
    gging.txt|"
    Dear XML team,
    I am using the SAX parser version 2.0.2.4. When parsing a valid
    XML of approx. 3,5 Megabytes i get a fatal error XML-0121
    saying 'End tag does not match start tag
    <CORRESPONDENTIENAAM1>...'
    We checked the xml on the well formedness with tools like XML
    Spy and IE5. The XML is valid!
    We did some testing on the XML with the SAXSample class and we
    noticed that the error is related to the use of Entity
    References. When we removed the Entity Reference &apos; the XML
    was parsed correctly.
    We also noticed that if we cut the XML in two smaller parts it
    was also parsed correctly.
    I attached the output of the parser, as well as the output of
    the SAXSample class.
    I hope you can fix this problem!
    With kind regards,
    Rolf van Deursen.
    null

    Update: I have attempted to use xmlparserv2.jar dated 12/23/08 that is packaged with jDeveloper 11g preview, but am still receiving the same message.

  • ----- HPConnectionManager.exe - Fatal error --

    hp manager is on the fritz. how important is it and how do i resolve the error?---------------------------
    HPConnectionManager.exe - Fatal error
    HP Connection Manager Service has stopped responding. Please exit and restart the application.
    A fatal error occurred, check the HP Connection Manager in Event Viewer for more details.
    Retrieving the COM class factory for component with CLSID {24DB46C8-C842-4E91-9AC4-8A9525A5551D} failed due to the following error: 80080005.
    OK
    ---------------------------

    aondolumun wrote:
    I did that but it didnt work. yes I connect.wireless most ofthe time and.transfer.files by bluetooth so I.guess I.need it. I reinstalled.from the reco ery manager same.error msg.You do not need the HPConnection Manager to make those connections. You can uninstall it without a need to reinstall it.The function of the HPConnection Manager is to make it easier to make connections for people who have trouble making wireless or bluetoothconnections.  If you know how to pair with bluetooth, make file transfers  and have no problem with making a wireless connection on your own, then you can uninstall it. regards,erico

  • Fatal error in JVM when using effects such as Glow.

    Hi all,
    When making use of effects such as Glow or even rotating a Label the application crashes with the following error.
    # A fatal error has been detected by the Java Runtime Environment:
    # EXCEPTION_ILLEGAL_INSTRUCTION (0xc000001d) at pc=0x03bd6037, pid=3664, tid=3228
    # JRE version: 6.0_26-b03
    # Java VM: Java HotSpot(TM) Client VM (20.1-b02 mixed mode, sharing windows-x86 )
    # Problematic frame:
    # C [decora-sse.dll+0x6037]
    Has anyone else come across this? It's not repeatable so I guess it's somehow related to my system. Virus, Hardware maybe.
    The version is JavaFX 2 public beta.

    Here is more information from the log file. It would not surprise me if it were hardware/graphics card related my system is getting on a bit.
    # A fatal error has been detected by the Java Runtime Environment:
    # EXCEPTION_ILLEGAL_INSTRUCTION (0xc000001d) at pc=0x03be6037, pid=3932, tid=676
    # JRE version: 6.0_26-b03
    # Java VM: Java HotSpot(TM) Client VM (20.1-b02 mixed mode, sharing windows-x86 )
    # Problematic frame:
    # C [decora-sse.dll+0x6037]
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    --------------- T H R E A D ---------------
    Current thread (0x03069400): JavaThread "QuantumRenderer-0" daemon [_thread_in_native, id=676, stack(0x03560000,0x035b0000)]
    siginfo: ExceptionCode=0xc000001d
    Registers:
    EAX=0x00000023, EBX=0x00000020, ECX=0x00000000, EDX=0x00000019
    ESP=0x035aee04, EBP=0x00000020, ESI=0x25590b1c, EDI=0x03069528
    EIP=0x03be6037, EFLAGS=0x00010202
    Top of Stack: (sp=0x035aee04)
    0x035aee04: 35164960 035aeebc 03069400 35164960
    0x035aee14: 2557a684 2557278c 3d000000 3d000000
    0x035aee24: 3c800000 25590b1c 00da9e37 3c000000
    0x035aee34: 035aeec4 035aef24 00000000 00000000
    0x035aee44: 3c000000 3c800000 00000020 035aef0c
    0x035aee54: 00000019 00000023 3c800000 25590b1c
    0x035aee64: 00000020 00000040 00000020 3f800000
    0x035aee74: 035aeee8 3c800000 00000080 3c800000
    Instructions: (pc=0x03be6037)
    0x03be6017: 72 43 0f 2f cd 72 3e 8b 6c 24 60 0f 57 d2 f3 0f
    0x03be6027: 2a d5 f3 0f 59 d4 f3 0f 2c ca 66 0f 6e 54 24 64
    0x03be6037: 0f 5b d2 f3 0f 59 d1 f3 0f 2c c2 3b cd 7d 16 3b
    0x03be6047: 44 24 64 7d 10 0f af 44 24 68 03 c1 8b 4c 24 10
    Register to memory mapping:
    EAX=0x00000023 is an unknown value
    EBX=0x00000020 is an unknown value
    ECX=0x00000000 is an unknown value
    EDX=0x00000019 is an unknown value
    ESP=0x035aee04 is pointing into the stack for thread: 0x03069400
    EBP=0x00000020 is an unknown value
    ESI=
    [error occurred during error reporting (printing register info), id 0xc0000005]
    Stack: [0x03560000,0x035b0000], sp=0x035aee04, free space=315k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [decora-sse.dll+0x6037] Java_com_sun_scenario_effect_impl_sw_sse_SSEBlend_1SRC_1INPeer_filter+0x1c7
    [error occurred during error reporting (printing native stack), id 0xc0000005]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j com.sun.scenario.effect.impl.sw.sse.SSEBlend_SRC_INPeer.filter([IIIIII[IFFFFIIIF[IFFFFIII)V+0
    j com.sun.scenario.effect.impl.sw.sse.SSEBlend_SRC_INPeer.filter(Lcom/sun/scenario/effect/Effect;Lcom/sun/javafx/geom/transform/BaseTransform;Lcom/sun/javafx/geom/Rectangle;[Lcom/sun/scenario/effect/ImageData;)Lcom/sun/scenario/effect/ImageData;+429
    j com.sun.scenario.effect.CoreEffect.filterImageDatas(Lcom/sun/scenario/effect/FilterContext;Lcom/sun/javafx/geom/transform/BaseTransform;Lcom/sun/javafx/geom/Rectangle;[Lcom/sun/scenario/effect/ImageData;)Lcom/sun/scenario/effect/ImageData;+12
    j com.sun.scenario.effect.Blend.filterImageDatas(Lcom/sun/scenario/effect/FilterContext;Lcom/sun/javafx/geom/transform/BaseTransform;Lcom/sun/javafx/geom/Rectangle;[Lcom/sun/scenario/effect/ImageData;)Lcom/sun/scenario/effect/ImageData;+6
    j com.sun.scenario.effect.FilterEffect.filter(Lcom/sun/scenario/effect/FilterContext;Lcom/sun/javafx/geom/transform/BaseTransform;Lcom/sun/javafx/geom/Rectangle;Ljava/lang/Object;Lcom/sun/scenario/effect/Effect;)Lcom/sun/scenario/effect/ImageData;+148
    j com.sun.scenario.effect.impl.prism.PrEffectHelper.render(Lcom/sun/scenario/effect/Effect;Lcom/sun/prism/Graphics;FFLcom/sun/scenario/effect/Effect;)V+423
    j com.sun.javafx.sg.prism.NGNode.renderClip(Lcom/sun/prism/Graphics;)V+378
    j com.sun.javafx.sg.prism.NGNode.doRender(Lcom/sun/prism/Graphics;Lcom/sun/javafx/geom/RectBounds;Lcom/sun/javafx/geom/transform/BaseTransform;)V+153
    j com.sun.javafx.sg.prism.NGNode.doRender(Ljava/lang/Object;Lcom/sun/javafx/geom/RectBounds;Lcom/sun/javafx/geom/transform/BaseTransform;)V+7
    j com.sun.javafx.sg.BaseNode.render(Ljava/lang/Object;Lcom/sun/javafx/geom/RectBounds;Lcom/sun/javafx/geom/transform/BaseTransform;)V+69
    j com.sun.javafx.sg.prism.NGGroup.renderContent(Lcom/sun/prism/Graphics;)V+69
    j com.sun.javafx.sg.prism.NGRegion.renderContent(Lcom/sun/prism/Graphics;)V+1904
    j com.sun.javafx.sg.prism.NGNode.doRender(Lcom/sun/prism/Graphics;Lcom/sun/javafx/geom/RectBounds;Lcom/sun/javafx/geom/transform/BaseTransform;)V+217
    j com.sun.javafx.sg.prism.NGNode.doRender(Ljava/lang/Object;Lcom/sun/javafx/geom/RectBounds;Lcom/sun/javafx/geom/transform/BaseTransform;)V+7
    j com.sun.javafx.sg.BaseNode.render(Ljava/lang/Object;Lcom/sun/javafx/geom/RectBounds;Lcom/sun/javafx/geom/transform/BaseTransform;)V+69
    j com.sun.javafx.sg.prism.NGGroup.renderContent(Lcom/sun/prism/Graphics;)V+69
    j com.sun.javafx.sg.prism.NGNode.doRender(Lcom/sun/prism/Graphics;Lcom/sun/javafx/geom/RectBounds;Lcom/sun/javafx/geom/transform/BaseTransform;)V+217
    j com.sun.javafx.sg.prism.NGNode.doRender(Ljava/lang/Object;Lcom/sun/javafx/geom/RectBounds;Lcom/sun/javafx/geom/transform/BaseTransform;)V+7
    j com.sun.javafx.sg.BaseNode.render(Ljava/lang/Object;Lcom/sun/javafx/geom/RectBounds;Lcom/sun/javafx/geom/transform/BaseTransform;)V+69
    j com.sun.javafx.sg.prism.NGGroup.renderContent(Lcom/sun/prism/Graphics;)V+69
    j com.sun.javafx.sg.prism.NGNode.doRender(Lcom/sun/prism/Graphics;Lcom/sun/javafx/geom/RectBounds;Lcom/sun/javafx/geom/transform/BaseTransform;)V+217
    j com.sun.javafx.sg.prism.NGNode.doRender(Ljava/lang/Object;Lcom/sun/javafx/geom/RectBounds;Lcom/sun/javafx/geom/transform/BaseTransform;)V+7
    j com.sun.javafx.sg.BaseNode.render(Ljava/lang/Object;Lcom/sun/javafx/geom/RectBounds;Lcom/sun/javafx/geom/transform/BaseTransform;)V+69
    j com.sun.javafx.sg.prism.NGGroup.renderContent(Lcom/sun/prism/Graphics;)V+69
    j com.sun.javafx.sg.prism.NGNode.doRender(Lcom/sun/prism/Graphics;Lcom/sun/javafx/geom/RectBounds;Lcom/sun/javafx/geom/transform/BaseTransform;)V+217
    j com.sun.javafx.sg.prism.NGNode.doRender(Ljava/lang/Object;Lcom/sun/javafx/geom/RectBounds;Lcom/sun/javafx/geom/transform/BaseTransform;)V+7
    j com.sun.javafx.sg.BaseNode.render(Ljava/lang/Object;Lcom/sun/javafx/geom/RectBounds;Lcom/sun/javafx/geom/transform/BaseTransform;)V+69
    j com.sun.javafx.tk.quantum.PaintRunnable.paintImpl(Lcom/sun/prism/Graphics;)V+157
    j com.sun.javafx.tk.quantum.PaintRunnable.run()V+632
    j java.util.concurrent.Executors$RunnableAdapter.call()Ljava/lang/Object;+4
    j java.util.concurrent.FutureTask$Sync.innerRunAndReset()Z+30
    j java.util.concurrent.FutureTask.runAndReset()Z+4
    j com.sun.prism.tkal.RenderJob.run()V+1
    j java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Ljava/lang/Runnable;)V+59
    j java.util.concurrent.ThreadPoolExecutor$Worker.run()V+28
    j com.sun.javafx.tk.quantum.QuantumRenderer$ObservedRunnable.run()V+4
    j java.lang.Thread.run()V+11
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x03028400 JavaThread "AWT-Windows" daemon [_thread_in_native, id=4092, stack(0x03b90000,0x03be0000)]
    0x03389000 JavaThread "AWT-Shutdown" [_thread_blocked, id=2564, stack(0x03500000,0x03550000)]
    0x0336b000 JavaThread "Prism Font Disposer" daemon [_thread_blocked, id=2504, stack(0x03a00000,0x03a50000)]
    0x03374000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=2824, stack(0x03860000,0x038b0000)]
    0x03366800 JavaThread "Disposer" daemon [_thread_blocked, id=340, stack(0x037a0000,0x037f0000)]
    0x0306c000 JavaThread "Thread-2" daemon [_thread_in_native, id=272, stack(0x03740000,0x03790000)]
    0x00c86c00 JavaThread "DestroyJavaVM" [_thread_blocked, id=3512, stack(0x00d20000,0x00d70000)]
    0x0330f800 JavaThread "JavaFX Application Thread" [_thread_blocked, id=2168, stack(0x03650000,0x036a0000)]
    =>0x03069400 JavaThread "QuantumRenderer-0" daemon [_thread_in_native, id=676, stack(0x03560000,0x035b0000)]
    0x02ff0c00 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=3720, stack(0x03260000,0x032b0000)]
    0x02fe2000 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=3952, stack(0x03210000,0x03260000)]
    0x02fe0400 JavaThread "Attach Listener" daemon [_thread_blocked, id=4080, stack(0x031c0000,0x03210000)]
    0x02fdf000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2136, stack(0x03170000,0x031c0000)]
    0x02fdb400 JavaThread "Finalizer" daemon [_thread_blocked, id=348, stack(0x03120000,0x03170000)]
    0x02fd6c00 JavaThread "Reference Handler" daemon [_thread_blocked, id=468, stack(0x030d0000,0x03120000)]
    Other Threads:
    0x02f9a800 VMThread [stack: 0x03080000,0x030d0000] [id=2156]
    0x03004400 WatcherThread [stack: 0x032b0000,0x03300000] [id=3272]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 9984K, used 8784K [0x24d10000, 0x257e0000, 0x2a260000)
    eden space 8896K, 0% used [0x24d10000, 0x255a4080, 0x255c0000)
    from space 1088K, 0% used [0x255c0000, 0x255c0000, 0x256d0000)
    to space 1088K, 0% used [0x256d0000, 0x256d0000, 0x257e0000)
    tenured generation total 22024K, used 13212K [0x2a260000, 0x2b7e2000, 0x34d10000)
    the space 22024K, 59% used [0x2a260000, 0x2af470c0, 0x2af47200, 0x2b7e2000)
    compacting perm gen total 12288K, used 4445K [0x34d10000, 0x35910000, 0x38d10000)
    the space 12288K, 36% used [0x34d10000, 0x351675f8, 0x35167600, 0x35910000)
    ro space 10240K, 54% used [0x38d10000, 0x3928eb78, 0x3928ec00, 0x39710000)
    rw space 12288K, 55% used [0x39710000, 0x39db49c8, 0x39db4a00, 0x3a310000)
    Code Cache [0x00da0000, 0x00e70000, 0x02da0000)
    total_blobs=465 nmethods=199 adapters=202 free_code_cache=32713024 largest_free_block=192
    Dynamic libraries:
    0x00400000 - 0x00424000      C:\Program Files\Java\jdk1.6.0_26\bin\java.exe
    0x7c900000 - 0x7c9b2000      C:\WINDOWS\system32\ntdll.dll
    0x7c800000 - 0x7c8f6000      C:\WINDOWS\system32\kernel32.dll
    0x77dd0000 - 0x77e6b000      C:\WINDOWS\system32\ADVAPI32.dll
    0x77e70000 - 0x77f02000      C:\WINDOWS\system32\RPCRT4.dll
    0x77fe0000 - 0x77ff1000      C:\WINDOWS\system32\Secur32.dll
    0x20c70000 - 0x20d0c000      C:\Program Files\CheckPoint\ZAForceField\Plugins\ISWSHEX.dll
    0x78130000 - 0x781cb000      C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.3053_x-ww_b80fa8ca\MSVCR80.dll
    0x77c10000 - 0x77c68000      C:\WINDOWS\system32\msvcrt.dll
    0x7e410000 - 0x7e4a1000      C:\WINDOWS\system32\USER32.dll
    0x77f10000 - 0x77f59000      C:\WINDOWS\system32\GDI32.dll
    0x76c30000 - 0x76c5e000      C:\WINDOWS\system32\WINTRUST.dll
    0x77a80000 - 0x77b15000      C:\WINDOWS\system32\CRYPT32.dll
    0x77b20000 - 0x77b32000      C:\WINDOWS\system32\MSASN1.dll
    0x76c90000 - 0x76cb8000      C:\WINDOWS\system32\IMAGEHLP.dll
    0x7c420000 - 0x7c4a7000      C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.3053_x-ww_b80fa8ca\MSVCP80.dll
    0x774e0000 - 0x7761d000      C:\WINDOWS\system32\ole32.dll
    0x76390000 - 0x763ad000      C:\WINDOWS\system32\IMM32.DLL
    0x66500000 - 0x6650a000      C:\WINDOWS\system32\wbsys.dll
    0x66600000 - 0x66617000      C:\Program Files\Stardock\Object Desktop\WindowBlinds\wbhelp.dll
    0x77690000 - 0x776b1000      C:\WINDOWS\system32\NTMARTA.DLL
    0x71bf0000 - 0x71c03000      C:\WINDOWS\system32\SAMLIB.dll
    0x76f60000 - 0x76f8c000      C:\WINDOWS\system32\WLDAP32.dll
    0x7c340000 - 0x7c396000      C:\Program Files\Java\jdk1.6.0_26\jre\bin\msvcr71.dll
    0x6d8a0000 - 0x6db4f000      C:\Program Files\Java\jdk1.6.0_26\jre\bin\client\jvm.dll
    0x76b40000 - 0x76b6d000      C:\WINDOWS\system32\WINMM.dll
    0x6d850000 - 0x6d85c000      C:\Program Files\Java\jdk1.6.0_26\jre\bin\verify.dll
    0x6d3d0000 - 0x6d3ef000      C:\Program Files\Java\jdk1.6.0_26\jre\bin\java.dll
    0x76bf0000 - 0x76bfb000      C:\WINDOWS\system32\PSAPI.DLL
    0x6d890000 - 0x6d89f000      C:\Program Files\Java\jdk1.6.0_26\jre\bin\zip.dll
    0x78aa0000 - 0x78b5e000      E:\javafx-sdk2.0-beta\rt\bin\msvcr100.dll
    0x10000000 - 0x1000d000      E:\javafx-sdk2.0-beta\rt\bin\prism-d3d.dll
    0x5ad70000 - 0x5ada8000      C:\WINDOWS\system32\uxtheme.dll
    0x03610000 - 0x03633000      E:\javafx-sdk2.0-beta\rt\bin\mat.dll
    0x763b0000 - 0x763f9000      C:\WINDOWS\system32\COMDLG32.dll
    0x773d0000 - 0x774d3000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.5512_x-ww_35d4ce83\COMCTL32.dll
    0x77f60000 - 0x77fd6000      C:\WINDOWS\system32\SHLWAPI.dll
    0x7c9c0000 - 0x7d1d7000      C:\WINDOWS\system32\SHELL32.dll
    0x77120000 - 0x771ab000      C:\WINDOWS\system32\OLEAUT32.dll
    0x74720000 - 0x7476c000      C:\WINDOWS\system32\MSCTF.dll
    0x036f0000 - 0x036f4000      C:\Program Files\Unlocker\UnlockerHook.dll
    0x03700000 - 0x0372e000      C:\Program Files\DigitalPersona\Bin\DpOFeedb.dll
    0x755c0000 - 0x755ee000      C:\WINDOWS\system32\msctfime.ime
    0x76fd0000 - 0x7704f000      C:\WINDOWS\system32\CLBCATQ.DLL
    0x77050000 - 0x77115000      C:\WINDOWS\system32\COMRes.dll
    0x77c00000 - 0x77c08000      C:\WINDOWS\system32\VERSION.dll
    0x037f0000 - 0x037f6000      C:\WINDOWS\system32\ctagent.dll
    0x03800000 - 0x0383c000      E:\javafx-sdk2.0-beta\rt\bin\javafx-font.dll
    0x6d0b0000 - 0x6d1fb000      C:\Program Files\Java\jdk1.6.0_26\jre\bin\awt.dll
    0x73000000 - 0x73026000      C:\WINDOWS\system32\WINSPOOL.DRV
    0x5d090000 - 0x5d12a000      C:\WINDOWS\system32\comctl32.dll
    0x6d2e0000 - 0x6d32f000      C:\Program Files\Java\jdk1.6.0_26\jre\bin\fontmanager.dll
    0x6d6b0000 - 0x6d6c3000      C:\Program Files\Java\jdk1.6.0_26\jre\bin\net.dll
    0x71ab0000 - 0x71ac7000      C:\WINDOWS\system32\WS2_32.dll
    0x71aa0000 - 0x71aa8000      C:\WINDOWS\system32\WS2HELP.dll
    0x6d6d0000 - 0x6d6d9000      C:\Program Files\Java\jdk1.6.0_26\jre\bin\nio.dll
    0x03be0000 - 0x03bf1000      E:\javafx-sdk2.0-beta\rt\bin\decora-sse.dll
    0x6d250000 - 0x6d273000      C:\Program Files\Java\jdk1.6.0_26\jre\bin\dcpr.dll
    0x59a60000 - 0x59b01000      C:\WINDOWS\system32\dbghelp.dll

  • Fatal Error while retrieving data from Visual Fox Pro using OLE-DB UDS

    Hello all,
    in a customer project we connected a Visual Fox Pro Database via OLE-DB UDS.
    Whenever data is retrieved, a fatal error shows up:
    Fatal Error: Error occurred while processing data stream, null
    Although the data is retrieved correctly!
    MII used: 11.5
    UDS-Server: xMII OLE DB UDS, version 4.0.1.10
    This is the log from the UDS-Server:
    [02/29/2008-11:22:40.195] oleDB [P:4404, T:4792, Framework,   ERROR] 0x0      {extra params}: {5}     [LHDSChannelHandler.cpp @ 488, CLHDSChannelHandler::ExecuteIOCP]
    [02/29/2008-11:22:40.195] oleDB [P:4404, T:4792, Framework,   ERROR] 0x17009     Exception occured: pid = 5, original = 5, data = <ExecutionContext><param name="MODE" value="QUERY"/><param name="QUERY" value="SELECT artikelnr FROM artikel "/><param name="ENDDATE" value="1204280560164"/><param name="ROWCOUNT" value="100"/><param name="STARTDATE" value="1204276960164"/></ExecutionContext>.     [LHDSChannelHandler.cpp @ 493, CLHDSChannelHandler::ExecuteIOCP]
    ********** Start of Exception Stack Trace **********
         1)     [02/29/2008-11:22:40.210] oleDB [P:4404, T:4792,       UDS, ] 0x0     HRESULT: 0x80004005 [Unspecified error]     [BaseOleDbMode.h @ 1133, BaseOleDbMode<class COleDbQuery>::ProcessDynamicResults]
         2)     [02/29/2008-11:22:40.210] oleDB [P:4404, T:4792,       UDS, RETHROW] 0x0     Rethrowing exception.     [BaseOleDbMode.h @ 1211, BaseOleDbMode<class COleDbQuery>::ProcessDynamicResults]
         3)     [02/29/2008-11:22:40.210] oleDB [P:4404, T:4792,       UDS, RETHROW] 0x0     Rethrowing exception.     [Query.cpp @ 107, COleDbQuery::ExecuteOleDbMode]
         4)     [02/29/2008-11:22:40.210] oleDB [P:4404, T:4792,       UDS, RETHROW] 0x0     Rethrowing exception.     [BaseOleDbMode.h @ 381, BaseOleDbMode<class COleDbQuery>::ExecuteMode]
         5)     [02/29/2008-11:22:40.210] oleDB [P:4404, T:4792,       UDS, RETHROW] 0x0     Rethrowing exception over COM.     [LHDSUtil.h @ 1086, lhds::LHDSModeImpl<class COleDbQuery,struct ILHDSMode>::Execute]
         6)     [02/29/2008-11:22:40.210] oleDB [P:4404, T:4792,       UDS, RETHROW] 0x0     Rethrowing exception.     [LHDSUtil.h @ 1124, lhds::LHDSModeImpl<class COleDbQuery,struct ILHDSMode>::Execute]
         7)     [02/29/2008-11:22:40.210] oleDB [P:4404, T:4792, Framework, RETHROW] 0x0     Rethrowing exception over COM.     [LHDSDispatcher.cpp @ 135, CLHDSDispatcher::CallMode]
         8)     [02/29/2008-11:22:40.210] oleDB [P:4404, T:4792,       UDS, RETHROW] 0x0     Rethrowing exception over COM.     [LHDSUtil.h @ 893, lhds::LHDataServerImpl<class CLHOleDbDataServer>::Execute]
         9)     [02/29/2008-11:22:40.210] oleDB [P:4404, T:4792, Framework, ] 0x0     Caught exception over a COM boundry.     [LHDSChannelHandler.cpp @ 566, CLHDSChannelHandler::OnExecute]
         10)     [02/29/2008-11:22:40.210] oleDB [P:4404, T:4792, Framework, RETHROW] 0x0     Rethrowing exception.     [LHDSChannelHandler.cpp @ 574, CLHDSChannelHandler::OnExecute]
         11)     [02/29/2008-11:22:40.210] oleDB [P:4404, T:4792, Framework, RETHROW] 0x0     Rethrowing exception.     [LHDSChannelHandler.cpp @ 502, CLHDSChannelHandler::ExecuteIOCP]
         12)     [02/29/2008-11:22:40.210] oleDB [P:4404, T:4792, Framework, RETHROW] 0x0     Rethrowing exception over COM.     [LHDSChannelHandler.cpp @ 189, CLHDSChannelHandler::Execute]
         13)     [02/29/2008-11:22:40.210] oleDB [P:4404, T:4792,      Host, HANDLED] 0x0     Handled exception.     [ThreadPool.cpp @ 228, ThreadPool::ThreadProc]
    ************** End of Exception Trace **************
    Any help is very much appreciated.
    Regards,
    Matthias
    Edited by: Matthias Wald on Feb 29, 2008 12:12 PM

    Hi Salvatore,
    tried your suggestian but no luck, same error.
    I checked the Version. It shows 4.0.1.10.
    Is there a later version available?
    UDS Settings are (apologize any misspellings):
    Collect Requests                              false
    Log Level                                         Info
    Maximum Concurrent Connections    1000
    Pool Size                                         5
    Port                                                 8087
    Runtime Mode                                  Service
    Service Dependencies                       Eventlog
    Service Passowrd                              *******
    Service Startup                                 Manual
    Service User                                     .\LocalSystem
    Shutdown Timeout                            10
    Stack Size                                       0
    Threading Model                               MTA
    Trusted Requesters                         
    Use IOCP                                        true
    Connection String                            Provider=VFPOLEDB.1;Data Source=D:\Daten;Mode=Share Deny None;Extended Properties="";User ID="";Password="";Mask Password=False;Cache Authentication=False;Encrypt Password=False;Collating Sequence=MACHINE;DSN="";DELETED=True;CODEPAGE=1252;MVCOUNT=16384;ENGINEBEHAVIOR=90;TABLEVALIDATE=3;REFRESH=5;VARCHARMAPPING=False;ANSI=True;REPROCESS=5
    Persistent Connectikon                     true
    Show Affected Rows                         Minimal
    Variant Representation                      String
    I have changed MTA to STA and also tried other admin user for service without luck.
    Any other hints?

  • I am getting "Fatal Error: null" when connection to P6v8.3.2 DB using P6 Integration API

    I am getting "Fatal Error: null" when connection to P6v8.3.2 DB using P6 Integration API.
    I can connect via P6 client using admin account but cannot connect using P6 API. If I provide invalid credentials it says that the credentials are incorrect. When correct credentials are provided, it comes up with the above error.
    Stacktrace is atteched.
    Please assist.
    Thanks
    Sunil

    Hi Sunil,
    In the absence of sample code it is difficult to identify the cause. If that is not possible, you can try logging SR with Oracle support.
    Regards,
    Sachin Gupta

  • HP Laserjet Pro MFP M125A " A Fatal Error Occured Preventing Product Use" on Window XP SP3

    Dear Friends,
    I really need your help on this issues, recently company that i been working buy 19 Unit of HP Laserjet Pro MFP M125A printer to be install at our 19 branches. All of our branches is using Window XP SP3 and the spec is exceed the minimum requirement stated at the box of the HP Printers which means by rights, it should be no problems.
    However, I sent and setup the printer at 4 branches only 1 is a success. others 3 centre is showing the same errors which is A Fatal Error Occured Preventing Product Use. I been trying to install using original CD provided by HP and driver provided at HP Support also given the same errors. The 1 Centre that OK PC spec is almost the same as the others 3 and all using default programs and software. So i dont knows what really is the problem.
    This is the things i have done in hoping to successfully install the driver but WITH NO SUCCESS:
    Clear temp file, disk cleanup, defragment disk and restart PC.
    Reinstall Windows SP3 and restart PC.
    Install basic driver only and using control panel > device and printer > add printer (Select Driver Manually). (See Pic Below)
    Repair windows using original windows XP SP3 CD.
    Re-Check for USB.INF file.
    Repair Registry with reg cure.
    Uninstall USB support and etc (Google), then re-install the printers.
    Uninstall Antivirus, disable all startup and services.
    Install using FULL DRIVER, BASIC DRIVER AND DRIVER MANUAL.
    Sometime when running the installer, it will prompt the below error signature and HP installer will loading quite long and then crash, but others PC don't have this errors, it straight away to the installation menu until DETECTING PRINTER until 99% and shows errors "A Fatal Error Occured Preventing Product Use".
    It seems that almost everythings i try cannot make the printer driver to be install. However, the SCAN driver is install successfully. Currently the printer only can PHOTOCOPY AND SCAN, without being able to print.
    Please anyone which facing similiar issues to HELP ME. anythings i can do, to install the printer DRIVER.
    THANKS!

    Hi @gendit ,
    I see that you are having issues installing several Laserjet Pro MFP M125A printers on several Windows XP computers. You are getting "A Fatal Error Occured Preventing Product Use". I can help you with this.
    What version of .NetFrameworks do you have? Check Your DOTNET.
    You might have to run the Windows Updates. I would update the .Netframeworks to 4.0.
    I believe HP software piggy backs Internet Explorer. Should have at least Internet Explorer 6.0.
    Please try these steps, most likely the wrong driver is getting installed, giving you the Fatal error.
    Disconnect the USB cable.
    Uninstall the printer software from the CD.
    Run the software again, immediately after connecting the USB cable, follow this document to update the driver before it errors out again. A Fatal Error Displays During Software Installation.
    If the issue persists, here is a document with some different steps to try.
    A 'Fatal Error' (MSI error) Displays on the Computer During HP Software Installation in Windows.
    Please provide in detail the results if you are still having issues.
    Have a wonderful day!
    Thank You.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • A fatal error occurred preventing product use, LaserJet Pro 200 color MFP M276nw

    When trying to install the full printer software suite, as soon as I click the button to install after the .exe is extracted, I get an alert window with, "A fatal error occurred preventing product use." No error code, just an option to close the dialog.  I have read all the related support topics and similar threads and tried all the solutions to no avail.  Pasted below is the detailed error log. Any help at all would be much appreciated, Happy New Year!
    Version=1
    EventType=CLR20r3
    EventTime=130330861946634368
    ReportType=2
    Consent=1
    UploadTime=130330861947102369
    ReportIdentifier=b741489f-732d-11e3-ad06-78e7d1894a6a
    WOW64=1
    Response.BucketId=3240107344
    Response.BucketTable=5
    Response.type=4
    Sig[0].Name=Problem Signature 01
    Sig[0].Value=hpbcsiinstaller.exe
    Sig[1].Name=Problem Signature 02
    Sig[1].Value=5.0.3.8039
    Sig[2].Name=Problem Signature 03
    Sig[2].Value=4fe20fe8
    Sig[3].Name=Problem Signature 04
    Sig[3].Value=hpbcsiInstaller
    Sig[4].Name=Problem Signature 05
    Sig[4].Value=5.0.3.8039
    Sig[5].Name=Problem Signature 06
    Sig[5].Value=4fe20fe8
    Sig[6].Name=Problem Signature 07
    Sig[6].Value=e
    Sig[7].Name=Problem Signature 08
    Sig[7].Value=1e
    Sig[8].Name=Problem Signature 09
    Sig[8].Value=System.TypeInitialization
    DynamicSig[1].Name=OS Version
    DynamicSig[1].Value=6.1.7601.2.1.0.768.3
    DynamicSig[2].Name=Locale ID
    DynamicSig[2].Value=1033
    UI[2]=C:\HP_LaserJet_200_color_MFP_M276\Installer\hpbcsiInstaller.exe
    UI[3]=HP Installer has stopped working
    UI[4]=Windows can check online for a solution to the problem.
    UI[5]=Check online for a solution and close the program
    UI[6]=Check online for a solution later and close the program
    UI[7]=Close the program
    LoadedModule[0]=C:\HP_LaserJet_200_color_MFP_M276\Installer\hpbcsiInstaller.exe
    LoadedModule[1]=C:\Windows\SysWOW64\ntdll.dll
    LoadedModule[2]=C:\Windows\SYSTEM32\MSCOREE.DLL
    LoadedModule[3]=C:\Windows\syswow64\KERNEL32.dll
    LoadedModule[4]=C:\Windows\syswow64\KERNELBASE.dll
    LoadedModule[5]=C:\Windows\system32\apphelp.dll
    LoadedModule[6]=C:\Windows\AppPatch\AcLayers.DLL
    LoadedModule[7]=C:\Windows\syswow64\SspiCli.dll
    LoadedModule[8]=C:\Windows\syswow64\msvcrt.dll
    LoadedModule[9]=C:\Windows\syswow64\RPCRT4.dll
    LoadedModule[10]=C:\Windows\syswow64\CRYPTBASE.dll
    LoadedModule[11]=C:\Windows\SysWOW64\sechost.dll
    LoadedModule[12]=C:\Windows\syswow64\USER32.dll
    LoadedModule[13]=C:\Windows\syswow64\GDI32.dll
    LoadedModule[14]=C:\Windows\syswow64\LPK.dll
    LoadedModule[15]=C:\Windows\syswow64\USP10.dll
    LoadedModule[16]=C:\Windows\syswow64\ADVAPI32.dll
    LoadedModule[17]=C:\Windows\syswow64\SHELL32.dll
    LoadedModule[18]=C:\Windows\syswow64\SHLWAPI.dll
    LoadedModule[19]=C:\Windows\syswow64\ole32.dll
    LoadedModule[20]=C:\Windows\syswow64\OLEAUT32.dll
    LoadedModule[21]=C:\Windows\system32\USERENV.dll
    LoadedModule[22]=C:\Windows\system32\profapi.dll
    LoadedModule[23]=C:\Windows\system32\WINSPOOL.DRV
    LoadedModule[24]=C:\Windows\system32\MPR.dll
    LoadedModule[25]=C:\Windows\system32\IMM32.DLL
    LoadedModule[26]=C:\Windows\syswow64\MSCTF.dll
    LoadedModule[27]=C:\Windows\Microsoft.NET\Framework\v4.0.30319\mscoreei.dll
    LoadedModule[28]=C:\Windows\Microsoft.NET\Framework\v2.0.50727\mscorwks.dll
    LoadedModule[29]=C:\Windows\WinSxS\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.6195_none_d09154e044272b9a\MSVCR80.dll
    LoadedModule[30]=C:\Windows\assembly\NativeImages_v2.0.50727_32\mscorlib\9a6c1b7af18b4d5a91dc7f8d6617522f\mscorlib.ni.dll
    LoadedModule[31]=C:\Windows\Microsoft.NET\Framework\v2.0.50727\mscorsec.dll
    LoadedModule[32]=C:\Windows\syswow64\WINTRUST.dll
    LoadedModule[33]=C:\Windows\syswow64\CRYPT32.dll
    LoadedModule[34]=C:\Windows\syswow64\MSASN1.dll
    LoadedModule[35]=C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7601.18201_none_ec80f00e8593ece5\COMCTL32.dll
    LoadedModule[36]=C:\Windows\system32\CRYPTSP.dll
    LoadedModule[37]=C:\Windows\system32\rsaenh.dll
    LoadedModule[38]=C:\Windows\syswow64\imagehlp.dll
    LoadedModule[39]=C:\Windows\system32\ncrypt.dll
    LoadedModule[40]=C:\Windows\system32\bcrypt.dll
    LoadedModule[41]=C:\Windows\SysWOW64\bcryptprimitives.dll
    LoadedModule[42]=C:\Windows\system32\GPAPI.dll
    LoadedModule[43]=C:\Windows\system32\cryptnet.dll
    LoadedModule[44]=C:\Windows\syswow64\WLDAP32.dll
    LoadedModule[45]=C:\Windows\system32\SensApi.dll
    LoadedModule[46]=C:\Windows\system32\uxtheme.dll
    LoadedModule[47]=C:\Windows\Microsoft.NET\Framework\v2.0.50727\mscorjit.dll
    LoadedModule[48]=C:\Windows\system32\RpcRtRemote.dll
    LoadedModule[49]=C:\HP_LaserJet_200_color_MFP_M276\Installer\hpbcsiCommonTools.dll
    LoadedModule[50]=C:\HP_LaserJet_200_color_MFP_M276\Installer\NLog.dll
    LoadedModule[51]=C:\Windows\system32\VERSION.dll
    LoadedModule[52]=C:\Windows\assembly\NativeImages_v2.0.50727_32\System\5d22a30e587e2cac106b81fb351e7c08\System.ni.dll
    LoadedModule[53]=C:\Windows\assembly\NativeImages_v2.0.50727_32\System.Configuration\29f3ae8d313e62b4daed1107ccd29f9f\System.Configuration.ni.dll
    LoadedModule[54]=C:\Windows\assembly\NativeImages_v2.0.50727_32\System.Xml\a9852a75edb6ed7cd5271b05519f5b56\System.Xml.ni.dll
    LoadedModule[55]=C:\Windows\assembly\NativeImages_v2.0.50727_32\System.Drawing\5aa44bce7933e4de09d935848f868a4b\System.Drawing.ni.dll
    LoadedModule[56]=C:\Windows\assembly\NativeImages_v2.0.50727_32\System.Windows.Forms\ef0a534be135cd8f0d99d938d8b1814a\System.Windows.Forms.ni.dll
    LoadedModule[57]=C:\Windows\assembly\NativeImages_v2.0.50727_32\System.Data\764054efc88f51b54c8d7e44df26b671\System.Data.ni.dll
    LoadedModule[58]=C:\Windows\assembly\GAC_32\System.Data\2.0.0.0__b77a5c561934e089\System.Data.dll
    LoadedModule[59]=C:\Windows\syswow64\WS2_32.dll
    LoadedModule[60]=C:\Windows\syswow64\NSI.dll
    State[0].Key=Transport.DoneStage1
    State[0].Value=1
    FriendlyEventName=Stopped working
    ConsentKey=CLR20r3
    AppName=HP Installer
    AppPath=C:\HP_LaserJet_200_color_MFP_M276\Installer\hpbcsiInstaller.exe
    ReportDescription=Stopped working

    Did you try to uninstall every .NET and then try again? Follow this guide: 
    http://knowledge.autodesk.com/support/autocad/troubleshooting/caas/sfdcarticles/sfdcarticles/How-to-...

  • RC-50004: Fatal: Error occurred in ApplyDatabase:  Control file creation failed  Cannot execute configure of database using RapidClone

    dear associates,
    linux version: red hat enterprise  linux 4.0.
    EBS version: 12.1.1
    RC-50004: Fatal: Error occurred in ApplyDatabase:
    Control file creation failed
    Cannot execute configure of database using RapidClone
    RW-50010: Error: - script has returned an error:   1
    RW-50004: Error code received when running external process.  Check log file for details.
    Running Database Install Driver for VIS instance

    dear associates,
    can u please assist me how can over come this error or problem.
    linux version: red hat enterprise  linux 4.0.
    EBS version: 12.1.1
    RC-50004: Fatal: Error occurred in ApplyDatabase:
    Control file creation failed
    Cannot execute configure of database using RapidClone
    RW-50010: Error: - script has returned an error:   1
    RW-50004: Error code received when running external process.  Check log file for details.
    Running Database Install Driver for VIS instance

  • Getting XML-32000: (Fatal Error) when using xml.jar of jaxb in jdeveloper 9

    Hi,
    I am trying to use jaxb in jdeveloper 9 to create java objects from an xsd. Any help would be really appreciated.
    I tested the below example with jdeveloper10 and it worked fine as jaxb was introduced in jdeveloper 10 by providing xml.jar.
    I need to use jdeveloper 9 in my project and jdeveloper 9 doesn't have xml.jar. I copied the xml.jar and xmlparserv2.jar from jdeveloper 10 to jdeveloper9. Created a build script to generate the java files for test.xsd.
    The build script works in jdeveloper 10 but gives the following error in jdeveloper 9:
    XML-32000: (Fatal Error) error in Building the Schema
    The test.s simple and is as follows :
    <?xml version="1.0" encoding="windows-1252"?>
    <schema xmlns="http://www.w3.org/2001/XMLSchema"
    targetNamespace="http://www.example.org"
    elementFormDefault="qualified" >
    <element name="exampleElement">
    <annotation>
    <documentation>A sample element</documentation>
    </annotation>
    </element>
    </schema>
    Below is the ant script to generate the jva files from the xsd:
    <?xml version = '1.0' encoding = 'windows-1252'?>
    <project default="generate">
    <target name="init">
    <tstamp/>
    </target>
    <path id="build.path">
    <pathelement location="C:\JDeveloper9\jdevbin\lib\xmlparserv2forstudio.jar"/>
    <pathelement location="C:\JDeveloper9\jdevbin\lib\xml.jar"/>
    </path>
    <target name="generate" depends="init">
    <java fork="yes" classname="oracle.xml.jaxb.orajaxb"
    description="generate java code from xml schema"
    classpathref="build.path">
    <arg value="-schema"/>
    <arg value="test.xsd"/>
    <arg value="-outputDir"/>
    Please let me know where I am doing wrong
    Thanks,
    SR
    Edited by: user2188619 on Aug 29, 2008 8:20 AM

    You can not simply swap arround jar files from jdev 10 to jdev 9. You then are also using an entirly different jdk and there probably are some dependencies on it. Will it work if you try to run ant from outside jdev and using a 1.5 jdk?
    Andre

  • JRockit1.6-JVM Crash  Fatal Error:Broken use of pinObject

    [ERROR] JRockit Fatal Error: Unspecified error (52)
    [ERROR] Broken use of pinObject
    [JRockit] ERROR: The JVM has crashed. Writing crash information to /home/dedp/dedp_domain/jrockit.24865.dump.
    ===== BEGIN DUMP =============================================================
    JRockit dump produced after 28 days, 05:19:03 on Sat May 11 19:39:09 2013
    * If you see this dump, please go to *
    * http://edocs.bea.com/jrockit/go2troubleshooting.html *
    * for troubleshooting information. *
    Additional information is available in:
    /home/dedp/dedp_domain/jrockit.24865.dump
    No snapshot file (core dump) will be created because core dumps have been
    disabled. To enable core dumping, try "ulimit -c unlimited"
    before starting JRockit again.
    Error Message: Unspecified error [52]
    Signal info : si_signo=11, si_code=1 si_addr=(nil)
    Fatal Error : Broken use of pinObject
    Version : BEA JRockit(R) R27.6.5-32_o-121899-1.6.0_14-20091001-2113-linux-x86_64
    CPU : Intel (null) (HT) SSE SSE2 SSE3 SSSE3 SSE4.1 SSE4.2 Intel64
    Number CPUs : 4
    Tot Phys Mem : 16509575168 (15744 MB)
    OS version : Red Hat Enterprise Linux Server release 5.8 (Tikanga)
    Linux version 2.6.18-308.el5 ([email protected]) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-50)) #1 SMP Fri Jan 27 17:17:51 EST 2012 (x86_64)
    Thread System: NPTL
    Java locking : Lazy unlocking enabled (class banning) (transfer banning)
    State : JVM is running
    Command Line : -server -Xms512m -Xmx1024m -XX:MaxPermSize=128m -da -Dplatform.home=/home/weblogic/bea/wlserver_10.3 -Dwls.home=/home/weblogic/bea/wlserver_10.3/server -Dweblogic.home=/home/weblogic/bea/wlserver_10.3/server -Dweblogic.management.discover=true -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=/home/weblogic/bea/patch_wls1030/profiles/default/sysext_manifest_classpath:/home/weblogic/bea/patch_cie660/profiles/default/sysext_manifest_classpath -Duser.country=US -Duser.language=en -Dweblogic.Name=AdminServer -Djava.security.policy=/home/weblogic/bea/wlserver_10.3/server/lib/weblogic.policy -Dsun.java.launcher=SUN_STANDARD weblogic.Server
    java.home : /home/weblogic/jdk1.6/jre
    j.class.path : :/home/weblogic/bea/patch_wls1030/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/home/weblogic/bea/patch_cie660/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/home/weblogic/jdk1.6/lib/tools.jar:/home/weblogic/bea/wlserver_10.3/server/lib/weblogic_sp.jar:/home/weblogic/bea/wlserver_10.3/server/lib/weblogic.jar:/home/weblogic/bea/modules/features/weblogic.server.modules_10.3.0.0.jar:/home/weblogic/bea/wlserver_10.3/server/lib/webservices.jar:/home/weblogic/bea/modules/org.apache.ant_1.6.5/lib/ant-all.jar:/home/weblogic/bea/modules/net.sf.antcontrib_1.0.0.0_1-0b2/lib/ant-contrib.jar::/home/weblogic/bea/wlserver_10.3/common/eval/pointbase/lib/pbclient57.jar:/home/weblogic/bea/wlserver_10.3/server/lib/xqrl.jar::
    j.lib.path : /home/weblogic/jdk1.6/jre/lib/amd64/jrockit:/home/weblogic/jdk1.6/jre/lib/amd64:/home/weblogic/jdk1.6/jre/../lib/amd64::/home/oracle/db/product/11.2.0/client/lib:/home/oracle/db/product/11.2.0/client/rdbms/lib:/lib:/usr/lib:/home/weblogic/bea/wlserver_10.3/server/native/linux/x86_64:/home/weblogic/bea/wlserver_10.3/server/native/linux/x86_64/oci920_8
    JAVA_HOME : /home/weblogic/jdk1.6
    JAVAOPTIONS: <not set>
    LD_LIBRARY_PATH: /home/weblogic/jdk1.6/jre/lib/amd64/jrockit:/home/weblogic/jdk1.6/jre/lib/amd64:/home/weblogic/jdk1.6/jre/../lib/amd64::/home/oracle/db/product/11.2.0/client/lib:/home/oracle/db/product/11.2.0/client/rdbms/lib:/lib:/usr/lib:/home/weblogic/bea/wlserver_10.3/server/native/linux/x86_64:/home/weblogic/bea/wlserver_10.3/server/native/linux/x86_64/oci920_8
    LD_PRELOAD : <not set>
    LD_ASSUME_KERNEL: <not set>
    StackOverFlow: 20 StackOverFlowErrors have occured
    OutOfMemory : 0 OutOfMemoryErrors have occured
    C Heap : Good; no memory allocations have failed
    GC Strategy : Mode: throughput. Currently using strategy: singleparpar
    GC Status : OC is not running. Last finished OC was OC#1080.
    : YC is not running. Last finished YC was YC#5587.
    OC History : Strategy singleparpar was used for OC#1053.
    : Strategy genparpar was used for OC#1054 to OC#1075.
    : Strategy singleparpar was used for OC#1076.
    : Strategy genparpar was used for OC#1077 to OC#1078.
    : Strategy singleparpar was used for OC#1079 to OC#1080.
    YC History : Ran 0 YCs before OC#1076.
    : Ran 6 YCs before OC#1077.
    : Ran 0 YCs before OC#1078.
    : Ran 0 YCs before OC#1079.
    : Ran 0 YCs before OC#1080.
    : Ran 0 YCs since last OC.
    YC Promotion : Last YC successfully promoted all objects
    Heap : 0x42800000 - 0x62800000 (Size: 512 MB)
    Compaction : 0x48800000 - 0x4a800000 (Current compaction type: external)
    CompRefs : References are compressed, with heap base 0x0.
    Registers (from ThreadContext: 0x414769c0 / OS context: 0x41476a80):
    rax = 0000000000000017 rcx = 0000000041476d40
    rdx = 00000000ffffffff rbx = 00002b312e576b94
    rsp = 0000000041476ec0 rbp = 0000000041476ec0
    rsi = 00002b312e576bab rdi = 00002b312e6a5ed7
    r8 = 7463656a624f6e69 r9 = 00000000414761f8
    r10 = 0000000041476028 r11 = 0000000000000202
    r12 = 0000000000000034 r13 = 0000000041476f00
    r14 = 00002aaaf44f49c0 r15 = 0000000000000000
    cs = 0000000000000033 fs = 0000000600000000
    gs = 0006000000000000
    rip = 00002b312e3e1c4a flags = 0000000000000287
    Loaded modules:
    (* denotes the module causing the exception)
    0000000000400000-000000000041303b /home/weblogic/jdk1.6/bin/java
    00007fffd9bfd000-00007fffd9bfddb7 /home/weblogic/jdk1.6/bin/java
    00000036c9600000-00000036c9615b4f /lib64/libpthread.so.0
    00000036c8a00000-00000036c8a8122f /lib64/libm.so.6
    00000036c9200000-00000036c9201f93 /lib64/libdl.so.2
    00000036c8600000-00000036c874e1a7 /lib64/libc.so.6
    00000036c8200000-00000036c821bbe7 /lib64/ld-linux-x86-64.so.2
    00002b312e36e000-00002b312e59f16f */home/weblogic/jdk1.6/jre/lib/amd64/jrockit/libjvm.so
    00000036c9a00000-00000036c9a06f5b /lib64/librt.so.1
    00002aaaaaabd000-00002aaaaaac664b /lib64/libnss_files.so.2
    00002aaaaacc8000-00002aaaaacd4337 /home/weblogic/jdk1.6/jre/lib/amd64/libverify.so
    00002aaaaadd7000-00002aaaaadff16b /home/weblogic/jdk1.6/jre/lib/amd64/libjava.so
    00000036cca00000-00000036cca14107 /lib64/libnsl.so.1
    00002aaaeaf96000-00002aaaeaf9c65f /home/weblogic/jdk1.6/jre/lib/amd64/native_threads/libhpi.so
    00002aaaee787000-00002aaaee7949cb /home/weblogic/jdk1.6/jre/lib/amd64/libzip.so
    00002aaaee90f000-00002aaaee91449b /home/weblogic/jdk1.6/jre/lib/amd64/libmanagement.so
    00002aaaeea16000-00002aaaeea28547 /home/weblogic/jdk1.6/jre/lib/amd64/libnet.so
    00002aaaeeb2d000-00002aaaeeb3384b /home/weblogic/jdk1.6/jre/lib/amd64/libnio.so
    00002aaaeec75000-00002aaaeec7d63f /home/weblogic/jdk1.6/jre/lib/amd64/libjmapi.so
    00002aaaeeddf000-00002aaaeede12af /home/weblogic/bea/wlserver_10.3/server/native/linux/x86_64/libwlfileio2.so
    00002aaaef44c000-00002aaaef4dd833 /home/weblogic/jdk1.6/jre/lib/amd64/libawt.so
    00002aaaef61b000-00002aaaef61f99f /home/weblogic/jdk1.6/jre/lib/amd64/headless/libmawt.so
    00002aaaef721000-00002aaaef79eb57 /home/weblogic/jdk1.6/jre/lib/amd64/libfontmanager.so
    00002aaafc000000-00002aaafc01514f /home/weblogic/jdk1.6/jre/lib/amd64/libdcpr.so
    00002aaaef8c5000-00002aaaef8df5fb /usr/lib64/gconv/GBK.so
    Stack:
    (* marks the word pointed to by the stack pointer)
    0000000041476ec0: 0000000041476ef0* 00002b312e54ee4a 0000000000000000 00002aaaf44f4e00
    0000000041476ee0: 0000000000000000 0000000000000000 0000000041476fd0 00002b312e54eee5
    0000000041476f00: 0000003000000010 0000000041476fe0 0000000041476f20 00002b312e4cc4ef
    0000000041476f20: 0000000000000a78 0000002100000001 0000000000000000 0000000000000000
    0000000041476f40: 0000000000000058 0101010101010101 00002aaaf44f4e00 0000000000000000
    0000000041476f60: 0000000041476f90 00002b312e4cccfe 00002aaaf44f4e00 00002aaaf44f49c0
    Code:
    (* marks the word pointed to by the instruction pointer)
    00002b312e3e1be8: 28d6058b48d18948 486408508b480038 ffffffc0c748128b 42a615b10f48f0ff
    00002b312e3e1c08: 1174fff88348002c b256e80000ea60bf eb0000003ebf0015 4800396d693d8939
    00002b312e3e1c28: bef289481474f685 853d8d4800000200 0016c051e8002c42 0001002c447605c7
    00002b312e3e1c48: 0000002504c70000* 003fbf0000126700 550016d181e80000 8148535441e58948
    00002b312e3e1c68: fb894800000100ec 0004b9fcd07d8d48 f300000000b80000 8d4ca0558d48ab48
    00002b312e3e1c88: 0000002404c7d065 4c00000000b94100 8d480018858b058d e6894cffffff0c8d
    "[ACTIVE] ExecuteThread: '14' fo" id=255 idx=0x3f4 tid=3098 lastJavaFrame=0x41477198
    Stack 0: start=0x4143a000, end=0x4147e000, guards=0x4143f000 (ok), forbidden=0x4143d000
    Thread Stack Trace:
    at dumpForceDump+102()@0x2b312e3e1c4a
    at vmFatalErrorMsg+0()@0x2b312e54ee4a
    at vmFatalError+0()@0x2b312e54eee5
    at jniPinObject+224()@0x2b312e4494e2
    at jniGetPrimitiveArrayCriticalInfo+67()@0x2b312e4325a7
    at jniGetPrimitiveArrayCritical+27()@0x2b312e4325fd
    at jniStringFromUTF82+84()@0x2b312e449c60
    at jniStringFromIString2+35()@0x2b312e44a113
    at jmgmtNewStackTraceElem+181()@0x2b312e42c18d
    at jniGetStackTraceElement+238()@0x2b312e43ea63
    at JVM_GetStackTraceElement+9()@0x2b312e454fe3
    at Java_java_lang_Throwable_getStackTraceElement+9()@0x2aaaaadec439
    -- Java stack --
    at java/lang/Throwable.getStackTraceElement(I)Ljava/lang/StackTraceElement;(Native Method)
    at java/lang/Throwable.getOurStackTrace(Throwable.java:591)[optimized]
    ^-- Holding lock: java/lang/Throwable@0x4a4ee3a0[biased lock]
    at java/lang/Throwable.printStackTrace(Throwable.java:510)[inlined]
    at org/apache/log4j/spi/LocationInfo.<init>(LocationInfo.java:113)[inlined]
    at org/apache/log4j/spi/LoggingEvent.getLocationInformation(LoggingEvent.java:247)[inlined]
    at org/apache/log4j/helpers/PatternParser$LocationPatternConverter.convert(PatternParser.java:483)[optimized]
    ^-- Holding lock: java/io/PrintWriter@0x428290c8[thin lock]
    ^-- Holding lock: java/io/StringWriter@0x428290a0[thin lock]
    at org/apache/log4j/helpers/PatternConverter.format(PatternConverter.java:65)[optimized]
    at org/apache/log4j/PatternLayout.format(PatternLayout.java:502)[optimized]
    at org/apache/log4j/WriterAppender.subAppend(WriterAppender.java:302)[inlined]
    at org/apache/log4j/RollingFileAppender.subAppend(RollingFileAppender.java:263)[optimized]
    at org/apache/log4j/WriterAppender.append(WriterAppender.java:160)[inlined]
    at org/apache/log4j/AppenderSkeleton.doAppend(AppenderSkeleton.java:251)[optimized]
    ^-- Holding lock: org/apache/log4j/RollingFileAppender@0x4286b060[thin lock]
    at org/apache/log4j/helpers/AppenderAttachableImpl.appendLoopOnAppenders(AppenderAttachableImpl.java:66)[inlined]
    at org/apache/log4j/Category.callAppenders(Category.java:206)[optimized]
    ^-- Holding lock: org/apache/log4j/spi/RootLogger@0x42898688[thin lock]
    at org/apache/log4j/Category.forcedLog(Category.java:391)[inlined]
    at org/apache/log4j/Category.log(Category.java:856)[inlined]
    at org/apache/commons/logging/impl/Log4JLogger.info(Log4JLogger.java:199)[optimized]
    at com/ytec/bi/usep/common/socket/CommandSocket.close(CommandSocket.java:95)[optimized]
    at com/ytec/bi/usep/common/socket/CommandClient.close(CommandClient.java:141)
    at com/ytec/bi/usep/common/socket/WFTCommandClient.close(WFTCommandClient.java:108)
    at com/ytec/bi/usep/common/util/WftCMD.sendCommand(WftCMD.java:229)[optimized]
    at com/ytec/bi/usep/common/util/WftCMD.sendRcmdCommand(WftCMD.java:182)[inlined]
    at com/ytec/bi/usep/monitor/ucc/impl/TaskMonitorUCCImpl.getTaskLogMsg(TaskMonitorUCCImpl.java:697)[optimized]
    at sun/reflect/GeneratedMethodAccessor3834.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Unknown Source)[optimized]
    at sun/reflect/DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)[optimized]
    at java/lang/reflect/Method.invoke(Method.java:597)[inlined]
    at org/springframework/aop/support/AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)[inlined]
    at org/springframework/aop/framework/ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)[optimized]
    at org/springframework/aop/framework/ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)[optimized]
    at org/springframework/transaction/interceptor/TransactionInterceptor.invoke(TransactionInterceptor.java:106)[optimized]
    at org/springframework/aop/framework/ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)[optimized]
    at org/springframework/aop/interceptor/ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)[optimized]
    at org/springframework/aop/framework/ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)[optimized]
    at org/springframework/aop/framework/JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)[optimized]
    at $Proxy182.getTaskLogMsg(Lja at com/ytec/bi/usep/monitor/web/TaskMonitorFacade.getActionInfoOfTaskRun(TaskMonitorFacade.java:163)[inlined]
    va/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;(Unknown Source)
    at sun/reflect/GeneratedMethodAccessor2164.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Unknown Source)[optimized]
    at sun/reflect/DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)[optimized]
    at java/lang/reflect/Method.invoke(Method.java:597)[optimized]
    at flex/messaging/services/remoting/adapters/JavaAdapter.invoke(JavaAdapter.java:421)[optimized]
    at flex/messaging/services/RemotingService.serviceMessage(RemotingService.java:183)[optimized]
    at flex/messaging/MessageBroker.routeMessageToService(MessageBroker.java:1503)[optimized]
    at flex/messaging/endpoints/AbstractEndpoint.serviceMessage(AbstractEndpoint.java:884)[optimized]
    at flex/messaging/endpoints/AbstractEndpoint$$FastClassByCGLIB$$1a3ef066.invoke(ILjava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(<generated>)[optimized]
    at net/sf/cglib/proxy/MethodProxy.invoke(MethodProxy.java:191)[optimized]
    at org/springframework/aop/framework/Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:700)
    at org/springframework/aop/framework/ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)[optimized]
    at org/springframework/flex/core/MessageInterceptionAdvice.invoke(MessageInterceptionAdvice.java:59)[optimized]
    at org/springframework/aop/framework/ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)[optimized]
    at org/springframework/aop/framework/adapter/ThrowsAdviceInterceptor.invoke(ThrowsAdviceInterceptor.java:126)[optimized]
    at org/springframework/aop/framework/ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)[optimized]
    at org/springframework/aop/framework/Cglib2AopProxy$FixedChainStaticTargetInterceptor.intercept(Cglib2AopProxy.java:582)
    at flex/messaging/endpoints/AMFEndpoint$$EnhancerByCGLIB$$4fb30719.serviceMessage(Lflex/messaging/messages/Message;)Lflex/messaging/messages/Message;(<generated>)[optimized]
    at flex/messaging/endpoints/amf/MessageBrokerFilter.invoke(MessageBrokerFilter.java:121)[optimized]
    at flex/messaging/endpoints/amf/LegacyFilter.invoke(LegacyFilter.java:158)[optimized]
    at flex/messaging/endpoints/amf/SessionFilter.invoke(SessionFilter.java:44)[optimized]
    at flex/messaging/endpoints/amf/BatchProcessFilter.invoke(BatchProcessFilter.java:67)[optimized]
    at flex/messaging/endpoints/amf/SerializationFilter.invoke(SerializationFilter.java:146)[optimized]
    at flex/messaging/endpoints/BaseHTTPEndpoint.service(BaseHTTPEndpoint.java:278)[optimized]
    at flex/messaging/endpoints/AMFEndpoint$$EnhancerByCGLIB$$4fb30719.service(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V(<generated>)[optimized]
    at org/springframework/flex/servlet/MessageBrokerHandlerAdapter.handle(MessageBrokerHandlerAdapter.java:101)[optimized]
    at org/springframework/web/servlet/DispatcherServlet.doDispatch(DispatcherServlet.java:875)[optimized]
    at org/springframework/web/servlet/DispatcherServlet.doService(DispatcherServlet.java:807)[optimized]
    at org/springframework/web/servlet/FrameworkServlet.processRequest(FrameworkServlet.java:571)[inlined]
    at org/springframework/web/servlet/FrameworkServlet.doPost(FrameworkServlet.java:511)[optimized]
    at javax/servlet/http/HttpServlet.service(HttpServlet.java:727)[optimized]
    at javax/servlet/http/HttpServlet.service(HttpServlet.java:820)[optimized]
    at weblogic/servlet/internal/StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)[optimized]
    at weblogic/servlet/internal/StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)[inlined]
    at weblogic/servlet/internal/ServletStubImpl.execute(ServletStubImpl.java:292)[optimized]
    at weblogic/servlet/internal/TailFilter.doFilter(TailFilter.java:26)[optimized]
    at weblogic/servlet/internal/FilterChainImpl.doFilter(FilterChainImpl.java:42)[optimized]
    at org/springframework/security/util/FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:378)[optimized]
    at org/springframework/security/intercept/web/FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:109)[inlined]
    at org/springframework/security/intercept/web/FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83)[optimized]
    at org/springframework/security/util/FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)[optimized]
    at org/springframework/security/ui/SessionFixationProtectionFilter.doFilterHttp(SessionFixationProtectionFilter.java:67)[optimized]
    at org/springframework/security/ui/SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)[optimized]
    at org/springframework/security/util/FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)[optimized]
    at org/springframework/security/ui/ExceptionTranslationFilter.doFilterHttp(ExceptionTranslationFilter.java:101)[optimized]
    at org/springframework/security/ui/SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)[optimized]
    at org/springframework/security/util/FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)[optimized]
    at org/springframework/security/providers/anonymous/AnonymousProcessingFilter.doFilterHttp(AnonymousProcessingFilter.java:105)[optimized]
    at org/springframework/security/ui/SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)[optimized]
    at org/springframework/security/util/FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)[optimized]
    at org/springframework/security/wrapper/SecurityContextHolderAwareRequestFilter.doFilterHttp(SecurityContextHolderAwareRequestFilter.java:91)[optimized]
    at org/springframework/security/ui/SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)[optimized]
    at org/springframework/security/util/FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)[optimized]
    at org/springframework/security/ui/AbstractProcessingFilter.doFilterHttp(AbstractProcessingFilter.java:278)[optimized]
    at org/springframework/security/ui/SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)[optimized]
    at org/springframework/security/util/FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)[optimized]
    at org/springframework/security/ui/logout/LogoutFilter.doFilterHttp(LogoutFilter.java:89)[optimized]
    at org/springframework/security/ui/SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)[optimized]
    at org/springframework/security/util/FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)[optimized]
    at org/springframework/security/ui/logout/LogoutFilter.doFilterHttp(LogoutFilter.java:89)[optimized]
    at org/springframework/security/ui/SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)[optimized]
    at org/springframework/security/util/FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)[optimized]
    at org/springframework/security/context/HttpSessionContextIntegrationFilter.doFilterHttp(HttpSessionContextIntegrationFilter.java:235)[optimized]
    at org/springframework/security/ui/SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)[optimized]
    at org/springframework/security/util/FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)[optimized]
    at org/springframework/security/concurrent/ConcurrentSessionFilter.doFilterHttp(ConcurrentSessionFilter.java:99)[optimized]
    at org/springframework/security/ui/SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)[optimized]
    at org/springframework/security/util/FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)[optimized]
    at org/springframework/security/util/FilterChainProxy.doFilter(FilterChainProxy.java:175)[optimized]
    at org/springframework/web/filter/DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:236)[inlined]
    at org/springframework/web/filter/DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)[optimized]
    at weblogic/servlet/internal/FilterChainImpl.doFilter(FilterChainImpl.java:42)[inlined]
    at weblogic/servlet/internal/WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3496)[optimized]
    at weblogic/security/acl/internal/AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)[optimized]
    at weblogic/security/service/SecurityManager.runAs(Lweblogic/security/acl/internal/AuthenticatedSubject;Lweblogic/security/acl/internal/AuthenticatedSubject;Ljava/security/PrivilegedAction;)Ljava/lang/Object;(Unknown Source)[inlined]
    at weblogic/servlet/internal/WebAppServletContext.securedExecute(WebAppServletContext.java:2180)[inlined]
    at weblogic/servlet/internal/WebAppServletContext.execute(WebAppServletContext.java:2086)[optimized]
    at weblogic/servlet/internal/ServletRequestImpl.run(ServletRequestImpl.java:1406)[optimized]
    at weblogic/work/ExecuteThread.execute(ExecuteThread.java:201)[inlined]
    at weblogic/work/ExecuteThread.run(ExecuteThread.java:173)[optimized]
    at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
    -- end of trace
    Extended, platform specific info:
    libc release: 2.5-stable
    Elf headers:
    libc ehdrs: EI: 7f454c46020101000000000000000000 ET: 3 EM: 62 V: 1 ENTRY: 00000036c861da90 PHOFF: 0000000000000040 SHOFF: 00000000001a3498 EF: 0x0 HS: 64 PS: 56 PHN; 10 SS: 64 SHN: 77 STIDX: 76
    libpthread ehdrs: EI: 7f454c46020101000000000000000000 ET: 3 EM: 62 V: 1 ENTRY: 00000036c96057e0 PHOFF: 0000000000000040 SHOFF: 0000000000023010 EF: 0x0 HS: 64 PS: 56 PHN; 9 SS: 64 SHN: 39 STIDX: 38
    libjvm ehdrs: EI: 7f454c46020101000000000000000000 ET: 3 EM: 62 V: 1 ENTRY: 000000000002def0 PHOFF: 0000000000000040 SHOFF: 0000000002530a18 EF: 0x0 HS: 64 PS: 56 PHN; 3 SS: 64 SHN: 30 STIDX: 27
    * If you see this dump, please go to *
    * http://edocs.bea.com/jrockit/go2troubleshooting.html *
    * for troubleshooting information. *
    ===== END DUMP ===============================================================

    [ERROR] JRockit Fatal Error: Unspecified error (52)
    [ERROR] Broken use of pinObject
    [JRockit] ERROR: The JVM has crashed. Writing crash information to /home/dedp/dedp_domain/jrockit.24865.dump.
    ===== BEGIN DUMP =============================================================
    JRockit dump produced after 28 days, 05:19:03 on Sat May 11 19:39:09 2013
    * If you see this dump, please go to *
    * http://edocs.bea.com/jrockit/go2troubleshooting.html *
    * for troubleshooting information. *
    Additional information is available in:
    /home/dedp/dedp_domain/jrockit.24865.dump
    No snapshot file (core dump) will be created because core dumps have been
    disabled. To enable core dumping, try "ulimit -c unlimited"
    before starting JRockit again.
    Error Message: Unspecified error [52]
    Signal info : si_signo=11, si_code=1 si_addr=(nil)
    Fatal Error : Broken use of pinObject
    Version : BEA JRockit(R) R27.6.5-32_o-121899-1.6.0_14-20091001-2113-linux-x86_64
    CPU : Intel (null) (HT) SSE SSE2 SSE3 SSSE3 SSE4.1 SSE4.2 Intel64
    Number CPUs : 4
    Tot Phys Mem : 16509575168 (15744 MB)
    OS version : Red Hat Enterprise Linux Server release 5.8 (Tikanga)
    Linux version 2.6.18-308.el5 ([email protected]) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-50)) #1 SMP Fri Jan 27 17:17:51 EST 2012 (x86_64)
    Thread System: NPTL
    Java locking : Lazy unlocking enabled (class banning) (transfer banning)
    State : JVM is running
    Command Line : -server -Xms512m -Xmx1024m -XX:MaxPermSize=128m -da -Dplatform.home=/home/weblogic/bea/wlserver_10.3 -Dwls.home=/home/weblogic/bea/wlserver_10.3/server -Dweblogic.home=/home/weblogic/bea/wlserver_10.3/server -Dweblogic.management.discover=true -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=/home/weblogic/bea/patch_wls1030/profiles/default/sysext_manifest_classpath:/home/weblogic/bea/patch_cie660/profiles/default/sysext_manifest_classpath -Duser.country=US -Duser.language=en -Dweblogic.Name=AdminServer -Djava.security.policy=/home/weblogic/bea/wlserver_10.3/server/lib/weblogic.policy -Dsun.java.launcher=SUN_STANDARD weblogic.Server
    java.home : /home/weblogic/jdk1.6/jre
    j.class.path : :/home/weblogic/bea/patch_wls1030/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/home/weblogic/bea/patch_cie660/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/home/weblogic/jdk1.6/lib/tools.jar:/home/weblogic/bea/wlserver_10.3/server/lib/weblogic_sp.jar:/home/weblogic/bea/wlserver_10.3/server/lib/weblogic.jar:/home/weblogic/bea/modules/features/weblogic.server.modules_10.3.0.0.jar:/home/weblogic/bea/wlserver_10.3/server/lib/webservices.jar:/home/weblogic/bea/modules/org.apache.ant_1.6.5/lib/ant-all.jar:/home/weblogic/bea/modules/net.sf.antcontrib_1.0.0.0_1-0b2/lib/ant-contrib.jar::/home/weblogic/bea/wlserver_10.3/common/eval/pointbase/lib/pbclient57.jar:/home/weblogic/bea/wlserver_10.3/server/lib/xqrl.jar::
    j.lib.path : /home/weblogic/jdk1.6/jre/lib/amd64/jrockit:/home/weblogic/jdk1.6/jre/lib/amd64:/home/weblogic/jdk1.6/jre/../lib/amd64::/home/oracle/db/product/11.2.0/client/lib:/home/oracle/db/product/11.2.0/client/rdbms/lib:/lib:/usr/lib:/home/weblogic/bea/wlserver_10.3/server/native/linux/x86_64:/home/weblogic/bea/wlserver_10.3/server/native/linux/x86_64/oci920_8
    JAVA_HOME : /home/weblogic/jdk1.6
    JAVAOPTIONS: <not set>
    LD_LIBRARY_PATH: /home/weblogic/jdk1.6/jre/lib/amd64/jrockit:/home/weblogic/jdk1.6/jre/lib/amd64:/home/weblogic/jdk1.6/jre/../lib/amd64::/home/oracle/db/product/11.2.0/client/lib:/home/oracle/db/product/11.2.0/client/rdbms/lib:/lib:/usr/lib:/home/weblogic/bea/wlserver_10.3/server/native/linux/x86_64:/home/weblogic/bea/wlserver_10.3/server/native/linux/x86_64/oci920_8
    LD_PRELOAD : <not set>
    LD_ASSUME_KERNEL: <not set>
    StackOverFlow: 20 StackOverFlowErrors have occured
    OutOfMemory : 0 OutOfMemoryErrors have occured
    C Heap : Good; no memory allocations have failed
    GC Strategy : Mode: throughput. Currently using strategy: singleparpar
    GC Status : OC is not running. Last finished OC was OC#1080.
    : YC is not running. Last finished YC was YC#5587.
    OC History : Strategy singleparpar was used for OC#1053.
    : Strategy genparpar was used for OC#1054 to OC#1075.
    : Strategy singleparpar was used for OC#1076.
    : Strategy genparpar was used for OC#1077 to OC#1078.
    : Strategy singleparpar was used for OC#1079 to OC#1080.
    YC History : Ran 0 YCs before OC#1076.
    : Ran 6 YCs before OC#1077.
    : Ran 0 YCs before OC#1078.
    : Ran 0 YCs before OC#1079.
    : Ran 0 YCs before OC#1080.
    : Ran 0 YCs since last OC.
    YC Promotion : Last YC successfully promoted all objects
    Heap : 0x42800000 - 0x62800000 (Size: 512 MB)
    Compaction : 0x48800000 - 0x4a800000 (Current compaction type: external)
    CompRefs : References are compressed, with heap base 0x0.
    Registers (from ThreadContext: 0x414769c0 / OS context: 0x41476a80):
    rax = 0000000000000017 rcx = 0000000041476d40
    rdx = 00000000ffffffff rbx = 00002b312e576b94
    rsp = 0000000041476ec0 rbp = 0000000041476ec0
    rsi = 00002b312e576bab rdi = 00002b312e6a5ed7
    r8 = 7463656a624f6e69 r9 = 00000000414761f8
    r10 = 0000000041476028 r11 = 0000000000000202
    r12 = 0000000000000034 r13 = 0000000041476f00
    r14 = 00002aaaf44f49c0 r15 = 0000000000000000
    cs = 0000000000000033 fs = 0000000600000000
    gs = 0006000000000000
    rip = 00002b312e3e1c4a flags = 0000000000000287
    Loaded modules:
    (* denotes the module causing the exception)
    0000000000400000-000000000041303b /home/weblogic/jdk1.6/bin/java
    00007fffd9bfd000-00007fffd9bfddb7 /home/weblogic/jdk1.6/bin/java
    00000036c9600000-00000036c9615b4f /lib64/libpthread.so.0
    00000036c8a00000-00000036c8a8122f /lib64/libm.so.6
    00000036c9200000-00000036c9201f93 /lib64/libdl.so.2
    00000036c8600000-00000036c874e1a7 /lib64/libc.so.6
    00000036c8200000-00000036c821bbe7 /lib64/ld-linux-x86-64.so.2
    00002b312e36e000-00002b312e59f16f */home/weblogic/jdk1.6/jre/lib/amd64/jrockit/libjvm.so
    00000036c9a00000-00000036c9a06f5b /lib64/librt.so.1
    00002aaaaaabd000-00002aaaaaac664b /lib64/libnss_files.so.2
    00002aaaaacc8000-00002aaaaacd4337 /home/weblogic/jdk1.6/jre/lib/amd64/libverify.so
    00002aaaaadd7000-00002aaaaadff16b /home/weblogic/jdk1.6/jre/lib/amd64/libjava.so
    00000036cca00000-00000036cca14107 /lib64/libnsl.so.1
    00002aaaeaf96000-00002aaaeaf9c65f /home/weblogic/jdk1.6/jre/lib/amd64/native_threads/libhpi.so
    00002aaaee787000-00002aaaee7949cb /home/weblogic/jdk1.6/jre/lib/amd64/libzip.so
    00002aaaee90f000-00002aaaee91449b /home/weblogic/jdk1.6/jre/lib/amd64/libmanagement.so
    00002aaaeea16000-00002aaaeea28547 /home/weblogic/jdk1.6/jre/lib/amd64/libnet.so
    00002aaaeeb2d000-00002aaaeeb3384b /home/weblogic/jdk1.6/jre/lib/amd64/libnio.so
    00002aaaeec75000-00002aaaeec7d63f /home/weblogic/jdk1.6/jre/lib/amd64/libjmapi.so
    00002aaaeeddf000-00002aaaeede12af /home/weblogic/bea/wlserver_10.3/server/native/linux/x86_64/libwlfileio2.so
    00002aaaef44c000-00002aaaef4dd833 /home/weblogic/jdk1.6/jre/lib/amd64/libawt.so
    00002aaaef61b000-00002aaaef61f99f /home/weblogic/jdk1.6/jre/lib/amd64/headless/libmawt.so
    00002aaaef721000-00002aaaef79eb57 /home/weblogic/jdk1.6/jre/lib/amd64/libfontmanager.so
    00002aaafc000000-00002aaafc01514f /home/weblogic/jdk1.6/jre/lib/amd64/libdcpr.so
    00002aaaef8c5000-00002aaaef8df5fb /usr/lib64/gconv/GBK.so
    Stack:
    (* marks the word pointed to by the stack pointer)
    0000000041476ec0: 0000000041476ef0* 00002b312e54ee4a 0000000000000000 00002aaaf44f4e00
    0000000041476ee0: 0000000000000000 0000000000000000 0000000041476fd0 00002b312e54eee5
    0000000041476f00: 0000003000000010 0000000041476fe0 0000000041476f20 00002b312e4cc4ef
    0000000041476f20: 0000000000000a78 0000002100000001 0000000000000000 0000000000000000
    0000000041476f40: 0000000000000058 0101010101010101 00002aaaf44f4e00 0000000000000000
    0000000041476f60: 0000000041476f90 00002b312e4cccfe 00002aaaf44f4e00 00002aaaf44f49c0
    Code:
    (* marks the word pointed to by the instruction pointer)
    00002b312e3e1be8: 28d6058b48d18948 486408508b480038 ffffffc0c748128b 42a615b10f48f0ff
    00002b312e3e1c08: 1174fff88348002c b256e80000ea60bf eb0000003ebf0015 4800396d693d8939
    00002b312e3e1c28: bef289481474f685 853d8d4800000200 0016c051e8002c42 0001002c447605c7
    00002b312e3e1c48: 0000002504c70000* 003fbf0000126700 550016d181e80000 8148535441e58948
    00002b312e3e1c68: fb894800000100ec 0004b9fcd07d8d48 f300000000b80000 8d4ca0558d48ab48
    00002b312e3e1c88: 0000002404c7d065 4c00000000b94100 8d480018858b058d e6894cffffff0c8d
    "[ACTIVE] ExecuteThread: '14' fo" id=255 idx=0x3f4 tid=3098 lastJavaFrame=0x41477198
    Stack 0: start=0x4143a000, end=0x4147e000, guards=0x4143f000 (ok), forbidden=0x4143d000
    Thread Stack Trace:
    at dumpForceDump+102()@0x2b312e3e1c4a
    at vmFatalErrorMsg+0()@0x2b312e54ee4a
    at vmFatalError+0()@0x2b312e54eee5
    at jniPinObject+224()@0x2b312e4494e2
    at jniGetPrimitiveArrayCriticalInfo+67()@0x2b312e4325a7
    at jniGetPrimitiveArrayCritical+27()@0x2b312e4325fd
    at jniStringFromUTF82+84()@0x2b312e449c60
    at jniStringFromIString2+35()@0x2b312e44a113
    at jmgmtNewStackTraceElem+181()@0x2b312e42c18d
    at jniGetStackTraceElement+238()@0x2b312e43ea63
    at JVM_GetStackTraceElement+9()@0x2b312e454fe3
    at Java_java_lang_Throwable_getStackTraceElement+9()@0x2aaaaadec439
    -- Java stack --
    at java/lang/Throwable.getStackTraceElement(I)Ljava/lang/StackTraceElement;(Native Method)
    at java/lang/Throwable.getOurStackTrace(Throwable.java:591)[optimized]
    ^-- Holding lock: java/lang/Throwable@0x4a4ee3a0[biased lock]
    at java/lang/Throwable.printStackTrace(Throwable.java:510)[inlined]
    at org/apache/log4j/spi/LocationInfo.<init>(LocationInfo.java:113)[inlined]
    at org/apache/log4j/spi/LoggingEvent.getLocationInformation(LoggingEvent.java:247)[inlined]
    at org/apache/log4j/helpers/PatternParser$LocationPatternConverter.convert(PatternParser.java:483)[optimized]
    ^-- Holding lock: java/io/PrintWriter@0x428290c8[thin lock]
    ^-- Holding lock: java/io/StringWriter@0x428290a0[thin lock]
    at org/apache/log4j/helpers/PatternConverter.format(PatternConverter.java:65)[optimized]
    at org/apache/log4j/PatternLayout.format(PatternLayout.java:502)[optimized]
    at org/apache/log4j/WriterAppender.subAppend(WriterAppender.java:302)[inlined]
    at org/apache/log4j/RollingFileAppender.subAppend(RollingFileAppender.java:263)[optimized]
    at org/apache/log4j/WriterAppender.append(WriterAppender.java:160)[inlined]
    at org/apache/log4j/AppenderSkeleton.doAppend(AppenderSkeleton.java:251)[optimized]
    ^-- Holding lock: org/apache/log4j/RollingFileAppender@0x4286b060[thin lock]
    at org/apache/log4j/helpers/AppenderAttachableImpl.appendLoopOnAppenders(AppenderAttachableImpl.java:66)[inlined]
    at org/apache/log4j/Category.callAppenders(Category.java:206)[optimized]
    ^-- Holding lock: org/apache/log4j/spi/RootLogger@0x42898688[thin lock]
    at org/apache/log4j/Category.forcedLog(Category.java:391)[inlined]
    at org/apache/log4j/Category.log(Category.java:856)[inlined]
    at org/apache/commons/logging/impl/Log4JLogger.info(Log4JLogger.java:199)[optimized]
    at com/ytec/bi/usep/common/socket/CommandSocket.close(CommandSocket.java:95)[optimized]
    at com/ytec/bi/usep/common/socket/CommandClient.close(CommandClient.java:141)
    at com/ytec/bi/usep/common/socket/WFTCommandClient.close(WFTCommandClient.java:108)
    at com/ytec/bi/usep/common/util/WftCMD.sendCommand(WftCMD.java:229)[optimized]
    at com/ytec/bi/usep/common/util/WftCMD.sendRcmdCommand(WftCMD.java:182)[inlined]
    at com/ytec/bi/usep/monitor/ucc/impl/TaskMonitorUCCImpl.getTaskLogMsg(TaskMonitorUCCImpl.java:697)[optimized]
    at sun/reflect/GeneratedMethodAccessor3834.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Unknown Source)[optimized]
    at sun/reflect/DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)[optimized]
    at java/lang/reflect/Method.invoke(Method.java:597)[inlined]
    at org/springframework/aop/support/AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)[inlined]
    at org/springframework/aop/framework/ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)[optimized]
    at org/springframework/aop/framework/ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)[optimized]
    at org/springframework/transaction/interceptor/TransactionInterceptor.invoke(TransactionInterceptor.java:106)[optimized]
    at org/springframework/aop/framework/ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)[optimized]
    at org/springframework/aop/interceptor/ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)[optimized]
    at org/springframework/aop/framework/ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)[optimized]
    at org/springframework/aop/framework/JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)[optimized]
    at $Proxy182.getTaskLogMsg(Lja at com/ytec/bi/usep/monitor/web/TaskMonitorFacade.getActionInfoOfTaskRun(TaskMonitorFacade.java:163)[inlined]
    va/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;(Unknown Source)
    at sun/reflect/GeneratedMethodAccessor2164.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Unknown Source)[optimized]
    at sun/reflect/DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)[optimized]
    at java/lang/reflect/Method.invoke(Method.java:597)[optimized]
    at flex/messaging/services/remoting/adapters/JavaAdapter.invoke(JavaAdapter.java:421)[optimized]
    at flex/messaging/services/RemotingService.serviceMessage(RemotingService.java:183)[optimized]
    at flex/messaging/MessageBroker.routeMessageToService(MessageBroker.java:1503)[optimized]
    at flex/messaging/endpoints/AbstractEndpoint.serviceMessage(AbstractEndpoint.java:884)[optimized]
    at flex/messaging/endpoints/AbstractEndpoint$$FastClassByCGLIB$$1a3ef066.invoke(ILjava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(<generated>)[optimized]
    at net/sf/cglib/proxy/MethodProxy.invoke(MethodProxy.java:191)[optimized]
    at org/springframework/aop/framework/Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:700)
    at org/springframework/aop/framework/ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)[optimized]
    at org/springframework/flex/core/MessageInterceptionAdvice.invoke(MessageInterceptionAdvice.java:59)[optimized]
    at org/springframework/aop/framework/ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)[optimized]
    at org/springframework/aop/framework/adapter/ThrowsAdviceInterceptor.invoke(ThrowsAdviceInterceptor.java:126)[optimized]
    at org/springframework/aop/framework/ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)[optimized]
    at org/springframework/aop/framework/Cglib2AopProxy$FixedChainStaticTargetInterceptor.intercept(Cglib2AopProxy.java:582)
    at flex/messaging/endpoints/AMFEndpoint$$EnhancerByCGLIB$$4fb30719.serviceMessage(Lflex/messaging/messages/Message;)Lflex/messaging/messages/Message;(<generated>)[optimized]
    at flex/messaging/endpoints/amf/MessageBrokerFilter.invoke(MessageBrokerFilter.java:121)[optimized]
    at flex/messaging/endpoints/amf/LegacyFilter.invoke(LegacyFilter.java:158)[optimized]
    at flex/messaging/endpoints/amf/SessionFilter.invoke(SessionFilter.java:44)[optimized]
    at flex/messaging/endpoints/amf/BatchProcessFilter.invoke(BatchProcessFilter.java:67)[optimized]
    at flex/messaging/endpoints/amf/SerializationFilter.invoke(SerializationFilter.java:146)[optimized]
    at flex/messaging/endpoints/BaseHTTPEndpoint.service(BaseHTTPEndpoint.java:278)[optimized]
    at flex/messaging/endpoints/AMFEndpoint$$EnhancerByCGLIB$$4fb30719.service(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V(<generated>)[optimized]
    at org/springframework/flex/servlet/MessageBrokerHandlerAdapter.handle(MessageBrokerHandlerAdapter.java:101)[optimized]
    at org/springframework/web/servlet/DispatcherServlet.doDispatch(DispatcherServlet.java:875)[optimized]
    at org/springframework/web/servlet/DispatcherServlet.doService(DispatcherServlet.java:807)[optimized]
    at org/springframework/web/servlet/FrameworkServlet.processRequest(FrameworkServlet.java:571)[inlined]
    at org/springframework/web/servlet/FrameworkServlet.doPost(FrameworkServlet.java:511)[optimized]
    at javax/servlet/http/HttpServlet.service(HttpServlet.java:727)[optimized]
    at javax/servlet/http/HttpServlet.service(HttpServlet.java:820)[optimized]
    at weblogic/servlet/internal/StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)[optimized]
    at weblogic/servlet/internal/StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)[inlined]
    at weblogic/servlet/internal/ServletStubImpl.execute(ServletStubImpl.java:292)[optimized]
    at weblogic/servlet/internal/TailFilter.doFilter(TailFilter.java:26)[optimized]
    at weblogic/servlet/internal/FilterChainImpl.doFilter(FilterChainImpl.java:42)[optimized]
    at org/springframework/security/util/FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:378)[optimized]
    at org/springframework/security/intercept/web/FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:109)[inlined]
    at org/springframework/security/intercept/web/FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83)[optimized]
    at org/springframework/security/util/FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)[optimized]
    at org/springframework/security/ui/SessionFixationProtectionFilter.doFilterHttp(SessionFixationProtectionFilter.java:67)[optimized]
    at org/springframework/security/ui/SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)[optimized]
    at org/springframework/security/util/FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)[optimized]
    at org/springframework/security/ui/ExceptionTranslationFilter.doFilterHttp(ExceptionTranslationFilter.java:101)[optimized]
    at org/springframework/security/ui/SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)[optimized]
    at org/springframework/security/util/FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)[optimized]
    at org/springframework/security/providers/anonymous/AnonymousProcessingFilter.doFilterHttp(AnonymousProcessingFilter.java:105)[optimized]
    at org/springframework/security/ui/SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)[optimized]
    at org/springframework/security/util/FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)[optimized]
    at org/springframework/security/wrapper/SecurityContextHolderAwareRequestFilter.doFilterHttp(SecurityContextHolderAwareRequestFilter.java:91)[optimized]
    at org/springframework/security/ui/SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)[optimized]
    at org/springframework/security/util/FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)[optimized]
    at org/springframework/security/ui/AbstractProcessingFilter.doFilterHttp(AbstractProcessingFilter.java:278)[optimized]
    at org/springframework/security/ui/SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)[optimized]
    at org/springframework/security/util/FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)[optimized]
    at org/springframework/security/ui/logout/LogoutFilter.doFilterHttp(LogoutFilter.java:89)[optimized]
    at org/springframework/security/ui/SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)[optimized]
    at org/springframework/security/util/FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)[optimized]
    at org/springframework/security/ui/logout/LogoutFilter.doFilterHttp(LogoutFilter.java:89)[optimized]
    at org/springframework/security/ui/SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)[optimized]
    at org/springframework/security/util/FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)[optimized]
    at org/springframework/security/context/HttpSessionContextIntegrationFilter.doFilterHttp(HttpSessionContextIntegrationFilter.java:235)[optimized]
    at org/springframework/security/ui/SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)[optimized]
    at org/springframework/security/util/FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)[optimized]
    at org/springframework/security/concurrent/ConcurrentSessionFilter.doFilterHttp(ConcurrentSessionFilter.java:99)[optimized]
    at org/springframework/security/ui/SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)[optimized]
    at org/springframework/security/util/FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)[optimized]
    at org/springframework/security/util/FilterChainProxy.doFilter(FilterChainProxy.java:175)[optimized]
    at org/springframework/web/filter/DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:236)[inlined]
    at org/springframework/web/filter/DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)[optimized]
    at weblogic/servlet/internal/FilterChainImpl.doFilter(FilterChainImpl.java:42)[inlined]
    at weblogic/servlet/internal/WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3496)[optimized]
    at weblogic/security/acl/internal/AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)[optimized]
    at weblogic/security/service/SecurityManager.runAs(Lweblogic/security/acl/internal/AuthenticatedSubject;Lweblogic/security/acl/internal/AuthenticatedSubject;Ljava/security/PrivilegedAction;)Ljava/lang/Object;(Unknown Source)[inlined]
    at weblogic/servlet/internal/WebAppServletContext.securedExecute(WebAppServletContext.java:2180)[inlined]
    at weblogic/servlet/internal/WebAppServletContext.execute(WebAppServletContext.java:2086)[optimized]
    at weblogic/servlet/internal/ServletRequestImpl.run(ServletRequestImpl.java:1406)[optimized]
    at weblogic/work/ExecuteThread.execute(ExecuteThread.java:201)[inlined]
    at weblogic/work/ExecuteThread.run(ExecuteThread.java:173)[optimized]
    at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
    -- end of trace
    Extended, platform specific info:
    libc release: 2.5-stable
    Elf headers:
    libc ehdrs: EI: 7f454c46020101000000000000000000 ET: 3 EM: 62 V: 1 ENTRY: 00000036c861da90 PHOFF: 0000000000000040 SHOFF: 00000000001a3498 EF: 0x0 HS: 64 PS: 56 PHN; 10 SS: 64 SHN: 77 STIDX: 76
    libpthread ehdrs: EI: 7f454c46020101000000000000000000 ET: 3 EM: 62 V: 1 ENTRY: 00000036c96057e0 PHOFF: 0000000000000040 SHOFF: 0000000000023010 EF: 0x0 HS: 64 PS: 56 PHN; 9 SS: 64 SHN: 39 STIDX: 38
    libjvm ehdrs: EI: 7f454c46020101000000000000000000 ET: 3 EM: 62 V: 1 ENTRY: 000000000002def0 PHOFF: 0000000000000040 SHOFF: 0000000002530a18 EF: 0x0 HS: 64 PS: 56 PHN; 3 SS: 64 SHN: 30 STIDX: 27
    * If you see this dump, please go to *
    * http://edocs.bea.com/jrockit/go2troubleshooting.html *
    * for troubleshooting information. *
    ===== END DUMP ===============================================================

  • - 0 fatal error(s), 3 error(s)     ----------- Payload: Adobe Photoshop Lightroom 5 5.6.0.0 Adobe_Lightroom_x64.msi_5.6 -----------  ERROR: Key not valid for use in specified state.    ERROR: Install MSI payload failed with error: 1603 - Fatal error durin

    I keep getting this error code when trying to download         
    - 0 fatal error(s), 3 error(s) ----------- Payload: Adobe Photoshop Lightroom 5 5.6.0.0 Adobe_Lightroom_x64.msi_5.6 ----------- ERROR: Key not valid for use in specified state. ERROR: Install MSI payload failed with error: 1603 - Fatal error during installation. MSI Error message: Key not valid for use in specified state. ERROR: Third party payload installer Adobe_Lightroom_x64.msi failed with exit code: 1603

    Generally this error happens because of an encrypted folder or insufficient permissions on that folder: http://support.microsoft.com/kb/834484 (MS Explanation)
    Adobe has a page here: Error 1603: A fatal error occurred during installation

Maybe you are looking for

  • There is a pattern to my crashes, but I can't figure out what it is...

    At my studio, we are running 2 separate rigs with Logic 8.0.2 on 10.5.6 Mac Pros, and we have been plagued by crashing/hanging when opening up sequences. It is maddeningly inconsistent, however, and I can't figure out a pattern to the crashes (occasi

  • Split of Cubes to improve the performance of reports

    Hello Friends . We are now Implementing the Finance GL Line Items for Global Automobile operations in BMW and services to Outsourced to Japan which increased the data volume to 300 millions records for last 2 years since we go live. we have 200 Compa

  • Exporting HiDef Movies To iTunes?

    Kind People, I have shot video with my Canon Vixia HF10 camcorder. I edited that video using FCE. I've exported and burned those movies to DVDs with iDVD. Life is beautiful! I have wide screen HiDef movies to share with family and friends. However, w

  • How can I import video into iMovie from a DVD?

    How can I import video into iMovie from a DVD? Thanks, Doug Davis

  • Can't install driver touchpad on win7 64bit

    Hello , I have a problem when installing the touchpad driver on win7 . I can not install multitouch mouse , but success on win8 . I have tried many of win7 but similar results . Please help me . thanks! thank