Interpreting hotspot error log

Hi,
My app is crashing with a hotspot error and it leaves a log file in the directory where I ran it. Can anyone explain how to interpret the log so I can get some clues as to what may have caused the JVM to crash? It's pretty meaningless to me at the moment.
Thanks in advance for any help.

See if you can get this
http://java.sun.com/j2se/1.5/pdf/jdk50_ts_guide.pdf
I went to java.sun.com and searched on "trouble shooting".

Similar Messages

  • JNI Hotspot Error: Access Violation, need help interpreting the log.

    Hello. I'm a relatively new developer (previously an engineer), and so to start me off I was given the task of providing a JNI-enabled interface to some legacy licensing software (it's C++, we want Java). Now the functionality of JNI is not the problem I have. I HAD those types of problems but now I'm having a far more obscure problem that is absolutely stumping me.
    It's a Hotspot error that I cannot get rid off... and I cannot find a clear bit of info on how to interpret them.
    About the problem...first off this does not happen on my development machine, where it is isolated from other components in the end-product. The integration machine with the rest of the software runs fine with a "Dummy" version of my component, but we get errors when the real version is in use. I'd really appreciate any help in understanding these things, even if it is just some general pointers.
    First off here is the log
    # An unexpected error has been detected by HotSpot Virtual Machine:
    #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7c82caa4, pid=5516, tid=4420
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_14-b03 mixed mode)
    # Problematic frame:
    # C  [ntdll.dll+0x2caa4]
    ---------------  T H R E A D  ---------------
    Current thread (0x0aa1eaa0):  JavaThread "btpool0-5" [_thread_in_native, id=4420]
    siginfo: ExceptionCode=0xc0000005, reading address 0x00000004
    Registers:
    EAX=0x0b1a9a40, EBX=0x00030000, ECX=0x00001448, EDX=0x00000000
    ESP=0x0c90e774, EBP=0x0c90e780, ESI=0x0b1a9a38, EDI=0x0b1aa000
    EIP=0x7c82caa4, EFLAGS=0x00010246
    Top of Stack: (sp=0x0c90e774)
    0x0c90e774:   00030000 00000003 00030005 0c90e7b8
    0x0c90e784:   7c833a2a 0b1a9a4c 0b1aa000 0c90e7ac
    0x0c90e794:   00000000 00000477 00030178 00030000
    0x0c90e7a4:   0ab2de05 0003015c 00000600 0afd0000
    0x0c90e7b4:   00030178 0c90e9e4 7c82b5fb 04030000
    0x0c90e7c4:   000023b8 000023ac 00000000 7c829fd6
    0x0c90e7d4:   7c82a124 00031138 0c90ea04 7c82a0b8
    0x0c90e7e4:   7c82a0fc 000001ba 00000000 7c829fd6
    Instructions: (pc=0x7c82caa4)
    0x7c82ca94:   63 02 00 8b 4e 0c 8d 46 08 8b 10 89 4d 08 8b 09
    0x7c82caa4:   3b 4a 04 89 55 0c 0f 85 ae 4f 01 00 3b c8 0f 85
    Stack: [0x0c8d0000,0x0c910000),  sp=0x0c90e774,  free space=249k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C  [ntdll.dll+0x2caa4]
    C  [ntdll.dll+0x33a2a]
    C  [ntdll.dll+0x2b5fb]
    C  [MSVCRT.dll+0x1d08c]
    C  [verify.dll+0x4897]
    C  [verify.dll+0x19c6]
    C  [verify.dll+0x126b]
    C  [java.dll+0x3fb7]
    V  [jvm.dll+0x11d86a]
    V  [jvm.dll+0x78acb]
    V  [jvm.dll+0x78deb]
    V  [jvm.dll+0x78aaa]
    V  [jvm.dll+0xcb029]
    V  [jvm.dll+0xcbcc6]
    V  [jvm.dll+0xcbbac]
    V  [jvm.dll+0x82c7b]
    j  com.a.b.c.lmv.Factoralproducer.MeanManagerImpl.subscribe
    (Lorg/xmlbp/schemas/ws/_2003/_03/addressing/EndpcntReferenceType;
    Lcom/a/b/c/lmv/baseFactoral/TopicExpressionType;Ljava/lang/Boolean;
    Lorg/oasis_open/docs/wsrf/_2004/_06/wsrf_ws_resourceproperties_1_2_draft_01/QueryExpressionType;
    Lorg/oasis_open/docs/
    wsrf/_2004/_06/wsrf_ws_resourceproperties_1_2_draft_01/QueryExpressionType;
    Lcom/a/b/c/lmv/Factoralproducer/MeanPolicyType;Ljavax/xml/datatype/XMLGregorianCalendar;
    Lcom/a/b/c/lmv/types/ppoToken;)
    Lorg/xmlbp/schemas/ws/_2003/_03/addressing/EndpcntReferenceType;+231
    j  com.a.b.c.lmv.Factoralproducer.FactoralProducerImpl.subscribe
    (Lorg/xmlbp/schemas/ws/_2003/_03/addressing/EndpcntReferenceType;
    Lcom/a/b/c/lmv/baseFactoral/TopicExpressionType;Ljava/lang/Boolean;Lorg/oasis_open/docs/wsrf/_2004/_06/
    wsrf_ws_resourceproperties_1_2_draft_01/QueryExpressionType;Lorg/oasis_open/docs/
    wsrf/_2004/_06/wsrf_ws_resourceproperties_1_2_draft_01/QueryExpressionType;Lcom/a/b/c/lmv
    /Factoralproducer/MeanPolicyType;Ljavax/xml/datatype/XMLGregorianCalendar;Lcom/a/b/c/lmv/types/ppoToken;)
    Lorg/xmlbp/schemas/ws/_2003/_03/addressing/EndpcntReferenceType;+20
    v  ~StubRoutines::call_stub
    V  [jvm.dll+0x875dd]
    V  [jvm.dll+0xdfd96]
    V  [jvm.dll+0x874ae]
    V  [jvm.dll+0xf3f82]
    V  [jvm.dll+0xa5752]
    C  [java.dll+0x6d4f]
    j  sun.reflect.NativeMethodAccepporImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87
    J  sun.reflect.DelegatingMethodAccepporImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
    J  java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
    v  ~RuntimeStub::alignment_frame_return Runtime1 stub
    j  org.apache.cxf.service.invoker.AbstractInvoker.performInvocation(Lorg/apache/cxf/message/Exchange;
    Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;+57
    j  org.apache.cxf.service.invoker.AbstractInvoker.invoke(Lorg/apache/cxf/message/Exchange;Ljava/lang/Object;
    Ljava/lang/reflect/Method;Ljava/util/List;)Ljava/lang/Object;+26
    j  org.apache.cxf.jaxws.JAXWSMethodInvoker.invoke(Lorg/apache/cxf/message/Exchange;Ljava/lang/Object
    ;Ljava/lang/reflect/Method;Ljava/util/List;)Ljava/lang/Object;+179
    j  org.apache.cxf.service.invoker.AbstractInvoker.invoke(Lorg/apache/cxf/message/Exchange;Ljava/lang/Object;)
    Ljava/lang/Object;+114
    j  org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run()V+26
    j  org.apache.cxf.workqueue.SynchronousExecutor.execute(Ljava/lang/Runnable;)V+1
    j  org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(Lorg/apache/cxf/message/Message;)V+94
    j  org.apache.cxf.phase.PhaseInterceptorChain.dcntercept(Lorg/apache/cxf/message/Message;)Z+76
    j  org.apache.cxf.transport.ChainInitiationObserver.onMessage(Lorg/apache/cxf/message/Message;)V+137
    j  org.apache.cxf.transport.http_jetty.JettyHTTPDestination.serviceRequest(Ljavax/servlet/http/HttpServletRequest;
    Ljavax/servlet/http/HttpServletResponse;)V+334
    j  org.apache.cxf.transport.http_jetty.JettyHTTPDestination.doService(Ljavax/servlet/http/HttpServletRequest;
    Ljavax/servlet/http/HttpServletResponse;)V+341
    j  org.apache.cxf.transport.http_jetty.JettyHTTPHandler.handle(Ljava/lang/String;Ljavax/servlet/http/HttpServletRequest;
    Ljavax/servlet/http/HttpServletResponse;I)V+47
    j  org.mortbay.jetty.handler.ContextHandler.handle(Ljava/lang/String;Ljavax/servlet/http/HttpServletRequest;
    Ljavax/servlet/http/HttpServletResponse;I)V+700
    j  org.mortbay.jetty.handler.ContextHandlerCollection.handle(Ljava/lang/String;Ljavax/servlet/http/HttpServletRequest;
    Ljavax/servlet/http/HttpServletResponse;I)V+272
    j  org.mortbay.jetty.handler.HandlerWrapper.handle(Ljava/lang/String;Ljavax/servlet/http/HttpServletRequest;
    Ljavax/servlet/http/HttpServletResponse;I)V+23
    j  org.mortbay.jetty.Server.handle(Lorg/mortbay/jetty/HttpConnection;)V+110
    j  org.mortbay.jetty.HttpConnection.handleRequest()V+131
    J  org.mortbay.jetty.HttpParser.parseNext()J
    v  ~RuntimeStub::alignment_frame_return Runtime1 stub
    j  org.mortbay.jetty.HttpParser.parseAvailable()J+1
    j  org.mortbay.jetty.HttpConnection.handle()V+122
    j  org.mortbay.jetty.bio.SocketConnector$Connection.run()V+130
    j  org.mortbay.jetty.security.SslSocketConnector$SslConnection.run()V+51
    j  org.mortbay.thread.BoundedThreadPool$PoolThread.run()V+45
    v  ~StubRoutines::call_stub
    V  [jvm.dll+0x875dd]
    V  [jvm.dll+0xdfd96]
    V  [jvm.dll+0x874ae]
    V  [jvm.dll+0x8720b]
    V  [jvm.dll+0xa2089]
    V  [jvm.dll+0x1112e8]
    V  [jvm.dll+0x1112b6]
    C  [MSVCRT.dll+0x2b530]
    C  [kernel32.dll+0x24829]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j  com.a.b.c.lmv.Factoralproducer.MeanManagerImpl.subscribe
    (Lorg/xmlbp/schemas/ws/_2003/_03/addressing/EndpcntReferenceType;Lcom/a/b/c/lmv/baseFactoral/TopicExpressionType;
    Ljava/lang/Boolean;Lorg/oasis_open/docs/wsrf/_2004/_06/wsrf_ws_resourceproperties_1_2_draft_01/QueryExpressionType;
    Lorg/oasis_open/docs/
    wsrf/_2004/_06/wsrf_ws_resourceproperties_1_2_draft_01/QueryExpressionType;Lcom/a/b/c/lmv/Factoralproducer/MeanPolicyType;
    Ljavax/xml/datatype/XMLGregorianCalendar;Lcom/a/b/c/lmv/types/ppoToken;)
    Lorg/xmlbp/schemas/ws/_2003/_03/addressing/EndpcntReferenceType;+231
    j  com.a.b.c.lmv.Factoralproducer.FactoralProducerImpl.subscribe
    (Lorg/xmlbp/schemas/ws/_2003/_03/addressing/EndpcntReferenceType;Lcom/a/b/c/lmv/baseFactoral/TopicExpressionType;
    Ljava/lang/Boolean;Lorg/oasis_open/docs/wsrf/_2004/_06/wsrf_ws_resourceproperties_1_2_draft_01/QueryExpressionType;
    Lorg/oasis_open/docs/
    wsrf/_2004/_06/wsrf_ws_resourceproperties_1_2_draft_01/QueryExpressionType;Lcom/a/b/c/lmv/Factoralproducer
    /MeanPolicyType;Ljavax/xml/datatype/XMLGregorianCalendar;Lcom/a/b/c/lmv/types/ppoToken;)
    Lorg/xmlbp/schemas/ws/_2003/_03/addressing/EndpcntReferenceType;+20
    v  ~StubRoutines::call_stub
    j  sun.reflect.NativeMethodAccepporImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)
    Ljava/lang/Object;+0
    j  sun.reflect.NativeMethodAccepporImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87
    J  sun.reflect.DelegatingMethodAccepporImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
    J  java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
    v  ~RuntimeStub::alignment_frame_return Runtime1 stub
    j  org.apache.cxf.service.invoker.AbstractInvoker.performInvocation(Lorg/apache/cxf/message/
    Exchange;Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;+57
    j  org.apache.cxf.service.invoker.AbstractInvoker.invoke(Lorg/apache/cxf/message/Exchange;
    Ljava/lang/Object;Ljava/lang/reflect/Method;Ljava/util/List;)Ljava/lang/Object;+26
    j  org.apache.cxf.jaxws.JAXWSMethodInvoker.invoke(Lorg/apache/cxf/message/Exchange;
    Ljava/lang/Object;Ljava/lang/reflect/Method;Ljava/util/List;)Ljava/lang/Object;+179
    j  org.apache.cxf.service.invoker.AbstractInvoker.invoke(Lorg/apache/cxf/message/Exchange;Ljava/lang/Object;)
    Ljava/lang/Object;+114
    j  org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run()V+26
    j  org.apache.cxf.workqueue.SynchronousExecutor.execute(Ljava/lang/Runnable;)V+1
    j  org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(Lorg/apache/cxf/message/Message;)V+94
    j  org.apache.cxf.phase.PhaseInterceptorChain.dcntercept(Lorg/apache/cxf/message/Message;)Z+76
    j  org.apache.cxf.transport.ChainInitiationObserver.onMessage(Lorg/apache/cxf/message/Message;)V+137
    j  org.apache.cxf.transport.http_jetty.JettyHTTPDestination.serviceRequest(Ljavax/servlet/http/HttpServletRequest;
    Ljavax/servlet/http/HttpServletResponse;)V+334
    j  org.apache.cxf.transport.http_jetty.JettyHTTPDestination.doService(Ljavax/servlet/http/HttpServletRequest;
    Ljavax/servlet/http/HttpServletResponse;)V+341
    j  org.apache.cxf.transport.http_jetty.JettyHTTPHandler.handle(Ljava/lang/String;Ljavax/servlet/http/HttpServletRequest;
    Ljavax/servlet/http/HttpServletResponse;I)V+47
    j  org.mortbay.jetty.handler.ContextHandler.handle(Ljava/lang/String;Ljavax/servlet/http/HttpServletRequest;
    Ljavax/servlet/http/HttpServletResponse;I)V+700
    j  org.mortbay.jetty.handler.ContextHandlerCollection.handle(Ljava/lang/String;Ljavax/servlet/http/HttpServletRequest;
    Ljavax/servlet/http/HttpServletResponse;I)V+272
    j  org.mortbay.jetty.handler.HandlerWrapper.handle(Ljava/lang/String;Ljavax/servlet/http/HttpServletRequest;
    Ljavax/servlet/http/HttpServletResponse;I)V+23
    j  org.mortbay.jetty.Server.handle(Lorg/mortbay/jetty/HttpConnection;)V+110
    j  org.mortbay.jetty.HttpConnection.handleRequest()V+131
    J  org.mortbay.jetty.HttpParser.parseNext()J
    v  ~RuntimeStub::alignment_frame_return Runtime1 stub
    j  org.mortbay.jetty.HttpParser.parseAvailable()J+1
    j  org.mortbay.jetty.HttpConnection.handle()V+122
    j  org.mortbay.jetty.bio.SocketConnector$Connection.run()V+130
    j  org.mortbay.jetty.security.SslSocketConnector$SslConnection.run()V+51
    j  org.mortbay.thread.BoundedThreadPool$PoolThread.run()V+45
    v  ~StubRoutines::call_stub
    ---------------  P R O C E S S  ---------------
    Java Threads: ( => current thread )
      0x0aa2d9f8 JavaThread "RMI RenewClean-[47.166.94.29:3617]" daemon [_thread_in_native, id=4792]
    =>0x0aa1eaa0 JavaThread "btpool0-5" [_thread_in_native, id=4420]
      0x0aa1c450 JavaThread "btpool0-4" [_thread_in_native, id=4600]
      0x0aa574d0 JavaThread "btpool0-3" [_thread_in_native, id=3456]
      0x0aa61c60 JavaThread "RMI ConnectionExpiration-[localhost:8099]" daemon [_thread_blocked, id=5060]
      0x0aa44988 JavaThread "btpool0-2" [_thread_in_native, id=3956]
      0x0aa2f270 JavaThread "RMI LeaseChecker" daemon [_thread_blocked, id=4640]
      0x0aa2e668 JavaThread "RMI TCP Connection(1)-47.166.94.29" daemon [_thread_in_native, id=1600]
      0x0aa40d48 JavaThread "RMI Reaper" [_thread_blocked, id=4696]
      0x0b20ae68 JavaThread "Timer-0" daemon [_thread_blocked, id=4688]
      0x0aa294f8 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=4884]
      0x0aa29680 JavaThread "RMI ConnectionExpiration-[47.166.94.29:4375]" daemon [_thread_blocked, id=4860]
      0x0abfe318 JavaThread "btpool0-1" [_thread_in_native, id=716]
      0x0ac2b1f0 JavaThread "GC Daemon" daemon [_thread_blocked, id=3588]
      0x0ac26730 JavaThread "RMI RenewClean-[47.166.94.29:4375]" daemon [_thread_blocked, id=1820]
      0x0ab92d70 JavaThread "btpool1-0 - Acceptor0 [email protected]:9082" [_thread_in_native, id=3168]
      0x0b162be0 JavaThread "btpool0-0 - Acceptor0 [email protected]:9080" [_thread_in_native, id=5856]
      0x0b0e7a18 JavaThread "RMManager-Timer-12388840" daemon [_thread_blocked, id=4328]
      0x00035088 JavaThread "DestroyJavaVM" [_thread_blocked, id=4780]
      0x0afc6460 JavaThread "Thread-1" [_thread_blocked, id=440]
      0x0afd6768 JavaThread "Thread-0" daemon [_thread_blocked, id=4840]
      0x00814cc8 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=3076]
      0x00813950 JavaThread "CompilerThread0" daemon [_thread_blocked, id=3248]
      0x00812cc8 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=5140]
      0x00809bf8 JavaThread "Finalizer" daemon [_thread_blocked, id=3704]
      0x00808780 JavaThread "Reference Handler" daemon [_thread_blocked, id=5196]
    Other Threads:
      0x00804530 VMThread [id=736]
      0x00816058 WatcherThread [id=4436]
    VM state:not at safepcnt (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation   total 1984K, used 1897K [0x02850000, 0x02a70000, 0x02d30000)
    *eden space 1792K,  95% used [0x02850000, 0x029fa418, 0x02a10000)*
    * from space 192K, 100% used [0x02a40000, 0x02a70000, 0x02a70000)*
      to   space 192K,   0% used [0x02a10000, 0x02a10000, 0x02a40000)
    tenured generation   total 25896K, used 18178K [0x02d30000, 0x0467a000, 0x06850000)
       the space 25896K,  70% used [0x02d30000, 0x03ef0b60, 0x03ef0c00, 0x0467a000)
    compacting perm gen  total 22784K, used 22721K [0x06850000, 0x07e90000, 0x0a850000)
      * the space 22784K,  99% used [0x06850000, 0x07e806c8, 0x07e80800, 0x07e90000)*
    No shared spaces configured.
    Dynamic libraries:
    0x00400000 - 0x0040d000      D:\apps\Java\jre1.5.0_14\bin\java.exe
    0x7c800000 - 0x7c8c0000      C:\WINDOWS\system32\ntdll.dll
    0x77e40000 - 0x77f42000      C:\WINDOWS\system32\kernel32.dll
    0x77f50000 - 0x77feb000      C:\WINDOWS\system32\ADVAPI32.dll
    0x77c50000 - 0x77cef000      C:\WINDOWS\system32\RPCRT4.dll
    0x76f50000 - 0x76f63000      C:\WINDOWS\system32\Secur32.dll
    0x77ba0000 - 0x77bfa000      C:\WINDOWS\system32\MSVCRT.dll
    0x6d640000 - 0x6d7de000      D:\apps\Java\jre1.5.0_14\bin\client\jvm.dll
    0x77380000 - 0x77411000      C:\WINDOWS\system32\USER32.dll
    0x77c00000 - 0x77c48000      C:\WINDOWS\system32\GDI32.dll
    0x76aa0000 - 0x76acd000      C:\WINDOWS\system32\WINMM.dll
    0x71bc0000 - 0x71bc8000      C:\WINDOWS\system32\rdpsnd.dll
    0x771f0000 - 0x77201000      C:\WINDOWS\system32\WINSTA.dll
    0x71c40000 - 0x71c97000      C:\WINDOWS\system32\NETAPI32.dll
    0x76b70000 - 0x76b7b000      C:\WINDOWS\system32\PSAPI.DLL
    0x6d290000 - 0x6d298000      D:\apps\Java\jre1.5.0_14\bin\hpi.dll
    0x6d610000 - 0x6d61c000      D:\apps\Java\jre1.5.0_14\bin\verify.dll
    0x6d310000 - 0x6d32d000      D:\apps\Java\jre1.5.0_14\bin\java.dll
    0x6d630000 - 0x6d63f000      D:\apps\Java\jre1.5.0_14\bin\zip.dll
    0x68000000 - 0x68035000      C:\WINDOWS\system32\rsaenh.dll
    0x7c8d0000 - 0x7d0cf000      C:\WINDOWS\system32\SHELL32.dll
    0x77da0000 - 0x77df2000      C:\WINDOWS\system32\SHLWAPI.dll
    0x77420000 - 0x77523000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls
                                           _6595b64144ccf1df_6.0.3790.3959_x-ww_D8713E55\comctl32.dll
    0x6d4d0000 - 0x6d4e3000      D:\apps\Java\jre1.5.0_14\bin\net.dll
    0x71c00000 - 0x71c17000      C:\WINDOWS\system32\WS2_32.dll
    0x71bf0000 - 0x71bf8000      C:\WINDOWS\system32\WS2HELP.dll
    0x71b20000 - 0x71b61000      C:\WINDOWS\System32\mswsock.dll
    0x76ed0000 - 0x76efa000      C:\WINDOWS\system32\DNSAPI.dll
    0x76f70000 - 0x76f77000      C:\WINDOWS\System32\winrnr.dll
    0x76f10000 - 0x76f3e000      C:\WINDOWS\system32\WLDAP32.dll
    0x76f80000 - 0x76f85000      C:\WINDOWS\system32\rasadhlp.dll
    0x5f270000 - 0x5f2ca000      C:\WINDOWS\system32\hnetcfg.dll
    0x71ae0000 - 0x71ae8000      C:\WINDOWS\System32\wshtcpip.dll
    0x6d4f0000 - 0x6d4f9000      D:\apps\Java\jre1.5.0_14\bin\nio.dll
    0x6d5f0000 - 0x6d5f6000      D:\apps\Java\jre1.5.0_14\bin\rmi.dll
    0x10000000 - 0x10006000      C:\Program Files\a\lmv\punix.dll
    0x71f50000 - 0x71f58000      C:\WINDOWS\system32\snmpapi.dll
    0x0bb90000 - 0x0bb98000      C:\Program Files\a\lmv\periwin.dll
    0x0bba0000 - 0x0bbab000      C:\Program Files\a\lmv\vas.dll
    0x0bbb0000 - 0x0bbd0000      C:\Program Files\a\lmv\nilm.dll
    0x48890000 - 0x488cd000      C:\WINDOWS\system32\ODBC32.dll
    0x77530000 - 0x775c7000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls
                                            _6595b64144ccf1df_5.82.3790.3959_x-ww_78FCF8D0\COMCTL32.dll
    0x762b0000 - 0x762f9000      C:\WINDOWS\system32\comdlg32.dll
    0x76cf0000 - 0x76d0a000      C:\WINDOWS\system32\iphlpapi.dll
    0x7f010000 - 0x7f134000      C:\WINDOWS\system32\MFC42u.DLL
    0x77670000 - 0x777a9000      C:\WINDOWS\system32\ole32.dll
    0x77d00000 - 0x77d8b000      C:\WINDOWS\system32\OLEAUT32.dll
    0x77210000 - 0x772bb000      C:\WINDOWS\system32\WININET.dll
    0x761b0000 - 0x76243000      C:\WINDOWS\system32\CRYPT32.dll
    0x76190000 - 0x761a2000      C:\WINDOWS\system32\MSASN1.dll
    0x71bb0000 - 0x71bb9000      C:\WINDOWS\system32\WSOCK32.dll
    0x0bda0000 - 0x0bdb7000      C:\WINDOWS\system32\odbcint.dll
    0x0bf20000 - 0x0bf61000      C:\Program Files\a\lmv\JniLib.dll
    0x76cd0000 - 0x76ce9000      C:\WINDOWS\system32\MPRAPI.dll
    0x76df0000 - 0x76e24000      C:\WINDOWS\system32\ACTIVEDS.dll
    0x76dc0000 - 0x76de8000      C:\WINDOWS\system32\adsldpc.dll
    0x76b80000 - 0x76bae000      C:\WINDOWS\system32\credui.dll
    0x76a80000 - 0x76a98000      C:\WINDOWS\system32\ATL.DLL
    0x76e30000 - 0x76e3c000      C:\WINDOWS\system32\rtutils.dll
    0x7e020000 - 0x7e02f000      C:\WINDOWS\system32\SAMLIB.dll
    0x770e0000 - 0x771e8000      C:\WINDOWS\system32\SETUPAPI.dll
    0x77840000 - 0x77882000      C:\WINDOWS\system32\netman.dll
    0x76300000 - 0x764c0000      C:\WINDOWS\system32\netshell.dll
    0x74de0000 - 0x74df2000      C:\WINDOWS\system32\CLUSAPI.dll
    0x76e90000 - 0x76ecf000      C:\WINDOWS\system32\RASAPI32.dll
    0x76e40000 - 0x76e52000      C:\WINDOWS\system32\rasman.dll
    0x76e60000 - 0x76e8f000      C:\WINDOWS\system32\TAPI32.dll
    0x7fcf0000 - 0x7fd7e000      C:\WINDOWS\system32\WZCSvc.DLL
    0x76cc0000 - 0x76cc5000      C:\WINDOWS\system32\WMI.dll
    0x76d10000 - 0x76d2f000      C:\WINDOWS\system32\DHCPCSVC.DLL
    0x76f00000 - 0x76f08000      C:\WINDOWS\system32\WTSAPI32.dll
    0x4b180000 - 0x4b284000      C:\WINDOWS\system32\ESENT.dll
    0x730a0000 - 0x730ae000      C:\WINDOWS\system32\WZCSAPI.DLL
    VM Arguments:
    java_command: C:\Program Files\a\lmv\CDF\b_c_lmv.jar C:\Program Files\a\lmv\CDF
    Launcher Type: SUN_STANDARD
    Environment Variables:
    CLASSPATH=D:\a\Contact Center\Common Components\Cache\lib
    PATH=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;
    C:\Program Files\Rational\ClearCase\bin;C:\Program Files\Rational\common;
    C:\a\Cache\CacheSys\Mgr\a\DLL;C:\Program Files\a\lmv\TAPI;C:\Program Files\a\lmv\
    OS=Windows_NT
    PROCEppoR_IDENTIFIER=x86 Family 6 Model 15 Stepping 11, GenuineIntel
    ---------------  S Y S T E M  ---------------
    OS: Windows Server 2003 family Build 3790 Service Pack 2
    CPU:total 4 (cores per cpu 4, threads per core 1) family 6 model 15 stepping 11, cmov, cx8, fxsr, mmx, sse, sse2
    Memory: 4k page, physical 2097151k(2097151k free), swap 4194303k(3537076k free)
    vm_info: Java HotSpot(TM) Client VM (1.5.0_14-b03) for windows-x86, built on Oct  5 2007 01:21:52 by "java_re" with MS VC++ 6.0
    {code}
    Sorry it's so long.
    Anyways my dll is Jni_interface.dll. It loads legacy.dll, and its dependents. Other code also uses these libraries.
    *So question 1* :
    I load the jni_interface.dll (and also the legacy.dll and its dependents) library at the start of execution in a static class and so it is never unloaded. I do this because the legacy.dll will be calling functions in my Jni_Interface.dll, which are propagated into the Java class on top of it all. Does this stop other code from loading the legacy.dll or from using its functionality?
    *On to question 2*:
    Here is the logged output from my library, immediately before the crash:
    {code:java}
          ***     JNI INTERFACE LIB - LOG 21 Jul 08 19:11:35.682     *** Log Level = DEBUG
    21 Jul 08 19:11:35.698 - Level[ info ] -          Thread[ 716 ]     :: initRegistry     Registry initialisation ok
    21 Jul 08 19:11:35.760 - Level[ info ] -          Thread[ 716 ]     :: vPersistData     vPersistData() called
    21 Jul 08 19:11:35.823 - Level[ debug ] -     Thread[ 716 ]     :: doVoidCallback() [ persistDataHandler ]       Signature  = (I)V
    21 Jul 08 19:11:35.823 - Level[ debug ] -     Thread[ 716 ]     :: doVoidCallback() [ setMaxUsageHandler ]       Signature  = (I)V
    21 Jul 08 19:11:35.838 - Level[ info ] -          Thread[ 716 ]     :: Constructor     _instance is instantiated
    21 Jul 08 19:11:35.838 - Level[ info ] -          Thread[ 716 ]     :: initiateLegacy()     JniManager initialisation successful
    21 Jul 08 19:11:35.838 - Level[ info ] -          Thread[ 716 ]     :: initiateLegacy()     Initial state is NORMAL
    21 Jul 08 19:11:35.838 - Level[ debug ] -     Thread[ 716 ]     :: getLicense()     Get request
    21 Jul 08 19:11:36.010 - Level[ debug ] -     Thread[ 716 ]     :: getLicense()     Get request
    {code}
    Now notice that the current thread in the Hotspot output is NOT the thread in my library. Thread 716 is a java thread by the way. This log appears absolutely fine according to me. Also note that in the hotspot log there is no mention of my java component  (the "boss" class), which is called LegacyLM. So does that mean that is in not to do with my code even though the problem only occurs when my component is included? Or is this just the cryptic nature of these problems?
    *Question 3*:
    If you see the heap section of the report, there are 3 items that I have highlighted that seem like very high values. Is this a possible cause of a crash? Or would I have received an "Out of space" error instead?
    In terms of actual code, I cannot post much, but I can tell you what I have done to try to solve the problem:
    (i) I have added mutex synchronisation to most of my shared variables.
    (ii) I have used monitorEnter and MonitorExit to control callback access to my java class.
    (iii) I have re-organised my code and replaced nearly every occurance of non-string character arrays with string equivalents.
    (iv) I changed how I attach and detach my threads so that I only attach/detach ones that previously were not (i.e. I leave java threads alone)
    As I said at the start, I am utterly confused and I don't have much of an idea about how to proceed. I'd really really appreciate a pointer or two.
    Thanks in advance.
    D
    Edited by: Diom1982 on Jul 21, 2008 12:35 PM
    Edited by: Diom1982 on Jul 21, 2008 12:40 PM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                

    For those of you who might be interested, I found a solution to this problem (my version, at least). In my situation, this was caused by attempting to access the fields of a ActionEvent object in VC++ by casting a variant to a BSTR. While the cast "worked", it somehow caused the state of the Java plugin or the AxBridge DLL to get flummoxed, causing the VM dump far downstream.
    The takehome message?
    When seeing problems like this in the plugin / ActiveX bridge, do not assume that the causative error is occuring in the location noted in the stack trace. Visual C++, in all of its gory unprotected glory, gives full memory access to the DLL interface and you can do a serious fandango on the VM core. that won't necessarily bite you until later.
    PS -- Sun gurus ... does this present a security violation in the Java paradigm?

  • Interpret error logs

    I see error items in the error logs about memory shortage and other errors. I am only using less than 15% of memory. Why are errors showing up?

    Whew .... I think issue(s) are resolved.
    I suspect initially I had an audio driver conflict causing freeze ups.
    http://www.evga.com/support/knowledgebase/
    Next I got confused on my onboard Marvel raid needs and installed an extra driver. 
    I uninstalled but crapola remained and I used Driveseeper to clean things.
    So far so good!  Wow ... I can actually edit today!
    -NAN
    Nan Toskey
    651.206.4659
    www.MEDIAtoRemember.com

  • Java HotSpot Error

    I keep getting this Java HotSpot Error right before
    ColdFusion spontaneously restarts and I have no idea what's going
    on.
    Any ideas of what this error means?
    # An unexpected error has been detected by HotSpot Virtual
    Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0803df94,
    pid=1428, tid=8324
    # Java VM: Java HotSpot(TM) Server VM (1.4.2_09-b05 mixed
    mode)
    # Problematic frame:
    # V [jvm.dll+0x3df94]
    --------------- T H R E A D ---------------
    Current thread (0x030f53a0): JavaThread "CompilerThread1"
    daemon [_thread_in_native, id=8324]
    siginfo: ExceptionCode=0xc0000005, reading address 0x00000000
    Registers:
    EAX=0x0c309774, EBX=0x00738ce0, ECX=0x00000000,
    EDX=0x0c3098d0
    ESP=0x03a4f3d8, EBP=0x03a4f408, ESI=0x00000000,
    EDI=0x00000052
    EIP=0x0803df94, EFLAGS=0x00010206
    Top of Stack: (sp=0x03a4f3d8)
    0x03a4f3d8: 0c3098d0 08a6a0a8 0821e1e8 08a6a0a8
    0x03a4f3e8: 0c3098d0 00000000 046fd6c0 00000000
    0x03a4f3f8: 00000052 0000001c 00000002 0c30a160
    0x03a4f408: ffffffff 0803dce0 08a6a0a8 00000057
    0x03a4f418: 03a4f6d4 0c3156c4 0c3098d0 00000001
    0x03a4f428: 08b808fc 00000002 00000006 ffffffff
    0x03a4f438: 0803e4d4 03a4f6d4 00000057 0c318030
    0x03a4f448: 00000000 0891dcc8 000005f1 03a4fa24
    Instructions: (pc=0x0803df94)
    0x0803df84: 00 00 8b 55 e0 8b 42 04 8b 34 b8 8b ce 89 75 e4
    0x0803df94: 8b 16 ff 92 b0 00 00 00 8b d8 8b cb e8 1b 7e 19
    Stack: [0x03950000,0x03a50000), sp=0x03a4f3d8, free
    space=1020k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM
    code, C=native code)
    V [jvm.dll+0x3df94]
    Current CompileTask:
    opto: 73% !
    cfdevelopmentTemplate2ecfm609976018$funcGETSPORTTEASERS._factor1(Ljavax/servlet/jsp/tagex t/Tag;Ljavax/servlet/jsp/JspWriter;Lcoldfusion/runtime/CFPage;)Ljava/lang/Object;
    @ 236 (893 bytes)

    I'm having a similar problem with CF8, code that had been
    running fine on CF7 on the same machine and continues to run fine
    on many other CF7 boxes. There is mention on the web of the same
    problem elsewhere, but no fix posted that I could find. It's enough
    to make us revert to CF7 until Adobe gets the bugs worked out of
    CF8. I'll be asking for support on this issue with them.
    My issue is somehow related to processing jpg files, I
    haven't tracked the code down yet. The snippet from my error log
    is:
    # An unexpected error has been detected by Java Runtime
    Environment:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x39d432fb,
    pid=5728, tid=2172
    # Java VM: Java HotSpot(TM) Server VM (1.6.0_01-b06 mixed
    mode)
    # Problematic frame:
    # C [clib_jiio_sse2.dll+0xc32fb]
    # If you would like to submit a bug report, please visit:
    http://java.sun.com/webapps/bugreport/crash.jsp
    --------------- T H R E A D ---------------
    Current thread (0x3ad09400): JavaThread "AWT-EventQueue-0"
    [_thread_in_native, id=2172]
    siginfo: ExceptionCode=0xc0000005, reading address 0x39df4000
    Registers:
    EAX=0x39df3dd0, EBX=0x38ed5418, ECX=0x38ed51f8,
    EDX=0x00000100
    ESP=0x3e5ced40, EBP=0x3e5cedc0, ESI=0x39df3ee0,
    EDI=0x39df3ff0
    EIP=0x39d432fb, EFLAGS=0x00010287
    Top of Stack: (sp=0x3e5ced40)
    0x3e5ced40: 00000110 002a0028 00000000 002c0029
    0x3e5ced50: 00000110 7e007e00 00000110 38ed4ff8
    0x3e5ced60: 000001fb 38ed5418 000005e8 38ed4dd8
    0x3e5ced70: 7e7e7e7d 7e7e7e7e 8080807e 80808080
    0x3e5ced80: 7e7e7e7e 807e7e7e 80808080 80808080
    0x3e5ced90: 7e7e7e7e 7e7e7e7e 8080807f 80808080
    0x3e5ceda0: 7e7e7e7e 7e7e7e7e 7e7e7e7e 7e7e7e7e
    0x3e5cedb0: 00000220 3e5cee6c 00000006 00000110
    Instructions: (pc=0x39d432fb)
    0x39d432eb: 6f 46 ff f3 0f 6f 1e f3 0f 6f 57 ff f3 0f 6f 27
    0x39d432fb: f3 0f 6f 77 01 f3 0f 6f 7e 01 66 0f 7f 44 24
    30

  • DS 5.2 patch 4 error log (on Windows 2000 sp4)

    I have a user that has sporadic DS shutdown problems. I honestly know very little about the DS and I'm hoping someone else has seen this.
    I requested two sets of error logs from:
    c:\Program Files\Sun\MPS\admin-serv\logs
    c:\Program Files\Sun\MPS\slapd-<servername>\logs
    The log from admin-serv shows a server startup:
    [02/Mar/2006:12:05:49] info ( 1200): successful server startup
    [02/Mar/2006:12:05:49] info ( 1200): SunONE-WebServer-Enterprise/6.0SP3 B05/15/2003 01:33
    [02/Mar/2006:12:05:54] warning ( 1200): admin40_check_ds_availability_init(): WARNING: Configuration Directory Server (ldap://X.X.private:389) is down or unreachable (Can't contact LDAP server)
    [02/Mar/2006:12:05:57] failure ( 1200): Warning! admin40_task_eval_init(): unable to build User Group Info (unable to set User/Group baseDN)
    [02/Mar/2006:12:06:44] info ( 1200): Access Host filter is: *.X.private
    [02/Mar/2006:12:06:44] info ( 1200): Access Address filter is: *
    [02/Mar/2006:12:06:44] info ( 1200): Installing a new configuration
    [02/Mar/2006:12:06:44] info ( 1200): [LS ls1] http://X.X.private, port 24999 ready to accept requests
    [02/Mar/2006:12:06:44] info ( 1200): A new configuration was successfully installed
    [02/Mar/2006:12:06:46] info ( 1200): Using the Java HotSpot(TM) Server VM v1.4.1_01 from Sun Microsystems Inc.
    [02/Mar/2006:12:06:46] info ( 1200): Java VM classpath: C:/Program Files/Sun/MPS/bin/https/jar/NSServletLayer.jar;C:/Program Files/Sun/MPS/bin/https/jar/NSJavaUtil.jar;C:/Program Files/Sun/MPS/bin/https/jar/NSJavaMiscUtil.jar;C:/Program Files/Sun/MPS/bin/https/jar/servlet.jar;C:/Program Files/Sun/MPS/bin/https/jar/servlet-2.3-filters-api.jar;C:/Program Files/Sun/MPS/bin/https/jar/jspengine.jar;C:/Program Files/Sun/MPS/java/ldapjdk.jar;C:/Program Files/Sun/MPS/java/jss311.jar;
    [02/Mar/2006:12:06:46] info ( 1200): Loading IWSSessionManager by default.
    [02/Mar/2006:12:06:46] info ( 1200): IWSSessionManager: Maximum number of sessions is 1000
    When I look at the slapd logs for that specific database I see this entry over an over again:
    [02/Mar/2006:00:04:21 -0800] - ERROR<20506> - Backend Database - conn=-1 op=-1 msgId=-1 - Serious failure during trickle, err=-30989 (DB_RUNRECOVERY: Fatal error, run database recovery)
    [02/Mar/2006:00:04:22 -0800] - ERROR<20504> - Backend Database - conn=-1 op=-1 msgId=-1 - Serious failure in deadlock detect, err=-30989 (DB_RUNRECOVERY: Fatal error, run database recovery)
    [02/Mar/2006:00:10:20 -0800] - ERROR<20505> - Backend Database - conn=-1 op=-1 msgId=-1 - Serious failure during database checkpointing, err=-30989 (DB_RUNRECOVERY: Fatal error, run database recovery)
    [02/Mar/2006:00:34:21 -0800] - ERROR<20506> - Backend Database - conn=-1 op=-1 msgId=-1 - Serious failure during trickle, err=-30989 (DB_RUNRECOVERY: Fatal error, run database recovery)
    [02/Mar/2006:00:34:22 -0800] - ERROR<20504> - Backend Database - conn=-1 op=-1 msgId=-1 - Serious failure in deadlock detect, err=-30989 (DB_RUNRECOVERY: Fatal error, run database recovery)
    [02/Mar/2006:00:37:26 -0800] - DEBUG - conn=-1 op=-1 msgId=-1 - database index operation failed BAD 1060, err=-30989 DB_RUNRECOVERY: Fatal error, run database recovery
    [02/Mar/2006:00:37:26 -0800] - ERROR<20775> - Backend Database - conn=-1 op=0 msgId=-1 - database error -30989
    [02/Mar/2006:00:37:26 -0800] - INFORMATION - NSMMReplicationPlugin - conn=-1 op=-1 msgId=-1 - replicareap_tombstones_main: failed when searching for tombstones in replica o=NetMotion,dc=cosa,dc=private: Operations error. Will try again in 3600 seconds.
    At this point I have no idea how to proceed. Any ideas would be greatly appreciated. Thanks in advance.

    Hi
    Did you find a resolution to this issue? I think it is the same issue that I am encountering?
    Thanks

  • Error log in Session method

    Hello friends,
           Is it possible to create error log in session method, just like call transaction ( BDCMSGCOLL) . I want to create error log.
    Is it possible or not, If possible how ?
    Please let me know the answer.
    Thanks,
    Ajay

    Hi,
    * To catch no. of lines in itab.
    DESCRIBE TABLE itab LINES trec.
    * To catch no. of lines in it_err.
    DESCRIBE TABLE it_err LINES erec.
    * Calculation for records which are successfully uploaded.
    srec = trec - erec.
    * Layout for display summary begin.
    WRITE:(60) sy-uline..
    WRITE:/ sy-vline, '             SUMMARY OF TRANSACTION                '
    COLOR COL_HEADING,60 sy-vline..
    WRITE:/(60) sy-uline..
    WRITE:/ sy-vline, 'TOTAL NO. OF RECORDS                       ' COLOR
    COL_TOTAL, 46 sy-vline, 50 trec LEFT-JUSTIFIED, 60 sy-vline.
    WRITE:/(60) sy-uline.
    WRITE:/ sy-vline, 'No Of Records Not Uploaded Successfully are:' COLOR
    COL_NEGATIVE  HOTSPOT ON,50  erec LEFT-JUSTIFIED, 46 sy-vline,60
    sy-vline.
    WRITE:/(60) sy-uline.
    WRITE:/ sy-vline, 'No Of Records Uploded Successfully are:    ' COLOR
    COL_POSITIVE ,50 srec LEFT-JUSTIFIED,46 sy-vline,60 sy-vline.
    WRITE:/(60) sy-uline.
    * Function to create error file.
    CALL FUNCTION 'WS_DOWNLOAD'
      EXPORTING
        filename = 'C:\ERRORS.TXT'
        filetype = 'DAT'
      TABLES
        data_tab = it_err.
    * Subroutine for bdc_dynpro.
    FORM bdc_dynpro USING program dynpro.
      CLEAR bdcdata.
      bdcdata-program  = program.
      bdcdata-dynpro   = dynpro.
      bdcdata-dynbegin = 'X'.
      APPEND bdcdata.
    ENDFORM.                    "BDC_DYNPRO
    * Subroutine for bdc_field.
    FORM bdc_field USING fnam fval.
      CLEAR bdcdata.
      bdcdata-fnam = fnam.
      bdcdata-fval = fval.
      APPEND bdcdata.
    ENDFORM.                    "BDC_FIELD
    * Subroutine for bdc_transaction.
    FORM bdc_transaction USING tcode.
      DATA text(74).
      DATA text1(34).
      DATA text2(20).
      text1 = 'Uploading Data for MATERIAL(MAKTX):' .
      text2 =  '---PLEASE WAIT.'.
      CONCATENATE text1 itab-MAKTX text2 INTO text.
    CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR'
        EXPORTING
          text   = text
        EXCEPTIONS
          OTHERS = 1.
      REFRESH messtab.
      CALL TRANSACTION tcode USING bdcdata
                        MODE  'N'
    *                    MODE  'A'
                        UPDATE 'S'
                       MESSAGES INTO messtab.
      l_subrc = sy-subrc.
    * Moving data to it_trec.
      MOVE l_subrc TO it_trec-rtcode.
      MOVE itab-line TO it_trec-rec.
      MOVE itab-MAKTX TO it_trec-MAKTX.
      MOVE itab-MATKL TO it_trec-MATKL.
      APPEND it_trec.
    * Looping in bdcmsgcoll structure.
      LOOP AT messtab.
        SELECT SINGLE * FROM t100 WHERE sprsl = messtab-msgspra
                                  AND   arbgb = messtab-msgid
                                  AND   msgnr = messtab-msgnr.
        IF sy-subrc = 0.
          l_mstring = t100-text.
          IF l_mstring CS '&1'.
            REPLACE '&1' WITH messtab-msgv1 INTO l_mstring.
            REPLACE '&2' WITH messtab-msgv2 INTO l_mstring.
            REPLACE '&3' WITH messtab-msgv3 INTO l_mstring.
            REPLACE '&4' WITH messtab-msgv4 INTO l_mstring.
          ELSE.
            REPLACE '&' WITH messtab-msgv1 INTO l_mstring.
            REPLACE '&' WITH messtab-msgv2 INTO l_mstring.
            REPLACE '&' WITH messtab-msgv3 INTO l_mstring.
            REPLACE '&' WITH messtab-msgv4 INTO l_mstring.
          ENDIF.
          CONDENSE :  l_mstring.
          MOVE l_mstring TO it_trec-mess.
          MODIFY it_trec INDEX sy-tabix.
        ENDIF.
    ENDLOOP.
      FORMAT COLOR 4.
    * Catching error records from it_trec & moving to it_err.
      LOOP AT it_trec WHERE rtcode <> 0.
        MOVE-CORRESPONDING it_trec TO it_err.
        APPEND it_err.
      ENDLOOP.
      REFRESH it_trec.
      REFRESH bdcdata.
    Nikhil.
    Edited by: Nikhil Kanegaonkar on May 27, 2009 2:31 PM

  • Error Log Generated after closing media application

    each time i close my media application it will generate an error on the command prompt and also an error log file in the application directory.
    I specified that the player be closed when the frame containing the movie is closed. It work quite well but at times i get the below error:
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at PC=0x77516476
    Function=CoGetClassObject+0x6C4
    Library=C:\WINDOWS\system32\ole32.dll
    Current Java thread:
         at sun.awt.windows.WToolkit.eventLoop(Native Method)
         at sun.awt.windows.WToolkit.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Dynamic libraries:
    0x00400000 - 0x0040B000      C:\WINDOWS\system32\java.exe
    0x7C900000 - 0x7C9B0000      C:\WINDOWS\system32\ntdll.dll
    0x7C800000 - 0x7C8F4000      C:\WINDOWS\system32\kernel32.dll
    0x77DD0000 - 0x77E6B000      C:\WINDOWS\system32\ADVAPI32.dll
    0x77E70000 - 0x77F01000      C:\WINDOWS\system32\RPCRT4.dll
    0x77C10000 - 0x77C68000      C:\WINDOWS\system32\MSVCRT.dll
    0x08000000 - 0x08138000      C:\Program Files\Java\j2re1.4.2_07\bin\client\jvm.dll
    0x77D40000 - 0x77DD0000      C:\WINDOWS\system32\USER32.dll
    0x77F10000 - 0x77F57000      C:\WINDOWS\system32\GDI32.dll
    0x76B40000 - 0x76B6D000      C:\WINDOWS\system32\WINMM.dll
    0x10000000 - 0x10007000      C:\Program Files\Java\j2re1.4.2_07\bin\hpi.dll
    0x00390000 - 0x0039E000      C:\Program Files\Java\j2re1.4.2_07\bin\verify.dll
    0x003B0000 - 0x003C9000      C:\Program Files\Java\j2re1.4.2_07\bin\java.dll
    0x003D0000 - 0x003DD000      C:\Program Files\Java\j2re1.4.2_07\bin\zip.dll
    0x02C60000 - 0x02D72000      C:\Program Files\Java\j2re1.4.2_07\bin\awt.dll
    0x73000000 - 0x73026000      C:\WINDOWS\system32\WINSPOOL.DRV
    0x76390000 - 0x763AD000      C:\WINDOWS\system32\IMM32.dll
    0x774E0000 - 0x7761D000      C:\WINDOWS\system32\ole32.dll
    0x5AD70000 - 0x5ADA8000      C:\WINDOWS\system32\uxtheme.dll
    0x02FE0000 - 0x03031000      C:\Program Files\Java\j2re1.4.2_07\bin\fontmanager.dll
    0x73760000 - 0x737A9000      C:\WINDOWS\system32\ddraw.dll
    0x73BC0000 - 0x73BC6000      C:\WINDOWS\system32\DCIMAN32.dll
    0x73940000 - 0x73A10000      C:\WINDOWS\system32\D3DIM700.DLL
    0x60300000 - 0x60307000      C:\Program Files\Yahoo!\Messenger\idle.dll
    0x7C340000 - 0x7C396000      C:\Program Files\Yahoo!\Messenger\MSVCR71.dll
    0x071A0000 - 0x071B5000      C:\WINDOWS\system32\jmutil.dll
    0x07350000 - 0x0735D000      C:\WINDOWS\system32\jmam.dll
    0x76FD0000 - 0x7704F000      C:\WINDOWS\system32\CLBCATQ.DLL
    0x77050000 - 0x77115000      C:\WINDOWS\system32\COMRes.dll
    0x77120000 - 0x771AC000      C:\WINDOWS\system32\OLEAUT32.dll
    0x77C00000 - 0x77C08000      C:\WINDOWS\system32\VERSION.dll
    0x77F60000 - 0x77FD6000      C:\WINDOWS\system32\SHLWAPI.dll
    0x773D0000 - 0x774D2000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9\comctl32.dll
    0x5D090000 - 0x5D127000      C:\WINDOWS\system32\comctl32.dll
    0x76C30000 - 0x76C5E000      C:\WINDOWS\system32\WINTRUST.dll
    0x77A80000 - 0x77B14000      C:\WINDOWS\system32\CRYPT32.dll
    0x77B20000 - 0x77B32000      C:\WINDOWS\system32\MSASN1.dll
    0x76C90000 - 0x76CB8000      C:\WINDOWS\system32\IMAGEHLP.dll
    0x72D20000 - 0x72D29000      C:\WINDOWS\system32\wdmaud.drv
    0x72D10000 - 0x72D18000      C:\WINDOWS\system32\msacm32.drv
    0x77BE0000 - 0x77BF5000      C:\WINDOWS\system32\MSACM32.dll
    0x77BD0000 - 0x77BD7000      C:\WINDOWS\system32\midimap.dll
    0x73F10000 - 0x73F6C000      C:\WINDOWS\system32\DSOUND.DLL
    0x73EE0000 - 0x73EE4000      C:\WINDOWS\system32\KsUser.dll
    0x07B00000 - 0x07B05000      C:\Program Files\Java\j2re1.4.2_07\bin\jawt.dll
    0x07B10000 - 0x07B19000      C:\WINDOWS\system32\jmfjawt.dll
    0x20000000 - 0x202C5000      C:\WINDOWS\system32\xpsp2res.dll
    0x59A60000 - 0x59B01000      C:\WINDOWS\system32\DBGHELP.dll
    0x76BF0000 - 0x76BFB000      C:\WINDOWS\system32\PSAPI.DLL
    Heap at VM Abort:
    Heap
    def new generation total 576K, used 334K [0x10010000, 0x100b0000, 0x104f0000)
    eden space 512K, 52% used [0x10010000, 0x10053aa8, 0x10090000)
    from space 64K, 100% used [0x10090000, 0x100a0000, 0x100a0000)
    to space 64K, 0% used [0x100a0000, 0x100a0000, 0x100b0000)
    tenured generation total 1408K, used 740K [0x104f0000, 0x10650000, 0x14010000)
    the space 1408K, 52% used [0x104f0000, 0x105a9120, 0x105a9200, 0x10650000)
    compacting perm gen total 5888K, used 5813K [0x14010000, 0x145d0000, 0x18010000)
    the space 5888K, 98% used [0x14010000, 0x145bd688, 0x145bd800, 0x145d0000)
    Local Time = Fri Dec 16 17:52:16 2005
    Elapsed Time = 3
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_07-b05 mixed mode)
    Please advice on what i need to do to stop this error.
    Thank you in advance.

    Hi,
    Did you ever get an answer to this ? Was it relating to Pentium Processor 4 ?
    Thank you
    M

  • An error log is being created. HELP!!

    I'm trying to rename some folders in my site files, 2 of my
    folder was successfully renamed but 2 of them keeps on stopping
    when it's almost finish updating all the sites that it's associated
    with. The message box says:
    Dreamweaver.exe has generated errors and will be closed by
    Windows. You wil need to restart the program.
    An error log is being created.
    Now, I've restarted my computer and DW a million times. And I
    do not think the folder is the problem because sometimes
    that folder that I want to rename I've successfully renamed
    it but when I try to rename it again it will have this error.
    Is dreamweaver crazy or is it me?
    Thank you..

    I can only download a song or two at a time and then I get the error message.
    hmmmm. it's a little unusual to be getting an itunes crash (with that message) in the middle of a synch.
    let's try enlisting some additional technical help with this one.
    we'll get a crash log from itunes, and send it to so someone who can interpret crash logs.
    Typically, you'll need to configure Dr. Watson on your PC in order to generate crash logs. Windows start menu -> Run. Type in "cmd". Hit return. At the prompt in the command line window that comes up, type in
    drwtsn32 -i
    And hit return.
    This will create crash logs in Documents And Settings\All Users\Application Data\Microsoft\Dr Watson\. There'll usually be a file in here called "drwtsn32.log"
    prior to collecting the itunes crash log, delete any existing crash logs in there. (we want to make sure we send the correct crash log.)
    generate the crash log, collect the crash log, and send it to this email address
    in the email:
    (1) state the precise version number of itunes that you're using. (go into your "Help > About iTunes" to doublecheck.) also state the version of the ipod updater that you're using, the model of ipod, and the software version on the ipod:
    Identifying different iPod models
    iPod: How to find software version
    (2) include the URL to this thread so that the person who gets the email has some context, but also give as much information about the context of the crashing as you can.
    love, b

  • Interpreting event viewer logs

    what's the best approach to interpret event viewer error logs?
    I'm having problems and they seem to get worse.  I can't quite get my head around the best way to diagnose.
    I have seen these errors:
    Power Kernel
    Open gl error
    hard disk has a bad block
    It's quite dizzying to decipher things.

    Whew .... I think issue(s) are resolved.
    I suspect initially I had an audio driver conflict causing freeze ups.
    http://www.evga.com/support/knowledgebase/
    Next I got confused on my onboard Marvel raid needs and installed an extra driver. 
    I uninstalled but crapola remained and I used Driveseeper to clean things.
    So far so good!  Wow ... I can actually edit today!
    -NAN
    Nan Toskey
    651.206.4659
    www.MEDIAtoRemember.com

  • Oracle errors in Weblogic Error logs appear in non english

    We have a problem with weblogic error logging. Specifically, in a managed server's log file, Oracle errors such as ORA-XXXX show in Greek, not English. We are assuming
    that this is because the timezone is Europe/Athens. However, the weblogic application server runs with user.language=en, user.country=US. What's more, there are 4 application servers and 2 of them have this problem. The oracle database is accessed via weblogic datasources.
    Oracle database server Setup: Oracle Server 11gR2 running on Oracle Linux 64 bit, timezone set to Europe/Athens
    Weblogic Server: Weblogic 10.3.5 running on Oracle Linux 64 bit, timezone set to Europe/Athens
    The managed server, according to jrockit, the jvm runs with the following language related system properties:
    user.language=en, user.country=US, user.timezone=Europe/Athens
    The question is: How do we tell oracle / weblogic to log english text for the ORA errors?
    Thanks,
    Chris

    I digged in the weblogic installation directory and it seems like the domain configuration wizard messed up the jdbc configs for the data sources.
    The config xml files for the data sources in the /domain root/config/jdbc directory had oracle driver but the test query was for pointbase. I double checked from the database.xml file in the init-info directory and corrected the entry in the datasource config xmls and voila!.. the errors were gone.
    I am not sure if this was the right approach and whether i have solved the issue or simply patched it.. so I am keeping the question open. If any one has any inputs I will be grateful.
    If the mods/admins feel that the thread should be marked as solved I will surely do so.
    Thanks.

  • Sap Payroll error log report

    Hi All,
    We are developing Report on SAP Payroll log with the error message . Is any table exist in SAP where we can get the standard error message repositery and then convert it in the User freindly error message ?
    Thanks
    H

    Hello hg,
    Before developing report on SAP Payroll error log I suggest taking a look at below blog. There is a new functionality from SAP to improve payroll data validation and they are calling it "Control Center Add-On".
    This is going to be a free add on for anyone who is on EHP7 and NetWeaver on 7.4 release. The general availability is June 2nd 2014.
    Improve payroll data validation with SAP Payroll control center add-on
    Hope this helps.
    Thanks,
    Hemanth Jamithi.

  • No Error Log generated in 'Costing' step in Costing Run (CK40N)

    In the Costing Run, when the 'Costing' step is run (after 'Material selection'  and 'BOM Explosion' steps), it gives a hard stop when it encounters the 1st error, instead of completing the 'Costing ' step and giving an Error Log with material information and nature of errors. This makes it very cumbersome to resolve all the errors.
    In the Costing Variant setting in config, the u2018Save Error Log' indicator has been checked.
    Please let me know if I am missing something.
    Venkat

    Hi Vimal,
    Your proposal does not resolve the issue. I found OSS Note 375901, which addresses this issue - see below
    :In Customizing for the costing variant (Transaction OKKN) in the tab "Misc.", you chose "Messages online" for the Error Management option.
    Solution
    Change the error management for the costing variant to
    "Log and Save Messages..."
    Many thanks for your inputs.
    Venkat

  • IPhoto Crashes all of the time. Attached Error Log. Please help?

    Attached is the error log. I've tried creating a new library and running disk utility. iPhoto crashes after a few minutes of use, especially when trying to edit photos. Any advice? The crashing is chronic and has occured for some time now (months).
    Process: iPhoto [3091]
    Path: /Applications/iPhoto.app/Contents/MacOS/iPhoto
    Identifier: com.apple.iPhoto
    Version: 9.4.3 (9.4.3)
    Build Info: iPhotoProject-720091000000000~1
    App Item ID: 408981381
    App External ID: 15017489
    Code Type: X86 (Native)
    Parent Process: launchd [169]
    Date/Time: 2013-05-16 16:19:12.951 +0100
    OS Version: Mac OS X 10.7.5 (11G63b)
    Report Version: 9
    Interval Since Last Report: 233038 sec
    Crashes Since Last Report: 1
    Per-App Interval Since Last Report: 54616 sec
    Per-App Crashes Since Last Report: 1
    Anonymous UUID: ----------------------------------------
    Crashed Thread: 16
    Exception Type: EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x00000000ffffffff
    VM Regions Near 0xffffffff:
    --> shared memory 00000000ffff0000-00000000ffff2000 [ 8K] r-x/r-x SM=SHM
    Application Specific Information:
    objc[3091]: garbage collection is OFF
    Thread 0:: Dispatch queue: com.apple.main-thread
    0 libsystem_kernel.dylib 0x985b3c22 mach_msg_trap + 10
    1 libsystem_kernel.dylib 0x985b31f6 mach_msg + 70
    2 com.apple.CoreFoundation 0x94a3e9da __CFRunLoopServiceMachPort + 170
    3 com.apple.CoreFoundation 0x94a47b04 __CFRunLoopRun + 1428
    4 com.apple.CoreFoundation 0x94a471dc CFRunLoopRunSpecific + 332
    5 com.apple.CoreFoundation 0x94a47088 CFRunLoopRunInMode + 120
    6 com.apple.HIToolbox 0x99612543 RunCurrentEventLoopInMode + 318
    7 com.apple.HIToolbox 0x996198ab ReceiveNextEventCommon + 381
    8 com.apple.HIToolbox 0x9961971a BlockUntilNextEventMatchingListInMode + 88
    9 com.apple.AppKit 0x9a24eee8 _DPSNextEvent + 678
    10 com.apple.AppKit 0x9a24e752 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 113
    11 com.apple.AppKit 0x9a24aac1 -[NSApplication run] + 911
    12 com.apple.AppKit 0x9a4dbac5 NSApplicationMain + 1054
    13 com.apple.iPhoto 0x0009e0b9 0x8e000 + 65721
    14 com.apple.iPhoto 0x0009d705 0x8e000 + 63237
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0 libsystem_kernel.dylib 0x985b5b5e __select_nocancel + 10
    1 libdispatch.dylib 0x949fdcbd _dispatch_mgr_invoke + 642
    2 libdispatch.dylib 0x949fc853 _dispatch_mgr_thread + 53
    Thread 2:
    0 libsystem_kernel.dylib 0x985b583e __psynch_cvwait + 10
    1 libsystem_c.dylib 0x97549e78 _pthread_cond_wait + 914
    2 libsystem_c.dylib 0x97549f7b pthread_cond_timedwait_relative_np + 47
    3 com.apple.Foundation 0x989d13c3 -[NSCondition waitUntilDate:] + 427
    4 com.apple.Foundation 0x989977d2 -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5 com.apple.Foundation 0x989976a6 -[NSConditionLock lockWhenCondition:] + 69
    6 com.apple.proxtcore 0x01d98a42 -[XTMsgQueue waitForMessage] + 47
    7 com.apple.proxtcore 0x01d97b19 -[XTThread run:] + 412
    8 com.apple.Foundation 0x9899ee25 -[NSThread main] + 45
    9 com.apple.Foundation 0x9899edd5 __NSThread__main__ + 1582
    10 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    11 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 3:
    0 libJPEG.dylib 0x9537e35d _cg_vec_jpeg_idct_islow + 740
    1 libJPEG.dylib 0x9537c396 decompress_onepass + 379
    2 libJPEG.dylib 0x9537c1bc process_data_simple_main + 43
    3 libJPEG.dylib 0x9537c186 _cg_jpeg_read_scanlines + 154
    4 com.apple.ImageIO.framework 0x95dd0014 copyImageBlockSetJPEG + 2807
    5 com.apple.ImageIO.framework 0x95dcf456 ImageProviderCopyImageBlockSetCallback + 440
    6 com.apple.CoreGraphics 0x91947d98 CGImageProviderCopyImageBlockSetWithOptions + 173
    7 com.apple.CoreGraphics 0x91947ce5 CGImageProviderCopyImageBlockSet + 69
    8 com.apple.CoreGraphics 0x91977599 imageProvider_getBytes + 129
    9 com.apple.CoreGraphics 0x91898e53 CGAccessSessionGetBytes + 315
    10 com.apple.geode 0x0119081b DGReadBytesFromAccessSession + 197
    11 com.apple.geode 0x01190e18 DGReadBytesRGBA8toARGB8 + 34
    12 com.apple.geode 0x010fb18b -[DGImageIOFactory readImageSource:intoConsumers:readFunctions:] + 160
    13 com.apple.geode 0x010fbf42 -[DGImageIOFactory fulfillImageRequest:intoLockedPage:forTile:] + 2532
    14 com.apple.geode 0x010fd65f -[DGImageIOFactory readRequest:intoPageRef:] + 752
    15 com.apple.geode 0x010fdc1a -[DGImageIOFactory readHandler:] + 165
    16 com.apple.CoreFoundation 0x94aa6d11 -[NSObject performSelector:withObject:] + 65
    17 com.apple.proxtcore 0x01d99e59 -[XTSubscription postMessage:] + 191
    18 com.apple.proxtcore 0x01d9971f -[XTDistributor distributeMessage:] + 681
    19 com.apple.proxtcore 0x01d98f42 -[XTThread handleMessage:] + 515
    20 com.apple.proxtcore 0x01d97b2f -[XTThread run:] + 434
    21 com.apple.Foundation 0x9899ee25 -[NSThread main] + 45
    22 com.apple.Foundation 0x9899edd5 __NSThread__main__ + 1582
    23 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    24 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 4:
    0 libsystem_kernel.dylib 0x985b583e __psynch_cvwait + 10
    1 libsystem_c.dylib 0x97549e78 _pthread_cond_wait + 914
    2 libsystem_c.dylib 0x97549f7b pthread_cond_timedwait_relative_np + 47
    3 com.apple.Foundation 0x989d13c3 -[NSCondition waitUntilDate:] + 427
    4 com.apple.Foundation 0x989977d2 -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5 com.apple.Foundation 0x989976a6 -[NSConditionLock lockWhenCondition:] + 69
    6 com.apple.proxtcore 0x01d98a42 -[XTMsgQueue waitForMessage] + 47
    7 com.apple.proxtcore 0x01d97b19 -[XTThread run:] + 412
    8 com.apple.Foundation 0x9899ee25 -[NSThread main] + 45
    9 com.apple.Foundation 0x9899edd5 __NSThread__main__ + 1582
    10 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    11 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 5:
    0 libsystem_kernel.dylib 0x985b583e __psynch_cvwait + 10
    1 libsystem_c.dylib 0x97549e78 _pthread_cond_wait + 914
    2 libsystem_c.dylib 0x97549f7b pthread_cond_timedwait_relative_np + 47
    3 com.apple.Foundation 0x989d13c3 -[NSCondition waitUntilDate:] + 427
    4 com.apple.Foundation 0x989977d2 -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5 com.apple.Foundation 0x989976a6 -[NSConditionLock lockWhenCondition:] + 69
    6 com.apple.proxtcore 0x01d98a42 -[XTMsgQueue waitForMessage] + 47
    7 com.apple.proxtcore 0x01d97b19 -[XTThread run:] + 412
    8 com.apple.Foundation 0x9899ee25 -[NSThread main] + 45
    9 com.apple.Foundation 0x9899edd5 __NSThread__main__ + 1582
    10 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    11 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 6:
    0 libsystem_kernel.dylib 0x985b583e __psynch_cvwait + 10
    1 libsystem_c.dylib 0x97549e78 _pthread_cond_wait + 914
    2 libsystem_c.dylib 0x97549f7b pthread_cond_timedwait_relative_np + 47
    3 com.apple.Foundation 0x989d13c3 -[NSCondition waitUntilDate:] + 427
    4 com.apple.Foundation 0x989977d2 -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5 com.apple.Foundation 0x989976a6 -[NSConditionLock lockWhenCondition:] + 69
    6 com.apple.proxtcore 0x01db08d6 -[XTThread waitForSynchReply:] + 172
    7 com.apple.proxtcore 0x01d9fda3 -[XTThread sendLocalMessageSynch:destThread:] + 207
    8 com.apple.geode 0x010fd97e -[DGImageIOFactory cache:cacheStore:onFulfillRequest:intoPageRef:] + 643
    9 com.apple.proxtcore 0x01dbbdc5 -[XTCacheFactory cache:cacheStore:fulfillRequest:intoPageRef:] + 1128
    10 com.apple.proxtcore 0x01dba9fb -[XTCacheBroker cacheStore:fulfillRequest:intoPageRef:] + 65
    11 com.apple.proxtcore 0x01dc2044 -[XTCacheStore newObjectFulfillRequest:] + 650
    12 com.apple.proxtcore 0x01dc26cd -[XTCacheStore newObjectForRequest:] + 1167
    13 com.apple.proxtcore 0x01dba042 -[XTCache newObjectForRequest:] + 43
    14 com.apple.geode 0x0113633e -[DGCachedTileImageProvider prefetchDataInRect:] + 525
    15 com.apple.geode 0x010cef2c -[DGImage prefetchImageInRect:] + 93
    16 com.apple.RedRock 0x02613b90 -[RKImageCache _performPrefetch:] + 485
    17 com.apple.RedRock 0x02614131 -[RKImageCache _backgroundPrefetch:] + 1140
    18 com.apple.CoreFoundation 0x94aa6d11 -[NSObject performSelector:withObject:] + 65
    19 com.apple.proxtcore 0x01d99e59 -[XTSubscription postMessage:] + 191
    20 com.apple.CoreFoundation 0x94aa6d11 -[NSObject performSelector:withObject:] + 65
    21 com.apple.proxtcore 0x01d99ab5 -[XTList makeObjectsPerformSelector:withObject:] + 60
    22 com.apple.proxtcore 0x01d9971f -[XTDistributor distributeMessage:] + 681
    23 com.apple.proxtcore 0x01d98f42 -[XTThread handleMessage:] + 515
    24 com.apple.proxtcore 0x01d97b2f -[XTThread run:] + 434
    25 com.apple.Foundation 0x9899ee25 -[NSThread main] + 45
    26 com.apple.Foundation 0x9899edd5 __NSThread__main__ + 1582
    27 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    28 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 7:
    0 libsystem_kernel.dylib 0x985b583e __psynch_cvwait + 10
    1 libsystem_c.dylib 0x97549e78 _pthread_cond_wait + 914
    2 libsystem_c.dylib 0x97549f7b pthread_cond_timedwait_relative_np + 47
    3 com.apple.Foundation 0x989d13c3 -[NSCondition waitUntilDate:] + 427
    4 com.apple.Foundation 0x989977d2 -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5 com.apple.Foundation 0x989976a6 -[NSConditionLock lockWhenCondition:] + 69
    6 com.apple.proxtcore 0x01d98a42 -[XTMsgQueue waitForMessage] + 47
    7 com.apple.proxtcore 0x01d97b19 -[XTThread run:] + 412
    8 com.apple.Foundation 0x9899ee25 -[NSThread main] + 45
    9 com.apple.Foundation 0x9899edd5 __NSThread__main__ + 1582
    10 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    11 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 8:
    0 libsystem_kernel.dylib 0x985b583e __psynch_cvwait + 10
    1 libsystem_c.dylib 0x97549e78 _pthread_cond_wait + 914
    2 libsystem_c.dylib 0x97549f7b pthread_cond_timedwait_relative_np + 47
    3 com.apple.Foundation 0x989d13c3 -[NSCondition waitUntilDate:] + 427
    4 com.apple.Foundation 0x989977d2 -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5 com.apple.Foundation 0x989976a6 -[NSConditionLock lockWhenCondition:] + 69
    6 com.apple.proxtcore 0x01d98a42 -[XTMsgQueue waitForMessage] + 47
    7 com.apple.proxtcore 0x01d97b19 -[XTThread run:] + 412
    8 com.apple.Foundation 0x9899ee25 -[NSThread main] + 45
    9 com.apple.Foundation 0x9899edd5 __NSThread__main__ + 1582
    10 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    11 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 9:
    0 libsystem_kernel.dylib 0x985b583e __psynch_cvwait + 10
    1 libsystem_c.dylib 0x97549e78 _pthread_cond_wait + 914
    2 libsystem_c.dylib 0x97549f7b pthread_cond_timedwait_relative_np + 47
    3 com.apple.Foundation 0x989d13c3 -[NSCondition waitUntilDate:] + 427
    4 com.apple.Foundation 0x989977d2 -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5 com.apple.Foundation 0x989976a6 -[NSConditionLock lockWhenCondition:] + 69
    6 com.apple.RedRock 0x023d82bf -[RKAsyncImageRenderer _backgroundRenderThread:] + 173
    7 com.apple.CoreFoundation 0x94aaf1aa -[NSObject performSelector:] + 58
    8 com.apple.proxtcore 0x01da1ab2 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 167
    9 com.apple.CoreFoundation 0x94aa6d11 -[NSObject performSelector:withObject:] + 65
    10 com.apple.proxtcore 0x01d99e59 -[XTSubscription postMessage:] + 191
    11 com.apple.proxtcore 0x01d9971f -[XTDistributor distributeMessage:] + 681
    12 com.apple.proxtcore 0x01d98f42 -[XTThread handleMessage:] + 515
    13 com.apple.proxtcore 0x01d97b2f -[XTThread run:] + 434
    14 com.apple.Foundation 0x9899ee25 -[NSThread main] + 45
    15 com.apple.Foundation 0x9899edd5 __NSThread__main__ + 1582
    16 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    17 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 10:: com.apple.NSURLConnectionLoader
    0 libsystem_kernel.dylib 0x985b3c22 mach_msg_trap + 10
    1 libsystem_kernel.dylib 0x985b31f6 mach_msg + 70
    2 com.apple.CoreFoundation 0x94a3e9da __CFRunLoopServiceMachPort + 170
    3 com.apple.CoreFoundation 0x94a47b04 __CFRunLoopRun + 1428
    4 com.apple.CoreFoundation 0x94a471dc CFRunLoopRunSpecific + 332
    5 com.apple.CoreFoundation 0x94a47088 CFRunLoopRunInMode + 120
    6 com.apple.Foundation 0x989ab0c4 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 378
    7 com.apple.Foundation 0x9899ee25 -[NSThread main] + 45
    8 com.apple.Foundation 0x9899edd5 __NSThread__main__ + 1582
    9 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    10 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 11:: com.apple.CFSocket.private
    0 libsystem_kernel.dylib 0x985b5b42 __select + 10
    1 com.apple.CoreFoundation 0x94a95e15 __CFSocketManager + 1557
    2 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    3 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 12:
    0 libsystem_kernel.dylib 0x985b583e __psynch_cvwait + 10
    1 libsystem_c.dylib 0x97549e21 _pthread_cond_wait + 827
    2 libsystem_c.dylib 0x974fa42c pthread_cond_wait$UNIX2003 + 71
    3 com.apple.Foundation 0x989a0be8 -[NSCondition wait] + 304
    4 com.apple.iPhoto 0x000e0184 0x8e000 + 336260
    5 com.apple.iPhoto 0x000dfd92 0x8e000 + 335250
    6 com.apple.CoreFoundation 0x94aa9a9d __invoking___ + 29
    7 com.apple.CoreFoundation 0x94aa99d9 -[NSInvocation invoke] + 137
    8 com.apple.RedRock 0x023f46eb -[RKInvoker _invokeTarget:] + 33
    9 com.apple.RedRock 0x024054ac -[RKInvoker _invokeTargetWithPool:] + 68
    10 com.apple.CoreFoundation 0x94aa6d11 -[NSObject performSelector:withObject:] + 65
    11 com.apple.proxtcore 0x01da1ab2 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 167
    12 com.apple.CoreFoundation 0x94aa6d11 -[NSObject performSelector:withObject:] + 65
    13 com.apple.proxtcore 0x01d99e59 -[XTSubscription postMessage:] + 191
    14 com.apple.proxtcore 0x01d9971f -[XTDistributor distributeMessage:] + 681
    15 com.apple.proxtcore 0x01d98f42 -[XTThread handleMessage:] + 515
    16 com.apple.proxtcore 0x01d97b2f -[XTThread run:] + 434
    17 com.apple.Foundation 0x9899ee25 -[NSThread main] + 45
    18 com.apple.Foundation 0x9899edd5 __NSThread__main__ + 1582
    19 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    20 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 13:: CVDisplayLink
    0 libsystem_kernel.dylib 0x985b583e __psynch_cvwait + 10
    1 libsystem_c.dylib 0x97549e21 _pthread_cond_wait + 827
    2 libsystem_c.dylib 0x974fa42c pthread_cond_wait$UNIX2003 + 71
    3 com.apple.CoreVideo 0x974b00cd CVDisplayLink::runIOThread() + 945
    4 com.apple.CoreVideo 0x974afd05 _ZL13startIOThreadPv + 160
    5 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    6 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 14:
    0 libsystem_kernel.dylib 0x985b583e __psynch_cvwait + 10
    1 libsystem_c.dylib 0x97549e78 _pthread_cond_wait + 914
    2 libsystem_c.dylib 0x97549f7b pthread_cond_timedwait_relative_np + 47
    3 com.apple.CoreServices.CarbonCore 0x907193a7 TSWaitOnConditionTimedRelative + 178
    4 com.apple.CoreServices.CarbonCore 0x9071911d TSWaitOnSemaphoreCommon + 490
    5 com.apple.CoreServices.CarbonCore 0x90718f2e TSWaitOnSemaphoreRelative + 24
    6 com.apple.QuickTimeComponents.component 0x939c016a 0x933d3000 + 6213994
    7 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    8 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 15:: com.apple.coremedia.scheduledfileio
    0 libsystem_kernel.dylib 0x985b583e __psynch_cvwait + 10
    1 libsystem_c.dylib 0x97549e21 _pthread_cond_wait + 827
    2 libsystem_c.dylib 0x974fa42c pthread_cond_wait$UNIX2003 + 71
    3 com.apple.CoreMedia 0x97debb0e WaitOnCondition + 19
    4 com.apple.CoreMedia 0x97debd3b FigSemaphoreWaitRelative + 194
    5 com.apple.CoreMedia 0x97de7946 FigScheduledFileIOThread + 201
    6 com.apple.CoreMedia 0x97dece33 figThreadMain + 496
    7 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    8 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 16 Crashed:
    0 com.apple.CoreImage 0x973c88a3 CoreImage_crashed_because_it_could_not_allocate_memory(void const*) + 17
    1 com.apple.CoreImage 0x973c8725 FEVirtualMemory::allocate(unsigned long&, signed char&) + 293
    2 com.apple.CoreImage 0x972736ed fe_buffer_activate(FEContext*, unsigned int) + 443
    3 com.apple.CoreImage 0x9727349e -[FEBuffer beginRenderForContext:textureTarget:warpMode:flipped:flags:] + 136
    4 com.apple.CoreImage 0x972b025e FETexture::renderSetup(FEContext*, FEFormat) + 222
    5 com.apple.CoreImage 0x972b017b FETexture::textureRenderSetup(FEContext*, void*, FEFormat) + 37
    6 com.apple.CoreImage 0x972b89ac FEApplyTreeNode::render2(FETreeContext*, FEShape const*, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 1068
    7 com.apple.CoreImage 0x972b5ec9 FETreeNode::render_(FETreeContext*, FEShape const*, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 119
    8 com.apple.CoreImage 0x972b5fab FETreeNode::renderTexture(void*, CGRect, FEFormat, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 85
    9 com.apple.CoreImage 0x972b045c FETexture::retainTextureObject(FETextureCache*, FEContext*, unsigned int, void*, void (*)(void*, CGRect, FEFormat, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*), CGRect const*, bool, fe_texture_object_struct**) + 454
    10 com.apple.CoreImage 0x972b0f1b FETexture::newTexture(FEContext*, fe_texture_params_struct const*, void*, void (*)(void*, CGRect, FEFormat, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*), fe_texture_object_struct**) + 1037
    11 com.apple.CoreImage 0x972b632b FETreeNode::createTexture(FETreeContext*, unsigned int, unsigned int, bool, bool, FETreeTexture*, unsigned int) + 867
    12 com.apple.CoreImage 0x972b87f2 FEApplyTreeNode::render2(FETreeContext*, FEShape const*, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 626
    13 com.apple.CoreImage 0x972b5ec9 FETreeNode::render_(FETreeContext*, FEShape const*, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 119
    14 com.apple.CoreImage 0x972b931d FECropTreeNode::render2(FETreeContext*, FEShape const*, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 185
    15 com.apple.CoreImage 0x972b5ec9 FETreeNode::render_(FETreeContext*, FEShape const*, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 119
    16 com.apple.CoreImage 0x972b5fab FETreeNode::renderTexture(void*, CGRect, FEFormat, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 85
    17 com.apple.CoreImage 0x972b045c FETexture::retainTextureObject(FETextureCache*, FEContext*, unsigned int, void*, void (*)(void*, CGRect, FEFormat, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*), CGRect const*, bool, fe_texture_object_struct**) + 454
    18 com.apple.CoreImage 0x972b0f1b FETexture::newTexture(FEContext*, fe_texture_params_struct const*, void*, void (*)(void*, CGRect, FEFormat, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*), fe_texture_object_struct**) + 1037
    19 com.apple.CoreImage 0x972b632b FETreeNode::createTexture(FETreeContext*, unsigned int, unsigned int, bool, bool, FETreeTexture*, unsigned int) + 867
    20 com.apple.CoreImage 0x972b87f2 FEApplyTreeNode::render2(FETreeContext*, FEShape const*, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 626
    21 com.apple.CoreImage 0x972b5ec9 FETreeNode::render_(FETreeContext*, FEShape const*, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 119
    22 com.apple.CoreImage 0x972b9893 FETreeNode::render(FETreeContext*, FEShape const&, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 97
    23 com.apple.CoreImage 0x972b982c FETreeContext::render(FETreeNode*, FEShape const&, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 52
    24 com.apple.CoreImage 0x972bd143 FETreeContext::renderTree(FETreeNode*, FEShape const&, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 189
    25 com.apple.CoreImage 0x972bd430 FETreeContext::renderImage_(FEImage*, CGRect, FEShape const*, CGAffineTransform, CGColorSpace*, FEFormat, bool, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 686
    26 com.apple.CoreImage 0x972bd69b FETreeContext::renderImage(FEImage*, CGRect, FEShape const*, CGAffineTransform, CGColorSpace*, FEFormat, bool, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 361
    27 com.apple.CoreImage 0x9729263a -[FEImage(Internal) _renderWithContext:bounds:transform:colorSpace:format:premultiplied:setupCallba ck:finishCallback:callbackData:] + 273
    28 com.apple.CoreImage 0x97291ecd -[FEImage getBitmap:withContext:origin:transform:colorSpace:] + 1543
    29 com.apple.CoreImage 0x9724362d -[CIContextImpl render:toBitmap:rowBytes:bounds:format:colorSpace:] + 323
    30 com.apple.CoreImage 0x9724251e -[CIContext render:toBitmap:rowBytes:bounds:format:colorSpace:] + 114
    31 com.apple.iPhoto 0x0064cac5 0x8e000 + 6023877
    32 com.apple.CoreFoundation 0x94aa9a9d __invoking___ + 29
    33 com.apple.CoreFoundation 0x94aa99d9 -[NSInvocation invoke] + 137
    34 com.apple.RedRock 0x023f46eb -[RKInvoker _invokeTarget:] + 33
    35 com.apple.RedRock 0x024054ac -[RKInvoker _invokeTargetWithPool:] + 68
    36 com.apple.CoreFoundation 0x94aa6d11 -[NSObject performSelector:withObject:] + 65
    37 com.apple.proxtcore 0x01da1ab2 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 167
    38 com.apple.CoreFoundation 0x94aa6d11 -[NSObject performSelector:withObject:] + 65
    39 com.apple.proxtcore 0x01d99e59 -[XTSubscription postMessage:] + 191
    40 com.apple.proxtcore 0x01d9971f -[XTDistributor distributeMessage:] + 681
    41 com.apple.proxtcore 0x01d98f42 -[XTThread handleMessage:] + 515
    42 com.apple.proxtcore 0x01d97b2f -[XTThread run:] + 434
    43 com.apple.Foundation 0x9899ee25 -[NSThread main] + 45
    44 com.apple.Foundation 0x9899edd5 __NSThread__main__ + 1582
    45 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    46 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 17:
    0 libsystem_kernel.dylib 0x985b583e __psynch_cvwait + 10
    1 libsystem_c.dylib 0x97549e21 _pthread_cond_wait + 827
    2 libsystem_c.dylib 0x974fa42c pthread_cond_wait$UNIX2003 + 71
    3 com.apple.iPhoto 0x0058ef21 0x8e000 + 5246753
    4 com.apple.CoreFoundation 0x94aa6d11 -[NSObject performSelector:withObject:] + 65
    5 com.apple.proxtcore 0x01da1ab2 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 167
    6 com.apple.CoreFoundation 0x94aa6d11 -[NSObject performSelector:withObject:] + 65
    7 com.apple.proxtcore 0x01d99e59 -[XTSubscription postMessage:] + 191
    8 com.apple.proxtcore 0x01d9971f -[XTDistributor distributeMessage:] + 681
    9 com.apple.proxtcore 0x01d98f42 -[XTThread handleMessage:] + 515
    10 com.apple.proxtcore 0x01d97b2f -[XTThread run:] + 434
    11 com.apple.Foundation 0x9899ee25 -[NSThread main] + 45
    12 com.apple.Foundation 0x9899edd5 __NSThread__main__ + 1582
    13 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    14 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 18:
    0 libsystem_kernel.dylib 0x985b583e __psynch_cvwait + 10
    1 libsystem_c.dylib 0x97549e21 _pthread_cond_wait + 827
    2 libsystem_c.dylib 0x974fa42c pthread_cond_wait$UNIX2003 + 71
    3 com.apple.iPhoto 0x00157832 0x8e000 + 825394
    4 com.apple.CoreFoundation 0x94aa9a9d __invoking___ + 29
    5 com.apple.CoreFoundation 0x94aa99d9 -[NSInvocation invoke] + 137
    6 com.apple.RedRock 0x023f46eb -[RKInvoker _invokeTarget:] + 33
    7 com.apple.RedRock 0x024054ac -[RKInvoker _invokeTargetWithPool:] + 68
    8 com.apple.CoreFoundation 0x94aa6d11 -[NSObject performSelector:withObject:] + 65
    9 com.apple.proxtcore 0x01da1ab2 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 167
    10 com.apple.CoreFoundation 0x94aa6d11 -[NSObject performSelector:withObject:] + 65
    11 com.apple.proxtcore 0x01d99e59 -[XTSubscription postMessage:] + 191
    12 com.apple.proxtcore 0x01d9971f -[XTDistributor distributeMessage:] + 681
    13 com.apple.proxtcore 0x01d98f42 -[XTThread handleMessage:] + 515
    14 com.apple.proxtcore 0x01d97b2f -[XTThread run:] + 434
    15 com.apple.Foundation 0x9899ee25 -[NSThread main] + 45
    16 com.apple.Foundation 0x9899edd5 __NSThread__main__ + 1582
    17 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    18 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 19:
    0 libsystem_kernel.dylib 0x985b583e __psynch_cvwait + 10
    1 libsystem_c.dylib 0x97549e21 _pthread_cond_wait + 827
    2 libsystem_c.dylib 0x974fa42c pthread_cond_wait$UNIX2003 + 71
    3 com.apple.iPhoto 0x0058ef21 0x8e000 + 5246753
    4 com.apple.CoreFoundation 0x94aa6d11 -[NSObject performSelector:withObject:] + 65
    5 com.apple.proxtcore 0x01da1ab2 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 167
    6 com.apple.CoreFoundation 0x94aa6d11 -[NSObject performSelector:withObject:] + 65
    7 com.apple.proxtcore 0x01d99e59 -[XTSubscription postMessage:] + 191
    8 com.apple.proxtcore 0x01d9971f -[XTDistributor distributeMessage:] + 681
    9 com.apple.proxtcore 0x01d98f42 -[XTThread handleMessage:] + 515
    10 com.apple.proxtcore 0x01d97b2f -[XTThread run:] + 434
    11 com.apple.Foundation 0x9899ee25 -[NSThread main] + 45
    12 com.apple.Foundation 0x9899edd5 __NSThread__main__ + 1582
    13 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    14 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 20:
    0 libsystem_kernel.dylib 0x985b583e __psynch_cvwait + 10
    1 libsystem_c.dylib 0x97549e21 _pthread_cond_wait + 827
    2 libsystem_c.dylib 0x974fa42c pthread_cond_wait$UNIX2003 + 71
    3 com.apple.iPhoto 0x0019d728 0x8e000 + 1111848
    4 com.apple.CoreFoundation 0x94aa9a9d __invoking___ + 29
    5 com.apple.CoreFoundation 0x94aa99d9 -[NSInvocation invoke] + 137
    6 com.apple.RedRock 0x023f46eb -[RKInvoker _invokeTarget:] + 33
    7 com.apple.RedRock 0x024054ac -[RKInvoker _invokeTargetWithPool:] + 68
    8 com.apple.CoreFoundation 0x94aa6d11 -[NSObject performSelector:withObject:] + 65
    9 com.apple.proxtcore 0x01da1ab2 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 167
    10 com.apple.CoreFoundation 0x94aa6d11 -[NSObject performSelector:withObject:] + 65
    11 com.apple.proxtcore 0x01d99e59 -[XTSubscription postMessage:] + 191
    12 com.apple.proxtcore 0x01d9971f -[XTDistributor distributeMessage:] + 681
    13 com.apple.proxtcore 0x01d98f42 -[XTThread handleMessage:] + 515
    14 com.apple.proxtcore 0x01d97b2f -[XTThread run:] + 434
    15 com.apple.Foundation 0x9899ee25 -[NSThread main] + 45
    16 com.apple.Foundation 0x9899edd5 __NSThread__main__ + 1582
    17 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    18 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 21:
    0 libsystem_kernel.dylib 0x985b583e __psynch_cvwait + 10
    1 libsystem_c.dylib 0x97549e78 _pthread_cond_wait + 914
    2 libsystem_c.dylib 0x97549f7b pthread_cond_timedwait_relative_np + 47
    3 com.apple.CoreServices.CarbonCore 0x907193a7 TSWaitOnConditionTimedRelative + 178
    4 com.apple.CoreServices.CarbonCore 0x9071911d TSWaitOnSemaphoreCommon + 490
    5 com.apple.CoreServices.CarbonCore 0x90718f2e TSWaitOnSemaphoreRelative + 24
    6 com.apple.CoreServices.CarbonCore 0x9074be53 AIOFileThread(void*) + 1019
    7 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    8 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 22:
    0 libsystem_kernel.dylib 0x985b602e __workq_kernreturn + 10
    1 libsystem_c.dylib 0x97547ccf _pthread_wqthread + 773
    2 libsystem_c.dylib 0x975496fe start_wqthread + 30
    Thread 23:
    0 libsystem_kernel.dylib 0x985b602e __workq_kernreturn + 10
    1 libsystem_c.dylib 0x97547ccf _pthread_wqthread + 773
    2 libsystem_c.dylib 0x975496fe start_wqthread + 30
    Thread 24:
    0 libsystem_kernel.dylib 0x985b602e __workq_kernreturn + 10
    1 libsystem_c.dylib 0x97547ccf _pthread_wqthread + 773
    2 libsystem_c.dylib 0x975496fe start_wqthread + 30
    Thread 25:
    0 libsystem_kernel.dylib 0x985b602e __workq_kernreturn + 10
    1 libsystem_c.dylib 0x97547ccf _pthread_wqthread + 773
    2 libsystem_c.dylib 0x975496fe start_wqthread + 30
    Thread 16 crashed with X86 Thread State (32-bit):
    eax: 0x973c889d ebx: 0xffffffff ecx: 0xffffffff edx: 0x00000200
    edi: 0xb1a3ab00 esi: 0x973c860e ebp: 0xb1a3aa28 esp: 0xb1a3aa20
    ss: 0x00000023 efl: 0x00010246 eip: 0x973c88a3 cs: 0x0000001b
    ds: 0x00000023 es: 0x00000023 fs: 0x00000023 gs: 0x0000000f
    cr2: 0xffffffff
    Logical CPU: 3
    Binary Images:
    0x8e000 - 0xd83ff3 com.apple.iPhoto (9.4.3 - 9.4.3) <74A545E6-1EB2-315F-82FA-3344B599F490> /Applications/iPhoto.app/Contents/MacOS/iPhoto
    0xf18000 - 0xff8fe7 org.python.python (2.6.7 - 2.6.7) <61DBA92A-C39A-3A52-86F2-59CF9D310CB4> /System/Library/Frameworks/Python.framework/Versions/2.6/Python
    0x1045000 - 0x104dffb com.apple.PhotoFoundation (1.0 - 20.12) <6DEFC232-B843-3848-908E-25AF929E9026> /Applications/iPhoto.app/Contents/Frameworks/PhotoFoundation.framework/Versions /A/PhotoFoundation
    0x10bc000 - 0x1299ffb com.apple.geode (1.5.3 - 280.22) <887FF540-8A00-3AED-9C17-C99856E7A6F4> /Applications/iPhoto.app/Contents/Frameworks/Geode.framework/Versions/A/Geode
    0x1329000 - 0x132eff7 com.apple.iLifePhotoStreamConfiguration (3.4 - 2.5) <6B675B59-ED97-35F8-89CB-79F387A05EA5> /Applications/iPhoto.app/Contents/Frameworks/iLifePhotoStreamConfiguration.fram ework/Versions/A/iLifePhotoStreamConfiguration
    0x1337000 - 0x1366ff7 com.apple.iLifeAssetManagement (2.7 - 45.19) <C30AF8E5-51DB-3912-B58C-41988B396209> /Applications/iPhoto.app/Contents/Frameworks/iLifeAssetManagement.framework/Ver sions/A/iLifeAssetManagement
    0x138a000 - 0x13b1ff3 com.apple.iPhoto.Tessera (1.1 - 90.10) <143B4B05-6F39-3C83-A927-E4B5A53D2344> /Applications/iPhoto.app/Contents/Frameworks/Tessera.framework/Versions/A/Tesse ra
    0x13c4000 - 0x13e8ffb com.apple.iPhoto.Tellus (1.3 - 90.10) <88853EBB-0C48-3A68-91B7-ED078C953CBD> /Applications/iPhoto.app/Contents/Frameworks/Tellus.framework/Versions/A/Tellus
    0x1401000 - 0x140cfff com.apple.iphoto.AccountConfigurationPlugin (1.2 - 1.2) <39466D2B-2583-3407-96F2-69ADCF11ECB9> /Applications/iPhoto.app/Contents/Frameworks/AccountConfigurationPlugin.framewo rk/Versions/A/AccountConfigurationPlugin
    0x141a000 - 0x142fffb com.apple.iLifeFaceRecognition (1.0 - 30.11) <5ADCA81F-5D7B-340F-9F44-B261ED19BBB2>
    /Applications/iPhoto.app/Contents/Frameworks/iLifeFaceRecognition.framework/Vers ions/A/iLifeFaceRecognition
    0x143d000 - 0x1469ffb com.apple.DiscRecordingUI (6.0.4 - 6040.4.1) <F3EDDD79-611F-3ECC-9B78-0AB8BAC0D446> /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
    0x1482000 - 0x1484fff com.apple.ExceptionHandling (1.5 - 10) <6CA9446C-7EF9-35EE-BDF2-AA8D51E93E9E> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x148a000 - 0x1495ff7 com.apple.UpgradeChecker (9.2 - 9.2) <39176044-B0CF-3C25-AF8D-A2BD8540A025> /Applications/iPhoto.app/Contents/Frameworks/UpgradeChecker.framework/Versions/ A/UpgradeChecker
    0x14a1000 - 0x183aff3 com.apple.iLifeSlideshow (3.1 - 1151.4) <BBC17D76-255B-3135-92A6-886AD68BEB3F> /Applications/iPhoto.app/Contents/Frameworks/iLifeSlideshow.framework/Versions/ A/iLifeSlideshow
    0x1935000 - 0x1bc8ffb com.apple.iLifePageLayout (1.3 - 210.38) <12AF048A-AAEE-39D3-B25C-383E9C5FB855> /Applications/iPhoto.app/Contents/Frameworks/iLifePageLayout.framework/Versions /A/iLifePageLayout
    0x1ca1000 - 0x1d38ff7 com.apple.MobileMe (13 - 1.0.4) <38D8679A-1862-373C-BF4F-EB47200EDF08> /Applications/iPhoto.app/Contents/Frameworks/MobileMe.framework/Versions/A/Mobi leMe
    0x1d94000 - 0x1dfcff3 com.apple.proxtcore (1.4.1 - 270.13) <E71FA444-D69B-3395-8F99-0DA367E6CF22> /Applications/iPhoto.app/Contents/Frameworks/ProXTCore.framework/Versions/A/Pro XTCore
    0x1e41000 - 0x1f40ff3 com.apple.iLifeSQLAccess (1.7.1 - 70.30) <081DDD36-ADA7-3329-8265-BE6AD5AB4E5F> /Applications/iPhoto.app/Contents/Frameworks/iLifeSQLAccess.framework/Versions/ A/iLifeSQLAccess
    0x1f8a000 - 0x1fb5ffb com.apple.ProUtils (1.1 - 220.17) <3D8B203C-20D3-30FA-9A22-C88C11B60C41> /Applications/iPhoto.app/Contents/Frameworks/ProUtils.framework/Versions/A/ProU tils
    0x1fcf000 - 0x203afff com.apple.iLifeKit (1.3.1 - 180.8) <C193C15D-7EA7-30CA-82ED-189192298D2A> /Applications/iPhoto.app/Contents/Frameworks/iLifeKit.framework/Versions/A/iLif eKit
    0x207f000 - 0x22a7ff7 com.apple.prokit (7.2.3 - 1823) <0FEDF2D7-F31A-36F2-91A9-C03877B0CB46> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x23b5000 - 0x2917fff com.apple.RedRock (1.9.4 - 321.1) <7D29E84D-9336-3912-BA5C-EA8125553945> /Applications/iPhoto.app/Contents/Frameworks/RedRock.framework/Versions/A/RedRo ck
    0x2b30000 - 0x2b46ffb com.apple.AOSAccounts (1.0.2 - 1.0.71) <13763832-1B2B-32E8-95BC-C23A627E6DD4> /System/Library/PrivateFrameworks/AOSAccounts.framework/Versions/A/AOSAccounts
    0x2b59000 - 0x2b93ff3 com.apple.Ubiquity (1.1 - 210.2) <F8426ABA-BB3F-3A48-BF4E-9A0F6C12634F> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x2bad000 - 0x2badff6 com.apple.SafariDAVNotifier (1.1.1 - 1) <DE95A56E-E2C8-3D96-B628-4DC6FA6CDD39> /System/Library/PrivateFrameworks/BookmarkDAV.framework/Versions/A/Frameworks/S afariDAVNotifier.framework/Versions/A/SafariDAVNotifier
    0x2bb2000 - 0x2bd3ff7 com.apple.ChunkingLibrary (1.0 - 127.2) <8C1C8488-71E4-3C13-AF75-95CF06C040A3> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
    0x2bde000 - 0x2be0fff com.apple.LibraryRepair (1.0 - 1) <8D2DE423-2226-395A-9D90-3C43911F8613> /System/Library/PrivateFrameworks/LibraryRepair.framework/Versions/A/LibraryRep air

    Can I keep my albums, etc.?
    Back up first, just in case, but it shouldn't effect your library.
    Make sure the drive is formatted Mac OS Extended (Journaled)
    1. Quit iPhoto
    2. Copy the iPhoto Library from your Pictures Folder to the External Disk.
    3. Hold down the option (or alt) key while launching iPhoto. From the resulting menu select 'Choose Library' and navigate to the new location. From that point on this will be the default location of your library.
    4. Test the library and when you're sure all is well, trash the one on your internal HD to free up space.
    Regards
    TD

  • Limitation on DML error logging

    Can someone please advise what is not supported by DML error logging which was introduced in Oracle 10g?
    one Oracle document says "You cannot track errors in the error logging table for LONG, LOB, or object type columns".
    One says only non-scalar columns, like datatime is not support.
    Another one says it doesn't support nested table.
    Anyone has a more complete list of limitation?
    Thanks!
    Edited by: user611482 on Feb 9, 2010 3:32 PM

    PLease read the following,
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14231/tables.htm#sthref2234
    HTH
    Aman....

  • File does not exist error in Apache error log

    I have been getting the following error in apache error log located at $INST_TOP/apps/PROD_aclapp/logs/ora/10.1.3/Apache
    [Wed Mar 14 15:17:00 2012] [error] [client 173.26.0.33] [ecid: 1331718420:172.25.16.30:2172:0:484,0] File does not exist: /d05_applhome/apps/apps_st/comn/java/classes/oracle/ewt/alert/resource/AlertBundle_en_IN.properties
    [Wed Mar 14 15:19:13 2012] [error] [client 173.20.0.85] [ecid: 1331718553:172.25.16.30:2497:0:56,0] Directory index forbidden by rule: /d05_applhome/apps/apps_st/comn/java/classes/
    [Wed Mar 14 15:21:47 2012] [error] [client 173.26.0.36] [ecid: 1331718707:172.25.16.30:5691:0:6316,0] Directory index forbidden by rule: /d05_applhome/apps/apps_st/comn/java/classes/
    [Wed Mar 14 15:21:47 2012] [error] [client 173.26.0.36] [ecid: 1331718707:172.25.16.30:5691:0:6317,0] File does not exist: /d05_applhome/apps/apps_st/comn/java/classes/oracle/apps/media/oracle/apps/media/splash.gif
    [Wed Mar 14 15:21:47 2012] [error] [client 173.26.0.36] [ecid: 1331718707:172.25.16.30:5691:0:6318,0] File does not exist: /d05_applhome/apps/apps_st/comn/java/classes/oracle/apps/media/oracle/apps/media/splash.gif
    [Wed Mar 14 15:22:45 2012] [error] [client 192.168.8.126] [ecid: 1331718765:172.25.16.30:5689:0:5903,0] Directory index forbidden by rule: /d05_applhome/apps/apps_st/comn/java/classes/
    [Wed Mar 14 15:22:45 2012] [error] [client 192.168.8.126] [ecid: 1331718765:172.25.16.30:5689:0:5904,0] File does not exist: /d05_applhome/apps/apps_st/comn/java/classes/oracle/apps/media/oracle/apps/media/splash.gif
    [Wed Mar 14 15:22:45 2012] [error] [client 192.168.8.126] [ecid: 1331718765:172.25.16.30:5689:0:5905,0] File does not exist: /d05_applhome/apps/apps_st/comn/java/classes/oracle/apps/media/oracle/apps/media/splash.gif
    [Wed Mar 14 15:22:48 2012] [error] [client 192.168.8.145] [ecid: 1331718768:172.25.16.30:5695:0:6487,0] File does not exist: /d05_applhome/apps/apps_st/comn/java/classes/oracle/ewt/alert/resource/AlertBundle_en_IN.class
    [Wed Mar 14 15:22:48 2012] [error] [client 192.168.8.145] [ecid: 1331718768:172.25.16.30:5695:0:6488,0] File does not exist: /d05_applhome/apps/apps_st/comn/java/classes/oracle/ewt/alert/resource/AlertBundle_en_IN.properties
    [Wed Mar 14 15:24:53 2012] [error] [client 173.26.2.15] [ecid: 1331718893:172.25.16.30:3108:0:66,0] Directory index forbidden by rule: /d05_applhome/apps/apps_st/comn/java/classes/
    [Wed Mar 14 15:24:58 2012] [error] [client 173.26.2.15] [ecid: 1331718898:172.25.16.30:2497:0:84,0] Directory index forbidden by rule: /d05_applhome/apps/apps_st/comn/java/classes/
    [Wed Mar 14 15:25:01 2012] [error] [client 173.26.2.15] [ecid: 1331718901:172.25.16.30:3308:0:9,0] File does not exist: /d05_applhome/apps/apps_st/comn/java/classes/oracle/forms/engine/RunformBundle_en_IN.class
    [Wed Mar 14 15:25:01 2012] [error] [client 173.26.2.15] [ecid: 1331718901:172.25.16.30:3308:0:10,0] File does not exist: /d05_applhome/apps/apps_st/comn/java/classes/oracle/forms/engine/RunformBundle_en_IN.properties
    [Wed Mar 14 15:25:17 2012] [error] [client 173.25.2.8] [ecid: 1331718917:172.25.16.30:7669:0:6972,0] File does not exist: /d05_applhome/inst/apps/PROD_aclapp/portal/favicon.ico
    [Wed Mar 14 15:25:43 2012] [error] [client 173.25.9.5] [ecid: 1331718943:172.25.16.30:7663:0:5878,0] Directory index forbidden by rule: /d05_applhome/apps/apps_st/comn/java/classes/
    [Wed Mar 14 15:25:47 2012] [error] [client 173.25.2.8] [ecid: 1331718947:172.25.16.30:7663:0:5882,0] File does not exist: /d05_applhome/inst/apps/PROD_aclapp/portal/favicon.ico
    [Wed Mar 14 15:25:49 2012] [error] [client 173.25.9.5] [ecid: 1331718949:172.25.16.30:5691:0:6389,0] File does not exist: /d05_applhome/apps/apps_st/comn/java/classes/oracle/forms/engine/RunformBundle_en_IN.class
    [Wed Mar 14 15:25:49 2012] [error] [client 173.25.9.5] [ecid: 1331718949:172.25.16.30:5691:0:6390,0] File does not exist: /d05_applhome/apps/apps_st/comn/java/classes/oracle/forms/engine/RunformBundle_en_IN.properties
    Kindly do help me in understanding why this error is arising. The entire directory path in the errors does not exist.
    Database version : Oracle 10.2.0.3
    Apps version : R 12.0.4

    Hi;
    1. It was working before If yes what have been changed?
    2. Did you try to close apps run autoconfig on db than appstier and retest issue?
    3. Please see:
    R12: "FRM-92050: FAILED TO CONNECT TO SERVER: /FORMS/LSERVLET" Error Message When Launching Forms [ID 1070263.1]
    Regard
    Helios

Maybe you are looking for

  • How do you connect AT&T uVerse to AirPort Extreme?

    I have tried connecting a new AirPort Extreme to my existing AT&T uVerse internet but the flashing amber light never stops. I am somewhat tech savy but am hoping someone can give me a simple process to get it to work. Does anyone have experience doin

  • Displaying wrong date & time

    I work in the 29th floor or a building in downtown Chicago. For the last few days, everyone who has verizon phones have been experiencing their phones displaying the wrong date and time. Co-workers who have another carrier are not experiencing this p

  • Mac to PC video Chats

    Hello! I am a college student trying to speak to my friend through ichat. He has the new aim triton for windows and I have the newest version of Ichat and yet we are unable to connect our webcams. Does anyone have any suggestions to how we can make i

  • Im trying to burn a cd but its saying disc recording not found

    I used to be able to burn cd and play them on itunes but now its not working and says either disc recording not found or please enter blank disc even though i have entered a blank disc

  • Query & Query View

    Hi  to All, Whats the exact technical difference between Query and Query view.I have deleted the query but didnt deleted the query view.When I try to open the query view its throwing error and disconnecting  from the server.Pls if anybody can give me