Smpatch + hotspot error

Hello - we downloaded and installed the newest sol10 sparc on a v440 - went to patch it and got this.
How does one fix?
Thank you.
# smpatch analyze
# An unexpected error has been detected by HotSpot Virtual Machine:
# SIGSEGV (0xb) at pc=0xfea28974, pid=10551, tid=10
# Java VM: Java HotSpot(TM) Server VM (1.5.0_20-b02 mixed mode)
# Problematic frame:
# V [libjvm.so+0x228974]

Did you try installing the patch cluster? Probably some mismatch between installed (or default) version and the version smpatch expects.

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?

  • 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

  • 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".

  • HotSpot Error: update_sharing has failed

    I have had this problem thru several system updates. It has not seemed to cause a failure that I am aware of, it is just annoying to get all the time.
    I do not have the problem on my g4 10.4.3 standard system, only, the server version.
    Does anyone have an idea what is causing this?
    java -version
    HotSpot Error: update_sharing has failed
    An unrecoverable error has occured while writing the shared archive file.
    Too many jar files to share.
    java version "1.4.2_08"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_08-224)
    Java HotSpot(TM) Client VM (build 1.4.2-54, mixed mode)

    hello, when this is happening after you've already updated firefox with your admin account, try to delete the ''updates'' folder and ''active-update.xml & updates.xml'' within the %localappdata% folder of your restricted account like it is described in http://kb.mozillazine.org/Software_Update#Software_Update_not_working_properly

  • JVM crash with hotspot error SIGSEGV

    Hello ,
    We have tomcat 6 running in production environment with jdk version 1.6.0_24. We observed that Tomcat/JVM is crashing frequently once in a week.
    Can somebody please look into it and help me the way forward for troubleshooting.
    Here is the example hs_err_pid.log.
    # A fatal error has been detected by the Java Runtime Environment:
    #  SIGSEGV (0xb) at pc=0xfffffffe582caafc, pid=680, tid=45
    # JRE version: 6.0_24-b07
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (19.1-b02 mixed mode solaris-sparc compressed oops)
    # Problematic frame:
    # C  [libclntsh.so.11.1+0x2caafc]
    # If you would like to submit a bug report, please visit:
    #   http://java.sun.com/webapps/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    ---------------  T H R E A D  ---------------
    Current thread (0x0000000103bf0000):  JavaThread "ajp-9011-5" daemon [_thread_in_native, id=45, stack(0xfffffffe57f00000,0xfffffffe57f80000)]
    siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x0000000000000000
    Registers:
    O0=0x0000000000000000 O1=0x0000000000000000 O2=0xffffffff7e84a300 O3=0x0000000108097124
    O4=0xfffffffe5bc03a00 O5=0x0000000102f0c648 O6=0xfffffffe57f70d91 O7=0xfffffffe582ca438
    G1=0xffffffff7e6d1070 G2=0x0000000110390830 G3=0x0000000000001c00 G4=0x00000000000017c0
    G5=0x000000008192ec00 G6=0xfffffffe603fe000 G7=0xfffffffe5bc03a00 Y=0x0000000000000000
    PC=0xfffffffe582caafc nPC=0xfffffffe582cab00
    Register to memory mapping:
    O0=0x0000000000000000
    0x0000000000000000 is pointing to unknown location
    O1=0x0000000000000000
    0x0000000000000000 is pointing to unknown location
    O2=0xffffffff7e84a300
    0xffffffff7e84a300: _uberdata+0 in /lib/sparcv9/libc.so.1 at 0xffffffff7e600000
    O3=0x0000000108097124
    0x0000000108097124 is pointing to unknown location
    O4=0xfffffffe5bc03a00
    0xfffffffe5bc03a00 is pointing to unknown location
    O5=0x0000000102f0c648
    0x0000000102f0c648 is pointing to unknown location
    O6=0xfffffffe57f70d91
    0xfffffffe57f70d91 is pointing into the stack for thread: 0x0000000103bf0000
    "ajp-9011-5" daemon prio=3 tid=0x0000000103bf0000 nid=0x2d runnable [0xfffffffe57f7d000]
       java.lang.Thread.State: RUNNABLE
    O7=0xfffffffe582ca438
    0xfffffffe582ca438: kpuhhrsm+0x3b8 in /opt/local/matrix/v6r2012/server/solaris_a64/code/bin/libclntsh.so.11.1 at 0xfffffffe58000000
    G1=0xffffffff7e6d1070
    0xffffffff7e6d1070: mutex_unlock+0 in /lib/sparcv9/libc.so.1 at 0xffffffff7e600000
    G2=0x0000000110390830
    0x0000000110390830 is pointing to unknown location
    G3=0x0000000000001c00
    0x0000000000001c00 is pointing to unknown location
    G4=0x00000000000017c0
    0x00000000000017c0 is pointing to unknown location
    G5=0x000000008192ec00
    0x000000008192ec00 is pointing to unknown location
    G6=0xfffffffe603fe000
    0xfffffffe603fe000 is pointing to unknown location
    G7=0xfffffffe5bc03a00
    0xfffffffe5bc03a00 is pointing to unknown location
    Top of Stack: (sp=0xfffffffe57f71590)
    0xfffffffe57f71590:   0000000000001400 0000000000078008
    0xfffffffe57f715a0:   00000000000053fc 0000000102f0c648
    0xfffffffe57f715b0:   0000000000001800 00000000000000ff
    0xfffffffe57f715c0:   fffffffe59f69298 fffffffe59f692d0
    0xfffffffe57f715d0:   0000000000000000 fffffffe59f692d0
    0xfffffffe57f715e0:   0000000110390e48 0000000000002280
    0xfffffffe57f715f0:   0000000000001400 0000000110390e48
    0xfffffffe57f71600:   fffffffe57f71071 fffffffe584e2868
    0xfffffffe57f71610:   0000000110390000 0000000110390f1c
    0xfffffffe57f71620:   fffffffe5a22de70 0000000000000080
    0xfffffffe57f71630:   7fffffff00000054 0000000000000000
    0xfffffffe57f71640:   00fffffe59f2e386 fffffffe57f72a9f
    0xfffffffe57f71650:   0000000001004000 0000000110390ff8
    0xfffffffe57f71660:   0000000110390e48 0000000110390e48
    0xfffffffe57f71670:   fffffffe5a22de70 0000000110390e48
    0xfffffffe57f71680:   0000000110390e48 fffffffe5a22de70
    Instructions: (pc=0xfffffffe582caafc)
    0xfffffffe582caaec:   d2 5c c0 08 81 c7 e0 08 91 e8 20 00 aa 10 20 ff
    0xfffffffe582caafc:   ea 28 20 00 81 c7 e0 08 91 e8 20 00 ca 58 60 00
    Stack: [0xfffffffe57f00000,0xfffffffe57f80000],  sp=0xfffffffe57f71590,  free space=453k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C  [libclntsh.so.11.1+0x2caafc]
    C  [libclntsh.so.11.1+0x4e2870]
    C  [libmxoci80.so+0x48d4]
    C  [libeMatrix.jni.so+0x944d14]
    C  [libeMatrix.jni.so+0x9450f8]
    C  [libeMatrix.jni.so+0x93e65c]
    C  [libeMatrix.jni.so+0x93e588]
    C  [libeMatrix.jni.so+0x909c28]
    C  [libeMatrix.jni.so+0x8d06f0]
    C  [libeMatrix.jni.so+0x8d2568]
    C  [libeMatrix.jni.so+0x8d2f3c]
    C  [libeMatrix.jni.so+0x91add4]
    C  [libeMatrix.jni.so+0x91b4c4]
    C  [libeMatrix.jni.so+0x5a3778]
    C  [libeMatrix.jni.so+0x5a36dc]
    C  [libeMatrix.jni.so+0x54b628]
    C  [libeMatrix.jni.so+0x81d100]
    C  [libeMatrix.jni.so+0x81c1f4]
    C  [libeMatrix.jni.so+0x702f4c]
    C  [libeMatrix.jni.so+0x4c0e84]
    C  [libeMatrix.jni.so+0x5b8f60]
    C  [libeMatrix.jni.so+0x5b8ed4]
    C  [libeMatrix.jni.so+0x5b8e70]
    C  [libeMatrix.jni.so+0x6b3718]
    C  [libeMatrix.jni.so+0x67c584]
    C  [libeMatrix.jni.so+0x67d118]
    C  [libeMatrix.jni.so+0x6b5e10]
    C  [libeMatrix.jni.so+0x867ee4]
    C  [libeMatrix.jni.so+0xef35c4]
    C  [libeMatrix.jni.so+0x10a5428]
    C  [libeMatrix.jni.so+0x110227c]
    C  [libeMatrix.jni.so+0xec62e8]
    C  [libeMatrix.jni.so+0x43e404]
    J  com.matrixone.jni.MatrixKernel.statelessDispatch(Lcom/matrixone/jdl/MatrixSession;Ljava/lang/String;Ljava/lang/String;[B)I
    J  com.matrixone.jdl.rmi.bosBusinessObjectImpl.expandSelect(Lcom/matrixone/jdl/MatrixSession;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;[Ljava/lang/String;ZZSLjava/lang/String;Ljava/lang/String;SZ)Lcom/matrixone/jdl/bosSelectExpandSt;
    j  matrix.db.BusinessObject.expandSelect(Lmatrix/db/Context;Ljava/lang/String;Ljava/lang/String;Lmatrix/util/StringList;Lmatrix/util/StringList;ZZSLjava/lang/String;Ljava/lang/String;SZZ)Lmatrix/db/ExpansionWithSelect;+40
    j  matrix.db.BusinessObject.expandSelect(Lmatrix/db/Context;Ljava/lang/String;Ljava/lang/String;Lmatrix/util/StringList;Lmatrix/util/StringList;ZZSLjava/lang/String;Ljava/lang/String;Z)Lmatrix/db/ExpansionWithSelect;+22
    j  com.ericsson.mars.type.MarsType.getRelationshipWithSelectList(SLjava/lang/String;Ljava/lang/String;Lmatrix/util/StringList;Lmatrix/util/StringList;Ljava/lang/String;Ljava/lang/String;ZZ)Lmatrix/db/RelationshipWithSelectList;+30
    j  com.ericsson.mars.type.MarsType.getRelationshipWithSelectList(SLjava/lang/String;Ljava/lang/String;Lmatrix/util/StringList;Lmatrix/util/StringList;Ljava/lang/String;ZZ)Lmatrix/db/RelationshipWithSelectList;+16
    j  com.ericsson.mars.type.MarsType.getFromRelationshipWithSelectList(Ljava/lang/String;Ljava/lang/String;Lmatrix/util/StringList;Lmatrix/util/StringList;Ljava/lang/String;)Lmatrix/db/RelationshipWithSelectList;+11
    J  com.ericsson.mars.type.MxGroup.getAssignments(Lmatrix/db/Context;Z)Ljava/util/Hashtable;
    j  com.ericsson.mars.jspbean.LoginBean.setCurrentProjectId(Ljava/lang/String;)V+72
    j  com.ericsson.mars.util.MenuServlet.setCurrentProjectId(Ljavax/servlet/http/HttpSession;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;Lcom/ericsson/mars/jspbean/LoginBean;Ljava/lang/String;)V+14
    j  com.ericsson.mars.util.MenuServlet.doGet(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+460
    j  javax.servlet.http.HttpServlet.service(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+35
    j  javax.servlet.http.HttpServlet.service(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+30
    j  org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+376
    j  org.apache.catalina.core.ApplicationFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+101
    j  com.ericsson.mars.filter.MarsMonitorFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+616
    j  org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+119
    j  org.apache.catalina.core.ApplicationFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+101
    j  org.apache.catalina.core.StandardWrapperValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+804
    j  org.apache.catalina.core.StandardContextValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+365
    j  org.apache.catalina.core.StandardHostValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+64
    j  org.apache.catalina.valves.ErrorReportValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+6
    J  org.apache.catalina.valves.AccessLogValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V
    j  org.apache.catalina.core.StandardEngineValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+42
    j  org.apache.catalina.connector.CoyoteAdapter.service(Lorg/apache/coyote/Request;Lorg/apache/coyote/Response;)V+158
    J  org.apache.coyote.ajp.AjpAprProcessor.process(J)Z
    j  org.apache.coyote.ajp.AjpAprProtocol$AjpConnectionHandler.process(J)Lorg/apache/tomcat/util/net/AprEndpoint$Handler$SocketState;+39
    J  org.apache.tomcat.util.net.AprEndpoint$Worker.run()V
    j  java.lang.Thread.run()V+11
    v  ~StubRoutines::call_stub
    V  [libjvm.so+0x1af334]
    V  [libjvm.so+0x1b9ce4]
    V  [libjvm.so+0x525a80]
    V  [libjvm.so+0x2488c4]
    V  [libjvm.so+0x25ae50]
    V  [libjvm.so+0x86d074]
    V  [libjvm.so+0x784148]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    J  com.matrixone.jni.MatrixKernel.statelessDispatch(Lcom/matrixone/jdl/MatrixSession;Ljava/lang/String;Ljava/lang/String;[B)I
    J  com.matrixone.jdl.rmi.bosBusinessObjectImpl.expandSelect(Lcom/matrixone/jdl/MatrixSession;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;[Ljava/lang/String;ZZSLjava/lang/String;Ljava/lang/String;SZ)Lcom/matrixone/jdl/bosSelectExpandSt;
    j  matrix.db.BusinessObject.expandSelect(Lmatrix/db/Context;Ljava/lang/String;Ljava/lang/String;Lmatrix/util/StringList;Lmatrix/util/StringList;ZZSLjava/lang/String;Ljava/lang/String;SZZ)Lmatrix/db/ExpansionWithSelect;+40
    j  matrix.db.BusinessObject.expandSelect(Lmatrix/db/Context;Ljava/lang/String;Ljava/lang/String;Lmatrix/util/StringList;Lmatrix/util/StringList;ZZSLjava/lang/String;Ljava/lang/String;Z)Lmatrix/db/ExpansionWithSelect;+22
    j  com.ericsson.mars.type.MarsType.getRelationshipWithSelectList(SLjava/lang/String;Ljava/lang/String;Lmatrix/util/StringList;Lmatrix/util/StringList;Ljava/lang/String;Ljava/lang/String;ZZ)Lmatrix/db/RelationshipWithSelectList;+30
    j  com.ericsson.mars.type.MarsType.getRelationshipWithSelectList(SLjava/lang/String;Ljava/lang/String;Lmatrix/util/StringList;Lmatrix/util/StringList;Ljava/lang/String;ZZ)Lmatrix/db/RelationshipWithSelectList;+16
    j  com.ericsson.mars.type.MarsType.getFromRelationshipWithSelectList(Ljava/lang/String;Ljava/lang/String;Lmatrix/util/StringList;Lmatrix/util/StringList;Ljava/lang/String;)Lmatrix/db/RelationshipWithSelectList;+11
    J  com.ericsson.mars.type.MxGroup.getAssignments(Lmatrix/db/Context;Z)Ljava/util/Hashtable;
    j  com.ericsson.mars.jspbean.LoginBean.setCurrentProjectId(Ljava/lang/String;)V+72
    j  com.ericsson.mars.util.MenuServlet.setCurrentProjectId(Ljavax/servlet/http/HttpSession;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;Lcom/ericsson/mars/jspbean/LoginBean;Ljava/lang/String;)V+14
    j  com.ericsson.mars.util.MenuServlet.doGet(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+460
    j  javax.servlet.http.HttpServlet.service(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+35
    j  javax.servlet.http.HttpServlet.service(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+30
    j  org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+376
    j  org.apache.catalina.core.ApplicationFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+101
    j  com.ericsson.mars.filter.MarsMonitorFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+616
    j  org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+119
    j  org.apache.catalina.core.ApplicationFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+101
    j  org.apache.catalina.core.StandardWrapperValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+804
    j  org.apache.catalina.core.StandardContextValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+365
    j  org.apache.catalina.core.StandardHostValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+64
    j  org.apache.catalina.valves.ErrorReportValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+6
    J  org.apache.catalina.valves.AccessLogValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V
    j  org.apache.catalina.core.StandardEngineValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+42
    j  org.apache.catalina.connector.CoyoteAdapter.service(Lorg/apache/coyote/Request;Lorg/apache/coyote/Response;)V+158
    J  org.apache.coyote.ajp.AjpAprProcessor.process(J)Z
    j  org.apache.coyote.ajp.AjpAprProtocol$AjpConnectionHandler.process(J)Lorg/apache/tomcat/util/net/AprEndpoint$Handler$SocketState;+39
    J  org.apache.tomcat.util.net.AprEndpoint$Worker.run()V
    j  java.lang.Thread.run()V+11
    v  ~StubRoutines::call_stub
    ---------------  P R O C E S S  ---------------
    Java Threads: ( => current thread )
      0x0000000108494000 JavaThread "ajp-9011-11" daemon [_thread_blocked, id=165, stack(0xfffffffe51600000,0xfffffffe51680000)]
      0x0000000105a30000 JavaThread "ajp-9011-10" daemon [_thread_blocked, id=163, stack(0xfffffffe51100000,0xfffffffe51180000)]
      0x0000000105fa4000 JavaThread "ajp-9011-9" daemon [_thread_blocked, id=75, stack(0xfffffffe51300000,0xfffffffe51380000)]
      0x0000000106e85800 JavaThread "ajp-9011-8" daemon [_thread_blocked, id=74, stack(0xfffffffe51400000,0xfffffffe51480000)]
      0x0000000100b93000 JavaThread "ajp-9011-7" daemon [_thread_blocked, id=73, stack(0xfffffffe51500000,0xfffffffe51580000)]
      0x0000000106a84000 JavaThread "Thread-22" daemon [_thread_blocked, id=66, stack(0xfffffffe51b00000,0xfffffffe51b80000)]
      0x00000001060ba800 JavaThread "Thread-21" daemon [_thread_blocked, id=65, stack(0xfffffffe51c00000,0xfffffffe51c80000)]
      0x00000001060b9800 JavaThread "Thread-20" daemon [_thread_blocked, id=64, stack(0xfffffffe51d00000,0xfffffffe51d80000)]
      0x00000001067dd000 JavaThread "Thread-19" daemon [_thread_blocked, id=63, stack(0xfffffffe51e00000,0xfffffffe51e80000)]
      0x00000001067dc000 JavaThread "Thread-18" daemon [_thread_blocked, id=62, stack(0xfffffffe51f00000,0xfffffffe51f80000)]
      0x0000000105f03000 JavaThread "Thread-17" daemon [_thread_blocked, id=61, stack(0xfffffffe57700000,0xfffffffe57780000)]
      0x0000000105def000 JavaThread "Thread-16" daemon [_thread_blocked, id=60, stack(0xfffffffe57800000,0xfffffffe57880000)]
      0x0000000105407000 JavaThread "Thread-15" daemon [_thread_blocked, id=59, stack(0xfffffffe57900000,0xfffffffe57980000)]
      0x000000010362b800 JavaThread "Thread-14" daemon [_thread_blocked, id=58, stack(0xfffffffe57a00000,0xfffffffe57a80000)]
      0x0000000100d05000 JavaThread "Thread-13" daemon [_thread_blocked, id=57, stack(0xfffffffe57b00000,0xfffffffe57b80000)]
      0x0000000104d92000 JavaThread "ajp-9011-6" daemon [_thread_blocked, id=46, stack(0xfffffffe57e00000,0xfffffffe57e80000)]
    =>0x0000000103bf0000 JavaThread "ajp-9011-5" daemon [_thread_in_native, id=45, stack(0xfffffffe57f00000,0xfffffffe57f80000)]
      0x0000000104c90800 JavaThread "ajp-9011-4" daemon [_thread_blocked, id=44, stack(0xfffffffe5a400000,0xfffffffe5a480000)]
      0x000000010368e000 JavaThread "ajp-9011-3" daemon [_thread_blocked, id=38, stack(0xfffffffe5a600000,0xfffffffe5a680000)]
      0x0000000103f19800 JavaThread "ajp-9011-2" daemon [_thread_blocked, id=35, stack(0xfffffffe5bb00000,0xfffffffe5bb80000)]
      0x0000000101f39000 JavaThread "ajp-9011-1" daemon [_thread_in_native, id=34, stack(0xfffffffe5f300000,0xfffffffe5f380000)]
      0x0000000101398000 JavaThread "ajp-9011-Acceptor-0" daemon [_thread_in_native, id=33, stack(0xfffffffe5bd00000,0xfffffffe5bd80000)]
      0x0000000101545000 JavaThread "ajp-9011-CometPoller-0" daemon [_thread_blocked, id=32, stack(0xfffffffe5be00000,0xfffffffe5be80000)]
      0x0000000101544800 JavaThread "ajp-9011-Poller-0" daemon [_thread_blocked, id=31, stack(0xfffffffe5bf00000,0xfffffffe5bf80000)]
      0x0000000101443800 JavaThread "http-9083-Acceptor-0" daemon [_thread_in_native, id=30, stack(0xfffffffe5ee00000,0xfffffffe5ee80000)]
      0x000000010200e000 JavaThread "http-9083-Sendfile-0" daemon [_thread_blocked, id=29, stack(0xfffffffe5ef00000,0xfffffffe5ef80000)]
      0x0000000101384800 JavaThread "http-9083-CometPoller-0" daemon [_thread_blocked, id=28, stack(0xfffffffe5f000000,0xfffffffe5f080000)]
      0x0000000100b7a800 JavaThread "http-9083-Poller-0" daemon [_thread_blocked, id=27, stack(0xfffffffe5f100000,0xfffffffe5f180000)]
      0x0000000101552000 JavaThread "ContainerBackgroundProcessor[StandardEngine[Catalina]]" daemon [_thread_blocked, id=26, stack(0xfffffffe5f200000,0xfffffffe5f280000)]
      0x0000000101efe000 JavaThread "EventSenderIn LKPGHUB" [_thread_blocked, id=24, stack(0xfffffffe5f500000,0xfffffffe5f580000)]
      0x0000000101f32800 JavaThread "EventSenderOut LKPGHUB" [_thread_blocked, id=23, stack(0xfffffffe5f600000,0xfffffffe5f680000)]
      0x0000000101ee6000 JavaThread "Timer-0" [_thread_blocked, id=22, stack(0xfffffffe5f700000,0xfffffffe5f780000)]
      0x000000010153e000 JavaThread "GC Daemon" daemon [_thread_blocked, id=19, stack(0xffffffff70500000,0xffffffff70580000)]
      0x0000000100cc6800 JavaThread "RMI Reaper" [_thread_blocked, id=18, stack(0xffffffff70a00000,0xffffffff70a80000)]
      0x0000000100a87000 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=16, stack(0xffffffff74c00000,0xffffffff74c80000)]
      0x0000000100a86000 JavaThread "RMI TCP Accept-7006" daemon [_thread_in_native, id=15, stack(0xffffffff74d00000,0xffffffff74d80000)]
      0x00000001007be000 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=14, stack(0xffffffff74e00000,0xffffffff74e80000)]
      0x0000000100721000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=13, stack(0xffffffff75c00000,0xffffffff75c80000)]
      0x000000010071e000 JavaThread "CompilerThread1" daemon [_thread_blocked, id=12, stack(0xffffffff75d00000,0xffffffff75e00000)]
      0x000000010071b000 JavaThread "CompilerThread0" daemon [_thread_blocked, id=11, stack(0xffffffff75f00000,0xffffffff76000000)]
      0x0000000100719000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=10, stack(0xffffffff76100000,0xffffffff76180000)]
      0x00000001006f8800 JavaThread "Finalizer" daemon [_thread_blocked, id=9, stack(0xffffffff77300000,0xffffffff77380000)]
      0x00000001006f1800 JavaThread "Reference Handler" daemon [_thread_blocked, id=8, stack(0xffffffff77d00000,0xffffffff77d80000)]
      0x0000000100135800 JavaThread "main" [_thread_in_native, id=2, stack(0xffffffff7be00000,0xffffffff7be80000)]
    Other Threads:
      0x00000001006eb800 VMThread [stack: 0xffffffff76500000,0xffffffff76600000] [id=7]
      0x0000000100abe800 WatcherThread [stack: 0xffffffff74a00000,0xffffffff74b00000] [id=17]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    PSYoungGen      total 1035392K, used 108637K [0xffffffff30400000, 0xffffffff70400000, 0xffffffff70400000)
      eden space 1021824K, 10% used [0xffffffff30400000,0xffffffff36e17468,0xffffffff6e9e0000)
      from space 13568K, 0% used [0xffffffff6f6c0000,0xffffffff6f6c0000,0xffffffff70400000)
      to   space 13184K, 0% used [0xffffffff6e9e0000,0xffffffff6e9e0000,0xffffffff6f6c0000)
    PSOldGen        total 3145728K, used 74189K [0xfffffffe70400000, 0xffffffff30400000, 0xffffffff30400000)
      object space 3145728K, 2% used [0xfffffffe70400000,0xfffffffe74c73680,0xffffffff30400000)
    PSPermGen       total 65536K, used 62676K [0xfffffffe60400000, 0xfffffffe64400000, 0xfffffffe70400000)
      object space 65536K, 95% used [0xfffffffe60400000,0xfffffffe641352f0,0xfffffffe64400000)
    Dynamic libraries:
    0x0000000100000000     /opt/app/jdk1.6.0_24_6/bin/sparcv9/java
    0xffffffff7ef00000     /usr/lib/64/libCstd.so.1
    0xffffffff7f100000     /lib/64/libthread.so.1
    0xffffffff7ec00000     /opt/app/jdk1.6.0_24_6/bin/sparcv9/../../jre/lib/sparcv9/jli/libjli.so
    0xffffffff7ea00000     /lib/64/libdl.so.1
    0xffffffff7e600000     /lib/64/libc.so.1
    0xffffffff7e400000     /usr/lib/sparcv9/libCrun.so.1
    0xffffffff7ed00000     /platform/SUNW,SPARC-Enterprise/lib/sparcv9/libc_psr.so.1
    0xffffffff7d400000     /opt/app/jdk1.6.0_24_6/jre/lib/sparcv9/server/libjvm.so
    0xffffffff7e000000     /lib/64/libsocket.so.1
    0xffffffff7e200000     /usr/lib/64/libsched.so.1
    0xffffffff7d200000     /lib/64/libm.so.1
    0xffffffff7d000000     /lib/64/libdoor.so.1
    0xffffffff7ce00000     /lib/64/libnsl.so.1
    0xffffffff7cc00000     /lib/64/libm.so.2
    0xffffffff7ca00000     /lib/64/libscf.so.1
    0xffffffff7c800000     /lib/64/libuutil.so.1
    0xffffffff7c600000     /lib/64/libgen.so.1
    0xffffffff7c400000     /lib/64/libmd.so.1
    0xffffffff7c200000     /lib/64/libmp.so.2
    0xffffffff7bc00000     /opt/app/jdk1.6.0_24_6/jre/lib/sparcv9/libverify.so
    0xffffffff7ba00000     /opt/app/jdk1.6.0_24_6/jre/lib/sparcv9/libjava.so
    0xffffffff7b800000     /opt/app/jdk1.6.0_24_6/jre/lib/sparcv9/native_threads/libhpi.so
    0xffffffff7b400000     /opt/app/jdk1.6.0_24_6/jre/lib/sparcv9/libzip.so
    0xffffffff76300000     /usr/lib/locale/en_US.ISO8859-1/sparcv9/en_US.ISO8859-1.so.3
    0xffffffff75900000     /opt/app/jdk1.6.0_24_6/jre/lib/sparcv9/libmanagement.so
    0xffffffff75700000     /opt/app/jdk1.6.0_24_6/jre/lib/sparcv9/libnet.so
    0xffffffff75500000     /opt/app/jdk1.6.0_24_6/jre/lib/sparcv9/libj2pkcs11.so
    0xffffffff75300000     /usr/lib/sparcv9/libpkcs11.so
    0xffffffff75100000     /usr/lib/64/libcryptoutil.so.1
    0xffffffff74f00000     /usr/lib/security/64/pkcs11_softtoken.so
    0xffffffff74800000     /opt/local/tomcat6/lib/libtcnative-1.so.0.1.20
    0xffffffff74600000     /opt/local/apr64/lib/libapr-1.so.0
    0xffffffff74400000     /lib/64/libuuid.so.1
    0xffffffff74200000     /lib/64/libsendfile.so.1
    0xffffffff74000000     /lib/64/librt.so.1
    0xffffffff75000000     /lib/64/libpthread.so.1
    0xffffffff73e00000     /lib/64/libkstat.so.1
    0xffffffff73c00000     /usr/sfw/lib/64/libgcc_s.so.1
    0xffffffff73a00000     /lib/64/libaio.so.1
    0xfffffffe5c000000     /opt/local/matrix/v6r2012/server/solaris_a64/code/bin/libeMatrix.jni.so
    0xffffffff73700000     /usr/lib/64/librpcsvc.so.1
    0xffffffff73500000     /usr/lib/64/libresolv.so.2
    0xffffffff73300000     /opt/local/matrix/v6r2012/server/solaris_a64/code/bin/libmxUtil.so
    0xffffffff72c00000     /opt/local/matrix/v6r2012/server/solaris_a64/code/bin/libxercesc_3_0_1.so
    0xffffffff72400000     /opt/local/matrix/v6r2012/server/solaris_a64/code/bin/libvgalaxy7u.so
    0xffffffff72000000     /usr/lib/64/libX11.so.4
    0xffffffff72a00000     /opt/local/matrix/v6r2012/server/solaris_a64/code/bin/libLCDef.so
    0xffffffff73900000     /usr/lib/64/libintl.so.1
    0xffffffff73800000     /usr/lib/64/libw.so.1
    0xffffffff71d00000     /usr/lib/64/libXext.so.0
    0xffffffff71b00000     /usr/lib/64/libdevinfo.so.1
    0xffffffff71900000     /lib/64/libnvpair.so.1
    0xffffffff71700000     /lib/64/libsec.so.1
    0xffffffff71500000     /lib/64/libavl.so.1
    0xffffffff71300000     /usr/lib/64/libgss.so.1
    0xffffffff71100000     /lib/64/libcmd.so.1
    0xffffffff70f00000     /usr/lib/64/libsasl.so.1
    0xffffffff70d00000     /opt/local/matrix/v6r2012/server/solaris_a64/code/bin/libmxCipher.so
    0xffffffff70b00000     /opt/local/matrix/v6r2012/server/solaris_a64/code/bin/libmxDriver.so
    0xffffffff70800000     /opt/local/matrix/v6r2012/server/solaris_a64/code/bin/libJS0LCC.so
    0xffffffff70600000     /usr/lib/64/libiostream.so.1
    0xfffffffe5fe00000     /opt/local/matrix/v6r2012/server/solaris_a64/code/bin/libmxoci80.so
    0xfffffffe58000000     /opt/local/matrix/v6r2012/server/solaris_a64/code/bin/libclntsh.so.11.1
    0xfffffffe5fa00000     /opt/local/matrix/v6r2012/server/solaris_a64/code/bin/libnnz11.so
    0xfffffffe52000000     /opt/local/matrix/v6r2012/server/solaris_a64/code/bin/libociei.so
    0xfffffffe5f800000     /usr/lib/64/libz.so
    0xfffffffe5b800000     /opt/app/jdk1.6.0_24_6/jre/lib/sparcv9/libawt.so
    0xfffffffe5b500000     /opt/app/jdk1.6.0_24_6/jre/lib/sparcv9/headless/libmawt.so
    0xfffffffe5b200000     /opt/local/matrix/v6r2012/server/solaris_a64/code/bin/libtcl8.5.so
    0xfffffffe5af00000     /usr/lib/64/libXt.so.4
    0xfffffffe5ac00000     /usr/openwin/lib/sparcv9/libSM.so.6
    0xfffffffe5a900000     /usr/openwin/lib/sparcv9/libICE.so.6
    0xfffffffe51900000     /opt/local/matrix/v6r2012/server/solaris_a64/code/bin/libmxftps.so
    0xfffffffe51700000     /opt/local/matrix/v6r2012/server/solaris_a64/code/bin/libmxCrypt.so
    VM Arguments:
    jvm_args: -Djava.util.logging.config.file=/opt/local/tomcat6/conf/logging.properties -Xss512k -Xms4096m -Xmx4096m -XX:NewSize=1024m -XX:MaxNewSize=1024m -XX:MaxPermSize=256m -XX:SurvivorRatio=3 -XX:+UseParallelGC -XX:ParallelGCThreads=4 -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=7006 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/opt/local/tomcat6/logs -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.endorsed.dirs=/opt/local/tomcat6/endorsed -Dcatalina.base=/opt/local/tomcat6 -Dcatalina.home=/opt/local/tomcat6 -Djava.io.tmpdir=/opt/local/tomcat6/temp
    java_command: org.apache.catalina.startup.Bootstrap start
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=/opt/app/jdk1.6.0_24_6
    JRE_HOME=/opt/app/jdk1.6.0_24_6
    PATH=/opt/app/jdk1.6.0_24_5/bin:/opt/local/matrix/v6r2012/server/bin/solaris4:/opt/app/jdk1.6.0_24_1/bin/sparcv9:/usr/bin:/bin:/opt/app/Oracle11/11.0/bin:/usr/bin:/usr/ucb:/etc:/usr/sbin:/opt/csw/bin:/opt/app/Oracle11/11.0/bin:/usr/bin:/usr/ucb:/etc:/usr/sbin:/opt/csw/bin:/usr/sfw/bin:/usr/xpg4/bin
    LD_LIBRARY_PATH=/opt/app/jdk1.6.0_24_6/jre/lib/sparcv9/server:/opt/app/jdk1.6.0_24_6/jre/lib/sparcv9:/opt/app/jdk1.6.0_24_6/jre/../lib/sparcv9:/usr/sfw/lib/64:/usr/lib/lwp:/opt/local/matrix/v6r2012/server/solaris_a64/code/bin:/usr/lib:/lib:/opt/local/matrix/v6r2012/server/solaris_a64/code/lib:/opt/local/matrix/v6r2012/server/solaris_a64/tcl85/lib/tcl8.5/../:/opt/local/tomcat6/lib
    LD_PRELOAD=libCstd.so.1
    SHELL=/bin/sh
    ARCH=solaris4
    Signal Handlers:
    SIGSEGV: [libjvm.so+0x8c8000], sa_mask[0]=0xffbffeff, sa_flags=0x0000000c
    SIGBUS: [libjvm.so+0x8c8000], sa_mask[0]=0xffbffeff, sa_flags=0x0000000c
    SIGFPE: [libjvm.so+0x212868], sa_mask[0]=0xffbffeff, sa_flags=0x0000000c
    SIGPIPE: SIG_IGN, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGXFSZ: [libjvm.so+0x212868], sa_mask[0]=0xffbffeff, sa_flags=0x0000000c
    SIGILL: [libjvm.so+0x212868], sa_mask[0]=0xffbffeff, sa_flags=0x0000000c
    SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGUSR2: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGQUIT: [libeMatrix.jni.so+0x92daa0], sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGHUP: [libjvm.so+0x786b68], sa_mask[0]=0xffbffeff, sa_flags=0x00000004
    SIGINT: [libclntsh.so.11.1+0xcc9b40], sa_mask[0]=0x9fbef057, sa_flags=0x0000000c
    SIGTERM: [libjvm.so+0x786b68], sa_mask[0]=0xffbffeff, sa_flags=0x00000004
    SIG39: [libjvm.so+0x789f60], sa_mask[0]=0x00000000, sa_flags=0x00000008
    SIG40: [libjvm.so+0x212868], sa_mask[0]=0xffbffeff, sa_flags=0x0000000c
    ---------------  S Y S T E M  ---------------
    OS:                      Solaris 10 10/08 s10s_u6wos_07b SPARC
               Copyright 2008 Sun Microsystems, Inc.  All Rights Reserved.
                            Use is subject to license terms.
                                Assembled 27 October 2008
    uname:SunOS 5.10 Generic_147440-12 sun4u  (T2 libthread)
    rlimit: STACK 32768k, CORE infinity, NOFILE 65536, AS infinity
    load average:3.30 3.24 3.32
    CPU:total 32 has_v8, has_v9, popc, has_vis1, has_vis2, is_ultra3
    Memory: 8k page, physical 67108864k(6706552k free)
    vm_info: Java HotSpot(TM) 64-Bit Server VM (19.1-b02) for solaris-sparc JRE (1.6.0_24-b07), built on Feb  2 2011 17:05:27 by "" with Workshop 5.8
    time: Fri Aug 16 07:29:20 2013
    elapsed time: 551891 seconds

    > libmxoci80.so
    Looks like that could be JNI.
    Incorrect JNI code (or other called binaries) will cause SEGSEGV which will cause server crashes.

  • ERP 6.0 EHP4 Java Hotspot Error

    Dear Gurus,
    While installing SAP 6.0 EHP4 I have faced an error as :
    Java Hotspot (TM) 64-Bit Server VM (build 1.4.2_16-b05,mixed mode) in import abap step.
    after I got the error above, I also installed  j2sdk1.4.2_25-x64 to overcome the error.But the result is the same.I still getting the same error.
    Database : MSSQL 2008
    OS : Server 2008 Enterprise Edition x64
    Wirtual Machine : vmware workstation

    install new j2sdk 1.4.2_29 and try again.
    you can download it from http://java.com/en/javaforbusiness/sap_download.jsp link

  • HotSpot error

    Does anybody have seen this error?
    # HotSpot Virtual Machine Error, Internal Error
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_04-b05 mixed mode)
    # Error ID: 53414645504F494E540E4350500175
    # Problematic Thread: prio=5 tid=0x738af178 nid=0x117c runnable
    Heap at VM Abort:
    Heap
    def new generation total 3264K, used 1913K [0x10010000, 0x10390000, 0x17370000)
    eden space 2944K, 54% used [0x10010000, 0x1019e7c8, 0x102f0000)
    from space 320K, 99% used [0x10340000, 0x1038fff8, 0x10390000)
    to space 320K, 0% used [0x102f0000, 0x102f0000, 0x10340000)
    tenured generation total 34804K, used 21361K [0x17370000, 0x1956d000, 0x6dc10000)
    the space 34804K, 61% used [0x17370000, 0x1884c648, 0x1884c800, 0x1956d000)
    compacting perm gen total 4352K, used 4293K [0x6dc10000, 0x6e050000, 0x71c10000)
    the space 4352K, 98% used [0x6dc10000, 0x6e041618, 0x6e041800, 0x6e050000)

    Hi, I am getting same kind a error. Any resolutions please.
    # HotSpot Virtual Machine Error, Internal Error
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Java VM: Java HotSpot(TM) Server VM (1.4.2_06-b03 mixed mode)
    # Error ID: 434F444523414348450E43505000CF
    # Problematic Thread: prio=1 tid=0x08173b48 nid=0x4711 runnable
    Heap at VM Abort:
    Heap
    def new generation total 133120K, used 103515K [0x44640000, 0x4d6b0000, 0x4d6b0000)
    eden space 118336K, 87% used [0x44640000, 0x4ab56f18, 0x4b9d0000)
    from space 14784K, 0% used [0x4c840000, 0x4c840000, 0x4d6b0000)
    to space 14784K, 0% used [0x4b9d0000, 0x4b9d0000, 0x4c840000)
    tenured generation total 1183296K, used 803618K [0x4d6b0000, 0x95a40000, 0x95a40000)
    the space 1183296K, 67% used [0x4d6b0000, 0x7e778a50, 0x7e778c00, 0x95a40000)
    compacting perm gen total 26112K, used 26035K [0x95a40000, 0x973c0000, 0x99a40000)
    the space 26112K, 99% used [0x95a40000, 0x973acda0, 0x973ace00, 0x973c0000)

  • IPad displaying an Hotspot Error message when trying to connect to wifi. How do I fix?

    When attempting to connect to the public wifi network at work on my iPad, I started getting the following error message today: "Error Opening Page - Hotspot login cannot open the page because the network connection was lost."  In order to utilize the network, you must read and accept a user agreement, which will not load and instead displays the error.  I have already tried turning of the wifi and turning it back on and rebooting the device.  This has never been a problem before, and I have had my iPad for several months now.  Further, my iPhone is connecting to the same network with no problem.  How do I correct this problem??  Thank you so much for any help provided!

    Hi elizabeth_lynn,
    Thanks for using Apple Support Communities.
    iOS: Troubleshooting Wi-Fi networks and connections
    http://support.apple.com/kb/ts1398
    If you're unable to join a nearby Wi-Fi network
    Try restarting your Wi-Fi router by turning it off and then on again.
    Note: If your ISP also provides cable or phone service, check with them before attempting this step to avoid interruption of service.
    When joining an 802.11n Wi-Fi network, ensure that your router is properly configured. See this article for more information.
    Reset network settings by tapping Settings > General > Reset > Reset Network Settings.
    Note: This will reset all network settings, including passwords, VPN, and APN settings.
    Hope this helps,
    Mario

  • IPhone iOS5 Personal Hotspot error solution - Intel 6300 WiFi chips

    So this is not so much a question, but a resolution to a problem that has been driving me crazy for weeks.  Obviously this doesn't apply to everyone, but it applied to our orginization so I wanted to share the knowledge.
    We use Dell Latitude's in our enterprise, and many of our laptop users (6320 model - with the Intel 6300 Ultimate Centrino WiFi chip) were complaining that Wi-Fi hotspot tethering was not functioning with their laptop.  It would connect, and immediately disconnect, regardless of if we used Intel's ProSet software or having Windows manage wireless.  I tried rebooting the phone, laptop, flipping settings left and right.  FINALLY I discovered the solution.
    The 6300 wireless chipset error's out connecting to an SSID that has an apostrophe in the name.  By default all iPhones name themselves "So and So's iPhone".  Which means by default, most users will have an apostrophe in their SSID when using WiFi tethering.  I had the user plug their phone into their laptop, went into iTunes, changed the name of the phone (on the left side just left click once on the name of the phone) to something without an apostrophe.  Tried it again and it works.  Hope I have helped some of you out there!

    mpk,
    From what I could tell it was the Wi-Fi hotspot feature.  I believe tethering with the cord still worked.  It's hard to say what it is confined to, I agree, I haven't found much about it. Perhaps because not many people use the tethering option with latitude?  Hard to say if it's a Dell+Intel chipset problem or an Intel chipset issue alone.  Sorry I can't be of more assistance, I know how frustrating it can be!

  • Portable Hotspot Error Message

    I am trying to connect to my portable hotspot but I get an error message saying that it can not to AM server.  How do I get this resolved?

    Yep, done all of that. Made a call into Verizon and they "spoke" with Samsung who stated that they are aware of the issue and that there is no work around at this time, but is suppose to be addressed with the next software update. Who knows when that will be. The tech did reset my hotspot feature and I will try it out later when I go to work to see if that helped. He also extended to me a $20 credit on my account and offered an opportunity to switch to a different phone. So that's where I'm at for now.

  • HotSpot Error ID

    Hi,
    how do I decode the error ID that I get, when a HotSpot Virtual Machine Error occures?
    Thanks in advance,
    Tobbi

    It is supposed to be a hex version of the ascii characters that corresponds to the file where the errors occured.

  • HotSpot Error when closing shell

    DOES ANYONE KNOWS WHAT THAT ERROR MEANS?
    IT ACCURED WHEN I'M CLOSSING A SHELL2 THAT ANOTHER SHELL OPENED (ONLY SHELL2 WAS SUPPOSED TO CLOSE, BUT INSTEAD BOTH OF THEM ARE, AND I GET THIS ERROR)
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x1000c35a, pid=796, tid=392
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_07-b03 mixed mode, sharing)
    # Problematic frame:
    # C [swt-win32-3138.dll+0xc35a]
    # An error report file with more information is saved as hs_err_pid796.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    #

    swt-win32-3138.dll - This is a native SWT crash (SWT uses JNI). Try the latest version of SWT and it will hopefully fix your problem.

  • Smpatch analyze error: Failure: Cannot connect to retrieve detectors: RSA p

    Has anyone seen this before?
    I just installed Sun Update Manager on a E250 running Solaris 10. I tried registering using the Wizard, but when I chose the "Apply updates manually" button, then Finish, I get the message: System registration failed; exiting application
    and the Wizard ends.
    Am I missing a step?

    Hi Scott:
    I have failures when doing registration via the GUI or smpatch from a shell. Output of smpatch command as follows:
    # smpatch analyze
    Failure: Cannot connect to retrieve detectors: Connection refused
    Relevant entries in /var/adm/messages (hostname is host01):
    Aug 25 21:40:29 host01 root: [ID 702911 user.crit]  => com.sun.patchpro.cli.PatchServices@5e3974 <=com.sun.patchpro.util.CannotConnectException: Cannot connect to retrieve detectors: Connection refused
    Aug 25 21:40:29 host01    at com.sun.patchpro.util.CachingDownloader.establishConnection(CachingDownloader.java:611)
    Aug 25 21:40:29 host01    at com.sun.patchpro.util.CachingDownloader.setSourceURL(CachingDownloader.java:273)
    Aug 25 21:40:29 host01    at com.sun.patchpro.util.CachingDownloader.setupCache(CachingDownloader.java:199)
    Aug 25 21:40:29 host01    at com.sun.patchpro.util.CachingDownloader.<init>(CachingDownloader.java:184)
    Aug 25 21:40:29 host01 root: [ID 702911 user.crit]  => com.sun.patchpro.cli.PatchServices@5e3974 <=       at com.sun.patchpro.server.ServerPatchServiceProvider.downloadFile(ServerPatchServiceProvider.java:746)
    Aug 25 21:40:29 host01    at com.sun.patchpro.server.ServerPatchServiceProvider.downloadRealizationDetectors(ServerPatchServiceProvider.java:568)
    Aug 25 21:40:29 host01    at com.sun.patchpro.server.PatchServerProxy.downloadRealizationDetectors(PatchServerProxy.java:121)
    Aug 25 21:40:29 host01    at com.sun.patchpro.analysis.HostAnalyzer$RealizationSetAuto.downloadDetectorsWithPOST(HostAnalyzer.java:1183)
    Aug 25 21:40:29 host01    at com.sun.patchpro.analysis.HostAnalyzer$RealizationSetAuto.downloadDetectors(HostAnalyzer.java:1154)
    Aug 25 21:40:29 host01 root: [ID 702911 user.crit]  => com.sun.patchpro.cli.PatchServices@5e3974 <=       at com.sun.patchpro.analysis.HostAnalyzer$RealizationSetAuto.prepare(HostAnalyzer.java:873)
    Aug 25 21:40:29 host01    at com.sun.patchpro.analysis.HostAnalyzer.downloadDetectors(HostAnalyzer.java:299)
    Aug 25 21:40:29 host01    at com.sun.patchpro.model.PatchProModel.downloadDetectors(PatchProModel.java:1764)
    Aug 25 21:40:29 host01    at com.sun.patchpro.model.PatchProStateMachine$4.run(PatchProStateMachine.java:245)
    Aug 25 21:40:29 host01    at com.sun.patchpro.util.State.run(State.java:266)
    Aug 25 21:40:29 host01 root: [ID 702911 user.crit]  => com.sun.patchpro.cli.PatchServices@5e3974 <=       at java.lang.Thread.run(Thread.java:595)
    Aug 25 21:40:29 host01 Caused by:
    Aug 25 21:40:29 host01 java.net.ConnectException: Connection refused
    Aug 25 21:40:29 host01    at java.net.PlainSocketImpl.socketConnect(Native Method)
    Aug 25 21:40:29 host01    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
    Aug 25 21:40:29 host01 root: [ID 702911 user.crit]  => com.sun.patchpro.cli.PatchServices@5e3974 <=       at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
    Aug 25 21:40:29 host01    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
    Aug 25 21:40:29 host01    at java.net.Socket.connect(Socket.java:507)
    Aug 25 21:40:29 host01    at java.net.Socket.connect(Socket.java:457)
    Aug 25 21:40:29 host01    at sun.net.NetworkClient.doConnect(NetworkClient.java:157)
    Aug 25 21:40:29 host01 root: [ID 702911 user.crit]  => com.sun.patchpro.cli.PatchServices@5e3974 <=       at sun.net.www.http.HttpClient.openServer(HttpClient.java:365)
    Aug 25 21:40:29 host01    at sun.net.www.http.HttpClient.openServer(HttpClient.java:477)
    Aug 25 21:40:29 host01    at sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:280)
    Aug 25 21:40:29 host01    at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:337)
    Aug 25 21:40:29 host01    at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:176)
    Aug 25 21:40:30 host01 root: [ID 702911 user.crit]  => com.sun.patchpro.cli.PatchServices@5e3974 <=       at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:736)
    Aug 25 21:40:30 host01    at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:162)
    Aug 25 21:40:30 host01    at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:828)
    Aug 25 21:40:30 host01    at com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.getOutputStream(HttpsURLConnectionOldImpl.java:200)
    Aug 25 21:40:30 host01    at com.sun.patchpro.util.Downloader.connectToURL(Downloader.java:294)
    Aug 25 21:40:30 host01 root: [ID 702911 user.crit]  => com.sun.patchpro.cli.PatchServices@5e3974 <=       at com.sun.patchpro.util.CachingDownloader.establishConnection(CachingDownloader.java:583)
    Aug 25 21:40:30 host01    at com.sun.patchpro.util.CachingDownloader.setSourceURL(CachingDownloader.java:273)
    Aug 25 21:40:30 host01    at com.sun.patchpro.util.CachingDownloader.setupCache(CachingDownloader.java:199)
    Aug 25 21:40:30 host01    at com.sun.patchpro.util.CachingDownloader.<init>(CachingDownloader.java:184)
    Aug 25 21:40:30 host01    at com.sun.patchpro.server.ServerPatchServiceProvider.downloadFile(ServerPatchServiceProvider.java:746)
    Aug 25 21:40:30 host01 root: [ID 702911 user.crit]  => com.sun.patchpro.cli.PatchServices@5e3974 <=       at com.sun.patchpro.server.ServerPatchServiceProvider.downloadRealizationDetectors(ServerPatchServiceProvider.java:568)
    Aug 25 21:40:30 host01    at com.sun.patchpro.server.PatchServerProxy.downloadRealizationDetectors(PatchServerProxy.java:121)
    Aug 25 21:40:30 host01    at com.sun.patchpro.analysis.HostAnalyzer$RealizationSetAuto.downloadDetectorsWithPOST(HostAnalyzer.java:1183)
    Aug 25 21:40:30 host01    at com.sun.patchpro.analysis.HostAnalyzer$RealizationSetAuto.downloadDetectors(HostAnalyzer.java:1154)
    Aug 25 21:40:30 host01    at com.sun.patchpro.analysis.HostAnalyzer$RealizationSetAuto.prepare(HostAnalyzer.java:873)
    Aug 25 21:40:30 host01 root: [ID 702911 user.crit]  => com.sun.patchpro.cli.PatchServices@5e3974 <=       at com.sun.patchpro.analysis.HostAnalyzer.downloadDetectors(HostAnalyzer.java:299)
    Aug 25 21:40:30 host01    at com.sun.patchpro.model.PatchProModel.downloadDetectors(PatchProModel.java:1764)
    Aug 25 21:40:30 host01    at com.sun.patchpro.model.PatchProStateMachine$4.run(PatchProStateMachine.java:245)
    Aug 25 21:40:30 host01    at com.sun.patchpro.util.State.run(State.java:266)
    Aug 25 21:40:30 host01    at java.lang.Thread.run(Thread.java:595)This is about all the information regarding this problem I have been able to find on the system.
    Hope you can help.
    Ben.

  • Personal Hotspot Error

    When in the network setting the personal hotspot options on my iPhone 4.3 just endlessly loads and so this is very frustrating, can anyone help???

    You need more than 3G to use the hotspot. You also need to have the service provisioned on your account. There is an extra charge for it.
    Also, see: http://support.apple.com/kb/HT4517 and http://support.apple.com/kb/TS2756

Maybe you are looking for