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"
// ...
}
[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: ��������
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
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.
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