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?

Similar Messages

  • I need help locating the log tab on my Galaxy III in contacts.

    I'm having trouble locating the tab "LOG" in my contacts; I've seen it before but can't find it now. I've deleted history in my phone & messages that I want deleted. Can anyone point this out?
    Sincerely,
    A dumb-dumb with a smart phone! :O

    It's not in your contacts, it's in the phone app.

  • What does this error mean? Error: Access violation at address 0053DD46

    I am trying to run diff reports using batch scripts, and its very puzzling that some of the diff report scripts within the batch script are running and some are not, there is no consistency to what is getting errored out.
    I then tried running them manually in foreground on the client and I get the same issue. Has anyone encountered this issue? What do I make of it?,
    4/24/2013 1:29:30 PM - *** MDMConnect starting ***
    4/24/2013 1:29:30 PM - Logged in successfully.
    4/24/2013 1:29:30 PM - Started export job for PLN_FLD_ACCT_DIFF
    4/24/2013 1:29:34 PM - ERemotableException with message: "Server was unable to process request. ---> Error during Export. Export was unable to run. Error: Access violation at address 0053DD46 in module 'mdm_ntier_engine.exe'. Read of address 00000024" while running Export
    4/24/2013 1:29:34 PM - => ERROR: Data Relationship Management Server returned error: "Server was unable to process request. ---> Error during Export. Export was unable to run. Error: Access violation at address 0053DD46 in module 'mdm_ntier_engine.exe'. Read of address 00000024."
    4/24/2013 1:29:34 PM - *** MDMConnect stopping ***
    Thank you
    Tanuja Donavalli

    This is issue is coherent in DRM version 11.1.1.2
    Whenever a property is deleted, the references to that property would still exists/stored in tables. The next version of DRM is made to address this issue, where in it takes care of removing all references whenever we delete the property.
    Cause: Properties was deleted from DRM client but the value was still stored in the compare table for Difference export and causing export to fail.
    Solution: Need to recreate the deleted properties and remove the properties in the exports and delete the properties.
    Going Forward: Instead of deleting the properties we need to remove the property from the export and hide the property.
    Hope this helps.

  • TFTP Host Error: Access violation

    Hi guys,
    I am pretty new in this forum.
    I've been using MACBOOK and MAC OS X since middle 2009.
    I am using the host tftp server to upload files into my embedded boards.
    This time i upgraded do Snow Leopard and tftp does not work anymore.
    I always have the following message: Host Error: Access violation.
    I tried many thing but i can not solve this puzzle.
    The following is what i tried:
    1) chmod 777 all the folder and files;
    2) Allow all users to conect the TFTP folder (in System Preferences);
    3) Firewall is on now, but even with firewall off I have the same problem;
    3) I tried to check the file tftp.plist (System/Library/LaunchDaemons) and i noticed two major differences: a) It was written DISABLED and b) the flag was for secure -s. Well i root and changed the file with ENABLED and -i insecure, but nothing changed. The strange thing also is that after i star the computer the back to its normal like the changes i made weren't saved, but i was root and they saved.
    I am also using the TFTP Server 3.3.1 from Mr Fabrizio Larosa. Permissions and other stuff are ok when using this software.
    Am i forgetting something special?
    Can somebody help me? I do not know what to do anymore.
    Thanks volks.

    Yes i know that there is no TFTP in System Preferences:
    What i meant is that I configured the sharing permissions in System Preferences for the TFTP folder i am using. For example, my folder is: /Volumes/Ncb002D/00_TFTPbootFiles. Fro that i used the System Preferences and added the folder.
    Ok i understand that, so how can assure i can have my TFTPserver Enabled using launchctl and how can i change it from secure to insecure? More than that i am loosing my hair, i need the TFTP working. Without that i can not transfer files to my embedded board.
    Last version was working. I was using Leopard and everything was ok, the TFTP was working. After i changed to Snow Leopard i can not do anything without a Host access error.
    So i compared the 2 tftp.plist files, Leopard working and Snow Leopard not working. As i wrote the major differences are: ENABLED tag in first line and -s tag (secure mode) in tftp.plist for Snow Leopard. In Leopard the tftp.plist has no ENABLE tag and it is by default -i (insecure).
    I really do not know if that is the reason, i just do not know what to do to get this to work.

  • Hello I Download Adobe Photoshop CC 2014 Last Night i INSTALLED it But it Crashes in 30-40 Sec After i Launch the Product Without Any Error Message I Need Help Can You Resolve This Problem i Tried Creative Cloud Sign Out Nd Sign iN But iT DidnT ReSolve My

    Hello I Download Adobe Photoshop CC 2014 Last Night
     i INSTALLED it But it Crashes in 30-40 Sec After i Launch the Product Without Any Error Message
    I Need Help Can You Resolve This Problem

    Lotfi are you receiving any error messages during the installation?  I would recommend reviewing your installation logs for errors.  Please see Troubleshoot install issues with log files | CC - http://helpx.adobe.com/creative-cloud/kb/troubleshoot-install-logs-cc.html for information on how to locate and interpret your installation log files.  You are welcome to post any specific errors you discover to this discussion.

  • Error: Access violation at 02271d4a in module observerdll.dll read address

    I am using Delphi 5, SAP DI API for SAP 2004.
    On a users machine, when we try to connect, we get an error "Access violation at 02271d4a in module observerdll.dll read address 00000000".
    Anyone know why they could be getting this error?  And what I need to do to fix it?
    thanks
    Bill

    The problem is I have not been able to reproduce the problem on any of the machines in my office, this is only happening on a client machine.  They have just the SAP client, and our program that uses the DI API.
    I have instructed my client to search for that dll, and try to rename it, and rerun it.  Not sure whether this will fix it or not.
    Here is some example code I am using, I do not at this time know the exact point where the error is returning from, I assume from the Connect function.
    function TtcSAP.Connect: string;
    begin
      // return empty on success
      Result := '';
      try
        // make sure it was created
        if not Assigned(oCompany) then
        begin
          Result := 'Error creating Company object.';
          Exit;
        end;
        if oCompany.Connected then
          oCompany.Disconnect;
        // Specify the user name and password
        oCompany.UserName := sUserName;
        oCompany.Password := sPassword;
        oCompany.DbUserName := sDbUserName;
        oCompany.DbPassword := sDbPassword;
        oCompany.UseTrusted := bUseTrusted;
        // misc settins
        oCompany.language := ln_English;
        // Specify the Company database
        oCompany.CompanyDB := sCompanyDB;
        // specify the server
        oCompany.Server := sServer;
        // connect (0 = success)
        if oCompany.Connect() <> 0 then
        begin
          Result := GetLastError;
          if Trim(Result) = '' then
            Result := 'Connection failed.';
        end;
      except
        on E: Exception do
          Result := E.Message;
      end;
    end;

  • I start the computer the screen has blue vertical stripes and says that the Adobe Air application can not be found. Some of my programs don't run and say: You: Error access violation at 0x0055F525

    I start the computer the screen has blue vertical stripes and says that the Adobe Air application can not be found. Some of my programs don't run and say:
    You: Error access violation at 0x0055F525. I reinstalled Adobe Air. No change. I went to the Adobe webside and they said to repair it with a program. I bought RegCure. Didn't change anything. What to do?

    Hello cor-el, thanks for your reply. I changed my settings for downloads to desktop and it has appeared on there. When I double click I am asked which program I want to open file. I click firefox and another box "opening install" says I have chosen to open the file which is an application and do I want to save it. This is the only real option so I press save file. I get a box saying this is an executable file which may contain viruses - do you want to run. I press ok and the final box showing C drive file name and desktop appears stating application not found.
    This happens the same whenever I try to install.
    To my untrained eye the application is not being recognised as an application and I cannot work out how to get it to do that.
    My plugin is still showing as out of date.
    Is there anything you could suggest. Thanks for your time.

  • Error Access violation address 000835D7

    Hi,
    Does anyone know what Error Access violation address 000835D7 in Diadem 2012 is??
    Thanks

    Hi Leillo,
    If it never throws an error when you run it without debugging, then I'd suggest you debug with MsgBox commands instead of the VBScript Debugger.  Probably it will throw an error when run without debugging, though.  If you can describe a recipe for causing this error, please send/post all required files ([email protected]) and the recipe description to us, and we'll see if we can track down the problem.  Those hex error codes mean nothing to me.
    Brad Turpin
    DIAdem Product Support Engineer
    National Instruments

  • Need help interpreting Kernel Panic Log for MBP w/ Retina Display

    So, I keep getting kernel panics on my new MBP w/ Retina Display. I'm not quite sure how to interpret the log, so I would appreciate your help . I just want to confirm that this is an issue w/ Google Chrome and not something else?
    Interval Since Last Panic Report:  461718 sec
    Panics Since Last Report:          2
    Anonymous UUID:                    BA442D2B-0449-47CA-B3E4-8BD811A74854
    Sat Aug  4 00:39:48 2012
    panic(cpu 3 caller 0xffffff80002c4794): Kernel trap at 0xffffff7f823e39b1, type 14=page fault, registers:
    CR0: 0x0000000080010033, CR2: 0x0000000000000084, CR3: 0x000000005657404e, CR4: 0x00000000001606e0
    RAX: 0xffffff7f823e3a84, RBX: 0x0000000000000077, RCX: 0x000000000000007c, RDX: 0x0000000000b4aba7
    RSP: 0xffffff80ea1f39b0, RBP: 0xffffff80ea1f39c0, RSI: 0xffffff8015e06600, RDI: 0xffffff80230c7000
    R8:  0x0000000000000075, R9:  0xffffff7f8243d380, R10: 0xffffff80ea1f392c, R11: 0xffffff80ea1f3930
    R12: 0xffffff8016c50988, R13: 0xffffff80230c7000, R14: 0xffffff80d3a10000, R15: 0xffffff80230c7000
    RFL: 0x0000000000010282, RIP: 0xffffff7f823e39b1, CS:  0x0000000000000008, SS:  0x0000000000000010
    CR2: 0x0000000000000084, Error code: 0x0000000000000002, Faulting CPU: 0x3
    Backtrace (CPU 3), Frame : Return Address
    0xffffff80ea1f3660 : 0xffffff8000220792
    0xffffff80ea1f36e0 : 0xffffff80002c4794
    0xffffff80ea1f3890 : 0xffffff80002da55d
    0xffffff80ea1f38b0 : 0xffffff7f823e39b1
    0xffffff80ea1f39c0 : 0xffffff7f823e7f7d
    0xffffff80ea1f3b00 : 0xffffff7f823e4ed4
    0xffffff80ea1f3b60 : 0xffffff800065593e
    0xffffff80ea1f3b80 : 0xffffff800065621a
    0xffffff80ea1f3be0 : 0xffffff80006569bb
    0xffffff80ea1f3d20 : 0xffffff80002a3f08
    0xffffff80ea1f3e20 : 0xffffff8000223096
    0xffffff80ea1f3e50 : 0xffffff80002148a9
    0xffffff80ea1f3eb0 : 0xffffff800021bbd8
    0xffffff80ea1f3f10 : 0xffffff80002af140
    0xffffff80ea1f3fb0 : 0xffffff80002dab5e
          Kernel Extensions in backtrace:
             com.apple.driver.AppleIntelHD4000Graphics(7.2.8)[6B02D782-A79F-399C-81FD-353EBF F2AB81]@0xffffff7f823db000->0xffffff7f82441fff
                dependency: com.apple.iokit.IOPCIFamily(2.7)[C0404427-3360-36B4-B483-3C9F0C54A3CA]@0xffffff 7f80829000
                dependency: com.apple.iokit.IONDRVSupport(2.3.4)[474FE7E9-5C79-3AA4-830F-262DF4B6B544]@0xff ffff7f8088d000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.4)[EF26EBCF-7CF9-3FC7-B9AD-6C0C27B89B2B]@0 xffffff7f80854000
    BSD process name corresponding to current thread: Google Chrome He
    Mac OS version:
    11E2620
    Kernel version:
    Darwin Kernel Version 11.4.2: Wed May 30 20:13:51 PDT 2012; root:xnu-1699.31.2~1/RELEASE_X86_64
    Kernel UUID: 25EC645A-8793-3201-8D0A-23EA280EC755
    System model name: MacBookPro10,1 (Mac-C3EC7CD22292981F)
    System uptime in nanoseconds: 11003994580324
    last loaded kext at 7775308584: com.apple.driver.AppleHWSensor          1.9.5d0 (addr 0xffffff7f824ff000, size 28672)
    last unloaded kext at 164467861147: com.apple.iokit.IOEthernetAVBController          1.0.1b1 (addr 0xffffff7f818e9000, size 20480)
    loaded kexts:
    com.apple.driver.AppleHWSensor          1.9.5d0
    com.apple.filesystems.autofs          3.0
    com.apple.driver.AppleMikeyHIDDriver          122
    com.apple.driver.AGPM          100.12.69
    com.apple.driver.ApplePlatformEnabler          2.0.5d3
    com.apple.driver.X86PlatformShim          5.0.0d8
    com.apple.driver.AppleHDA          2.2.3f13
    com.apple.driver.AppleMikeyDriver          2.2.3f13
    com.apple.driver.AppleUpstreamUserClient          3.5.9
    com.apple.driver.AudioAUUC          1.59
    com.apple.driver.AppleSMCPDRC          5.0.0d8
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.GeForce          7.2.8
    com.apple.iokit.IOBluetoothSerialManager          4.0.7f2
    com.apple.driver.AppleSMCLMU          2.0.1d2
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.AudioIPCDriver          1.2.3
    com.apple.driver.ApplePolicyControl          3.1.32
    com.apple.driver.AppleMuxControl          3.1.32
    com.apple.driver.AppleLPC          1.6.0
    com.apple.driver.AppleMCCSControl          1.0.33
    com.apple.driver.AppleIntelHD4000Graphics          7.2.8
    com.apple.driver.AppleIntelFramebufferCapri          7.2.8
    com.apple.driver.BroadcomUSBBluetoothHCIController          4.0.7f2
    com.apple.driver.AppleUSBTCButtons          227.6
    com.apple.driver.AppleUSBTCKeyboard          227.6
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          33
    com.apple.driver.XsanFilter          404
    com.apple.iokit.IOAHCIBlockStorage          2.0.4
    com.apple.driver.AirPort.Brcm4331          560.7.21
    com.apple.driver.AppleSDXC          1.2.2
    com.apple.driver.AppleUSBHub          5.0.8
    com.apple.driver.AppleEFINVRAM          1.6.1
    com.apple.driver.AppleAHCIPort          2.3.0
    com.apple.driver.AppleUSBEHCI          5.0.7
    com.apple.driver.AppleUSBXHCI          1.0.7
    com.apple.driver.AppleSmartBatteryManager          161.0.0
    com.apple.driver.AppleACPIButtons          1.5
    com.apple.driver.AppleRTC          1.5
    com.apple.driver.AppleHPET          1.7
    com.apple.driver.AppleSMBIOS          1.9
    com.apple.driver.AppleACPIEC          1.5
    com.apple.driver.AppleAPIC          1.6
    com.apple.driver.AppleIntelCPUPowerManagementClient          195.0.0
    com.apple.nke.applicationfirewall          3.2.30
    com.apple.security.quarantine          1.3
    com.apple.security.TMSafetyNet          8
    com.apple.driver.AppleIntelCPUPowerManagement          195.0.0
    com.apple.kext.triggers          1.0
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.2.1
    com.apple.driver.DspFuncLib          2.2.3f13
    com.apple.iokit.IOSurface          80.0.2
    com.apple.iokit.IOSerialFamily          10.0.5
    com.apple.iokit.IOAudioFamily          1.8.6fc18
    com.apple.kext.OSvKernDSPLib          1.3
    com.apple.driver.AppleHDAController          2.2.3f13
    com.apple.iokit.IOHDAFamily          2.2.3f13
    com.apple.driver.AppleSMBusPCI          1.0.10d0
    com.apple.driver.AppleGraphicsControl          3.1.32
    com.apple.driver.X86PlatformPlugin          5.1.1d6
    com.apple.driver.AppleSMC          3.1.3d10
    com.apple.driver.IOPlatformPluginFamily          5.1.1d6
    com.apple.driver.AppleBacklightExpert          1.0.4
    com.apple.nvidia.nvGK100hal          7.2.8
    com.apple.driver.AppleSMBusController          1.0.10d0
    com.apple.NVDAResman          7.2.8
    com.apple.iokit.IONDRVSupport          2.3.4
    com.apple.iokit.IOGraphicsFamily          2.3.4
    com.apple.driver.AppleUSBBluetoothHCIController          4.0.7f2
    com.apple.iokit.IOBluetoothFamily          4.0.7f2
    com.apple.driver.AppleThunderboltDPInAdapter          1.8.4
    com.apple.driver.AppleThunderboltDPAdapterFamily          1.8.4
    com.apple.driver.AppleThunderboltPCIDownAdapter          1.2.5
    com.apple.driver.AppleUSBMultitouch          230.5
    com.apple.iokit.IOUSBHIDDriver          5.0.0
    com.apple.driver.AppleUSBMergeNub          5.0.7
    com.apple.driver.AppleUSBComposite          5.0.0
    com.apple.driver.AppleThunderboltNHI          1.6.0
    com.apple.iokit.IOThunderboltFamily          2.0.3
    com.apple.iokit.IO80211Family          420.3
    com.apple.iokit.IONetworkingFamily          2.1
    com.apple.iokit.IOUSBUserClient          5.0.0
    com.apple.iokit.IOAHCIFamily          2.0.8
    com.apple.iokit.IOUSBFamily          5.0.8
    com.apple.driver.AppleEFIRuntime          1.6.1
    com.apple.iokit.IOHIDFamily          1.7.1
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          177.5
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.driver.DiskImages          331.7
    com.apple.iokit.IOStorageFamily          1.7.2
    com.apple.driver.AppleKeyStore          28.18
    com.apple.driver.AppleACPIPlatform          1.5
    com.apple.iokit.IOPCIFamily          2.7
    com.apple.iokit.IOACPIFamily          1.4
    Model: MacBookPro10,1, BootROM MBP101.00EE.B00, 4 processors, Intel Core i7, 2.3 GHz, 8 GB, SMC 2.3f28
    Graphics: NVIDIA GeForce GT 650M, NVIDIA GeForce GT 650M, PCIe, 1024 MB
    Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In, 512 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54333531533642465238432D50422020
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54333531533642465238432D50422020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xEF), Broadcom BCM43xx 1.0 (5.106.198.19.21)
    Bluetooth: Version 4.0.7f2, 2 service, 18 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en0
    Serial ATA Device: APPLE SSD SM256E, 251 GB
    USB Device: hub_device, 0x8087  (Intel Corporation), 0x0024, 0x1a100000 / 2
    USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8510, 0x1a110000 / 3
    USB Device: hub_device, 0x8087  (Intel Corporation), 0x0024, 0x1d100000 / 2
    USB Device: hub_device, 0x0424  (SMSC), 0x2512, 0x1d180000 / 3
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0262, 0x1d182000 / 5
    USB Device: BRCM20702 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x1d181000 / 4
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8286, 0x1d181300 / 8

    Before you do that, go here: >System Preferences>Energy Saver & remove the check for automatic graphics switching:
    See if the panics stop.

  • I need help with the Quote applet.

    Hey all,
    I need help with the Quote applet. I downloaded it and encoded it in the following html code:
    <html>
    <head>
    <title>Part 2</title>
    </head>
    <body>
    <applet      codebase="/demo/quote/classes" code="/demo/quote/JavaQuote.class"
    width="300" height="125" >
    <param      name="bgcolor"      value="ffffff">
    <param      name="bheight"      value="10">
    <param      name="bwidth"      value="10">
    <param      name="delay"      value="1000">
    <param      name="fontname"      value="TimesRoman">
    <param      name="fontsize"      value="14">
    <param      name="link"      value="http://java.sun.com/events/jibe/index.html">
    <param      name="number"      value="3">
    <param      name="quote0"      value="Living next to you is in some ways like sleeping with an elephant. No matter how friendly and even-tempered is the beast, one is affected by every twitch and grunt.|- Pierre Elliot Trudeau|000000|ffffff|7">
    <param      name="quote1"      value="Simplicity is key. Our customers need no special technology to enjoy our services. Because of Java, just about the entire world can come to PlayStar.|- PlayStar Corporation|000000|ffffff|7">
    <param      name="quote2"      value="The ubiquity of the Internet is virtually wasted without a platform which allows applications to utilize the reach of Internet to write ubiquitous applications! That's where Java comes into the picture for us.|- NetAccent|000000|ffffff|7">
    <param      name="space"      value="20">
    </applet>
    </body>
    </html>When I previewed it in Netscape Navigator, a box with a red X appeared, and this appeared in the console when I opened it:
    load: class /demo/quote/JavaQuote.class not found.
    java.lang.ClassNotFoundException: .demo.quote.JavaQuote.class
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.FileNotFoundException: \demo\quote\JavaQuote\class.class (The system cannot find the path specified)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(Unknown Source)
         at java.io.FileInputStream.<init>(Unknown Source)
         at sun.net.www.protocol.file.FileURLConnection.connect(Unknown Source)
         at sun.net.www.protocol.file.FileURLConnection.getInputStream(Unknown Source)
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 10 more
    Exception in thread "Thread-4" java.lang.NullPointerException
         at sun.plugin.util.GrayBoxPainter.showLoadingError(Unknown Source)
         at sun.plugin.AppletViewer.showAppletException(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    java.lang.NullPointerException
         at sun.plugin.util.GrayBoxPainter.showLoadingError(Unknown Source)
         at sun.plugin.AppletViewer.showAppletStatus(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)What went wrong? and how can I make it run correct?
    Thanks,
    Nathan Pinno

    JavaQuote.class is not where your HTML says it is. That is at the relative URL "/demo/quote/".

  • I need help on the below problem..

    Hi All,
    I need help on the below problem..
    I've 2 Schemas called
         1. MAXIMO and DBLink is GQMFOF
         2. GQMMGR adn DBLink is MAXFOFNC
    Now i would likw to retrive the data from both the schemas,
    i.e some columns from WORKORDER table of maximo schema and some columns from ESTIMATE_HEADER table
    of GQMMGR schema..
    I'm trying to get the data using DB links, but it is giving TABLE/VIEW doesn't exist.
    Please help me on this.
    Regards,
    gr.

    Does your user has the SELECT privelage granted for accessing those tables?

  • Need help with log4j logging tool (org.apache.log4j.*) to log into database

    Hi,
    I need help with log4j logging tool (org.apache.log4j.*) to log into database using JDBCAppender. Have look at my logger code and corresponding log4j.properties file stated below. I'm running this program using Eclipse IDE and it's giving me the following error (highlighted in red) at the end:
    log4j: Parsing for [root] with value=[debug, stdout, Roll, CRSDBAPPENDER].
    log4j: Level token is [debug].
    log4j: Category root set to DEBUG
    log4j: Parsing appender named "stdout".
    log4j: Parsing layout options for "stdout".
    log4j: Setting property [conversionPattern] to [%x %d{HH:mm:ss,SSS} %5p [%t] (%c:%-4L %M) - %m%n].
    log4j: End of parsing for "stdout".
    log4j: Parsed "stdout" options.
    log4j: Parsing appender named "Roll".
    log4j: Parsing layout options for "Roll".
    log4j: Setting property [conversionPattern] to [%x %d{yyyy.MM.dd HH:mm:ss,SSS} %5p [%t] (%c:%-4L %M) - %m%n].
    log4j: End of parsing for "Roll".
    log4j: Setting property [file] to [HelloWorld.log].
    log4j: Setting property [maxBackupIndex] to [10].
    log4j: Setting property [maxFileSize] to [20KB].
    log4j: setFile called: HelloWorld.log, true
    log4j: setFile ended
    log4j: Parsed "Roll" options.
    log4j: Parsing appender named "CRSDBAPPENDER".
    {color:#ff0000}
    Can't find class HelloWorld{color}
    import org.apache.log4j.*;
    public class HelloWorld {
    static Logger log = Logger.getLogger(HelloWorld.class.getName());
    public static void main(String[] args) {
    try{
    // Now, try a few logging methods
    MDC.put("myComputerName", "Ravinder");
    MDC.put("crsServerName", "ARNDEV01");
    log.debug("Start of main()");
    log.info("Just testing a log message with priority set to INFO");
    log.warn("Just testing a log message with priority set to WARN");
    log.error("Just testing a log message with priority set to ERROR");
    log.fatal("Just testing a log message with priority set to FATAL");
    catch(Exception e){
    e.printStackTrace();
    ------------------------- log4j.properties file ------------------------------
    #### Use three appenders - log to console, file and database
    log4j.rootCategory=debug, stdout, Roll, CRSDBAPPENDER
    log4j.debug=true
    # Print only messages of priority WARN or higher for your category
    # log4j.category.your.category.name=WARN
    # Specifically inherit the priority level
    # log4j.category.your.category.name=INHERITED
    #### stdout - First appender writes to console
    log4j.appender.stdout=org.apache.log4j.ConsoleAppender
    log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
    log4j.appender.stdout.layout.ConversionPattern=%x %d{HH:mm:ss,SSS} %5p [%t] (%c:%-4L %M) - %m%n
    #### Roll - Second appender writes to a file
    log4j.appender.Roll=org.apache.log4j.RollingFileAppender
    ##log4j.appender.Roll.File=${InstanceName}.log
    log4j.appender.Roll.File=HelloWorld.log
    log4j.appender.Roll.MaxFileSize=20KB
    log4j.appender.Roll.MaxBackupIndex=10
    log4j.appender.Roll.layout=org.apache.log4j.PatternLayout
    log4j.appender.Roll.layout.ConversionPattern=%x %d{yyyy.MM.dd HH:mm:ss,SSS} %5p [%t] (%c:%-4L %M) - %m%n
    #### CRSDBAPPENDER - third appender writes to the database
    log4j.appender.CRSDBAPPENDER=org.apache.log4j.jdbc.JDBCAppender
    log4j.appender.CRSDBAPPENDER.Driver=net.sourceforge.jtds.jdbc.Driver
    log4j.appender.CRSDBAPPENDER.URL=jdbc:jtds:sqlserver:/arncorp15:1433;DatabaseName=LOG
    log4j.appender.CRSDBAPPENDER.USER=sa
    log4j.appender.CRSDBAPPENDER.PASSWORD=p8ss3doff
    log4j.appender.CRSDBAPPENDER.layout=org.apache.log4j.PatternLayout
    log4j.appender.CRSDBAPPENDER.sql=INSERT INTO LOG (computername, crsservername, logtime, loglevel, threadname, filename, linenumber, logtext) VALUES ('%X{myComputerName}', '%X{crsServerName}', '%d{dd MMM yyyy HH:mm:ss,SSS}', '%p', '%t', '%F', '%L', '%m')
    #log4j.appender.CRSDBAPPENDER.sql=INSERT INTO LOG(COMPUTERNAME,CRSSERVERNAME,LOGTIME,LOGLEVEL,THREADNAME,FILENAME,LINENUMBER,LOGTEXT) select host_name(),'${CRSServerName}${InstanceName}','%d','%5p','%t','%F','%L','%m%n'
    #log4j.appender.CRSDBAPPENDER.sql=INSERT INTO LOG (computername, crsservername, logtime, loglevel, threadname, filename, linenumber, logtext) VALUES ("%X{myComputerName}", "%X{crsServerName}", "%d{dd MMM yyyy HH:mm:ss,SSS}", "%p", "%t", "%F", "%L", "%m")
    ------------------------------- end of log4j.properties file ------------------------------
    Here is the directory structure of my program. My log4j.properties file and HelloWorld.class file are residing in folder HelloWorld\bin.
    HelloWorld\bin
    HelloWorld\lib
    HelloWorld\src
    Please note - The same program works fine for console and file appender when I comment the database appender part in my properties file.
    Thanks
    Ravinder

    try this :
    log4j.appender.PROJECT.Append=false

  • I still need help with the Dictionary for my Nokia...

    I still need help with the Dictionary for my Nokia 6680...
    Here's the error message I get when trying to open dictionary...
    "Dictionary word information missing. Install word database."
    Can someone please provide me a link the where I could download this dictionary for free?
    Thanks!
    DON'T HIT KIDS... THEY HAVE GUNS NOW.

    oops, im sorry, i didnt realised i've already submitted it
    DON'T HIT KIDS... THEY HAVE GUNS NOW.

  • I just created an iCloud email and I want to use that email for my iTunes account as well. I need help suiting the old apple I'd because I do not remember anything associated with that email and I don't know the security questions

    I just created an iCloud email and I want to use that email for my iTunes account as well. I need help switching the old apple ID because I do not remember anything associated with that email and I don't know the security questions or the login for that old email.

    You cannot do that.  The AppleID you used to create the iCloud account is an active primary email address.  The email address you created with the iCloud account is also an active primary email address (all Apple domain email address automatically become AppleIDs as well).  You cannot replace the primary email address on one active AppleID with the primary email address on another, active AppleID.
    You can use your iCloud email/AppleID with iTunes, but it will be a separate account, so all your previous purchases remain tied to the other AppleID you have.
    I don't understand your statement that you could not remeber your old AppleID password, as you would have had to use it to create the iCloud account in the first place (the first step of creating the iCloud account required you to login with your existing AppleID and password)?

  • When connect ipod nano 6th gen i get error message "you need to format the disk in drive G: before you can use it Do you want to format it?"

    when connect ipod nano 6th gen i get error message "you need to format the disk in drive G: before you can use it Do you want to format it?" Any suggestions please

    Hi Michael
    These are the answers
     to your questions
    What is the OS version, Windows Server 2008?   
    Microsoft Windows [Version 6.0.6001]  
    SP1
     On which disk you choose to install it, the C: drive? 
    I have Raid 5
    What
    is the output of the Checkdsk?   It find Nothing
    Could
    you please upload us a screen shot?  I have no 
    Screen shot
    Is
    the C: drive is a external drive?  NO
    Besides,
    have you manually assigned the drive letter? 
    NO
    Thanks

Maybe you are looking for

  • Problem displaying CheckboxGroup on JFrame

    I was recently assigned the task of creating exams. I am trying to create a CheckboxGroup in a class that was passed the Graphics2D tool. This code compiles with no errors when I call it's method: setLayout(new GridLayout(1, 5));           CheckboxGr

  • Which optical drive is good for my macbook air?

    which optical drive is good for my macbook air?

  • Trouble connecting to SQL 2005

    I'm using Flex 3, trying to connect to SQL 2005 via ASP with IIS7. I was following the instructions listed [url=http://livedocs.adobe.com/flex/3/html/help.html?content=data_3.html]here [/url] under the section "Generating an ASP .NET database applica

  • Profit Center missing in FAGLFLEXT and FAGLFLEXA

    Hi All, I am trying to download FAGLFLEXT data via SE16, and realized that the profit center is blank, although it appeared in the document display (FAGLB03). The same thing also happen to FAGLFLEXA. Is this a normal behavior or it is because of miss

  • Third party synchronous interface to SAP

    Hi,   I have a scenario where system A (third party app) needs to send a "show me prices" query to SAP and this needs to be synchronous. Can anyone tell me if there is a walkthrough for this scenario I can look at? I believe I need an integration pro