muhammadnaveed / syncnotes2google

Automatically exported from code.google.com/p/syncnotes2google
0 stars 0 forks source link

Access violation - Java Hotspot Client - nlsxbe.dll #97

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Here is my batch :

@ECHO OFF
CLS
rem The path to the notes installation
set notes-path=C:\Program Files\Notes

rem The relative path to the Notes.jar from the notes installation. ex. 
Notes.jar or jvm/lib/ext/Notes.jar
set notes-jar=notes.jar

cd %~dp0

REM set cPath=%CLASSPATH%;Y:\Syncnotes2google-0.0.5\syncnotes2google.jar
 set cPath=.\syncnotes2google.jar

set cPath=%cPath%;"%notes-path%\%notes-jar%"
set cPath=%cPath%;.\lib\domingo-1.5.1.jar
set cPath=%cPath%;D:\Notes
set cPath=%cPath%;.\lib\gdata-calendar-2.0.jar
set cPath=%cPath%;.\lib\gdata-calendar-meta-2.0.jar
set cPath=%cPath%;.\lib\gdata-client-1.0.jar
set cPath=%cPath%;.\lib\gdata-client-meta-.0.jar
set cPath=%cPath%;.\lib\gdata-core-1.0.jar
set cPath=%cPath%;.\lib\gdata-media-1.0.jar
set cPath=%cPath%;.\lib\google-collect-1.0-rc1.jar

set path=%path%;%notes-path%

REM @echo on
java -classpath %cPath% com.googlecode.syncnotes2google.SyncNotes2Google 

I've copied notes.ini in my standard c:\program files\Notes directory, because 
I previously had a Error 421. 

Now what I get is :

SyncNotes2Google has started.
Start notes-to-google to google-to-notes synchronization.
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x632db196, pid=3292, tid=3244
#
# Java VM: Java HotSpot(TM) Client VM (1.5.0_10-b03 mixed mode, sharing)
# Problematic frame:
# C  [nlsxbe.dll+0xdb196]
#
# An error report file with more information is saved as hs_err_pid3292.log
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
#

Here is the content of this log:
#####################################################################
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x632db196, pid=3292, tid=3244
#
# Java VM: Java HotSpot(TM) Client VM (1.5.0_10-b03 mixed mode, sharing)
# Problematic frame:
# C  [nlsxbe.dll+0xdb196]
#

---------------  T H R E A D  ---------------

Current thread (0x00bc0268):  JavaThread "Domingo Thread 0" daemon 
[_thread_in_native, id=3244]

siginfo: ExceptionCode=0xc0000005, reading address 0x00000138

Registers:
EAX=0x00000000, EBX=0x26c67730, ECX=0x033cf658, EDX=0x00000000
ESP=0x033cf61c, EBP=0x033cf61c, ESI=0x26c67730, EDI=0x00bc0268
EIP=0x632db196, EFLAGS=0x00010202

Top of Stack: (sp=0x033cf61c)
0x033cf61c:   033cf684 63281e0d 00000000 03987f94
0x033cf62c:   039804b0 00000001 00000000 00bc0268
0x033cf63c:   26c67730 26c67730 00b97008 02fd8cb0
0x033cf64c:   03987f94 033cf684 033cf67c 6d66a8d6
0x033cf65c:   00bc0268 00000006 03987f94 00000000
0x033cf66c:   00000000 00000000 033cf638 033cf82c
0x033cf67c:   6332e270 00000001 033cf6b4 00bd832f
0x033cf68c:   00bc0328 033cf6c8 000004b0 033cf698 

Instructions: (pc=0x632db196)
0x632db186:   75 cc 5f 5e 5b 8b e5 5d c3 cc 55 8b ec 8b 45 08
0x632db196:   8b 80 38 01 00 00 56 8b f1 33 c9 3b c1 89 45 08 

Stack: [0x03390000,0x033d0000),  sp=0x033cf61c,  free space=253k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [nlsxbe.dll+0xdb196]
C  [nlsxbe.dll+0x81e0d]
j  lotus.domino.local.NotesBase.PropGetString(I)Ljava/lang/String;+0
j  lotus.domino.local.Session.getNotesVersion()Ljava/lang/String;+12
j  de.bea.domingo.proxy.NotesProxyFactory.logSsession(Llotus/domino/Session;)V+9
j  
de.bea.domingo.proxy.NotesProxyFactory.getSession()Lde/bea/domingo/DSession;+35
v  ~StubRoutines::call_stub
V  [jvm.dll+0x8757c]
V  [jvm.dll+0xde804]
V  [jvm.dll+0x8744d]
V  [jvm.dll+0xf2882]
V  [jvm.dll+0xa54b1]
C  [java.dll+0x6d23]
j  
sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object
;)Ljava/lang/Object;+87
j  
sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Ob
ject;)Ljava/lang/Object;+6
j  
java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang
/Object;+111
j  de.bea.domingo.service.InvocationTask.run()V+20
j  de.bea.domingo.threadpool.SimpleThreadPool.run()V+162
j  de.bea.domingo.proxy.DNotesThread.run()V+11
v  ~StubRoutines::call_stub
V  [jvm.dll+0x8757c]
V  [jvm.dll+0xde804]
V  [jvm.dll+0x8744d]
V  [jvm.dll+0x871aa]
V  [jvm.dll+0xa1de8]
V  [jvm.dll+0x10fad4]
V  [jvm.dll+0x10faa2]
C  [MSVCRT.dll+0x2a3b0]
C  [kernel32.dll+0xb50b]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  lotus.domino.local.NotesBase.PropGetString(I)Ljava/lang/String;+0
j  lotus.domino.local.Session.getNotesVersion()Ljava/lang/String;+12
j  de.bea.domingo.proxy.NotesProxyFactory.logSsession(Llotus/domino/Session;)V+9
j  
de.bea.domingo.proxy.NotesProxyFactory.getSession()Lde/bea/domingo/DSession;+35
v  ~StubRoutines::call_stub
j  
sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lan
g/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
j  
sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object
;)Ljava/lang/Object;+87
j  
sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Ob
ject;)Ljava/lang/Object;+6
j  
java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang
/Object;+111
j  de.bea.domingo.service.InvocationTask.run()V+20
j  de.bea.domingo.threadpool.SimpleThreadPool.run()V+162
j  de.bea.domingo.proxy.DNotesThread.run()V+11
v  ~StubRoutines::call_stub

---------------  P R O C E S S  ---------------

Java Threads: ( => current thread )
=>0x00bc0268 JavaThread "Domingo Thread 0" daemon [_thread_in_native, id=3244]
  0x00b6c988 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=1600]
  0x00b6b698 JavaThread "CompilerThread0" daemon [_thread_blocked, id=3316]
  0x00b6a928 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=3904]
  0x00b65778 JavaThread "Finalizer" daemon [_thread_blocked, id=3868]
  0x00b64328 JavaThread "Reference Handler" daemon [_thread_blocked, id=2184]
  0x00037348 JavaThread "main" [_thread_blocked, id=2620]

Other Threads:
  0x00b63f30 VMThread [id=1716]
  0x00b87558 WatcherThread [id=3872]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
 def new generation   total 576K, used 332K [0x22bd0000, 0x22c70000, 0x230b0000)
  eden space 512K,  52% used [0x22bd0000, 0x22c131a8, 0x22c50000)
  from space 64K, 100% used [0x22c60000, 0x22c70000, 0x22c70000)
  to   space 64K,   0% used [0x22c50000, 0x22c50000, 0x22c60000)
 tenured generation   total 1408K, used 471K [0x230b0000, 0x23210000, 0x26bd0000)
   the space 1408K,  33% used [0x230b0000, 0x23125f80, 0x23126000, 0x23210000)
 compacting perm gen  total 8192K, used 818K [0x26bd0000, 0x273d0000, 0x2abd0000)
   the space 8192K,   9% used [0x26bd0000, 0x26c9c8e8, 0x26c9ca00, 0x273d0000)
    ro space 8192K,  63% used [0x2abd0000, 0x2b0deda8, 0x2b0dee00, 0x2b3d0000)
    rw space 12288K,  46% used [0x2b3d0000, 0x2b9712b8, 0x2b971400, 0x2bfd0000)

Dynamic libraries:
0x00400000 - 0x0040d000     C:\WINNT\system32\java.exe
0x7c910000 - 0x7c9c7000     C:\WINNT\system32\ntdll.dll
0x7c800000 - 0x7c904000     C:\WINNT\system32\kernel32.dll
0x77da0000 - 0x77e4c000     C:\WINNT\system32\ADVAPI32.dll
0x77e50000 - 0x77ee1000     C:\WINNT\system32\RPCRT4.dll
0x77be0000 - 0x77c38000     C:\WINNT\system32\MSVCRT.dll
0x002b0000 - 0x002c9000     C:\Program Files\Stéphane\SuperCopier2\SC2Hook.dll
0x77d10000 - 0x77da0000     C:\WINNT\system32\user32.dll
0x77ef0000 - 0x77f36000     C:\WINNT\system32\GDI32.dll
0x770e0000 - 0x7716c000     C:\WINNT\system32\oleaut32.dll
0x774a0000 - 0x775dc000     C:\WINNT\system32\ole32.dll
0x6d630000 - 0x6d7cc000     C:\Program Files\Java\jre1.5.0_10\bin\client\jvm.dll
0x76ae0000 - 0x76b0f000     C:\WINNT\system32\WINMM.dll
0x6d280000 - 0x6d288000     C:\Program Files\Java\jre1.5.0_10\bin\hpi.dll
0x76ba0000 - 0x76bab000     C:\WINNT\system32\PSAPI.DLL
0x6d600000 - 0x6d60c000     C:\Program Files\Java\jre1.5.0_10\bin\verify.dll
0x6d300000 - 0x6d31d000     C:\Program Files\Java\jre1.5.0_10\bin\java.dll
0x6d620000 - 0x6d62f000     C:\Program Files\Java\jre1.5.0_10\bin\zip.dll
0x6d000000 - 0x6d169000     C:\Program Files\Java\jre1.5.0_10\bin\awt.dll
0x72f50000 - 0x72f76000     C:\WINNT\system32\WINSPOOL.DRV
0x76320000 - 0x7633d000     C:\WINNT\system32\IMM32.dll
0x63200000 - 0x633cc000     C:\Program Files\Notes\nlsxbe.dll
0x10000000 - 0x10314000     C:\Program Files\Notes\nxmlproc.dll
0x7c3c0000 - 0x7c43c000     C:\WINNT\system32\MSVCP71.dll
0x7c360000 - 0x7c3b6000     C:\WINNT\system32\MSVCR71.dll
0x60000000 - 0x60ea9000     C:\Program Files\Notes\nnotes.dll
0x62b50000 - 0x62ba9000     C:\Program Files\Notes\js32.dll
0x62c50000 - 0x62d47000     C:\Program Files\Notes\NLSCCSTR.DLL
0x76720000 - 0x76729000     C:\WINNT\system32\SHFOLDER.dll
0x76340000 - 0x7638a000     C:\WINNT\system32\comdlg32.dll
0x77f40000 - 0x77fb6000     C:\WINNT\system32\SHLWAPI.dll
0x58b50000 - 0x58be7000     C:\WINNT\system32\COMCTL32.dll
0x7c9d0000 - 0x7d1f2000     C:\WINNT\system32\SHELL32.dll
0x719f0000 - 0x71a07000     C:\WINNT\system32\WS2_32.dll
0x719e0000 - 0x719e8000     C:\WINNT\system32\WS2HELP.dll
0x63460000 - 0x63466000     C:\Program Files\Notes\ndgts.dll
0x18200000 - 0x1822e000     C:\Program Files\Notes\LTOUIN22.dll
0x77390000 - 0x77492000 
    C:\WINNT\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600
.2180_x-ww_a84f1ff9\comctl32.dll
0x62dd0000 - 0x62ecb000     C:\Program Files\Notes\NSTRINGS.DLL

VM Arguments:
java_command: com.googlecode.syncnotes2google.SyncNotes2Google
Launcher Type: SUN_STANDARD

Environment Variables:
JAVA_HOME=C:\Program Files\Java\jre1.5.0_10
CLASSPATH=.;C:\Program Files\Fichiers communs\JAR\ha3270n.jar;C:\Program 
Files\Fichiers communs\JAR\habasen.jar;C:\Program Files\Fichiers 
communs\JAR\hacp.jar;C:\Program Files\Fichiers 
communs\JAR\hacp1a.jar;C:\Program Files\Java\jre1.5.0_02\lib\ext\QTJava.zip
PATH=C:\Program Files\Borland\Delphi7\Bin;C:\Program 
Files\Borland\Delphi7\Projects\Bpl\;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32
\Wbem;C:\Perl\bin\;C:\;C:\progra~1\UltraEdit;C:\Progra~1\ora92\bin;C:\Program 
Files\Oracle\jre\1.3.1\bin;C:\Program Files\Oracle\jre\1.1.8\bin;C:\Program 
Files\Business Objects\BusinessObjects Enterprise 
6\bin\orb\asp\6.0\bin;C:\Program Files\Business Objects\BusinessObjects 
Enterprise 6\bin\orb\bin;C:\Program Files\Business Objects\BusinessObjects 
Enterprise 6\bin;C:\Program Files\HP OpenView\bin;z:\Program 
Files\Samsung\Samsung PC Studio 3;z:\Program Files\Samsung PC Studio 
3;C:\Program Files\QuickTime\QTSystem\;d:\xog;d:\xog\bin;C:\Program 
Files\Notes;C:\Program Files\Notes;C:\Program Files\Notes;C:\Program 
Files\Notes;C:\Program Files\Notes;C:\Program Files\Notes;C:\Program 
Files\Notes;C:\Program Files\Notes;C:\Program Files\Notes;C:\Program 
Files\Notes;C:\Program Files\Notes;C:\Program Files\Notes
USERNAME=S25323
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 6 Model 15 Stepping 13, GenuineIntel

---------------  S Y S T E M  ---------------

OS: Windows XP Build 2600 Service Pack 2

CPU:total 2 (cores per cpu 2, threads per core 1) family 6 model 15 stepping 
13, cmov, cx8, fxsr, mmx, sse, sse2

Memory: 4k page, physical 2086804k(1012844k free), swap 1929556k(1081040k free)

vm_info: Java HotSpot(TM) Client VM (1.5.0_10-b03) for windows-x86, built on 
Nov  9 2006 13:13:34 by "java_re" with MS VC++ 6.0

#######################################################################

What version of the product are you using? On what operating system?
I'm using Windows XP SP2 (5.1.2600)

Please provide any additional information below.

Original issue reported on code.google.com by stephane...@gmail.com on 1 Feb 2012 at 4:40

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Is it a sync2google problem, or a Java installation problem ? I can't get it by 
myself.

Thanks anybody for helping, I need this tool ....

Original comment by stephane...@gmail.com on 1 Feb 2012 at 4:43