Fatal error running an SWT application from OpenOffice - swt

I have an OpenOffice Java addon application. I'm calling SWT from an XActionListener. Loading of SWT is done dynamically using a special class loader. The SWT window displays well, but when I hit the close button of an SWT window I get an error. I'm attaching the error file generated by this error.
What is the meaning of this error?
My SWT code
final Display display = Display.getDefault();
final Shell shell = new Shell();
shell.setLayout(new FillLayout(SWT.VERTICAL));
shell.setSize(500, 375);
shell.setText("SWT Application");
final Browser browser = new Browser(shell, SWT.NONE);
browser.setUrl(location);
try {
try {
shell.open();
shell.layout();
while (!shell.isDisposed()) {
if (!display.readAndDispatch()) {
display.sleep();
}
}
} finally {
if (!shell.isDisposed()) {
shell.dispose();
}
}
} finally {
display.dispose();
}
-------Error file-------
A fatal error has been detected by the Java Runtime Environment:
EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x77779c21, pid=968, tid=2176
JRE version: 6.0_26-b03
Java VM: Java HotSpot(TM) Client VM (20.1-b02 mixed mode windows-x86 )
Problematic frame:
C [ntdll.dll+0x59c21]
--------------- T H R E A D ---------------
Current thread (0x0ad67400): VMThread [stack: 0x26160000,0x26af0000] [id=3688]
siginfo: ExceptionCode=0xc0000005, reading address 0xffffffff
Registers:
EAX=0xfffffff8, EBX=0x00000000, ECX=0x00000008, EDX=0x00000e68
ESP=0x26aeebfc, EBP=0x26aeec04, ESI=0x0acd0000, EDI=0x0f97760c
EIP=0x77779c21, EFLAGS=0x00010282
Top of Stack: (sp=0x26aeebfc)
0x26aeebfc: 26aeed10 0f9c5d1c 26aeec50 7c3420d6
0x26aeec0c: 0acd0000 00000000 00000000 0f97760c
0x26aeec1c: 0f9c5d1c 26aeed10 00000000 0f97760c
0x26aeec2c: 7c38b348 001a0018 73bb19c4 26aeec18
0x26aeec3c: 26aee808 26aeec7c 7c34240d 7c37a368
0x26aeec4c: ffffffff 26aeec8c 7c34c0b4 00000000
0x26aeec5c: 0f97760c 00000003 26aeed10 d1eb85ce
0x26aeec6c: 61c267d4 ffffffff 26aeec5c 26aee808
Instructions: (pc=0x77779c21)
0x77779c01: 85 3e f7 02 00 53 33 db f6 46 48 01 0f 85 75 f7
0x77779c11: 02 00 8b 45 10 a8 07 0f 85 57 f7 02 00 83 c0 f8
0x77779c21: 80 78 07 05 0f 84 33 f7 02 00 f6 40 07 3f 0f 84
0x77779c31: 37 f7 02 00 3b c3 0f 84 5a f7 02 00 8a 48 07 80
Register to memory mapping:
EAX=
[error occurred during error reporting (printing register info), id 0xc0000005]
Stack: [0x26160000,0x26af0000], sp=0x26aeebfc, free space=9786k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [ntdll.dll+0x59c21] RtlSizeHeap+0x35
C 0x7c3420d6 msize+0x34
C 0x7c34c0b4 _dllonexit+0x1f
C 0x0f94a1ba JVM_FindSignal+0xce49a
C 0x0f880c8f JVM_FindSignal+0x4f6f
C 0x0f8811be JVM_FindSignal+0x549e
C 0x7c349565 endthreadex+0xa0
C [kernel32.dll+0x4ed6c] BaseThreadInitThunk+0x12
C [ntdll.dll+0x637f5] RtlInitializeExceptionChain+0xef
C [ntdll.dll+0x637c8] RtlInitializeExceptionChain+0xc2
VM_Operation (0x00c7eb20): Exit, mode: safepoint, requested by thread 0x0acda800
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x0adaa400 JavaThread "AWT-Shutdown" [_thread_blocked, id=3524, stack(0x3dc40000,0x3e5d0000)]
0x2e14d800 JavaThread "http-bio-8080-exec-2" daemon [_thread_in_native, id=4088, stack(0x2ef20000,0x2f8b0000)]
0x2e054c00 JavaThread "http-bio-8080-exec-1" daemon [_thread_blocked, id=3800, stack(0x38840000,0x391d0000)]
0x2e04b800 JavaThread "http-bio-8080-AsyncTimeout" daemon [_thread_blocked, id=2636, stack(0x321d0000,0x32b60000)]
0x2e04a000 JavaThread "http-bio-8080-Acceptor-0" daemon [_thread_in_native, id=316, stack(0x31840000,0x321d0000)]
0x2e009800 JavaThread "ContainerBackgroundProcessor[StandardEngine[Tomcat]]" daemon [_thread_blocked, id=1068, stack(0x30e40000,0x317d0000)]
0x2df4f000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=1792, stack(0x2e3b0000,0x2ed40000)]
0x0acda800 JavaThread "Thread-20" [_thread_blocked, id=1636, stack(0x002f0000,0x00c80000)]
0x0fda8800 JavaThread "Thread-16" daemon [_thread_blocked, id=692, stack(0x2d490000,0x2de20000)]
0x0adc4000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=3664, stack(0x2bf90000,0x2c920000)]
0x0adc3000 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=3520, stack(0x2b5a0000,0x2bf30000)]
0x0adaa000 JavaThread "JDWP Command Reader" daemon [_thread_blocked, id=1352, stack(0x2ab00000,0x2b490000)]
0x0ada9000 JavaThread "JDWP Event Helper Thread" daemon [_thread_blocked, id=2464, stack(0x2a0e0000,0x2aa70000)]
0x0ada6c00 JavaThread "JDWP Transport Listener: dt_socket" daemon [_thread_blocked, id=1076, stack(0x29580000,0x29f10000)]
0x0ad9a000 JavaThread "Attach Listener" daemon [_thread_blocked, id=4044, stack(0x28a00000,0x29390000)]
0x0ad99400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=3100, stack(0x28030000,0x289c0000)]
0x0ad6cc00 JavaThread "Finalizer" daemon [_thread_blocked, id=3940, stack(0x27640000,0x27fd0000)]
0x0ad6b800 JavaThread "Reference Handler" daemon [_thread_blocked, id=840, stack(0x26b00000,0x27490000)]
Other Threads:
=>0x0ad67400 VMThread [stack: 0x26160000,0x26af0000] [id=3688]
VM state:at safepoint (shutting down)
VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
[0x0acd8528] Threads_lock - owner thread: 0x0ad67400
Heap
def new generation total 4928K, used 1272K [0x12120000, 0x12670000, 0x17670000)
eden space 4416K, 23% used [0x12120000, 0x122257c8, 0x12570000)
from space 512K, 44% used [0x12570000, 0x125a8940, 0x125f0000)
to space 512K, 0% used [0x125f0000, 0x125f0000, 0x12670000)
tenured generation total 10944K, used 3039K [0x17670000, 0x18120000, 0x22120000)
the space 10944K, 27% used [0x17670000, 0x17967e80, 0x17968000, 0x18120000)
compacting perm gen total 15616K, used 15451K [0x22120000, 0x23060000, 0x26120000)
the space 15616K, 98% used [0x22120000, 0x23036dd0, 0x23036e00, 0x23060000)
No shared spaces configured.
Code Cache [0x10120000, 0x102a0000, 0x12120000)
total_blobs=763 nmethods=584 adapters=123 free_code_cache=32023424 largest_free_block=25792
Dynamic libraries:
0x001d0000 - 0x002df000 C:\Program Files\LibreOffice 3.4\program\soffice.bin
0x77720000 - 0x7785c000 C:\Windows\SYSTEM32\ntdll.dll
0x76340000 - 0x76414000 C:\Windows\system32\kernel32.dll
0x75a60000 - 0x75aaa000 C:\Windows\system32\KERNELBASE.dll
0x64d00000 - 0x64d34000 C:\Program Files\AVAST Software\Avast\snxhk.dll
0x67670000 - 0x676bd000 C:\Program Files\LibreOffice 3.4\URE\bin\sal3.dll
0x6a6a0000 - 0x6a6ab000 C:\Program Files\LibreOffice 3.4\URE\bin\uwinapi.dll
0x75ee0000 - 0x75fa9000 C:\Windows\system32\USER32.dll
0x75e90000 - 0x75ede000 C:\Windows\system32\GDI32.dll
0x766a0000 - 0x766aa000 C:\Windows\system32\LPK.dll
0x76760000 - 0x767fd000 C:\Windows\system32\USP10.dll
0x778a0000 - 0x7794c000 C:\Windows\system32\msvcrt.dll
0x76130000 - 0x761d0000 C:\Windows\system32\ADVAPI32.dll
0x766b0000 - 0x766c9000 C:\Windows\SYSTEM32\sechost.dll
0x76080000 - 0x76121000 C:\Windows\system32\RPCRT4.dll
0x74dc0000 - 0x74dc9000 C:\Windows\system32\VERSION.dll
0x73bb0000 - 0x73c53000 C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_50934f2ebcb7eb57\MSVCR90.dll
0x761d0000 - 0x76227000 C:\Windows\system32\SHLWAPI.dll
0x73b10000 - 0x73b17000 C:\Windows\system32\WSOCK32.dll
0x77860000 - 0x77895000 C:\Windows\system32\WS2_32.dll
0x769a0000 - 0x769a6000 C:\Windows\system32\NSI.dll
0x76460000 - 0x765bc000 C:\Windows\system32\ole32.dll
0x73b20000 - 0x73bae000 C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_50934f2ebcb7eb57\MSVCP90.dll
0x71e50000 - 0x71e62000 C:\Windows\system32\MPR.dll
0x769b0000 - 0x775fa000 C:\Windows\system32\SHELL32.dll
0x6a640000 - 0x6a69e000 C:\Program Files\LibreOffice 3.4\program\sofficeapp.dll
0x61f00000 - 0x62017000 C:\Program Files\LibreOffice 3.4\program\comphelpMSC.dll
0x620c0000 - 0x6213b000 C:\Program Files\LibreOffice 3.4\URE\bin\cppuhelper3MSC.dll
0x6d960000 - 0x6d968000 C:\Program Files\LibreOffice 3.4\URE\bin\salhelper3MSC.dll
0x67190000 - 0x671c3000 C:\Program Files\LibreOffice 3.4\URE\bin\cppu3.dll
0x62060000 - 0x620c0000 C:\Program Files\LibreOffice 3.4\program\ucbhelper4MSC.dll
0x675d0000 - 0x675f7000 C:\Program Files\LibreOffice 3.4\program\deploymentmiscmi.dll
0x61e30000 - 0x61eff000 C:\Program Files\LibreOffice 3.4\program\libdb47.dll
0x61d90000 - 0x61e30000 C:\Program Files\LibreOffice 3.4\program\tlmi.dll
0x61c80000 - 0x61d85000 C:\Program Files\LibreOffice 3.4\program\basegfxmi.dll
0x6a630000 - 0x6a63b000 C:\Program Files\LibreOffice 3.4\program\i18nisolang1MSC.dll
0x61b70000 - 0x61c74000 C:\Program Files\LibreOffice 3.4\program\utlmi.dll
0x61aa0000 - 0x61b67000 C:\Program Files\LibreOffice 3.4\program\xcrmi.dll
0x61780000 - 0x61a95000 C:\Program Files\LibreOffice 3.4\program\sfxmi.dll
0x61700000 - 0x61776000 C:\Program Files\LibreOffice 3.4\program\fwemi.dll
0x62020000 - 0x62051000 C:\Program Files\LibreOffice 3.4\program\fwimi.dll
0x61620000 - 0x616fe000 C:\Program Files\LibreOffice 3.4\program\svlmi.dll
0x615d0000 - 0x61616000 C:\Program Files\LibreOffice 3.4\program\sotmi.dll
0x612a0000 - 0x615c9000 C:\Program Files\LibreOffice 3.4\program\svtmi.dll
0x10000000 - 0x1011f000 C:\Program Files\LibreOffice 3.4\program\icuuc44.dll
0x00e90000 - 0x01cd1000 C:\Program Files\LibreOffice 3.4\program\icudt44.dll
0x679a0000 - 0x679be000 C:\Program Files\LibreOffice 3.4\URE\bin\jvmfwk3.dll
0x00c80000 - 0x00d76000 C:\Program Files\LibreOffice 3.4\program\libxml2.dll
0x61020000 - 0x61295000 C:\Program Files\LibreOffice 3.4\program\tkmi.dll
0x60c90000 - 0x61018000 C:\Program Files\LibreOffice 3.4\program\vclmi.dll
0x67ba0000 - 0x67bab000 C:\Program Files\LibreOffice 3.4\program\i18npapermi.dll
0x67650000 - 0x67666000 C:\Program Files\LibreOffice 3.4\program\i18nutilMSC.dll
0x74250000 - 0x743e0000 C:\Windows\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7601.17514_none_72d18a4386696c80\gdiplus.dll
0x73650000 - 0x73655000 C:\Windows\system32\MSIMG32.dll
0x6e190000 - 0x6e1e1000 C:\Windows\system32\WINSPOOL.DRV
0x76320000 - 0x7633f000 C:\Windows\system32\IMM32.dll
0x75fb0000 - 0x7607c000 C:\Windows\system32\MSCTF.dll
0x67170000 - 0x6718e000 C:\Program Files\LibreOffice 3.4\program\saxmi.dll
0x60a80000 - 0x60c83000 C:\Program Files\LibreOffice 3.4\program\sbmi.dll
0x76230000 - 0x762bf000 C:\Windows\system32\OLEAUT32.dll
0x743e0000 - 0x74420000 C:\Windows\system32\uxtheme.dll
0x75840000 - 0x7584c000 C:\Windows\system32\CRYPTBASE.dll
0x765c0000 - 0x765c5000 C:\Windows\system32\PSAPI.DLL
0x609f0000 - 0x60a7e000 C:\Program Files\LibreOffice 3.4\URE\bin\bootstrap.uno.dll
0x66370000 - 0x6638c000 C:\Program Files\LibreOffice 3.4\URE\bin\reg3.dll
0x67b90000 - 0x67ba0000 C:\Program Files\LibreOffice 3.4\URE\bin\store3.dll
0x67990000 - 0x6799f000 C:\Program Files\LibreOffice 3.4\URE\bin\xmlreader.dll
0x609d0000 - 0x609e3000 C:\Program Files\LibreOffice 3.4\URE\bin\msci_uno.dll
0x75860000 - 0x7586b000 C:\Windows\system32\profapi.dll
0x60950000 - 0x609cd000 C:\Program Files\LibreOffice 3.4\program\configmgr.uno.dll
0x67a10000 - 0x67a19000 C:\Program Files\LibreOffice 3.4\program\localebe1.uno.dll
0x60930000 - 0x6094a000 C:\Program Files\LibreOffice 3.4\URE\bin\stocservices.uno.dll
0x70da0000 - 0x70e01000 C:\Windows\system32\wer.dll
0x60900000 - 0x60926000 C:\Program Files\LibreOffice 3.4\program\splmi.dll
0x607a0000 - 0x608fb000 C:\Program Files\LibreOffice 3.4\program\i18npool.uno.dll
0x078d0000 - 0x07a55000 C:\Program Files\LibreOffice 3.4\program\icuin44.dll
0x60760000 - 0x6079b000 C:\Program Files\LibreOffice 3.4\program\ucb1.dll
0x60580000 - 0x60755000 C:\Program Files\LibreOffice 3.4\program\fwkmi.dll
0x60530000 - 0x60579000 C:\Program Files\LibreOffice 3.4\program\ucpfile1.dll
0x73d40000 - 0x73d53000 C:\Windows\system32\dwmapi.dll
0x604e0000 - 0x6052f000 C:\Program Files\LibreOffice 3.4\program\package2.dll
0x603a0000 - 0x604d2000 C:\Program Files\LibreOffice 3.4\program\lngmi.dll
0x60050000 - 0x60396000 C:\Program Files\LibreOffice 3.4\program\xomi.dll
0x60030000 - 0x6004d000 C:\Program Files\LibreOffice 3.4\program\localedata_en.dll
0x5ffe0000 - 0x6002c000 C:\Program Files\LibreOffice 3.4\program\ucpchelp1.dll
0x063a0000 - 0x063cd000 C:\Program Files\LibreOffice 3.4\program\libxslt.dll
0x5ffc0000 - 0x5ffd1000 C:\Program Files\LibreOffice 3.4\program\fileacc.dll
0x5ff20000 - 0x5ffb9000 C:\Program Files\LibreOffice 3.4\program\deploymentmi.uno.dll
0x5fef0000 - 0x5ff1b000 C:\Program Files\LibreOffice 3.4\program\helplinkermi.dll
0x676f0000 - 0x676fa000 C:\Program Files\LibreOffice 3.4\program\ucpexpand1.uno.dll
0x5fe90000 - 0x5feeb000 C:\Program Files\LibreOffice 3.4\program\unoxmlmi.dll
0x5fe60000 - 0x5fe8b000 C:\Program Files\LibreOffice 3.4\program\sax.uno.dll
0x5fe30000 - 0x5fe53000 C:\Program Files\LibreOffice 3.4\program\dnd.dll
0x75340000 - 0x75356000 C:\Windows\system32\CRYPTSP.dll
0x750e0000 - 0x7511b000 C:\Windows\system32\rsaenh.dll
0x75850000 - 0x7585e000 C:\Windows\system32\RpcRtRemote.dll
0x5fe10000 - 0x5fe29000 C:\Program Files\LibreOffice 3.4\program\fsstorage.uno.dll
0x74730000 - 0x748ce000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\comctl32.dll
0x76800000 - 0x7699d000 C:\Windows\system32\SETUPAPI.dll
0x75b90000 - 0x75bb7000 C:\Windows\system32\CFGMGR32.dll
0x75ab0000 - 0x75ac2000 C:\Windows\system32\DEVOBJ.dll
0x766d0000 - 0x76753000 C:\Windows\system32\CLBCatQ.DLL
0x744d0000 - 0x745c5000 C:\Windows\system32\propsys.dll
0x74c80000 - 0x74ca1000 C:\Windows\system32\ntmarta.dll
0x76650000 - 0x76695000 C:\Windows\system32\WLDAP32.dll
0x5fdc0000 - 0x5fe10000 C:\Program Files\LibreOffice 3.4\program\oleautobridge.uno.dll
0x5fd90000 - 0x5fdb9000 C:\Program Files\LibreOffice 3.4\program\emsermi.dll
0x5fd50000 - 0x5fd8f000 C:\Program Files\LibreOffice 3.4\program\uuimi.dll
0x5fd10000 - 0x5fd46000 C:\Program Files\LibreOffice 3.4\program\filterconfig1.dll
0x5efa0000 - 0x5f844000 C:\Program Files\LibreOffice 3.4\program\swmi.dll
0x5fcc0000 - 0x5fd05000 C:\Program Files\LibreOffice 3.4\program\avmediami.dll
0x5fb80000 - 0x5fcb9000 C:\Program Files\LibreOffice 3.4\program\drawinglayermi.dll
0x5fb00000 - 0x5fb7e000 C:\Program Files\LibreOffice 3.4\program\canvastoolsmi.dll
0x705f0000 - 0x70622000 C:\Windows\system32\WINMM.dll
0x5faa0000 - 0x5faf5000 C:\Program Files\LibreOffice 3.4\program\cppcanvasmi.dll
0x5f910000 - 0x5fa9a000 C:\Program Files\LibreOffice 3.4\program\editengmi.dll
0x5ebc0000 - 0x5ee52000 C:\Program Files\LibreOffice 3.4\program\svxmi.dll
0x5e620000 - 0x5ebb2000 C:\Program Files\LibreOffice 3.4\program\svxcoremi.dll
0x5f8f0000 - 0x5f910000 C:\Program Files\LibreOffice 3.4\program\sysdtrans.dll
0x5f890000 - 0x5f8f0000 C:\Program Files\LibreOffice 3.4\program\xstor.dll
0x5ef50000 - 0x5ef6c000 C:\Program Files\LibreOffice 3.4\URE\bin\reflection.uno.dll
0x675c0000 - 0x675cb000 C:\Program Files\LibreOffice 3.4\URE\bin\javaloader.uno.dll
0x67160000 - 0x6716a000 C:\Program Files\LibreOffice 3.4\URE\bin\jvmaccess3MSC.dll
0x5ef30000 - 0x5ef4b000 C:\Program Files\LibreOffice 3.4\URE\bin\javavm.uno.dll
0x5f880000 - 0x5f88b000 C:\Program Files\LibreOffice 3.4\program\wininetbe1.uno.dll
0x77600000 - 0x7771a000 C:\Windows\system32\wininet.dll
0x76420000 - 0x76423000 C:\Windows\system32\Normaliz.dll
0x75bc0000 - 0x75d76000 C:\Windows\system32\iertutil.dll
VM Arguments:
jvm_args: -Xdebug -Xrunjdwp:transport=dt_socket,address=othman-PC:49896 abort -Dorg.openoffice.native= -Duser.language=en -Duser.country=US
java_command: <unknown>
Launcher Type: generic
Environment Variables:
JAVA_TOOL_OPTIONS="-Xdebug" "-Xrunjdwp:transport=dt_socket,address=othman-PC:49896"
PATH=C:\Program Files\LibreOffice 3.4\URE\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Git\cmd
USERNAME=othman
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 6 Model 23 Stepping 10, GenuineIntel
------- S Y S T E M -------
OS: Windows 7 Build 7601 Service Pack 1
CPU:total 2 (2 cores per cpu, 1 threads per core) family 6 model 23 stepping 10, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1
Memory: 4k page, physical 2059928k(765200k free), swap 4119856k(2602988k free)
vm_info: Java HotSpot(TM) Client VM (20.1-b02) for windows-x86 JRE (1.6.0_26-b03), built on May 4 2011 00:50:59 by "java_re" with MS VC++ 7.1 (VS2003)
time: Thu Aug 04 16:35:56 2011
elapsed time: 7 seconds

Looks like a bug inside JVM native dll code. I found some help on Oracle Java homepage, you can try it, check Error: Exception_Access_Violation.

I figured out the issue. I was having a finally block in which I was forcing a system exit. When I commented out this line everything worked OK. It seems that exiting in this code portion causes my whole OOo addon to crash.
}
catch (Throwable t) //NOPMD
{
ExceptionUtils.printRootCauseStackTrace(t);
}
finally
{
System.out.println("Done.");
// log.info ("Exit {}", rc);
//I commented line below and this resolved the issue!
// System.exit(rc);
}

Related

mill: Failed resolvedAmmoniteReplIvyDeps

I have following very simple module definition in build.src
import mill._
import mill.bsp.BSP.millSourcePath
import mill.scalalib.{JavaModule, ScalaModule}
object scalaMod0 extends ScalaModule {
override def scalaVersion = "2.13.6"
}
Mill version is 0.9.9
Then I try to run
mill show scalaMod0.resolvedAmmoniteReplIvyDeps
1/1] show interp.watchValue millSourcePath: /home/jk/workspace.exp/hands-on-scala/mill01
[1/1] show > [9/9] scalaMod0.resolvedAmmoniteReplIvyDeps | Downloading [2/2] artifacts (~0/0 bytes)
1 targets failed
show 1 targets failed
scalaMod0.resolvedAmmoniteReplIvyDeps
Resolution failed for 1 modules:
--------------------------------------------
com.lihaoyi:ammonite_2.13.6:2.3.8-65-0f0d597f
not found: /home/jk/.ivy2/local/com.lihaoyi/ammonite_2.13.6/2.3.8-65-0f0d597f/ivys/ivy.xml
not found: https://repo1.maven.org/maven2/com/lihaoyi/ammonite_2.13.6/2.3.8-65-0f0d597f/ammonite_2.13.6-2.3.8-65-0f0d597f.pom
The contents of https://repo1.maven.org/maven2/com/lihaoyi/ammonite_2.13.6 are following:
com/lihaoyi/ammonite_2.13.6
../
2.3.8-122-9be39deb/ 2021-05-17 21:19 -
2.3.8-123-0b9a8c9b/ 2021-05-18 14:20 -
2.3.8-124-2da846d2/ 2021-05-19 04:57 -
2.3.8-125-f6bb1cf9/ 2021-06-08 13:15 -
2.3.8-67-4b6c67db/ 2021-05-17 19:50 -
2.4.0/ 2021-06-08 13:25 -
2.4.0-10-40f87721/ 2021-07-27 12:49 -
2.4.0-11-5b9ff5e7/ 2021-07-27 12:57 -
2.4.0-12-69f45b4b/ 2021-07-27 13:05 -
2.4.0-13-6ffcb9ff/ 2021-07-30 16:49 -
2.4.0-14-4824b429/ 2021-08-02 15:59 -
2.4.0-17-6dbd7856/ 2021-08-30 14:06 -
2.4.0-18-12c9e33e/ 2021-09-01 15:35 -
2.4.0-19-f4790b61/ 2021-09-01 16:24 -
2.4.0-20-f3d8171f/ 2021-09-09 16:33 -
2.4.0-22-a70409dc/ 2021-09-09 23:09 -
2.4.0-23-76673f7f/ 2021-09-16 16:30 -
2.4.0-5-534c9436/ 2021-07-15 18:25 -
2.4.0-6-426d8ae5/ 2021-07-27 10:13 -
2.4.0-9-0017ff97/ 2021-07-27 11:59 -
maven-metadata.xml 2021-09-16 16:32 1175
maven-metadata.xml.md5 2021-09-16 16:32 32
maven-metadata.xml.sha1 2021-09-16 16:32 40
maven-metadata.xml.sha256 2021-09-16 16:32 64
maven-metadata.xml.sha512 2021-09-16 16:32 128
So the requested dir 2.3.8-65-0f0d597f does not exist.
How can I fix this?
Where is this 2.3.8-65-0f0d597f configured or selected? Why does mill want exactly this non-existing ammonite version?
When I start my local installed ammonite, it shows following version information:
amm
Loading...
Welcome to the Ammonite Repl 2.2.0 (Scala 2.13.3 Java 11.0.11)
Thank you for your help!
This is already discussed in the mill discussions forum (https://github.com/com-lihaoyi/mill/discussions/1396).
I'm mostly quoting an adapted version here:
Mill will by default pick the same ammonite version which it uses internally. But as ammonite releases need to match the full Scala version, and the pre-selected ammonite version (2.3.8-65-0f0d597f) wasn't released for Scala 2.13.6, you need to specify another ammonite version by overriding def ammoniteVersion.
For example:
import mill._
import mill.scalalib.ScalaModule
object scalaMod0 extends ScalaModule {
override def scalaVersion = "2.13.6"
override def ammoniteVersion = "2.4.0"
// ...
}

pgadmin4 cannot be started, how to fix it?

[The pgAdmin 4 server could not be contacted: Fatal Erroe][1]
[1]: https://i.stack.imgur.com/XZk57.png
pgAdmin Runtime Environment
--------------------------------------------------------
Python Path: "C:\Program Files\PostgreSQL\13\pgAdmin 4\python\python.exe"
Runtime Config File: "C:\Users\haha\AppData\Roaming\pgadmin\runtime_config.json"
pgAdmin Config File: "C:\Program Files\PostgreSQL\13\pgAdmin 4\web\config.py"
Webapp Path: "C:\Program Files\PostgreSQL\13\pgAdmin 4\web\pgAdmin4.py"
pgAdmin Command: "C:\Program Files\PostgreSQL\13\pgAdmin 4\python\python.exe -s C:\Program Files\PostgreSQL\13\pgAdmin
4\web\pgAdmin4.py"
Environment:
- ALLUSERSPROFILE: C:\ProgramData
- APPDATA: C:\Users\haha\AppData\Roaming
- CHROME_CRASHPAD_PIPE_NAME: \.\pipe\crashpad_2864_HVAALLTNGAOWVHCO
- CHROME_RESTART: NW.js|哎呀!NW.js 崩溃了。要立即重新启动吗?|LEFT_TO_RIGHT
- CLASSPATH: C:\Program Files\Eclipse Foundation\jdk-11.0.12.7-hotspot\jre\lib\ext
- CommonProgramFiles: C:\Program Files\Common Files
- CommonProgramFiles(x86): C:\Program Files (x86)\Common Files
- CommonProgramW6432: C:\Program Files\Common Files
- COMPUTERNAME: HAHA-PC
- ComSpec: C:\Windows\system32\cmd.exe
- FP_NO_HOST_CHECK: NO
- HOMEDRIVE: C:
- HOMEPATH: \Users\haha
- JAVA_HOME: C:\Program Files\Eclipse Foundation\jdk-11.0.12.7-hotspot
- LOCALAPPDATA: C:\Users\haha\AppData\Local
- LOGONSERVER: \HAHA-PC
- NUMBER_OF_PROCESSORS: 1
- OS: Windows_NT
- Path: C:\Program Files\Eclipse Foundation\jdk-11.0.12.7-hotspot\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0
- PATHEXT: .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
- PGADMIN_INT_KEY: bfe01206-8bc4-4bd4-9293-472dd90ae0ab
- PGADMIN_INT_PORT: 49163
- PGADMIN_SERVER_MODE: OFF
- PROCESSOR_ARCHITECTURE: AMD64
- PROCESSOR_IDENTIFIER: Intel64 Family 6 Model 158 Stepping 10, GenuineIntel
- PROCESSOR_LEVEL: 6
- PROCESSOR_REVISION: 9e0a
- ProgramData: C:\ProgramData
- ProgramFiles: C:\Program Files
- ProgramFiles(x86): C:\Program Files (x86)
- ProgramW6432: C:\Program Files
- PSModulePath: C:\Windows\system32\WindowsPowerShell\v1.0\Modules
- PUBLIC: C:\Users\Public
- SESSIONNAME: Console
- SystemDrive: C:
- SystemRoot: C:\Windows
- TEMP: C:\Users\haha\AppData\Local\Temp
- TMP: C:\Users\haha\AppData\Local\Temp
- USERDOMAIN: haha-PC
- USERNAME: haha
- USERPROFILE: C:\Users\haha
- windir: C:\Windows
- windows_tracing_flags: 3
- windows_tracing_logfile: C:\BVTBin\Tests\installpackage\csilogfile.log
--------------------------------------------------------
Traceback (most recent call last):
File "C:\Program Files\PostgreSQL\13\pgAdmin 4\web\pgAdmin4.py", line 39, in <module>
import config
File "C:\Program Files\PostgreSQL\13\pgAdmin 4\web\config.py", line 25, in <module>
from pgadmin.utils import env, IS_WIN, fs_short_path
File "C:\Program Files\PostgreSQL\13\pgAdmin 4\web\pgadmin\__init__.py", line 23, in <module>
from flask import Flask, abort, request, current_app, session, url_for
File "C:\Program Files\PostgreSQL\13\pgAdmin 4\python\lib\site-packages\flask\__init__.py", line 14, in <module>
from jinja2 import escape
File "C:\Program Files\PostgreSQL\13\pgAdmin 4\python\lib\site-packages\jinja2\__init__.py", line 12, in <module>
from .environment import Environment
File "C:\Program Files\PostgreSQL\13\pgAdmin 4\python\lib\site-packages\jinja2\environment.py", line 46, in
from .lexer import get_lexer
File "C:\Program Files\PostgreSQL\13\pgAdmin 4\python\lib\site-packages\jinja2\lexer.py", line 46, in
compile("f\xf6\xf6", "", "eval")
ImportError: DLL load failed while importing unicodedata: ��������

java.lang.VerifyError: Uninitialized object exists on backward branch Kafka Win-10

I am facing an issue when starting Kafka server in my local machine (Windows 10) using the command
.\bin\windows\kafka-server-start.bat .\config\server.properties
I am getting the error shown below. I already have zookeeper server running.
[2020-07-27 16:08:05,144] INFO Registered kafka:type=kafka.Log4jController MBean (kafka.utils.Log4jControllerRegistration$)
[2020-07-27 16:08:05,394] ERROR Exiting Kafka due to fatal exception (kafka.Kafka$)
java.lang.VerifyError: Uninitialized object exists on backward branch 79
Exception Details:
Location:
scala/util/matching/Regex.unapplySeq(Lscala/util/matching/Regex$Match;)Lscala/Option; #126: goto
Reason:
Error exists in the bytecode
Bytecode:
0000000: 2bb6 00b5 c700 07b2 0080 b02b b600 b8b6
0000010: 00b9 2ab6 004b 4d59 c700 0b57 2cc6 000d
0000020: a700 752c b600 bd99 006e b200 3757 bb00
0000030: 5559 b200 5a57 2bb6 00be 3ebb 0060 59b7
0000040: 0064 3a04 1904 1db9 006a 0200 0336 0515
0000050: 051d a200 2f2b 1505 0460 b600 bf3a 0819
0000060: 0801 3a08 3a07 1907 013a 073a 0619 0419
0000070: 06b6 0072 5701 3a06 1505 0460 3605 a7ff
0000080: d119 04b9 0076 0100 c000 7801 3a04 013a
0000090: 06b7 007b b02a 2bb6 00b5 b600 c1b0
Stackmap Table:
same_frame(#11)
full_frame(#35,{Object[#2],Object[#24],Object[#62]},{Object[#62]})
same_frame(#42)
full_frame(#79,{Object[#2],Object[#24],Object[#62],Integer,Object[#96],Integer},{Uninitialized[#46],Uninitialized[#46]})
full_frame(#129,{Object[#2],Object[#24],Object[#62],Integer,Object[#96],Integer},{Uninitialized[#46],Uninitialized[#46]})
chop_frame(#149,3)
at scala.collection.StringOps$.r$extension(StringOps.scala:843)
at kafka.cluster.EndPoint$.<clinit>(EndPoint.scala:29)
at kafka.server.Defaults$.<clinit>(KafkaConfig.scala:79)
at kafka.server.KafkaConfig$.<clinit>(KafkaConfig.scala:961)
at kafka.metrics.KafkaMetricsConfig.<init>(KafkaMetricsConfig.scala:33)
at kafka.metrics.KafkaMetricsReporter$.startReporters(KafkaMetricsReporter.scala:62)
at kafka.server.KafkaServerStartable$.fromProps(KafkaServerStartable.scala:33)
at kafka.Kafka$.main(Kafka.scala:68)
at kafka.Kafka.main(Kafka.scala)
Any ideas how to fix this?
There seems to be an issue with your JAVA_HOME environment variable. Make sure your JAVA_HOME has the path to your JRE (Java runtime environment) and not JDK (Java Development Kit).
Just to be on the safe side, not sure if it's actually causing an incompatibility consider using 1.8.0_241 for Scala supporting libraries.
e.g. my JAVA_HOME environment variable: C:\Program Files\Java\jre1.8.0_241

How to find the source of an 'Access Violation'

To put in a nutshell, I have a C# application doing lots of mciSendString calls ( via dllimport ) to control wav files playback ( essentially open, play, pause, stop, status, close ). And after running for a while, the application crashes without notice with an 'access violation'.
Even though I'm running the app from my vs2012, the exception is not caught by visual studio. Even with the 'force break on an exception' option, I've had no luck in debugging this from the vs2012. So instead I've setup WER to generate me crash dumps and I am using windbg with psscor2.dll plugin to debug it.
Then in sequence, using the following commands, this is what I get ( shorten to the essential for readability purposes ) :
$>.ecxr
eax=00000001 ebx=00000000 ecx=00000401 edx=00000000 esi=049725b8 edi=00000002
eip=4e88159e esp=0a4efa38 ebp=0a4efa54 iopl=0 nv up ei pl nz ac pe nc
cs=0023 ss=002b ds=002b es=002b fs=0053 gs=002b efl=00010216
<Unloaded_mciwave.dll>+0x159e:
4e88159e ?? ???
$>~*kb
# 19 Id: 105c.28cc Suspend: 1 Teb: 7ef06000
Unfrozen
user32!NtUserGetMessage+0x15
user32!GetMessageA+0xa1
winmm!mciwindow+0x102
kernel32!BaseThreadInitThunk+0xe
ntdll!__RtlUserThreadStart+0x70
ntdll!_RtlUserThreadStart+0x1b
# 30 Id: 105c.15f8 Suspend: 0 Teb: 7ef1b000 Unfrozen
ntdll!ZwWaitForMultipleObjects+0x15
KERNELBASE!WaitForMultipleObjectsEx+0x100
kernel32!WaitForMultipleObjectsExImplementation+0xe0
kernel32!WaitForMultipleObjects+0x18
kernel32!WerpReportFaultInternal+0x186
kernel32!WerpReportFault+0x70
kernel32!BasepReportFault+0x20
kernel32!UnhandledExceptionFilter+0x1af
ntdll!__RtlUserThreadStart+0x62
ntdll!_EH4_CallFilterFunc+0x12
ntdll!_except_handler4+0x8e
ntdll!ExecuteHandler2+0x26
ntdll!ExecuteHandler+0x24
ntdll!RtlDispatchException+0x127
ntdll!KiUserExceptionDispatcher+0xf
WARNING: Frame IP not in any known module. Following frames may be wrong.
<Unloaded_mciwave.dll>+0x159e
# 31 Id: 105c.2310 Suspend: 1 Teb: 7ef00000 Unfrozen
user32!NtUserGetMessage+0x15
user32!GetMessageW+0x33
mciwave!TaskBlock+0x1d
mciwave!PlayFile+0xcb
mciwave!mwTask+0x98
winmm!mmStartTask+0x22
kernel32!BaseThreadInitThunk+0xe
ntdll!__RtlUserThreadStart+0x70
ntdll!_RtlUserThreadStart+0x1b:
$>!analyze -v
FAULTING_IP:
mciwave_4e880000!TaskBlock+1d
4e88159e ?? ???
EXCEPTION_RECORD: ffffffff -- (.exr 0xffffffffffffffff)
ExceptionAddress: 4e88159e (mciwave_4e880000!TaskBlock+0x0000001d)
ExceptionCode: c0000005 (Access violation)
ExceptionFlags: 00000000
NumberParameters: 2
Parameter[0]: 00000008
Parameter[1]: 4e88159e
Attempt to execute non-executable address 4e88159e
PROCESS_NAME: Titan.vshost.exe
ERROR_CODE: (NTSTATUS) 0xc0000005 - The instruction at 0x%08lx referenced memory at 0x%08lx. The memory could not be %s.
EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at 0x%08lx referenced memory at 0x%08lx. The memory could not be %s.
EXCEPTION_PARAMETER1: 00000008
EXCEPTION_PARAMETER2: 4e88159e
WRITE_ADDRESS: 4e88159e
FOLLOWUP_IP:
mciwave_4e880000!TaskBlock+1d
4e88159e ?? ???
MOD_LIST: <ANALYSIS/>
NTGLOBALFLAG: 0
APPLICATION_VERIFIER_FLAGS: 0
MANAGED_STACK: !dumpstack -EE
OS Thread Id: 0x15f8 (30)
====> Exception cxr#a4ef750
FAULTING_THREAD: 000015f8
BUGCHECK_STR: APPLICATION_FAULT_SOFTWARE_NX_FAULT_CODE_WRONG_SYMBOLS
PRIMARY_PROBLEM_CLASS: SOFTWARE_NX_FAULT_CODE
DEFAULT_BUCKET_ID: SOFTWARE_NX_FAULT_CODE
LAST_CONTROL_TRANSFER: from 4e881999 to 4e88159e
STACK_TEXT:
0a4efa54 4e881999 0a4efa88 078db198 078db1a4 mciwave_4e880000!TaskBlock+0x1d
0a4efa68 74370ae5 00038edc 00000000 00000000 mciwave_4e880000!mwTask+0x45
0a4efa88 7670338a 078db198 0a4efad4 76f99f72 winmm!mmStartTask+0x22
0a4efa94 76f99f72 078db198 79f84a28 00000000 kernel32!BaseThreadInitThunk+0xe
0a4efad4 76f99f45 74370ac3 078db198 00000000 ntdll!__RtlUserThreadStart+0x70
0a4efaec 00000000 74370ac3 078db198 00000000 ntdll!_RtlUserThreadStart+0x1b
SYMBOL_STACK_INDEX: 0
SYMBOL_NAME: mciwave!TaskBlock+1d
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: mciwave_4e880000
IMAGE_NAME: mciwave.dll
DEBUG_FLR_IMAGE_TIMESTAMP: 4a5bcb4a
STACK_COMMAND: ~30s; .ecxr ; kb
FAILURE_BUCKET_ID: SOFTWARE_NX_FAULT_CODE_c0000005_mciwave.dll!TaskBlock
BUCKET_ID: APPLICATION_FAULT_SOFTWARE_NX_FAULT_CODE_WRONG_SYMBOLS_mciwave!TaskBlock+1d
Followup: MachineOwner
---------
Exception seems to happen in thread #30 in Unloaded_mciwave.dll, but I have no idea how to push further the debugging.. How can I get a better idea of what's going ??
How can I get what's happening between these two lines ?
ntdll!KiUserExceptionDispatcher+0xf
--> WARNING: Frame IP not in any known module. Following frames may be wrong.
<Unloaded_mciwave.dll>+0x159e
Thank you for your help in advance.
You should get more details by reloading the DLL in the Debugger.
For that you need to do:
lmvm mciwave.dll
start end module name
Unloaded modules:
e6510000 e6548000 mciwave.dll
Timestamp: Fri Oct 14 12:00:00 2011 (4E98E6E2)
Checksum: 0003E937
ImageSize: 00038000
You need to set up the Symbol and Exe-Path so the debugger can find the DLL and PDB (which shouldn't be a problem if you have it in your machine). Then you can do
.reload mciwave.dll=e6510000,00038000
DBGHELP: <path>\mciwave.dll - OK
Now if you do !analyze -v again, it should give you the correct call stack.

running junit crashes eclipse, java exit =1

My eclipse is crashing everytime i try to run even a single junit. I tried multiple switches found while searching for the problem
-XX:-UseCompressedOops
-XX:CompileCommand=exclude,org/eclipse/cdt/internal/core/dom/parser/cpp/CPPASTFunctionDeclarator,postAccept
-XX:CompileCommand=exclude,org/eclipse/cdt/internal/core/dom/parser/cpp/semantics/CPPSemantics,declaredBefore
Tried playing with memory sizes also.
Tried giving -vm arg for specifying jdk javaw
Error log:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00000000fdd032d7, pid=288, tid=512
#
# JRE version: 7.0_05-b05
# Java VM: Java HotSpot(TM) 64-Bit Server VM (23.1-b03 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [LPK.dll+0x32d7] LpkGetTextExtentExPoint+0x14b7
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
--------------- T H R E A D ---------------
Current thread (0x00000000022cd000): JavaThread "main" [_thread_in_native, id=512, stack(0x0000000002490000,0x0000000002590000)]
siginfo: ExceptionCode=0xc0000005, reading address 0x0000000000000020
R
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
J org.eclipse.swt.internal.win32.OS.CallWindowProcW(JJIJJ)J
J org.eclipse.swt.internal.win32.OS.CallWindowProc(JJIJJ)J
j org.eclipse.swt.widgets.Text.callWindowProc(JIJJ)J+852
J org.eclipse.swt.widgets.Control.windowProc(JIJJ)J
j org.eclipse.swt.widgets.Text.windowProc(JIJJ)J+98
J org.eclipse.swt.widgets.Display.windowProc(JJJJ)J
v ~StubRoutines::call_stub
j org.eclipse.swt.internal.win32.OS.SetWindowTextW(J[C)Z+0
j org.eclipse.swt.internal.win32.OS.SetWindowText(JLorg/eclipse/swt/internal/win32/TCHAR;)Z+21
j org.eclipse.swt.widgets.Text.setText(Ljava/lang/String;)V+109
j org.eclipse.jdt.internal.junit.ui.CounterPanel.setErrorValue(I)V+8
j org.eclipse.jdt.internal.junit.ui.TestRunnerViewPart.refreshCounters()V+117
j org.eclipse.jdt.internal.junit.ui.TestRunnerViewPart.processChangesInUI()V+16
j org.eclipse.jdt.internal.junit.ui.TestRunnerViewPart.access$12(Lorg/eclipse/jdt/internal/junit/ui/TestRunnerViewPart;)V+1
j org.eclipse.jdt.internal.junit.ui.TestRunnerViewPart$16.run()V+4
j org.eclipse.swt.widgets.Synchronizer.syncExec(Ljava/lang/Runnable;)V+121
j org.eclipse.ui.internal.UISynchronizer.syncExec(Ljava/lang/Runnable;)V+91
j org.eclipse.swt.widgets.Display.syncExec(Ljava/lang/Runnable;)V+64
j org.eclipse.jdt.internal.junit.ui.TestRunnerViewPart.postSyncRunnable(Ljava/lang/Runnable;)V+12
j org.eclipse.jdt.internal.junit.ui.TestRunnerViewPart.postSyncProcessChanges()V+9
j org.eclipse.jdt.internal.junit.ui.TestRunnerViewPart.stopUpdateJobs()V+48
j org.eclipse.jdt.internal.junit.ui.TestRunnerViewPart.setActiveTestRunSession(Lorg/eclipse/jdt/internal/junit/model/TestRunSession;)Lorg/eclipse/jdt/internal/junit/model/TestRunSession;+267
j org.eclipse.jdt.internal.junit.ui.TestRunnerViewPart.access$2(Lorg/eclipse/jdt/internal/junit/ui/TestRunnerViewPart;Lorg/eclipse/jdt/internal/junit/model/TestRunSession;)Lorg/eclipse/jdt/internal/junit/model/TestRunSession;+2
j org.eclipse.jdt.internal.junit.ui.TestRunnerViewPart$3.run()V+97
j org.eclipse.swt.widgets.RunnableLock.run()V+11
j org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Z)Z+29
j org.eclipse.swt.widgets.Display.runAsyncMessages(Z)Z+5
j org.eclipse.swt.widgets.Display.readAndDispatch()Z+91
j org.eclipse.ui.internal.Workbench.runEventLoop(Lorg/eclipse/jface/window/Window$IExceptionHandler;Lorg/eclipse/swt/widgets/Display;)V+9
j org.eclipse.ui.internal.Workbench.runUI()I+555
j org.eclipse.ui.internal.Workbench.access$4(Lorg/eclipse/ui/internal/Workbench;)I+1
j org.eclipse.ui.internal.Workbench$7.run()V+55
j org.eclipse.core.databinding.observable.Realm.runWithDefault(Lorg/eclipse/core/databinding/observable/Realm;Ljava/lang/Runnable;)V+12
j org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+18
j org.eclipse.ui.PlatformUI.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+2
j org.eclipse.ui.internal.ide.application.IDEApplication.start(Lorg/eclipse/equinox/app/IApplicationContext;)Ljava/lang/Object;+99
j org.eclipse.equinox.internal.app.EclipseAppHandle.run(Ljava/lang/Object;)Ljava/lang/Object;+135
j org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Ljava/lang/Object;)Ljava/lang/Object;+103
j org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ljava/lang/Object;)Ljava/lang/Object;+29
j org.eclipse.core.runtime.adaptor.EclipseStarter.run(Ljava/lang/Object;)Ljava/lang/Object;+149
j org.eclipse.core.runtime.adaptor.EclipseStarter.run([Ljava/lang/String;Ljava/lang/Runnable;)Ljava/lang/Object;+183
v ~StubRoutines::call_stub
j sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/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/Object;)Ljava/lang/Object;+6
j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+57
j org.eclipse.equinox.launcher.Main.invokeFramework([Ljava/lang/String;[Ljava/net/URL;)V+211
j org.eclipse.equinox.launcher.Main.basicRun([Ljava/lang/String;)V+126
j org.eclipse.equinox.launcher.Main.run([Ljava/lang/String;)I+4
j org.eclipse.equinox.launcher.Main.main([Ljava/lang/String;)V+10
v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
eden space 93952K, 32% used [0x00000000f8000000,0x00000000f9dacdb8,0x00000000fdbc0000)
from space 17792K, 99% used [0x00000000fdbc0000,0x00000000fed18610,0x00000000fed20000)
to space 19328K, 0% used [0x00000000fed20000,0x00000000fed20000,0x0000000000000000)
ParOldGen total 104192K, used 74689K [0x00000000e8000000, 0x00000000ee5c0000, 0x00000000f8000000)
object space 104192K, 71% used [0x00000000e8000000,0x00000000ec8f0460,0x00000000ee5c0000)
PSPermGen total 102848K, used 62194K [0x00000000d8000000, 0x00000000de470000, 0x00000000e8000000)
object space 102848K, 60% used [0x00000000d8000000,0x00000000dbcbc880,0x00000000de470000)
Event: 101.873 GC heap after
Heap after GC invocations=23 (full 3):
PSYoungGen total 104832K, used 2144K [0x00000000f8000000, 0x0000000000000000, 0x0000000000000000)
eden space 85504K, 0% used [0x00000000f8000000,0x00000000f8000000,0x00000000fd380000)
from space 19328K, 11% used [0x00000000fed20000,0x00000000fef38000,0x0000000000000000)
to space 22784K, 0% used [0x00000000fd380000,0x00000000fd380000,0x00000000fe9c0000)
ParOldGen total 104192K, used 79317K [0x00000000e8000000, 0x00000000ee5c0000, 0x00000000f8000000)
object space 104192K, 76% used [0x00000000e8000000,0x00000000ecd75428,0x00000000ee5c0000)
PSPermGen total 102848K, used 62194K [0x00000000d8000000, 0x00000000de470000, 0x00000000e8000000)
object space 102848K, 60% used [0x00000000d8000000,0x00000000dbcbc880,0x00000000de470000)
}
Event: 101.873 GC heap before
{Heap before GC invocations=24 (full 4):
PSYoungGen total 104832K, used 2144K [0x00000000f8000000, 0x0000000000000000, 0x0000000000000000)
eden space 85504K, 0% used [0x00000000f8000000,0x00000000f8000000,0x00000000fd380000)
from space 19328K, 11% used [0x00000000fed20000,0x00000000fef38000,0x0000000000000000)
to space 22784K, 0% used [0x00000000fd380000,0x00000000fd380000,0x00000000fe9c0000)
ParOldGen total 104192K, used 79317K [0x00000000e8000000, 0x00000000ee5c0000, 0x00000000f8000000)
object space 104192K, 76% used [0x00000000e8000000,0x00000000ecd75428,0x00000000ee5c0000)
PSPermGen total 102848K, used 62194K [0x00000000d8000000, 0x00000000de470000, 0x00000000e8000000)
object space 102848K, 60% used [0x00000000d8000000,0x00000000dbcbc880,0x00000000de470000)
Event: 102.121 GC heap after
Heap after GC invocations=24 (full 4):
PSYoungGen total 104832K, used 0K [0x00000000f8000000, 0x0000000000000000, 0x0000000000000000)
eden space 85504K, 0% used [0x00000000f8000000,0x00000000f8000000,0x00000000fd380000)
from space 19328K, 0% used [0x00000000fed20000,0x00000000fed20000,0x0000000000000000)
to space 22784K, 0% used [0x00000000fd380000,0x00000000fd380000,0x00000000fe9c0000)
ParOldGen total 104192K, used 33208K [0x00000000e8000000, 0x00000000ee5c0000, 0x00000000f8000000)
object space 104192K, 31% used [0x00000000e8000000,0x00000000ea06e088,0x00000000ee5c0000)
PSPermGen total 104576K, used 62193K [0x00000000d8000000, 0x00000000de620000, 0x00000000e8000000)
object space 104576K, 59% used [0x00000000d8000000,0x00000000dbcbc6d8,0x00000000de620000)
}
Deoptimization events (10 events):
Event: 104.278 Thread 0x000000000b1cb000 Uncommon trap -58 fr.pc 0x00000000029d2f34
Event: 104.839 Thread 0x000000000b1cb000 Uncommon trap -58 fr.pc 0x00000000029f3710
Event: 104.839 Thread 0x000000000b1cb000 Uncommon trap -58 fr.pc 0x00000000029f37b4
Event: 105.275 Thread 0x000000000b1cb000 Uncommon trap -58 fr.pc 0x00000000029f3710
Event: 105.854 Thread 0x00000000022cd000 Uncommon trap -12 fr.pc 0x000000000293e8b8
Event: 106.024 Thread 0x000000000b1cb000 Uncommon trap -34 fr.pc 0x0000000002a2d250
Event: 107.073 Thread 0x00000000022cd000 Uncommon trap -83 fr.pc 0x000000000284ca68
Event: 107.995 Thread 0x000000000a9af800 Uncommon trap -83 fr.pc 0x000000000284e678
Event: 107.998 Thread 0x000000000a9af800 Uncommon trap -83 fr.pc 0x000000000284d9cc
Event: 108.068 Thread 0x000000000b1cb000 Uncommon trap -34 fr.pc 0x0000000002a2d250
Internal exceptions (10 events):
Event: 105.835 Thread 0x00000000022cd000 Threw 0x00000000fafce5f0 at C:\jdk7u1_64p\jdk7u5\hotspot\src\share\vm\prims\jni.cpp:715
Event: 105.906 Thread 0x00000000022cd000 Threw 0x00000000fb15df98 at C:\jdk7u1_64p\jdk7u5\hotspot\src\share\vm\prims\jni.cpp:715
Event: 106.992 Thread 0x00000000022cd000 Threw 0x00000000fb2e1cd0 at C:\jdk7u1_64p\jdk7u5\hotspot\src\share\vm\prims\jni.cpp:715
Event: 107.237 Thread 0x00000000022cd000 Threw 0x00000000fba5efd8 at C:\jdk7u1_64p\jdk7u5\hotspot\src\share\vm\prims\jni.cpp:715
Events (10 events):
Event: 108.520 Executing VM operation: RevokeBias
Event: 108.520 Executing VM operation: RevokeBias done
Event: 108.521 Executing VM operation: RevokeBias
Event: 108.521 Executing VM operation: RevokeBias done
Event: 108.697 Executing VM operation: RevokeBias
Event: 108.697 Executing VM operation: RevokeBias done
Event: 108.727 Executing VM operation: RevokeBias
Event: 108.728 Executing VM operation: RevokeBias done
Event: 108.728 Executing VM operation: RevokeBias
Event: 108.728 Executing VM operation: RevokeBias done
Dynamic libraries:
0x000000003fea0000 - 0x000000003fed4000 C:\Windows\system32\javaw.exe
0x0000000077b60000 - 0x0000000077d0c000 C:\Windows\SYSTEM32\ntdll.dll
0x0000000077940000 - 0x0000000077a5f000 C:\Windows\system32\kernel32.dll
0x00000000fd610000 - 0x00000000fd67c000 C:\Windows\system32\KERNELBASE.dll
0x00000000fd870000 - 0x00000000fd94b000 C:\Windows\system32\ADVAPI32.dll
0x00000000ff100000 - 0x00000000ff19f000 C:\Windows\system32\msvcrt.dll
0x00000000ff1a0000 - 0x00000000ff1bf000 C:\Windows\SYSTEM32\sechost.dll
0x00000000ff210000 - 0x00000000ff33e000 C:\Windows\system32\RPCRT4.dll
0x0000000077a60000 - 0x0000000077b5a000 C:\Windows\system32\USER32.dll
0x00000000fe020000 - 0x00000000fe087000 C:\Windows\system32\GDI32.dll
0x00000000fdd00000 - 0x00000000fdd0e000 C:\Windows\system32\LPK.dll
0x00000000ff030000 - 0x00000000ff0fa000 C:\Windows\system32\USP10.dll
0x00000000fb990000 - 0x00000000fbb84000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7600.16661_none_fa62ad231704eab7\COMCTL32.dll
0x00000000fdd10000 - 0x00000000fdd81000 C:\Windows\system32\SHLWAPI.dll
0x00000000fd950000 - 0x00000000fd97e000 C:\Windows\system32\IMM32.DLL
0x00000000fdf10000 - 0x00000000fe019000 C:\Windows\system32\MSCTF.dll
0x000000006ad60000 - 0x000000006ae31000 C:\Program Files\Java\jre7\bin\msvcr100.dll
0x000000006a640000 - 0x000000006ad5a000 C:\Program Files\Java\jre7\bin\server\jvm.dll
0x00000000fc960000 - 0x00000000fc969000 C:\Windows\system32\WSOCK32.dll
0x00000000ff1c0000 - 0x00000000ff20d000 C:\Windows\system32\WS2_32.dll
0x00000000fdc50000 - 0x00000000fdc58000 C:\Windows\system32\NSI.dll
0x00000000fbd20000 - 0x00000000fbd5b000 C:\Windows\system32\WINMM.dll
0x0000000077d30000 - 0x0000000077d37000 C:\Windows\system32\PSAPI.DLL
0x0000000073d40000 - 0x0000000073d4f000 C:\Program Files\Java\jre7\bin\verify.dll
0x000000006bf30000 - 0x000000006bf58000 C:\Program Files\Java\jre7\bin\java.dll
0x000000006c470000 - 0x000000006c485000 C:\Program Files\Java\jre7\bin\zip.dll
0x00000000fcd30000 - 0x00000000fcd47000 C:\Windows\system32\CRYPTSP.dll
0x00000000fc910000 - 0x00000000fc957000 C:\Windows\system32\rsaenh.dll
0x00000000fc970000 - 0x00000000fc98e000 C:\Windows\system32\USERENV.dll
0x00000000fd4a0000 - 0x00000000fd4af000 C:\Windows\system32\profapi.dll
0x00000000fd3d0000 - 0x00000000fd3df000 C:\Windows\system32\CRYPTBASE.dll
0x000000006bf70000 - 0x000000006bf89000 C:\Program Files\Java\jre7\bin\net.dll
0x00000000fccd0000 - 0x00000000fcd24000 C:\Windows\system32\mswsock.dll
0x00000000fccc0000 - 0x00000000fccc7000 C:\Windows\System32\wship6.dll
0x00000000faf60000 - 0x00000000faf75000 C:\Windows\system32\NLAapi.dll
0x00000000fcb50000 - 0x00000000fcbab000 C:\Windows\system32\DNSAPI.dll
0x00000000f9080000 - 0x00000000f908b000 C:\Windows\System32\winrnr.dll
0x00000000f9060000 - 0x00000000f9075000 C:\Windows\system32\napinsp.dll
0x00000000f9040000 - 0x00000000f9059000 C:\Windows\system32\pnrpnsp.dll
0x00000000f8fd0000 - 0x00000000f8fe0000 C:\Windows\system32\wshbth.dll
0x00000000723a0000 - 0x00000000723ce000 C:\Program Files\Common Files\Microsoft Shared\Windows Live\WLIDNSP.DLL
0x00000000fc510000 - 0x00000000fc517000 C:\Windows\System32\wshtcpip.dll
0x00000000fa7f0000 - 0x00000000fa817000 C:\Windows\system32\IPHLPAPI.DLL
0x00000000fa7e0000 - 0x00000000fa7eb000 C:\Windows\system32\WINNSI.DLL
0x00000000f87b0000 - 0x00000000f87b8000 C:\Windows\system32\rasadhlp.dll
0x00000000fa620000 - 0x00000000fa673000 C:\Windows\System32\fwpuclnt.dll
0x000000006bf10000 - 0x000000006bf21000 C:\Program Files\Java\jre7\bin\nio.dll
0x0000000072000000 - 0x0000000072012000 C:\Users\ASHISH\Downloads\Technology\eclipse\plugins\org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.2.R36x_v20101222\eclipse_1312.dll
0x00000000fc440000 - 0x00000000fc44c000 C:\Windows\system32\VERSION.dll
0x00000000fbcc0000 - 0x00000000fbd16000 C:\Windows\system32\uxtheme.dll
0x0000000010000000 - 0x0000000010065000 C:\Program Files\WIDCOMM\Bluetooth Software\btmmhook.dll
0x00000000fe090000 - 0x00000000fee17000 C:\Windows\system32\SHELL32.dll
0x00000000fee20000 - 0x00000000ff022000 C:\Windows\system32\ole32.dll
0x00000000fde30000 - 0x00000000fdf07000 C:\Windows\system32\OLEAUT32.dll
0x00000000fdb60000 - 0x00000000fdbf9000 C:\Windows\system32\CLBCatQ.DLL
0x0000000007780000 - 0x000000000781b000 C:\Users\ASHISH\Downloads\Technology\eclipse\configuration\org.eclipse.osgi\bundles\204\1\.cp\swt-win32-3659.dll
0x00000000fdc60000 - 0x00000000fdcf8000 C:\Windows\system32\comdlg32.dll
0x0000000077480000 - 0x00000000775da000 C:\Windows\system32\WININET.dll
0x0000000077d20000 - 0x0000000077d23000 C:\Windows\system32\Normaliz.dll
0x00000000775e0000 - 0x00000000777ef000 C:\Windows\system32\iertutil.dll
0x00000000777f0000 - 0x000000007793d000 C:\Windows\system32\urlmon.dll
0x00000000fb3c0000 - 0x00000000fb3d8000 C:\Windows\system32\dwmapi.dll
0x00000000056e0000 - 0x00000000056fe000 C:\Users\ASHISH\Downloads\Technology\eclipse\configuration\org.eclipse.osgi\bundles\204\1\.cp\swt-gdip-win32-3659.dll
0x00000000fb640000 - 0x00000000fb856000 C:\Windows\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7600.17007_none_2b47185a719d6182\gdiplus.dll
0x00000000fb050000 - 0x00000000fb17a000 C:\Windows\system32\WindowsCodecs.dll
0x0000000008800000 - 0x0000000008831000 C:\Program Files\WIDCOMM\Bluetooth Software\btkeyind.dll
0x00000000fb860000 - 0x00000000fb98c000 C:\Windows\system32\propsys.dll
0x00000000f6de0000 - 0x00000000f6faa000 C:\Windows\system32\explorerframe.dll
0x00000000fbb90000 - 0x00000000fbbd3000 C:\Windows\system32\DUser.dll
0x00000000fb540000 - 0x00000000fb632000 C:\Windows\system32\DUI70.dll
0x00000000f3b50000 - 0x00000000f3ba4000 C:\Windows\system32\oleacc.dll
0x00000000fd480000 - 0x00000000fd494000 C:\Windows\system32\RpcRtRemote.dll
0x00000000f61b0000 - 0x00000000f61c1000 C:\Users\ASHISH\Downloads\Technology\eclipse\configuration\org.eclipse.osgi\bundles\42\1\.cp\jWinHttp-1.0.0.dll
0x00000000f8f60000 - 0x00000000f8fcf000 C:\Windows\system32\WINHTTP.dll
0x00000000f8ef0000 - 0x00000000f8f54000 C:\Windows\system32\webio.dll
0x00000000fa5f0000 - 0x00000000fa601000 C:\Windows\system32\dhcpcsvc6.DLL
0x00000000fa5d0000 - 0x00000000fa5e8000 C:\Windows\system32\dhcpcsvc.DLL
0x000000006bee0000 - 0x000000006bf04000 C:\Program Files\Java\jre7\bin\sunec.dll
0x00000000f8450000 - 0x00000000f8457000 C:\Windows\system32\msimg32.dll
0x00000000f3bb0000 - 0x00000000f4618000 C:\Windows\System32\ieframe.dll
0x00000000fd3e0000 - 0x00000000fd472000 C:\Windows\system32\SXS.DLL
0x00000000fd370000 - 0x00000000fd3c7000 C:\Windows\system32\apphelp.dll
0x0000000060040000 - 0x000000006113c000 C:\Windows\System32\mshtml.dll
0x00000000fd0b0000 - 0x00000000fd0bb000 C:\Windows\System32\Secur32.dll
0x00000000fd330000 - 0x00000000fd355000 C:\Windows\system32\SSPICLI.DLL
0x00000000fbc40000 - 0x00000000fbc6d000 C:\Windows\system32\ntmarta.dll
0x00000000fdc00000 - 0x00000000fdc50000 C:\Windows\system32\WLDAP32.dll
0x00000000fb480000 - 0x00000000fb48e000 C:\Windows\system32\msimtf.dll
0x00000000f5b80000 - 0x00000000f5bba000 C:\Windows\system32\msls31.dll
0x00000000fd980000 - 0x00000000fdb57000 C:\Windows\system32\setupapi.dll
0x00000000fd830000 - 0x00000000fd866000 C:\Windows\system32\CFGMGR32.dll
0x00000000fd550000 - 0x00000000fd56a000 C:\Windows\system32\DEVOBJ.dll
0x00000000ec8c0000 - 0x00000000ec9a2000 C:\Windows\system32\d2d1.dll
0x00000000eab40000 - 0x00000000eacbd000 C:\Windows\system32\DWrite.dll
0x00000000f70e0000 - 0x00000000f7187000 C:\Windows\system32\dxgi.dll
0x00000000fd680000 - 0x00000000fd6ba000 C:\Windows\system32\WINTRUST.dll
0x00000000fd6c0000 - 0x00000000fd826000 C:\Windows\system32\CRYPT32.dll
0x00000000fd540000 - 0x00000000fd54f000 C:\Windows\system32\MSASN1.dll
0x00000000f72d0000 - 0x00000000f7304000 C:\Windows\system32\d3d10_1.dll
0x00000000f7190000 - 0x00000000f71e5000 C:\Windows\system32\d3d10_1core.dll
0x00000000f4d60000 - 0x00000000f4d9b000 C:\Windows\system32\MLANG.dll
0x00000000fad50000 - 0x00000000fadb2000 C:\Windows\system32\RASAPI32.dll
0x00000000fabe0000 - 0x00000000fabfc000 C:\Windows\system32\rasman.dll
0x00000000fabc0000 - 0x00000000fabd1000 C:\Windows\system32\rtutils.dll
0x00000000ea830000 - 0x00000000ea96d000 C:\Windows\system32\d3d10.dll
0x00000000f3ae0000 - 0x00000000f3b2b000 C:\Windows\system32\d3d10core.dll
0x00000000f89d0000 - 0x00000000f89d9000 C:\Windows\system32\sensapi.dll
0x00000000ea070000 - 0x00000000ea2a8000 C:\Windows\System32\jscript9.dll
0x000000006b810000 - 0x000000006b8db000 C:\Windows\System32\jscript.dll
0x000000006b7c0000 - 0x000000006b80a000 C:\Windows\System32\Dxtrans.dll
0x00000000faef0000 - 0x00000000faf09000 C:\Windows\System32\ATL.DLL
0x00000000f6270000 - 0x00000000f627e000 C:\Windows\system32\ddrawex.dll
0x00000000ec7c0000 - 0x00000000ec8b1000 C:\Windows\system32\DDRAW.dll
0x00000000f6230000 - 0x00000000f6238000 C:\Windows\system32\DCIMAN32.dll
0x000000006a5c0000 - 0x000000006a632000 C:\Windows\System32\Dxtmsft.dll
0x000000000ff70000 - 0x000000000fffc000 C:\Program Files\WIDCOMM\Bluetooth Software\btncopy.dll
0x00000000f7ea0000 - 0x00000000f7f20000 C:\Windows\system32\ntshrui.dll
0x00000000fcff0000 - 0x00000000fd013000 C:\Windows\system32\srvcli.dll
0x00000000f8370000 - 0x00000000f837f000 C:\Windows\system32\cscapi.dll
0x00000000faec0000 - 0x00000000faecb000 C:\Windows\system32\slc.dll
0x0000000071c10000 - 0x0000000071c20000 C:\Program Files\TortoiseSVN\bin\TortoiseStub.dll
0x0000000071b40000 - 0x0000000071bbb000 C:\Program Files\TortoiseSVN\bin\TortoiseSVN.dll
0x00000000f7ad0000 - 0x00000000f7e9c000 C:\Program Files\TortoiseSVN\bin\libsvn_tsvn.dll
0x00000000719b0000 - 0x00000000719db000 C:\Program Files\TortoiseSVN\bin\libapr_tsvn.dll
0x0000000071780000 - 0x00000000717c1000 C:\Program Files\TortoiseSVN\bin\libaprutil_tsvn.dll
0x00000000f7ac0000 - 0x00000000f7ad0000 C:\Program Files\TortoiseSVN\bin\intl3_tsvn.dll
0x00000000f7aa0000 - 0x00000000f7aba000 C:\Program Files\TortoiseSVN\bin\libsasl.dll
0x00000000716e0000 - 0x0000000071778000 C:\Windows\system32\MSVCP100.dll
VM Arguments:
jvm_args: -Dosgi.requiredJavaVersion=1.5 -Xms40m -Xmx384m -XX:MaxPermSize=256m
java_command: C:\Users\ASHISH\Downloads\Technology\eclipse\\plugins/org.eclipse.equinox.launcher_1.1.1.R36x_v20101122_1400.jar -os win32 -ws win32 -arch x86_64 -showsplash -launcher C:\Users\ASHISH\Downloads\Technology\eclipse\eclipse.exe -name Eclipse --launcher.library C:\Users\ASHISH\Downloads\Technology\eclipse\\plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.2.R36x_v20101222\eclipse_1312.dll -startup C:\Users\ASHISH\Downloads\Technology\eclipse\\plugins/org.eclipse.equinox.launcher_1.1.1.R36x_v20101122_1400.jar -exitdata 112c_58 -product org.eclipse.epp.package.java.product -vm C:\Windows\system32\javaw.exe -vmargs -Dosgi.requiredJavaVersion=1.5 -Xms40m -Xmx384m -XX:MaxPermSize=256m -jar C:\Users\ASHISH\Downloads\Technology\eclipse\\plugins/org.eclipse.equinox.launcher_1.1.1.R36x_v20101122_1400.jar
Launcher Type: SUN_STANDARD
Environment Variables:
JAVA_HOME=C:\Program Files\Java\jdk1.7.0
PATH=C:\Program Files (x86)\RSA SecurID Token Common;ommonProgramFiles\Microsoft Shared\Windows Live;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Broadcom\Broadcom 802.11\Driver;C:\Program Files\WIDCOMM\Bluetooth Software\;C:\Program Files\WIDCOMM\Bluetooth Software\syswow64;C:\Program Files (x86)\Hewlett-Packard\HP SimplePass Identity Protection\x64;C:\Program Files (x86)\Hewlett-Packard\HP SimplePass Identity Protection\;C:\Users\ASHISH\Downloads\software\apache-ant-1.8.2\bin;C:\Users\ASHISH\Downloads\Technology\open-source\apache-maven-3.0.4\bin;C:\Program Files\Java\jdk1.7.0\bin;C:\Program Files\TortoiseSVN\bin;C:\Users\ASHISH\Downloads\Technology\installations\gradle-1.0-rc-3/bin;
USERNAME=ASHISH
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 37 Stepping 5, GenuineIntel
--------------- S Y S T E M ---------------
OS: Windows 7 , 64 bit Build 7600
CPU:total 4 (2 cores per cpu, 2 threads per core) family 6 model 37 stepping 5, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, ht, tsc, tscinvbit
Memory: 4k page, physical 3987312k(1328476k free), swap 7972720k(4857692k free)
vm_info: Java HotSpot(TM) 64-Bit Server VM (23.1-b03) for windows-amd64 JRE (1.7.0_05-b05), built on May 15 2012 18:09:30 by "java_re" with unknown MS VC++:1600
time: Sun Jul 01 19:30:56 2012
elapsed time: 108 seconds
Please let me know if someone got the similar problem and its resolution