|
From: Bernd L. <Ber...@we...> - 2007-01-08 16:13:52
Attachments:
hs_err_pid2212.log
hs_err_pid1620.log
|
Hi, we tested the wrapper (3.2.3) using the SimpleApp integration. Everything works fine except that we experience some JVM crashes, resulting in hs_err files. One crash occurs in WrapperManager.WrapperManager.access(), another in WrapperManager.run(). Always thread Wrapper-Control-Event-Monitor and WrapperManager.nativeGetControlEvent(). I have not discovered what influences the crashes, as it does occur in random time intervals. See attached files for details. Any hints? Bernd |
|
From: Leif M. <le...@ta...> - 2007-04-03 08:41:00
|
Bernd,
Worry I had not gotten back to you. Another user was having a
problem with crashes
in the WrapperManager.nativeGetControlEvent() on 64-bit Unix platforms.
I had thought
that it was only a 64-bit problem. But you are using the 32-bit version.
What is the hardware that you are using? Is it a 64-bit CPU? What
about the OS?
With 64-bit, it was a race condition. I think it is caused by 2
32-bit variables using the
same physical 64-bit piece of memory. On 32-bit systems, the read
writes were atomic
and it was not an issue. I had been aware of this when I created it and
had thought it
was safe.
The fix was to add "synchronization" around this code using mutexes
in the C code
on 2007/1/06. This fix has been checked in and will be in the 3.2.4 release.
I have been working actively on the release and will get it out as
soon as possible.
There are still a few outstanding issues.
I am not at a point where I can make a snapshot build at the moment,
but I had made
one on 2007/1/25. Could you please give that a try and let me know if
has resolved
the problem for you.
http://wrapper.tanukisoftware.org/tmp/3.2.4-b/wrapper-windows-x86-32-3.2.4-b.zip
Cheers,
Leif
Bernd Laengerich wrote:
> Hi,
>
> we tested the wrapper (3.2.3) using the SimpleApp integration.
> Everything works fine except that we experience some JVM crashes,
> resulting in hs_err files.
>
> One crash occurs in WrapperManager.WrapperManager.access(), another in
> WrapperManager.run(). Always thread Wrapper-Control-Event-Monitor and
> WrapperManager.nativeGetControlEvent(). I have not discovered what
> influences the crashes, as it does occur in random time intervals.
>
> See attached files for details.
>
> Any hints?
>
> Bernd
>
> ------------------------------------------------------------------------
>
> #
> # An unexpected error has been detected by HotSpot Virtual Machine:
> #
> # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x030610b0, pid=2212, tid=1180
> #
> # Java VM: Java HotSpot(TM) Client VM (1.4.2_11-b06 mixed mode)
> # Problematic frame:
> # C 0x030610b0
> #
>
> --------------- T H R E A D ---------------
>
> Current thread (0x007eda80): JavaThread "Wrapper-Control-Event-Monitor" daemon [_thread_in_native, id=1180]
>
> siginfo: ExceptionCode=0xc0000005, reading address 0x030610b0
>
> Registers:
> EAX=0x030dfc44, EBX=0x007eda80, ECX=0x00000064, EDX=0x00997c22
> ESP=0x030dfc34, EBP=0x030dfc48, ESI=0x1812b770, EDI=0x1812b770
> EIP=0x030610b0, EFLAGS=0x00010202
>
> Top of Stack: (sp=0x030dfc34)
> 0x030dfc34: 00997c78 007edb1c 030dfc44 00000000
> 0x030dfc44: 1812b9b0 030dfcc8 00a3c6f4 00000064
> 0x030dfc54: 00000000 007784d0 000036aa 030dfcc4
> 0x030dfc64: 080a47ac 00036640 00a3bd08 080687d2
> 0x030dfc74: 080367d8 00000000 00a3bd08 0806df40
> 0x030dfc84: 007eda80 18133056 00000099 80008fc6
> 0x030dfc94: 80008fc5 80008fc6 80008fc6 00000000
> 0x030dfca4: 00000000 00000000 80008fc6 00000000
>
> Instructions: (pc=0x030610b0)
> 0x030610a0:
> [error occurred during error reporting, step 100, id 0xc0000005]
>
> Stack: [0x030a0000,0x030e0000), sp=0x030dfc34, free space=255k
> Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
> C 0x030610b0
> J org.tanukisoftware.wrapper.WrapperManager$3.run()V
> v ~RuntimeStub::osr_frame_return Runtime1 stub
> v ~StubRoutines::call_stub
> V [jvm.dll+0x72846]
> V [jvm.dll+0xac976]
> V [jvm.dll+0x72753]
> V [jvm.dll+0x7244f]
> V [jvm.dll+0x72488]
> V [jvm.dll+0x8a3a0]
> V [jvm.dll+0xd0de8]
> V [jvm.dll+0xd0db6]
> C [MSVCRT.dll+0x2a3b0]
> C [kernel32.dll+0xb50b]
>
> Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
> J org.tanukisoftware.wrapper.WrapperManager.nativeGetControlEvent()I
> J org.tanukisoftware.wrapper.WrapperManager$3.run()V
> v ~RuntimeStub::osr_frame_return Runtime1 stub
> v ~StubRoutines::call_stub
>
> --------------- P R O C E S S ---------------
>
> Java Threads: ( => current thread )
> 0x02af5cf8 JavaThread "ServiceRequestDispatcher-P=2/T=6-idle" daemon [_thread_blocked, id=1424]
> 0x02b00b80 JavaThread "ServiceRequestDispatcher-P=2/T=5-idle" daemon [_thread_blocked, id=1384]
> 0x02b4b008 JavaThread "ThreadPool-P=0/T=4-idle" daemon [_thread_blocked, id=3504]
> 0x00780818 JavaThread "EftRequestDispatcher-P=1/T=3-idle" daemon [_thread_blocked, id=3512]
> 0x02b58b18 JavaThread "EftRequestDispatcher-P=1/T=2-idle" daemon [_thread_blocked, id=1204]
> 0x02b58920 JavaThread "ThreadPool-P=0/T=1-idle" daemon [_thread_blocked, id=3652]
> 0x02b70e20 JavaThread "Cron" daemon [_thread_blocked, id=1604]
> 0x007c8bf8 JavaThread "Thread-11" [_thread_blocked, id=2288]
> 0x02b6ed70 JavaThread "Thread-10" [_thread_blocked, id=1828]
> 0x02b6ec08 JavaThread "SystemMonitor" [_thread_blocked, id=3780]
> 0x02e18a00 JavaThread "ThreadPool-P=0/T=0-idle" daemon [_thread_blocked, id=3356]
> 0x02d7b7e0 JavaThread "Thread-4" daemon [_thread_blocked, id=1948]
> 0x02d335c8 JavaThread "0/ServerMain" [_thread_blocked, id=1132]
> 0x00036fd8 JavaThread "DestroyJavaVM" [_thread_blocked, id=3216]
> =>0x007eda80 JavaThread "Wrapper-Control-Event-Monitor" daemon [_thread_in_native, id=1180]
> 0x00774d10 JavaThread "CompilerThread0" daemon [_thread_blocked, id=216]
> 0x00774160 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=1860]
> 0x00771510 JavaThread "Finalizer" daemon [_thread_blocked, id=3732]
> 0x00770188 JavaThread "Reference Handler" daemon [_thread_blocked, id=1640]
>
> Other Threads:
> 0x0076f080 VMThread [id=3704]
> 0x007768c8 WatcherThread [id=2788]
>
> VM state:not at safepoint (normal execution)
>
> VM Mutex/Monitor currently owned by a thread: None
>
> Heap
> def new generation total 4608K, used 3852K [0x10010000, 0x10510000, 0x109e0000)
> eden space 4096K, 82% used [0x10010000, 0x1035cfc0, 0x10410000)
> from space 512K, 92% used [0x10410000, 0x10486040, 0x10490000)
> to space 512K, 0% used [0x10490000, 0x10490000, 0x10510000)
> tenured generation total 60544K, used 6360K [0x109e0000, 0x14500000, 0x18010000)
> the space 60544K, 10% used [0x109e0000, 0x11016138, 0x11016200, 0x14500000)
> compacting perm gen total 9984K, used 9926K [0x18010000, 0x189d0000, 0x1c010000)
> the space 9984K, 99% used [0x18010000, 0x189c1ab8, 0x189c1c00, 0x189d0000)
>
> Dynamic libraries:
> 0x00400000 - 0x0040b000 C:\Program Files\Java\j2re1.4.2_11\bin\java.exe
> 0x7c900000 - 0x7c9b0000 C:\WINDOWS\system32\ntdll.dll
> 0x7c800000 - 0x7c8f4000 C:\WINDOWS\system32\kernel32.dll
> 0x77dd0000 - 0x77e6b000 C:\WINDOWS\system32\ADVAPI32.dll
> 0x77e70000 - 0x77f01000 C:\WINDOWS\system32\RPCRT4.dll
> 0x77c10000 - 0x77c68000 C:\WINDOWS\system32\MSVCRT.dll
> 0x08000000 - 0x0813f000 C:\Program Files\Java\j2re1.4.2_11\bin\client\jvm.dll
> 0x77d40000 - 0x77dd0000 C:\WINDOWS\system32\USER32.dll
> 0x77f10000 - 0x77f56000 C:\WINDOWS\system32\GDI32.dll
> 0x76b40000 - 0x76b6d000 C:\WINDOWS\system32\WINMM.dll
> 0x10000000 - 0x10007000 C:\Program Files\Java\j2re1.4.2_11\bin\hpi.dll
> 0x76bf0000 - 0x76bfb000 C:\WINDOWS\system32\PSAPI.DLL
> 0x77fe0000 - 0x77ff1000 C:\WINDOWS\system32\Secur32.dll
> 0x00390000 - 0x0039e000 C:\Program Files\Java\j2re1.4.2_11\bin\verify.dll
> 0x003b0000 - 0x003c9000 C:\Program Files\Java\j2re1.4.2_11\bin\java.dll
> 0x003d0000 - 0x003de000 C:\Program Files\Java\j2re1.4.2_11\bin\zip.dll
> 0x7c9c0000 - 0x7d1d4000 C:\WINDOWS\system32\SHELL32.DLL
> 0x77f60000 - 0x77fd6000 C:\WINDOWS\system32\SHLWAPI.dll
> 0x773d0000 - 0x774d2000 C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9\comctl32.dll
> 0x5d090000 - 0x5d127000 C:\WINDOWS\system32\comctl32.dll
> 0x03160000 - 0x0316f000 C:\Program Files\Java\j2re1.4.2_11\bin\net.dll
> 0x71ab0000 - 0x71ac7000 C:\WINDOWS\system32\WS2_32.dll
> 0x71aa0000 - 0x71aa8000 C:\WINDOWS\system32\WS2HELP.dll
> 0x71a50000 - 0x71a8f000 C:\WINDOWS\system32\mswsock.dll
> 0x662b0000 - 0x66308000 C:\WINDOWS\system32\hnetcfg.dll
> 0x71a90000 - 0x71a98000 C:\WINDOWS\System32\wshtcpip.dll
> 0x76f20000 - 0x76f47000 C:\WINDOWS\system32\DNSAPI.dll
> 0x76fb0000 - 0x76fb8000 C:\WINDOWS\System32\winrnr.dll
> 0x76f60000 - 0x76f8c000 C:\WINDOWS\system32\WLDAP32.dll
> 0x76fc0000 - 0x76fc6000 C:\WINDOWS\system32\rasadhlp.dll
> 0x76d60000 - 0x76d79000 C:\WINDOWS\system32\iphlpapi.dll
> 0x76d40000 - 0x76d58000 C:\WINDOWS\system32\MPRAPI.dll
> 0x77cc0000 - 0x77cf2000 C:\WINDOWS\system32\ACTIVEDS.dll
> 0x76e10000 - 0x76e35000 C:\WINDOWS\system32\adsldpc.dll
> 0x5b860000 - 0x5b8b4000 C:\WINDOWS\system32\NETAPI32.dll
> 0x76b20000 - 0x76b31000 C:\WINDOWS\system32\ATL.DLL
> 0x774e0000 - 0x7761d000 C:\WINDOWS\system32\ole32.dll
> 0x77120000 - 0x771ac000 C:\WINDOWS\system32\OLEAUT32.dll
> 0x76e80000 - 0x76e8e000 C:\WINDOWS\system32\rtutils.dll
> 0x71bf0000 - 0x71c03000 C:\WINDOWS\system32\SAMLIB.dll
> 0x77920000 - 0x77a13000 C:\WINDOWS\system32\SETUPAPI.dll
> 0x03920000 - 0x03a34000 C:\Program Files\Java\j2re1.4.2_11\bin\awt.dll
> 0x73000000 - 0x73026000 C:\WINDOWS\system32\WINSPOOL.DRV
> 0x76390000 - 0x763ad000 C:\WINDOWS\system32\IMM32.dll
>
> VM Arguments:
> jvm_args: -Xcheck:jni -Xms64m -Xmx128m -Djava.library.path=lib -Dwrapper.key=5wvlcLxG_UTD6pcC -Dwrapper.port=32000 -Dwrapper.jvm.port.min=31000 -Dwrapper.jvm.port.max=31999 -Dwrapper.pid=2392 -Dwrapper.version=3.2.3 -Dwrapper.native_library=wrapper -Dwrapper.service=TRUE -Dwrapper.cpu.timeout=10 -Dwrapper.jvmid=1
> java_command: org.tanukisoftware.wrapper.WrapperSimpleApp de.actosoft.accept.Server -Daccept.server.description=ACSW2KHHBLH -jpos=cfg/jpos/accept_server/accept_server.xml
> Launcher Type: SUN_STANDARD
>
> Environment Variables:
> JAVA_HOME=C:\Program Files\Java\j2re1.4.2_11\
> PATH=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\80\Tools\Binn\;C:\SNI\NAMOS\bin;C:\SNI\NAMOS\tools;C:\Retail\Software\OPOS\Bin
> OS=Windows_NT
> PROCESSOR_IDENTIFIER=x86 Family 15 Model 2 Stepping 9, GenuineIntel
>
>
> --------------- S Y S T E M ---------------
>
> OS: Windows XP Build 2600 Service Pack 2
>
> CPU:total 1 family 15, cmov, cx8, fxsr, mmx, sse, sse2
>
> Memory: 4k page, physical 515040k(107016k free), swap 1257644k(840716k free)
>
> vm_info: Java HotSpot(TM) Client VM (1.4.2_11-b06) for windows-x86, built on Feb 13 2006 10:19:30 by "java_re" with MS VC++ 6.0
>
>
> ------------------------------------------------------------------------
>
> #
> # An unexpected error has been detected by HotSpot Virtual Machine:
> #
> # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x030610b0, pid=1620, tid=3504
> #
> # Java VM: Java HotSpot(TM) Client VM (1.4.2_11-b06 mixed mode)
> # Problematic frame:
> # C 0x030610b0
> #
>
> --------------- T H R E A D ---------------
>
> Current thread (0x007eda80): JavaThread "Wrapper-Control-Event-Monitor" daemon [_thread_in_native, id=3504]
>
> siginfo: ExceptionCode=0xc0000005, reading address 0x030610b0
>
> Registers:
> EAX=0x030610b0, EBX=0x18125ff0, ECX=0x02ac0f28, EDX=0x18134ca8
> ESP=0x030dfc7c, EBP=0x030dfca4, ESI=0x18126038, EDI=0x007eda80
> EIP=0x030610b0, EFLAGS=0x00010293
>
> Top of Stack: (sp=0x030dfc7c)
> 0x030dfc7c: 007f81a6 007edb1c 030dfcac 030dfc88
> 0x030dfc8c: 00000000 030dfcb0 18134ca8 00000000
> 0x030dfc9c: 18125ff0 030dfcb4 030dfcd0 007f2d5f
> 0x030dfcac: 1812bc20 007f64a9 030dfcb4 1812b5a0
> 0x030dfcbc: 030dfcd4 18134ca8 00000000 1812b558
> 0x030dfccc: 030dfcd8 030dfcf4 007f2d5f 030dfcd8
> 0x030dfcdc: 181333bc 030dfd24 181d4a80 00000000
> 0x030dfcec: 18133260 030dfd24 030dfd34 007f01ae
>
> Instructions: (pc=0x030610b0)
> 0x030610a0:
> [error occurred during error reporting, step 100, id 0xc0000005]
>
> Stack: [0x030a0000,0x030e0000), sp=0x030dfc7c, free space=255k
> Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
> C 0x030610b0
> j org.tanukisoftware.wrapper.WrapperManager.access$2200()I+0
> j org.tanukisoftware.wrapper.WrapperManager$3.run()V+276
> v ~StubRoutines::call_stub
> V [jvm.dll+0x72846]
> V [jvm.dll+0xac976]
> V [jvm.dll+0x72753]
> V [jvm.dll+0x7244f]
> V [jvm.dll+0x72488]
> V [jvm.dll+0x8a3a0]
> V [jvm.dll+0xd0de8]
> V [jvm.dll+0xd0db6]
> C [MSVCRT.dll+0x2a3b0]
> C [kernel32.dll+0xb50b]
>
> Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
> j org.tanukisoftware.wrapper.WrapperManager.nativeGetControlEvent()I+0
> j org.tanukisoftware.wrapper.WrapperManager.access$2200()I+0
> j org.tanukisoftware.wrapper.WrapperManager$3.run()V+276
> v ~StubRoutines::call_stub
>
> --------------- P R O C E S S ---------------
>
> Java Threads: ( => current thread )
> 0x02d9f5a8 JavaThread "0/gateway-ria.session/192.168.2.106/2985" daemon [_thread_blocked, id=3892]
> 0x02b0ceb0 JavaThread "Cron" daemon [_thread_blocked, id=2836]
> 0x02b09318 JavaThread "Thread-11" [_thread_blocked, id=3920]
> 0x02b8d8d8 JavaThread "Thread-10" [_thread_blocked, id=2212]
> 0x02b8d370 JavaThread "SystemMonitor" [_thread_blocked, id=496]
> 0x02b7f408 JavaThread "0/riaapi-mux-Receiver" [_thread_blocked, id=2392]
> 0x02b59fd0 JavaThread "0/riaapi-mux" [_thread_blocked, id=2052]
> 0x02b81cc8 JavaThread "0/gateway-ria" [_thread_blocked, id=2320]
> 0x02ae6368 JavaThread "0/gateway-ria.session/192.168.2.153/1507" daemon [_thread_blocked, id=2992]
> 0x02ac2c00 JavaThread "Thread-4" daemon [_thread_blocked, id=3812]
> 0x02d5f128 JavaThread "ResourceMonitor" [_thread_blocked, id=1496]
> 0x02d335c8 JavaThread "0/ServerMain" [_thread_blocked, id=1460]
> 0x00036fd8 JavaThread "DestroyJavaVM" [_thread_blocked, id=2444]
> 0x007cbe28 JavaThread "Wrapper-Connection" daemon [_thread_blocked, id=3092]
> =>0x007eda80 JavaThread "Wrapper-Control-Event-Monitor" daemon [_thread_in_native, id=3504]
> 0x00774d10 JavaThread "CompilerThread0" daemon [_thread_blocked, id=4092]
> 0x00774160 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2908]
> 0x00771510 JavaThread "Finalizer" daemon [_thread_blocked, id=3724]
> 0x00770188 JavaThread "Reference Handler" daemon [_thread_blocked, id=3300]
>
> Other Threads:
> 0x0076f080 VMThread [id=1020]
> 0x007768c8 WatcherThread [id=3020]
>
> VM state:not at safepoint (normal execution)
>
> VM Mutex/Monitor currently owned by a thread: None
>
> Heap
> def new generation total 4544K, used 1933K [0x10010000, 0x104f0000, 0x109e0000)
> eden space 4096K, 39% used [0x10010000, 0x101a1600, 0x10410000)
> from space 448K, 73% used [0x10410000, 0x10461ff8, 0x10480000)
> to space 448K, 0% used [0x10480000, 0x10480000, 0x104f0000)
> tenured generation total 60544K, used 7773K [0x109e0000, 0x14500000, 0x18010000)
> the space 60544K, 12% used [0x109e0000, 0x111776a8, 0x11177800, 0x14500000)
> compacting perm gen total 7936K, used 7723K [0x18010000, 0x187d0000, 0x1c010000)
> the space 7936K, 97% used [0x18010000, 0x1879aed0, 0x1879b000, 0x187d0000)
>
> Dynamic libraries:
> 0x00400000 - 0x0040b000 C:\Program Files\Java\j2re1.4.2_11\bin\java.exe
> 0x7c900000 - 0x7c9b0000 C:\WINDOWS\system32\ntdll.dll
> 0x7c800000 - 0x7c8f4000 C:\WINDOWS\system32\kernel32.dll
> 0x77dd0000 - 0x77e6b000 C:\WINDOWS\system32\ADVAPI32.dll
> 0x77e70000 - 0x77f01000 C:\WINDOWS\system32\RPCRT4.dll
> 0x77c10000 - 0x77c68000 C:\WINDOWS\system32\MSVCRT.dll
> 0x08000000 - 0x0813f000 C:\Program Files\Java\j2re1.4.2_11\bin\client\jvm.dll
> 0x77d40000 - 0x77dd0000 C:\WINDOWS\system32\USER32.dll
> 0x77f10000 - 0x77f56000 C:\WINDOWS\system32\GDI32.dll
> 0x76b40000 - 0x76b6d000 C:\WINDOWS\system32\WINMM.dll
> 0x10000000 - 0x10007000 C:\Program Files\Java\j2re1.4.2_11\bin\hpi.dll
> 0x76bf0000 - 0x76bfb000 C:\WINDOWS\system32\PSAPI.DLL
> 0x77fe0000 - 0x77ff1000 C:\WINDOWS\system32\Secur32.dll
> 0x00390000 - 0x0039e000 C:\Program Files\Java\j2re1.4.2_11\bin\verify.dll
> 0x003b0000 - 0x003c9000 C:\Program Files\Java\j2re1.4.2_11\bin\java.dll
> 0x003d0000 - 0x003de000 C:\Program Files\Java\j2re1.4.2_11\bin\zip.dll
> 0x7c9c0000 - 0x7d1d4000 C:\WINDOWS\system32\SHELL32.DLL
> 0x77f60000 - 0x77fd6000 C:\WINDOWS\system32\SHLWAPI.dll
> 0x773d0000 - 0x774d2000 C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9\comctl32.dll
> 0x5d090000 - 0x5d127000 C:\WINDOWS\system32\comctl32.dll
> 0x03160000 - 0x0316f000 C:\Program Files\Java\j2re1.4.2_11\bin\net.dll
> 0x71ab0000 - 0x71ac7000 C:\WINDOWS\system32\WS2_32.dll
> 0x71aa0000 - 0x71aa8000 C:\WINDOWS\system32\WS2HELP.dll
> 0x71a50000 - 0x71a8f000 C:\WINDOWS\system32\mswsock.dll
> 0x662b0000 - 0x66308000 C:\WINDOWS\system32\hnetcfg.dll
> 0x71a90000 - 0x71a98000 C:\WINDOWS\System32\wshtcpip.dll
> 0x76f20000 - 0x76f47000 C:\WINDOWS\system32\DNSAPI.dll
> 0x76fb0000 - 0x76fb8000 C:\WINDOWS\System32\winrnr.dll
> 0x76f60000 - 0x76f8c000 C:\WINDOWS\system32\WLDAP32.dll
> 0x76fc0000 - 0x76fc6000 C:\WINDOWS\system32\rasadhlp.dll
> 0x76d60000 - 0x76d79000 C:\WINDOWS\system32\iphlpapi.dll
> 0x76d40000 - 0x76d58000 C:\WINDOWS\system32\MPRAPI.dll
> 0x77cc0000 - 0x77cf2000 C:\WINDOWS\system32\ACTIVEDS.dll
> 0x76e10000 - 0x76e35000 C:\WINDOWS\system32\adsldpc.dll
> 0x5b860000 - 0x5b8b4000 C:\WINDOWS\system32\NETAPI32.dll
> 0x76b20000 - 0x76b31000 C:\WINDOWS\system32\ATL.DLL
> 0x774e0000 - 0x7761d000 C:\WINDOWS\system32\ole32.dll
> 0x77120000 - 0x771ac000 C:\WINDOWS\system32\OLEAUT32.dll
> 0x76e80000 - 0x76e8e000 C:\WINDOWS\system32\rtutils.dll
> 0x71bf0000 - 0x71c03000 C:\WINDOWS\system32\SAMLIB.dll
> 0x77920000 - 0x77a13000 C:\WINDOWS\system32\SETUPAPI.dll
> 0x71ad0000 - 0x71ad9000 C:\WINDOWS\system32\wsock32.dll
>
> VM Arguments:
> jvm_args: -Xcheck:jni -Xms64m -Xmx128m -Djava.library.path=lib -Dwrapper.key=waFr_heEM4CRjy6H -Dwrapper.port=32000 -Dwrapper.jvm.port.min=31000 -Dwrapper.jvm.port.max=31999 -Dwrapper.pid=1712 -Dwrapper.version=3.2.3 -Dwrapper.native_library=wrapper -Dwrapper.service=TRUE -Dwrapper.cpu.timeout=10 -Dwrapper.jvmid=6
> java_command: org.tanukisoftware.wrapper.WrapperSimpleApp de.actosoft.accept.Server -Daccept.server.description=ACSW2KHHBLH -jpos=cfg/jpos/accept_server/accept_server.xml
> Launcher Type: SUN_STANDARD
>
> Environment Variables:
> JAVA_HOME=C:\Program Files\Java\j2re1.4.2_11\
> PATH=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\80\Tools\Binn\;C:\SNI\NAMOS\bin;C:\SNI\NAMOS\tools;C:\Retail\Software\OPOS\Bin
> OS=Windows_NT
> PROCESSOR_IDENTIFIER=x86 Family 15 Model 2 Stepping 9, GenuineIntel
>
>
> --------------- S Y S T E M ---------------
>
> OS: Windows XP Build 2600 Service Pack 2
>
> CPU:total 1 family 15, cmov, cx8, fxsr, mmx, sse, sse2
>
> Memory: 4k page, physical 515040k(212064k free), swap 1257644k(938952k free)
>
> vm_info: Java HotSpot(TM) Client VM (1.4.2_11-b06) for windows-x86, built on Feb 13 2006 10:19:30 by "java_re" with MS VC++ 6.0
>
>
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ------------------------------------------------------------------------
>
> _______________________________________________
> Wrapper-user mailing list
> Wra...@li...
> https://lists.sourceforge.net/lists/listinfo/wrapper-user
>
|
|
From: Bernd L. <Ber...@we...> - 2007-04-03 15:45:20
|
Leif Mortenson wrote: > What is the hardware that you are using? Is it a 64-bit CPU? What > about the OS? I am using W2K SP4, Win2003 Server and XP SP2, CPU is just a plain P4-2.4GHz. > one on 2007/1/25. Could you please give that a try and let me know if > has resolved > the problem for you. > http://wrapper.tanukisoftware.org/tmp/3.2.4-b/wrapper-windows-x86-32-3.2.4-b.zip I will give it a try, will take just some time as I am going to easter holiday now. As the crashes do only appear randomly, I will have to monitor it some days. >> --------------- S Y S T E M --------------- >> >> OS: Windows XP Build 2600 Service Pack 2 >> >> CPU:total 1 family 15, cmov, cx8, fxsr, mmx, sse, sse2 >> >> Memory: 4k page, physical 515040k(212064k free), swap 1257644k(938952k free) >> >> vm_info: Java HotSpot(TM) Client VM (1.4.2_11-b06) for windows-x86, built on Feb 13 2006 10:19:30 by "java_re" with MS VC++ 6.0 Bernd |