Selenium crashes at GULP Protractor test - firefox

My Selenium server keeps crashing after performing a GULP protractor test. I can only run tests using directconnect option but I want to use PhatomJS wich does not support this. I think it crashes at the point it tries to create a new session (firefox in this case). Is there anything that can be done about this?
My error log from Selenium:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00000001c48df09b, pid=5708, tid=8412
#
# JRE version: Java(TM) SE Runtime Environment (8.0_40-b26) (build 1.8.0_40-b26)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.40-b25 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C 0x00000001c48df09b
#
# 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.java.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 (0x0000000009d8a000): JavaThread "Session bda2f461-2645-43bb-9a80-4786c39faef1 processing inside browser" [_thread_in_native, id=8412, stack(0x000000000bf70000,0x000000000c070000)]
siginfo: ExceptionCode=0xc0000005, ExceptionInformation=0x0000000000000008 0x00000001c48df09b
Registers:
RAX=0x0000000000000000, RBX=0x0000000009d8a1f8, RCX=0x0000000000990ff0, RDX=0x000000000c06d7c8
RSP=0x000000000c06d7d0, RBP=0x0000000000000000, RSI=0x0000000000000000, RDI=0x0000000009f9ee40
R8 =0x000000018006eb38, R9 =0x0000000000008000, R10=0x00000000d73e75d8, R11=0x000000005eef0d50
R12=0x0000000000000001, R13=0x000000000b35a180, R14=0x000000000c06d9d8, R15=0x0000000000000002
RIP=0x00000001c48df09b, EFLAGS=0x0000000000010202
Top of Stack: (sp=0x000000000c06d7d0)
0x000000000c06d7d0: 0000000009f9ee40 000000000c060018
0x000000000c06d7e0: fffffffffffffffe 000000000c06d838
0x000000000c06d7f0: 0000000009d8a1f8 000000018002dbf2
0x000000000c06d800: 000000018006eac0 0000000000990ff0
0x000000000c06d810: 000000000a3b6d10 000000000a3b6d10
0x000000000c06d820: 0000000000000000 0000000000000000
0x000000000c06d830: fffffffffffffffe 0000000000000001
0x000000000c06d840: 000000000c06d9d8 000000018002db42
0x000000000c06d850: 0000000000990ff0 0000000000990ff0
0x000000000c06d860: 0000000009d8a1f8 0000000061c58d94
0x000000000c06d870: 000000000b3537a0 0000000009f9ee40
0x000000000c06d880: 000000000b3540e0 000000000b3537a0
0x000000000c06d890: 0000000009d8a1f8 0000000061b73cd2
0x000000000c06d8a0: 0000000000990ff0 0000000009d8a1f8
0x000000000c06d8b0: 000000000b3537a0 000000000b3540e0
0x000000000c06d8c0: 0000000000000001 0000000000990ff0
Instructions: (pc=0x00000001c48df09b)
0x00000001c48df07b:
[error occurred during error reporting (printing registers, top of stack, instructions near pc), id 0xc0000005]
Register to memory mapping:
RAX=0x0000000000000000 is an unknown value
RBX=0x0000000009d8a1f8 is an unknown value
RCX=0x0000000000990ff0 is an unknown value
RDX=0x000000000c06d7c8 is pointing into the stack for thread: 0x0000000009d8a000
RSP=0x000000000c06d7d0 is pointing into the stack for thread: 0x0000000009d8a000
RBP=0x0000000000000000 is an unknown value
RSI=0x0000000000000000 is an unknown value
RDI=0x0000000009f9ee40 is an unknown value
R8 =0x000000018006eb38 is an unknown value
R9 =0x0000000000008000 is an unknown value
R10=0x00000000d73e75d8 is an oop
[Ljava.net.InetAddress;
- klass: 'java/net/InetAddress'[]
- length: 2
R11=0x000000005eef0d50 is an unknown value
R12=0x0000000000000001 is an unknown value
R13=0x000000000b35a180 is an unknown value
R14=0x000000000c06d9d8 is pointing into the stack for thread: 0x0000000009d8a000
R15=0x0000000000000002 is an unknown value
Stack: [0x000000000bf70000,0x000000000c070000], sp=0x000000000c06d7d0, free space=1013k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j java.net.Inet6AddressImpl.lookupAllHostAddr(Ljava/lang/String;)[Ljava/net/InetAddress;+0
j java.net.InetAddress$2.lookupAllHostAddr(Ljava/lang/String;)[Ljava/net/InetAddress;+4
j java.net.InetAddress.getAddressesFromNameService(Ljava/lang/String;Ljava/net/InetAddress;)[Ljava/net/InetAddress;+51
j java.net.InetAddress.getAllByName0(Ljava/lang/String;Ljava/net/InetAddress;Z)[Ljava/net/InetAddress;+29
j java.net.InetAddress.getAllByName(Ljava/lang/String;Ljava/net/InetAddress;)[Ljava/net/InetAddress;+383
j java.net.InetAddress.getAllByName(Ljava/lang/String;)[Ljava/net/InetAddress;+2
j java.net.InetAddress.getByName(Ljava/lang/String;)Ljava/net/InetAddress;+1
j java.net.InetSocketAddress.<init>(Ljava/lang/String;I)V+15
j org.openqa.selenium.internal.SocketLock.<clinit>()V+19
v ~StubRoutines::call_stub
j org.openqa.selenium.firefox.FirefoxDriver.obtainLock(Lorg/openqa/selenium/firefox/FirefoxProfile;)Lorg/openqa/selenium/internal/Lock;+0
j org.openqa.selenium.firefox.FirefoxDriver.connectTo(Lorg/openqa/selenium/firefox/FirefoxBinary;Lorg/openqa/selenium/firefox/FirefoxProfile;Ljava/lang/String;)Lorg/openqa/selenium/firefox/ExtensionConnection;+1
j org.openqa.selenium.firefox.FirefoxDriver.startClient()V+25
j org.openqa.selenium.remote.RemoteWebDriver.<init>(Lorg/openqa/selenium/remote/CommandExecutor;Lorg/openqa/selenium/Capabilities;Lorg/openqa/selenium/Capabilities;)V+65
j org.openqa.selenium.firefox.FirefoxDriver.<init>(Lorg/openqa/selenium/firefox/FirefoxBinary;Lorg/openqa/selenium/firefox/FirefoxProfile;Lorg/openqa/selenium/Capabilities;Lorg/openqa/selenium/Capabilities;)V+48
j org.openqa.selenium.firefox.FirefoxDriver.<init>(Lorg/openqa/selenium/firefox/FirefoxBinary;Lorg/openqa/selenium/firefox/FirefoxProfile;Lorg/openqa/selenium/Capabilities;)V+5
j org.openqa.selenium.firefox.FirefoxDriver.<init>(Lorg/openqa/selenium/Capabilities;)V+11
v ~StubRoutines::call_stub
j sun.reflect.NativeConstructorAccessorImpl.newInstance0(Ljava/lang/reflect/Constructor;[Ljava/lang/Object;)Ljava/lang/Object;+0
j sun.reflect.NativeConstructorAccessorImpl.newInstance([Ljava/lang/Object;)Ljava/lang/Object;+85
j sun.reflect.DelegatingConstructorAccessorImpl.newInstance([Ljava/lang/Object;)Ljava/lang/Object;+5
j java.lang.reflect.Constructor.newInstance([Ljava/lang/Object;)Ljava/lang/Object;+79
j org.openqa.selenium.remote.server.DefaultDriverProvider.callConstructor(Ljava/lang/Class;Lorg/openqa/selenium/Capabilities;)Lorg/openqa/selenium/WebDriver;+23
j org.openqa.selenium.remote.server.DefaultDriverProvider.newInstance(Lorg/openqa/selenium/Capabilities;)Lorg/openqa/selenium/WebDriver;+28
j org.openqa.selenium.remote.server.DefaultDriverFactory.newInstance(Lorg/openqa/selenium/Capabilities;)Lorg/openqa/selenium/WebDriver;+6
j org.openqa.selenium.remote.server.DefaultSession$BrowserCreator.call()Lorg/openqa/selenium/support/events/EventFiringWebDriver;+8
j org.openqa.selenium.remote.server.DefaultSession$BrowserCreator.call()Ljava/lang/Object;+1
j java.util.concurrent.FutureTask.run()V+42
j org.openqa.selenium.remote.server.DefaultSession$1.run()V+51
j java.util.concurrent.ThreadPoolExecutor.runWorker(Ljava/util/concurrent/ThreadPoolExecutor$Worker;)V+95
j java.util.concurrent.ThreadPoolExecutor$Worker.run()V+5
j java.lang.Thread.run()V+11
v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
=>0x0000000009d8a000 JavaThread "Session bda2f461-2645-43bb-9a80-4786c39faef1 processing inside browser" [_thread_in_native, id=8412, stack(0x000000000bf70000,0x000000000c070000)]
0x0000000009e34000 JavaThread "DriverServlet Session Cleaner" [_thread_blocked, id=5128, stack(0x000000000b070000,0x000000000b170000)]
0x00000000027d0800 JavaThread "DestroyJavaVM" [_thread_blocked, id=8856, stack(0x00000000026d0000,0x00000000027d0000)]
0x000000000a025800 JavaThread "SocketListener0-1" [_thread_blocked, id=2520, stack(0x000000000be70000,0x000000000bf70000)]
0x0000000009fa1000 JavaThread "SocketListener0-0" [_thread_blocked, id=288, stack(0x000000000bd70000,0x000000000be70000)]
0x0000000009fa0800 JavaThread "Acceptor ServerSocket[addr=0.0.0.0/0.0.0.0,localport=4444]" [_thread_in_native, id=8508, stack(0x000000000bc70000,0x000000000bd70000)]
0x0000000009fbe800 JavaThread "SessionScavenger" daemon [_thread_blocked, id=3648, stack(0x000000000bb70000,0x000000000bc70000)]
0x0000000009fa2800 JavaThread "Timer-0" daemon [_thread_blocked, id=1724, stack(0x000000000ba70000,0x000000000bb70000)]
0x0000000009c72800 JavaThread "Service Thread" daemon [_thread_blocked, id=4848, stack(0x000000000a050000,0x000000000a150000)]
0x0000000008406800 JavaThread "C1 CompilerThread2" daemon [_thread_blocked, id=4868, stack(0x0000000009b50000,0x0000000009c50000)]
0x00000000083fc000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=7364, stack(0x0000000009a50000,0x0000000009b50000)]
0x00000000083f9800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=5884, stack(0x0000000009950000,0x0000000009a50000)]
0x0000000008404800 JavaThread "Attach Listener" daemon [_thread_blocked, id=6356, stack(0x0000000009850000,0x0000000009950000)]
0x0000000008403000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=3560, stack(0x0000000009750000,0x0000000009850000)]
0x00000000028c5800 JavaThread "Finalizer" daemon [_thread_blocked, id=7072, stack(0x0000000009650000,0x0000000009750000)]
0x00000000028bd000 JavaThread "Reference Handler" daemon [_thread_blocked, id=7560, stack(0x0000000009550000,0x0000000009650000)]
Other Threads:
0x00000000083c7000 VMThread [stack: 0x0000000009450000,0x0000000009550000] [id=5700]
0x0000000009c84000 WatcherThread [stack: 0x000000000a150000,0x000000000a250000] [id=5820]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap:
PSYoungGen total 38400K, used 21418K [0x00000000d5f00000, 0x00000000d8980000, 0x0000000100000000)
eden space 33280K, 64% used [0x00000000d5f00000,0x00000000d73eaaf0,0x00000000d7f80000)
from space 5120K, 0% used [0x00000000d8480000,0x00000000d8480000,0x00000000d8980000)
to space 5120K, 0% used [0x00000000d7f80000,0x00000000d7f80000,0x00000000d8480000)
ParOldGen total 87552K, used 0K [0x0000000081c00000, 0x0000000087180000, 0x00000000d5f00000)
object space 87552K, 0% used [0x0000000081c00000,0x0000000081c00000,0x0000000087180000)
Metaspace used 9634K, capacity 9762K, committed 9984K, reserved 1058816K
class space used 1197K, capacity 1205K, committed 1280K, reserved 1048576K
Card table byte_map: [0x0000000002c90000,0x0000000003090000] byte_map_base: 0x0000000002882000
Marking Bits: (ParMarkBitMap*) 0x000000005ef64040
Begin Bits: [0x0000000003740000, 0x00000000056d0000)
End Bits: [0x00000000056d0000, 0x0000000007660000)
Polling page: 0x00000000008a0000
CodeCache: size=245760Kb used=2302Kb max_used=2313Kb free=243457Kb
bounds [0x000000000f010000, 0x000000000f280000, 0x000000001e010000]
total_blobs=853 nmethods=533 adapters=233
compilation: enabled
Compilation events (10 events):
Event: 133.578 Thread 0x00000000083f9800 529 4 java.lang.StringBuilder::append (8 bytes)
Event: 133.578 Thread 0x0000000008406800 528 1 java.lang.Boolean::booleanValue (5 bytes)
Event: 133.578 Thread 0x0000000008406800 nmethod 528 0x000000000f24ee50 code [0x000000000f24efa0, 0x000000000f24f0b0]
Event: 133.579 Thread 0x0000000008406800 530 3 java.io.StringWriter::write (10 bytes)
Event: 133.579 Thread 0x0000000008406800 nmethod 530 0x000000000f24f110 code [0x000000000f24f280, 0x000000000f24f688]
Event: 133.579 Thread 0x0000000008406800 531 3 com.google.gson.JsonPrimitive::isBoolean (8 bytes)
Event: 133.579 Thread 0x0000000008406800 nmethod 531 0x000000000f24f7d0 code [0x000000000f24f920, 0x000000000f24fb70]
Event: 133.579 Thread 0x0000000008406800 532 3 java.lang.Class::checkInitted (19 bytes)
Event: 133.579 Thread 0x0000000008406800 nmethod 532 0x000000000f24fc10 code [0x000000000f24fd80, 0x000000000f250048]
Event: 133.583 Thread 0x00000000083f9800 nmethod 529 0x000000000f253110 code [0x000000000f253260, 0x000000000f253638]
GC Heap History (0 events):
No events
Deoptimization events (2 events):
Event: 0.437 Thread 0x00000000027d0800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000000000f1a9f64 method=java.lang.String.indexOf([CII[CIII)I # 3
Event: 133.385 Thread 0x000000000a025800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000000000f1bc670 method=sun.misc.MetaIndex.mayContain(Ljava/lang/String;)Z # 38
Internal exceptions (9 events):
Event: 0.070 Thread 0x00000000027d0800 Exception <a 'java/lang/NoSuchMethodError': Method sun.misc.Unsafe.defineClass(Ljava/lang/String;[BII)Ljava/lang/Class; name or signature does not match> (0x00000000d5f0d380) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u40\3098\hotspot\srŒÍÄÖü²?
Event: 0.070 Thread 0x00000000027d0800 Exception <a 'java/lang/NoSuchMethodError': Method sun.misc.Unsafe.prefetchRead(Ljava/lang/Object;J)V name or signature does not match> (0x00000000d5f0d610) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u40\3098\hotspot\src\share\vm\prims\jø'›hZÄ?
Event: 0.159 Thread 0x00000000027d0800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000d6141248) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u40\3098\hotspot\src\share\vm\prims\jvm.cpp, line 1382]
Event: 0.159 Thread 0x00000000027d0800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000d6141590) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u40\3098\hotspot\src\share\vm\prims\jvm.cpp, line 1382]
Event: 0.160 Thread 0x00000000027d0800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000d61453a8) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u40\3098\hotspot\src\share\vm\prims\jvm.cpp, line 1382]
Event: 0.160 Thread 0x00000000027d0800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000d61456f0) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u40\3098\hotspot\src\share\vm\prims\jvm.cpp, line 1382]
Event: 0.293 Thread 0x00000000027d0800 Exception <a 'java/lang/NoClassDefFoundError': org/apache/log4j/Category> (0x00000000d62a6568) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u40\3098\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 199]
Event: 60.509 Thread 0x0000000009fa0800 Exception <a 'java/net/SocketTimeoutException': Accept timed out> (0x00000000d68d6b28) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u40\3098\hotspot\src\share\vm\prims\jni.cpp, line 735]
Event: 120.518 Thread 0x0000000009fa0800 Exception <a 'java/net/SocketTimeoutException': Accept timed out> (0x00000000d68d9288) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u40\3098\hotspot\src\share\vm\prims\jni.cpp, line 735]
Events (10 events):
Event: 133.591 loading class org/openqa/selenium/internal/SocketLock
Event: 133.591 loading class org/openqa/selenium/internal/SocketLock done
Event: 133.591 loading class sun/net/InetAddressCachePolicy
Event: 133.591 loading class sun/net/InetAddressCachePolicy done
Event: 133.591 loading class sun/net/InetAddressCachePolicy$1
Event: 133.591 loading class sun/net/InetAddressCachePolicy$1 done
Event: 133.591 loading class sun/net/InetAddressCachePolicy$2
Event: 133.591 loading class sun/net/InetAddressCachePolicy$2 done
Event: 133.591 loading class java/net/InetAddress$CacheEntry
Event: 133.591 loading class java/net/InetAddress$CacheEntry done
Dynamic libraries:
0x00007ff7191f0000 - 0x00007ff719227000 C:\ProgramData\Oracle\Java\javapath\java.exe
0x00007ffab5610000 - 0x00007ffab57bc000 C:\WINDOWS\SYSTEM32\ntdll.dll
0x00007ffab2f80000 - 0x00007ffab30be000 C:\WINDOWS\system32\KERNEL32.DLL
0x00007ffab2b70000 - 0x00007ffab2c85000 C:\WINDOWS\system32\KERNELBASE.dll
0x00007ffab1270000 - 0x00007ffab12fe000 C:\WINDOWS\system32\apphelp.dll
0x00007ffaa4ad0000 - 0x00007ffaa4b23000 C:\WINDOWS\AppPatch\AppPatch64\AcGenral.DLL
0x00007ffab5390000 - 0x00007ffab543a000 C:\WINDOWS\system32\msvcrt.dll
0x00007ffab24e0000 - 0x00007ffab250e000 C:\WINDOWS\SYSTEM32\SspiCli.dll
0x00007ffab51e0000 - 0x00007ffab5234000 C:\WINDOWS\system32\SHLWAPI.dll
0x00007ffab2e00000 - 0x00007ffab2f77000 C:\WINDOWS\system32\USER32.dll
0x00007ffab5040000 - 0x00007ffab51d4000 C:\WINDOWS\system32\ole32.dll
0x00007ffab3220000 - 0x00007ffab4738000 C:\WINDOWS\system32\SHELL32.dll
0x00007ffab1f50000 - 0x00007ffab1f71000 C:\WINDOWS\SYSTEM32\USERENV.dll
0x00007ffab4810000 - 0x00007ffab48ba000 C:\WINDOWS\system32\ADVAPI32.dll
0x00007ffaa46d0000 - 0x00007ffaa46ee000 C:\WINDOWS\SYSTEM32\MPR.dll
0x00007ffab5240000 - 0x00007ffab5381000 C:\WINDOWS\system32\RPCRT4.dll
0x00007ffab4aa0000 - 0x00007ffab4af9000 C:\WINDOWS\SYSTEM32\sechost.dll
0x00007ffab4b00000 - 0x00007ffab4d11000 C:\WINDOWS\SYSTEM32\combase.dll
0x00007ffab30c0000 - 0x00007ffab3211000 C:\WINDOWS\system32\GDI32.dll
0x00007ffab2760000 - 0x00007ffab2775000 C:\WINDOWS\SYSTEM32\profapi.dll
0x00007ffab0c20000 - 0x00007ffab0cd2000 C:\WINDOWS\SYSTEM32\SHCORE.dll
0x00007ffab55d0000 - 0x00007ffab5606000 C:\WINDOWS\system32\IMM32.DLL
0x00007ffab2c90000 - 0x00007ffab2de1000 C:\WINDOWS\system32\MSCTF.dll
0x00007ffab2710000 - 0x00007ffab2742000 C:\Windows\system32\nvinitx.dll
0x00007ffab2690000 - 0x00007ffab269a000 C:\WINDOWS\SYSTEM32\VERSION.dll
0x000000000f000000 - 0x000000000f006000 C:\Program Files\NVIDIA Corporation\CoProcManager\_etoured.dll
0x00007ffab0e90000 - 0x00007ffab0ec2000 C:\Program Files\NVIDIA Corporation\CoProcManager\nvd3d9wrapx.dll
0x00007ffab48c0000 - 0x00007ffab4a9a000 C:\WINDOWS\system32\SETUPAPI.dll
0x00007ffab2830000 - 0x00007ffab287f000 C:\WINDOWS\system32\CFGMGR32.dll
0x00007ffab0df0000 - 0x00007ffab0e12000 C:\Program Files\NVIDIA Corporation\CoProcManager\nvdxgiwrapx.dll
0x00007ffab0570000 - 0x00007ffab07eb000 C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.9600.17415_none_6240486fecbd8abb\COMCTL32.dll
0x0000000061bf0000 - 0x0000000061cc2000 C:\Program Files\Java\jre1.8.0_40\bin\msvcr100.dll
0x000000005e760000 - 0x000000005efe3000 C:\Program Files\Java\jre1.8.0_40\bin\server\jvm.dll
0x00007ffaa4690000 - 0x00007ffaa4699000 C:\WINDOWS\SYSTEM32\WSOCK32.dll
0x00007ffaaf6d0000 - 0x00007ffaaf6f2000 C:\WINDOWS\SYSTEM32\WINMM.dll
0x00007ffab5030000 - 0x00007ffab5037000 C:\WINDOWS\system32\PSAPI.DLL
0x00007ffab4fd0000 - 0x00007ffab502a000 C:\WINDOWS\system32\WS2_32.dll
0x00007ffaaf4e0000 - 0x00007ffaaf50a000 C:\WINDOWS\SYSTEM32\WINMMBASE.dll
0x00007ffab5440000 - 0x00007ffab5449000 C:\WINDOWS\system32\NSI.dll
0x00007ffab14c0000 - 0x00007ffab14e8000 C:\WINDOWS\SYSTEM32\DEVOBJ.dll
0x0000000061be0000 - 0x0000000061bef000 C:\Program Files\Java\jre1.8.0_40\bin\verify.dll
0x0000000061bb0000 - 0x0000000061bd9000 C:\Program Files\Java\jre1.8.0_40\bin\java.dll
0x0000000061b90000 - 0x0000000061ba6000 C:\Program Files\Java\jre1.8.0_40\bin\zip.dll
0x0000000061b70000 - 0x0000000061b8a000 C:\Program Files\Java\jre1.8.0_40\bin\net.dll
0x0000000180000000 - 0x0000000180078000 C:\Windows\system32\ASProxy64.dll
0x00007ffab1ef0000 - 0x00007ffab1f49000 C:\WINDOWS\SYSTEM32\MSWSOCK.dll
0x00007ffab1760000 - 0x00007ffab178a000 C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL
0x00007ffab4d20000 - 0x00007ffab4de1000 C:\WINDOWS\system32\OLEAUT32.dll
0x00007ffab1750000 - 0x00007ffab175a000 C:\WINDOWS\SYSTEM32\WINNSI.DLL
0x00007ffab1510000 - 0x00007ffab151b000 C:\WINDOWS\SYSTEM32\kernel.appcore.dll
0x00007ffab2580000 - 0x00007ffab258b000 C:\WINDOWS\SYSTEM32\CRYPTBASE.dll
0x00007ffab2510000 - 0x00007ffab2573000 C:\WINDOWS\SYSTEM32\bcryptPrimitives.dll
0x00007ffab1340000 - 0x00007ffab1469000 C:\WINDOWS\system32\uxtheme.dll
0x00007ffaac520000 - 0x00007ffaac60e000 C:\Program Files (x86)\Stardock\Start8\Start8_64.dll
0x00007ffaad1e0000 - 0x00007ffaad35f000 C:\WINDOWS\SYSTEM32\PROPSYS.dll
0x00007ffab5450000 - 0x00007ffab5506000 C:\WINDOWS\SYSTEM32\clbcatq.dll
0x00007ffab20b0000 - 0x00007ffab20d0000 C:\WINDOWS\SYSTEM32\CRYPTSP.dll
0x00007ffab1ba0000 - 0x00007ffab1bd6000 C:\WINDOWS\system32\rsaenh.dll
0x00007ffab21d0000 - 0x00007ffab21f6000 C:\WINDOWS\SYSTEM32\bcrypt.dll
0x00007ffab25f0000 - 0x00007ffab2689000 C:\WINDOWS\SYSTEM32\sxs.dll
0x00007ffaaba30000 - 0x00007ffaaba46000 C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL
0x00007ffaabc40000 - 0x00007ffaabc5a000 C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL
0x0000000061b50000 - 0x0000000061b61000 C:\Program Files\Java\jre1.8.0_40\bin\nio.dll
0x00007ffab1cf0000 - 0x00007ffab1d94000 C:\WINDOWS\SYSTEM32\DNSAPI.dll
0x00007ffaa60d0000 - 0x00007ffaa60da000 C:\Windows\System32\rasadhlp.dll
0x00007ffaabb10000 - 0x00007ffaabb7b000 C:\WINDOWS\System32\fwpuclnt.dll
0x00007ffaa3960000 - 0x00007ffaa3aea000 C:\WINDOWS\SYSTEM32\dbghelp.dll
VM Arguments:
java_command: selenium-server-standalone-2.44.0.jar
java_class_path (initial): selenium-server-standalone-2.44.0.jar
Launcher Type: SUN_STANDARD
Environment Variables:
PATH=C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Skype\Phone\;C:\Program Files (x86)\nodejs\;C:\Program Files (x86)\Git\cmd;C:\Python27\python;C:\Users\Don Carlos\AppData\Roaming\npm
USERNAME=Don Carlos
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 58 Stepping 9, GenuineIntel
--------------- S Y S T E M ---------------
OS: Windows 8.1 , 64 bit Build 9600 (6.3.9600.17415)
CPU:total 4 (2 cores per cpu, 2 threads per core) family 6 model 58 stepping 9, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, aes, clmul, erms, ht, tsc, tscinvbit, tscinv
Memory: 4k page, physical 8271684k(5556304k free), swap 18757444k(15574932k free)
vm_info: Java HotSpot(TM) 64-Bit Server VM (25.40-b25) for windows-amd64 JRE (1.8.0_40-b26), built on Mar 7 2015 13:51:59 by "java_re" with MS VC++ 10.0 (VS2010)
time: Thu Apr 02 10:10:48 2015
elapsed time: 133 seconds (0d 0h 2m 13s)

This sounds related to compatibility issues between selenium 2.44 (which you are using) and firefox >35. Upgrade selenium to 2.45:
webdriver-manager update
Or, downgrade firefox to 34.0.5.
See also:
Issue 8399: Firefox 36 breaks WebDriver 2.44.0
Heads up: Protractor is not working with Firefox 35/36

Related

Cassandra Windows 10 Access Violation

EDIT: Although yukim's workaround does work, I found that by downgrading to JDK 8u251 vs 8u261, the sigar lib works correctly.
Windows 10 x64 Pro
Cassandra 3.11.7
NOTE: I have JDK 11.0.7 as my main JDK, so I override JAVA_HOME and PATH in the batch file for Cassandra.
Opened admin prompt and...
java -version
java version "1.8.0_261"
Java(TM) SE Runtime Environment (build 1.8.0_261-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.261-b12, mixed mode)
python --version
Python 3.8.5
EDIT #1 switched to Python 2.7.18 and that at least made cqlsh start and error out on no server where on 3.8.5 it wasn't even running.
echo %JAVA_HOME%
c:\progra~1\java\jdk1.8.0_261
When I run cassandra.bat, I get:
Detected powershell execution permissions. Running with enhanced startup scripts.
*---------------------------------------------------------------------*
*---------------------------------------------------------------------*
WARNING! Automatic page file configuration detected.
It is recommended that you disable swap when running Cassandra
for performance and stability reasons.
*---------------------------------------------------------------------*
*---------------------------------------------------------------------*
*---------------------------------------------------------------------*
*---------------------------------------------------------------------*
WARNING! Detected a power profile other than High Performance.
Performance of this node will suffer.
Modify conf\cassandra.env.ps1 to suppress this warning.
*---------------------------------------------------------------------*
*---------------------------------------------------------------------*
C:\Program Files\apache-cassandra-3.11.7\bin>CompilerOracle: dontinline org/apache/cassandra/db/Columns$Serializer.deserializeLargeSubset (Lorg/apache/cassandra/io/util/DataInputPlus;Lorg/apache/cassandra/db/Columns;I)Lorg/apache/cassandra/db/Columns;
CompilerOracle: dontinline org/apache/cassandra/db/Columns$Serializer.serializeLargeSubset (Ljava/util/Collection;ILorg/apache/cassandra/db/Columns;ILorg/apache/cassandra/io/util/DataOutputPlus;)V
CompilerOracle: dontinline org/apache/cassandra/db/Columns$Serializer.serializeLargeSubsetSize (Ljava/util/Collection;ILorg/apache/cassandra/db/Columns;I)I
CompilerOracle: dontinline org/apache/cassandra/db/commitlog/AbstractCommitLogSegmentManager.advanceAllocatingFrom (Lorg/apache/cassandra/db/commitlog/CommitLogSegment;)V
CompilerOracle: dontinline org/apache/cassandra/db/transform/BaseIterator.tryGetMoreContents ()Z
CompilerOracle: dontinline org/apache/cassandra/db/transform/StoppingTransformation.stop ()V
CompilerOracle: dontinline org/apache/cassandra/db/transform/StoppingTransformation.stopInPartition ()V
CompilerOracle: dontinline org/apache/cassandra/io/util/BufferedDataOutputStreamPlus.doFlush (I)V
CompilerOracle: dontinline org/apache/cassandra/io/util/BufferedDataOutputStreamPlus.writeExcessSlow ()V
CompilerOracle: dontinline org/apache/cassandra/io/util/BufferedDataOutputStreamPlus.writeSlow (JI)V
CompilerOracle: dontinline org/apache/cassandra/io/util/RebufferingInputStream.readPrimitiveSlowly (I)J
CompilerOracle: inline org/apache/cassandra/db/rows/UnfilteredSerializer.serializeRowBody (Lorg/apache/cassandra/db/rows/Row;ILorg/apache/cassandra/db/SerializationHeader;Lorg/apache/cassandra/io/util/DataOutputPlus;)V
CompilerOracle: inline org/apache/cassandra/io/util/Memory.checkBounds (JJ)V
CompilerOracle: inline org/apache/cassandra/io/util/SafeMemory.checkBounds (JJ)V
CompilerOracle: inline org/apache/cassandra/utils/AsymmetricOrdering.selectBoundary (Lorg/apache/cassandra/utils/AsymmetricOrdering/Op;II)I
CompilerOracle: inline org/apache/cassandra/utils/AsymmetricOrdering.strictnessOfLessThan (Lorg/apache/cassandra/utils/AsymmetricOrdering/Op;)I
CompilerOracle: inline org/apache/cassandra/utils/BloomFilter.indexes (Lorg/apache/cassandra/utils/IFilter/FilterKey;)[J
CompilerOracle: inline org/apache/cassandra/utils/BloomFilter.setIndexes (JJIJ[J)V
CompilerOracle: inline org/apache/cassandra/utils/ByteBufferUtil.compare (Ljava/nio/ByteBuffer;[B)I
CompilerOracle: inline org/apache/cassandra/utils/ByteBufferUtil.compare ([BLjava/nio/ByteBuffer;)I
CompilerOracle: inline org/apache/cassandra/utils/ByteBufferUtil.compareUnsigned (Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;)I
CompilerOracle: inline org/apache/cassandra/utils/FastByteOperations$UnsafeOperations.compareTo (Ljava/lang/Object;JILjava/lang/Object;JI)I
CompilerOracle: inline org/apache/cassandra/utils/FastByteOperations$UnsafeOperations.compareTo (Ljava/lang/Object;JILjava/nio/ByteBuffer;)I
CompilerOracle: inline org/apache/cassandra/utils/FastByteOperations$UnsafeOperations.compareTo (Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;)I
CompilerOracle: inline org/apache/cassandra/utils/vint/VIntCoding.encodeVInt (JI)[B
INFO [main] 2020-07-28 16:36:17,701 YamlConfigurationLoader.java:89 - Configuration location: file:/C:/Program%20Files/apache-cassandra-3.11.7/conf/cassandra.yaml
INFO [main] 2020-07-28 16:36:18,108 Config.java:534 - Node configuration:[allocate_tokens_for_keyspace=null; authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_bootstrap=true; auto_snapshot=true; back_pressure_enabled=false; back_pressure_strategy=org.apache.cassandra.net.RateBasedBackPressure{high_ratio=0.9, factor=5, flow=FAST}; batch_size_fail_threshold_in_kb=50; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; broadcast_address=null; broadcast_rpc_address=null; buffer_pool_use_heap_if_exhausted=true; cas_contention_timeout_in_ms=1000; cdc_enabled=false; cdc_free_space_check_interval_ms=250; cdc_raw_directory=null; cdc_total_space_in_mb=0; check_for_duplicate_rows_during_compaction=true; check_for_duplicate_rows_during_reads=true; client_encryption_options=<REDACTED>; cluster_name=Test Cluster; column_index_cache_size_in_kb=2; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_compression=null; commitlog_directory=null; commitlog_max_compression_buffers_in_pool=3; commitlog_periodic_queue_size=-1; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_batch_window_in_ms=NaN; commitlog_sync_period_in_ms=10000; commitlog_total_space_in_mb=null; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_compactors=null; concurrent_counter_writes=32; concurrent_materialized_view_writes=32; concurrent_reads=32; concurrent_replicates=null; concurrent_writes=32; counter_cache_keys_to_save=2147483647; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; credentials_cache_max_entries=1000; credentials_update_interval_in_ms=-1; credentials_validity_in_ms=2000; cross_node_timeout=false; data_file_directories=[Ljava.lang.String;#235834f2; disk_access_mode=auto; disk_failure_policy=stop; disk_optimization_estimate_percentile=0.95; disk_optimization_page_cross_chance=0.1; disk_optimization_strategy=ssd; dynamic_snitch=true; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; enable_materialized_views=true; enable_sasi_indexes=true; enable_scripted_user_defined_functions=false; enable_user_defined_functions=false; enable_user_defined_functions_threads=true; encryption_options=null; endpoint_snitch=SimpleSnitch; file_cache_round_up=null; file_cache_size_in_mb=null; gc_log_threshold_in_ms=200; gc_warn_threshold_in_ms=1000; hinted_handoff_disabled_datacenters=[]; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; hints_compression=null; hints_directory=null; hints_flush_period_in_ms=10000; incremental_backups=false; index_interval=null; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; initial_token=null; inter_dc_stream_throughput_outbound_megabits_per_sec=200; inter_dc_tcp_nodelay=false; internode_authenticator=null; internode_compression=dc; internode_recv_buff_size_in_bytes=0; internode_send_buff_size_in_bytes=0; key_cache_keys_to_save=2147483647; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; listen_interface=null; listen_interface_prefer_ipv6=false; listen_on_broadcast_address=false; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; max_hints_file_size_in_mb=128; max_mutation_size_in_kb=null; max_streaming_retries=3; max_value_size_in_mb=256; memtable_allocation_type=heap_buffers; memtable_cleanup_threshold=null; memtable_flush_writers=0; memtable_heap_space_in_mb=null; memtable_offheap_space_in_mb=null; min_free_space_per_drive_in_mb=50; native_transport_flush_in_batches_legacy=true; native_transport_max_concurrent_connections=-1; native_transport_max_concurrent_connections_per_ip=-1; native_transport_max_concurrent_requests_in_bytes=-1; native_transport_max_concurrent_requests_in_bytes_per_ip=-1; native_transport_max_frame_size_in_mb=256; native_transport_max_negotiable_protocol_version=-2147483648; native_transport_max_threads=128; native_transport_port=9042; native_transport_port_ssl=null; num_tokens=256; otc_backlog_expiration_interval_ms=200; otc_coalescing_enough_coalesced_messages=8; otc_coalescing_strategy=DISABLED; otc_coalescing_window_us=200; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_cache_max_entries=1000; permissions_update_interval_in_ms=-1; permissions_validity_in_ms=2000; phi_convict_threshold=8.0; prepared_statements_cache_size_mb=null; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; repair_session_max_tree_depth=18; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_scheduler_id=null; request_scheduler_options=null; request_timeout_in_ms=10000; role_manager=CassandraRoleManager; roles_cache_max_entries=1000; roles_update_interval_in_ms=-1; roles_validity_in_ms=2000; row_cache_class_name=org.apache.cassandra.cache.OHCProvider; row_cache_keys_to_save=2147483647; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_interface=null; rpc_interface_prefer_ipv6=false; rpc_keepalive=true; rpc_listen_backlog=50; rpc_max_threads=2147483647; rpc_min_threads=16; rpc_port=9160; rpc_recv_buff_size_in_bytes=null; rpc_send_buff_size_in_bytes=null; rpc_server_type=sync; saved_caches_directory=null; seed_provider=org.apache.cassandra.locator.SimpleSeedProvider{seeds=127.0.0.1}; server_encryption_options=<REDACTED>; slow_query_log_timeout_in_ms=500; snapshot_before_compaction=false; snapshot_on_duplicate_row_detection=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=false; storage_port=7000; stream_throughput_outbound_megabits_per_sec=200; streaming_keep_alive_period_in_secs=300; streaming_socket_timeout_in_ms=86400000; thrift_framed_transport_size_in_mb=15; thrift_max_message_length_in_mb=16; thrift_prepared_statements_cache_size_mb=null; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; tracetype_query_ttl=86400; tracetype_repair_ttl=604800; transparent_data_encryption_options=org.apache.cassandra.config.TransparentDataEncryptionOptions#5656be13; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; user_defined_function_fail_timeout=1500; user_defined_function_warn_timeout=500; user_function_timeout_policy=die; windows_timer_interval=1; write_request_timeout_in_ms=2000]
INFO [main] 2020-07-28 16:36:18,110 DatabaseDescriptor.java:381 - DiskAccessMode 'auto' determined to be mmap, indexAccessMode is mmap
INFO [main] 2020-07-28 16:36:18,113 DatabaseDescriptor.java:439 - Global memtable on-heap threshold is enabled at 2018MB
INFO [main] 2020-07-28 16:36:18,114 DatabaseDescriptor.java:443 - Global memtable off-heap threshold is enabled at 2018MB
INFO [main] 2020-07-28 16:36:18,249 RateBasedBackPressure.java:123 - Initialized back-pressure with high ratio: 0.9, factor: 5, flow: FAST, window size: 2000.
INFO [main] 2020-07-28 16:36:18,250 DatabaseDescriptor.java:773 - Back-pressure is disabled with strategy org.apache.cassandra.net.RateBasedBackPressure{high_ratio=0.9, factor=5, flow=FAST}.
INFO [main] 2020-07-28 16:36:18,384 JMXServerUtils.java:252 - Configured JMX server at: service:jmx:rmi://127.0.0.1/jndi/rmi://127.0.0.1:7199/jmxrmi
INFO [main] 2020-07-28 16:36:18,391 CassandraDaemon.java:490 - Hostname: W-2UA8232KLJ-0
INFO [main] 2020-07-28 16:36:18,391 CassandraDaemon.java:497 - JVM vendor/version: Java HotSpot(TM) 64-Bit Server VM/1.8.0_261
INFO [main] 2020-07-28 16:36:18,393 CassandraDaemon.java:498 - Heap size: 7.883GiB/7.883GiB
INFO [main] 2020-07-28 16:36:18,393 CassandraDaemon.java:503 - Code Cache Non-heap memory: init = 2555904(2496K) used = 5162240(5041K) committed = 5177344(5056K) max = 251658240(245760K)
INFO [main] 2020-07-28 16:36:18,394 CassandraDaemon.java:503 - Metaspace Non-heap memory: init = 0(0K) used = 19777368(19313K) committed = 20316160(19840K) max = -1(-1K)
INFO [main] 2020-07-28 16:36:18,394 CassandraDaemon.java:503 - Compressed Class Space Non-heap memory: init = 0(0K) used = 2361872(2306K) committed = 2490368(2432K) max = 1073741824(1048576K)
INFO [main] 2020-07-28 16:36:18,395 CassandraDaemon.java:503 - Par Eden Space Heap memory: init = 1006632960(983040K) used = 201345160(196626K) committed = 1006632960(983040K) max = 1006632960(983040K)
INFO [main] 2020-07-28 16:36:18,397 CassandraDaemon.java:503 - Par Survivor Space Heap memory: init = 125829120(122880K) used = 0(0K) committed = 125829120(122880K) max = 125829120(122880K)
INFO [main] 2020-07-28 16:36:18,397 CassandraDaemon.java:503 - CMS Old Gen Heap memory: init = 7331643392(7159808K) used = 0(0K) committed = 7331643392(7159808K) max = 7331643392(7159808K)
INFO [main] 2020-07-28 16:36:18,398 CassandraDaemon.java:505 - Classpath: C:\Program Files\apache-cassandra-3.11.7\conf;C:/Program Files/apache-cassandra-3.11.7/lib/airline-0.6.jar;C:/Program Files/apache-cassandra-3.11.7/lib/antlr-runtime-3.5.2.jar;C:/Program Files/apache-cassandra-3.11.7/lib/apache-cassandra-3.11.7.jar;C:/Program Files/apache-cassandra-3.11.7/lib/apache-cassandra-thrift-3.11.7.jar;C:/Program Files/apache-cassandra-3.11.7/lib/asm-5.0.4.jar;C:/Program Files/apache-cassandra-3.11.7/lib/caffeine-2.2.6.jar;C:/Program Files/apache-cassandra-3.11.7/lib/cassandra-driver-core-3.0.1-shaded.jar;C:/Program Files/apache-cassandra-3.11.7/lib/commons-cli-1.1.jar;C:/Program Files/apache-cassandra-3.11.7/lib/commons-codec-1.9.jar;C:/Program Files/apache-cassandra-3.11.7/lib/commons-lang3-3.1.jar;C:/Program Files/apache-cassandra-3.11.7/lib/commons-math3-3.2.jar;C:/Program Files/apache-cassandra-3.11.7/lib/compress-lzf-0.8.4.jar;C:/Program Files/apache-cassandra-3.11.7/lib/concurrent-trees-2.4.0.jar;C:/Program Files/apache-cassandra-3.11.7/lib/concurrentlinkedhashmap-lru-1.4.jar;C:/Program Files/apache-cassandra-3.11.7/lib/disruptor-3.0.1.jar;C:/Program Files/apache-cassandra-3.11.7/lib/ecj-4.4.2.jar;C:/Program Files/apache-cassandra-3.11.7/lib/guava-18.0.jar;C:/Program Files/apache-cassandra-3.11.7/lib/HdrHistogram-2.1.9.jar;C:/Program Files/apache-cassandra-3.11.7/lib/high-scale-lib-1.0.6.jar;C:/Program Files/apache-cassandra-3.11.7/lib/hppc-0.5.4.jar;C:/Program Files/apache-cassandra-3.11.7/lib/jackson-annotations-2.9.10.jar;C:/Program Files/apache-cassandra-3.11.7/lib/jackson-core-2.9.10.jar;C:/Program Files/apache-cassandra-3.11.7/lib/jackson-databind-2.9.10.4.jar;C:/Program Files/apache-cassandra-3.11.7/lib/jamm-0.3.0.jar;C:/Program Files/apache-cassandra-3.11.7/lib/javax.inject.jar;C:/Program Files/apache-cassandra-3.11.7/lib/jbcrypt-0.3m.jar;C:/Program Files/apache-cassandra-3.11.7/lib/jcl-over-slf4j-1.7.7.jar;C:/Program Files/apache-cassandra-3.11.7/lib/jctools-core-1.2.1.jar;C:/Program Files/apache-cassandra-3.11.7/lib/jflex-1.6.0.jar;C:/Program Files/apache-cassandra-3.11.7/lib/jna-4.2.2.jar;C:/Program Files/apache-cassandra-3.11.7/lib/joda-time-2.4.jar;C:/Program Files/apache-cassandra-3.11.7/lib/json-simple-1.1.jar;C:/Program Files/apache-cassandra-3.11.7/lib/jstackjunit-0.0.1.jar;C:/Program Files/apache-cassandra-3.11.7/lib/libthrift-0.9.2.jar;C:/Program Files/apache-cassandra-3.11.7/lib/log4j-over-slf4j-1.7.7.jar;C:/Program Files/apache-cassandra-3.11.7/lib/logback-classic-1.1.3.jar;C:/Program Files/apache-cassandra-3.11.7/lib/logback-core-1.1.3.jar;C:/Program Files/apache-cassandra-3.11.7/lib/lz4-1.3.0.jar;C:/Program Files/apache-cassandra-3.11.7/lib/metrics-core-3.1.5.jar;C:/Program Files/apache-cassandra-3.11.7/lib/metrics-jvm-3.1.5.jar;C:/Program Files/apache-cassandra-3.11.7/lib/metrics-logback-3.1.5.jar;C:/Program Files/apache-cassandra-3.11.7/lib/netty-all-4.0.44.Final.jar;C:/Program Files/apache-cassandra-3.11.7/lib/ohc-core-0.4.4.jar;C:/Program Files/apache-cassandra-3.11.7/lib/ohc-core-j8-0.4.4.jar;C:/Program Files/apache-cassandra-3.11.7/lib/reporter-config-base-3.0.3.jar;C:/Program Files/apache-cassandra-3.11.7/lib/reporter-config3-3.0.3.jar;C:/Program Files/apache-cassandra-3.11.7/lib/sigar-1.6.4.jar;C:/Program Files/apache-cassandra-3.11.7/lib/slf4j-api-1.7.7.jar;C:/Program Files/apache-cassandra-3.11.7/lib/snakeyaml-1.11.jar;C:/Program Files/apache-cassandra-3.11.7/lib/snappy-java-1.1.1.7.jar;C:/Program Files/apache-cassandra-3.11.7/lib/snowball-stemmer-1.3.0.581.1.jar;C:/Program Files/apache-cassandra-3.11.7/lib/ST4-4.0.8.jar;C:/Program Files/apache-cassandra-3.11.7/lib/stream-2.5.2.jar;C:/Program Files/apache-cassandra-3.11.7/lib/thrift-server-0.3.7.jar;C:\Program Files\apache-cassandra-3.11.7\build\classes\main;C:\Program Files\apache-cassandra-3.11.7\build\classes\thrift;C:\Program Files\apache-cassandra-3.11.7\lib\jamm-0.3.0.jar
INFO [main] 2020-07-28 16:36:18,399 CassandraDaemon.java:507 - JVM Arguments: [-Dcassandra, -Dlogback.configurationFile=logback.xml, -Dcassandra.logdir=C:\Program Files\apache-cassandra-3.11.7\logs, -Dcassandra.storagedir=C:\Program Files\apache-cassandra-3.11.7\data, -Xloggc:C:\Program Files\apache-cassandra-3.11.7/logs/gc.log, -ea, -XX:+UseThreadPriorities, -XX:ThreadPriorityPolicy=42, -XX:+HeapDumpOnOutOfMemoryError, -Xss256k, -XX:StringTableSize=1000003, -XX:+AlwaysPreTouch, -XX:-UseBiasedLocking, -XX:+UseTLAB, -XX:+ResizeTLAB, -XX:+UseNUMA, -XX:+PerfDisableSharedMem, -Djava.net.preferIPv4Stack=true, -XX:+UseParNewGC, -XX:+UseConcMarkSweepGC, -XX:+CMSParallelRemarkEnabled, -XX:SurvivorRatio=8, -XX:MaxTenuringThreshold=1, -XX:CMSInitiatingOccupancyFraction=75, -XX:+UseCMSInitiatingOccupancyOnly, -XX:CMSWaitDuration=10000, -XX:+CMSParallelInitialMarkEnabled, -XX:+CMSEdenChunksRecordAlways, -XX:+CMSClassUnloadingEnabled, -XX:+PrintGCDetails, -XX:+PrintGCDateStamps, -XX:+PrintHeapAtGC, -XX:+PrintTenuringDistribution, -XX:+PrintGCApplicationStoppedTime, -XX:+PrintPromotionFailure, -XX:+UseGCLogFileRotation, -XX:NumberOfGCLogFiles=10, -XX:GCLogFileSize=10M, -Xms8192M, -Xmx8192M, -Xmn1200M, -XX:+UseCondCardMark, -Djava.library.path=C:\Program Files\apache-cassandra-3.11.7\lib\sigar-bin, -XX:CompileCommandFile=C:\Program Files\apache-cassandra-3.11.7\conf\hotspot_compiler, -javaagent:C:\Program Files\apache-cassandra-3.11.7\lib\jamm-0.3.0.jar, -XX:OnOutOfMemoryError=taskkill /F /PID %p, -Dcassandra.jmx.local.port=7199]
WARN [main] 2020-07-28 16:36:18,405 StartupChecks.java:169 - JMX is not enabled to receive remote connections. Please see cassandra-env.sh for more info.
INFO [main] 2020-07-28 16:36:18,410 SigarLibrary.java:44 - Initializing SIGAR library
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000010014ed4, pid=19812, tid=0x000000000000481c
#
# JRE version: Java(TM) SE Runtime Environment (8.0_261-b12) (build 1.8.0_261-b12)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.261-b12 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [sigar-amd64-winnt.dll+0x14ed4]
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# An error report file with more information is saved as:
# C:\Program Files\apache-cassandra-3.11.7\bin\hs_err_pid19812.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Any ideas?
EDIT #2 per request here is the crash dump log (posting a few interesting snippets due to post limit):
Register to memory mapping:
RAX=0x0000000070641c60 is an unknown value
RBX={method} {0x0000014170463c88} 'getFileSystemListNative' '()[Lorg/hyperic/sigar/FileSystem;' in 'org/hyperic/sigar/Sigar'
RCX=0x000001414f753688 is an unknown value
RDX=0x00000028ab53e5b8 is pointing into the stack for thread: 0x000001414f753490
RSP=0x00000028ab53e3e0 is pointing into the stack for thread: 0x000001414f753490
RBP=0x00000028ab53e598 is pointing into the stack for thread: 0x000001414f753490
RSI={method} {0x000001416ccc0488} '<init>' '()V' in 'java/lang/Object'
RDI=0x0000000000118e98 is an unknown value
R8 =0x0000000000000032 is an unknown value
R9 =
[error occurred during error reporting (printing register info), id 0xc0000005]
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j org.hyperic.sigar.Sigar.getFileSystemListNative()[Lorg/hyperic/sigar/FileSystem;+0
j org.hyperic.sigar.Sigar.getFileSystemList()[Lorg/hyperic/sigar/FileSystem;+1
j org.hyperic.sigar.Sigar.getFileSystemMap()Lorg/hyperic/sigar/FileSystemMap;+19
j org.apache.cassandra.utils.SigarLibrary.<init>()V+79
j org.apache.cassandra.utils.SigarLibrary.<clinit>()V+4
v ~StubRoutines::call_stub
j org.apache.cassandra.service.StartupChecks$7.execute()V+0
j org.apache.cassandra.service.StartupChecks.verify()V+30
j org.apache.cassandra.service.CassandraDaemon.setup()V+41
j org.apache.cassandra.service.CassandraDaemon.activate()V+46
j org.apache.cassandra.service.CassandraDaemon.main([Ljava/lang/String;)V+3
v ~StubRoutines::call_stub
Deoptimization events (10 events):
Event: 2.609 Thread 0x000001414f753490 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000001415132849c method=java.lang.CharacterDataLatin1.digit(II)I # 82
Event: 2.610 Thread 0x000001414f753490 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000001415132a514 method=java.lang.CharacterDataLatin1.digit(II)I # 82
Event: 2.616 Thread 0x000001414f753490 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000014151438564 method=java.util.Arrays.equals([B[B)Z # 2
Event: 2.621 Thread 0x000001414f753490 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000001415135d188 method=java.util.regex.Pattern$Curly.match(Ljava/util/regex/Matcher;ILjava/lang/CharSequence;)Z # 19
Event: 2.621 Thread 0x000001414f753490 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000001415135d188 method=java.util.regex.Pattern$Curly.match(Ljava/util/regex/Matcher;ILjava/lang/CharSequence;)Z # 19
Event: 2.624 Thread 0x000001414f753490 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000001415135d188 method=java.util.regex.Pattern$Curly.match(Ljava/util/regex/Matcher;ILjava/lang/CharSequence;)Z # 19
Event: 2.624 Thread 0x000001414f753490 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000001415135d188 method=java.util.regex.Pattern$Curly.match(Ljava/util/regex/Matcher;ILjava/lang/CharSequence;)Z # 19
Event: 2.631 Thread 0x000001414f753490 Uncommon trap: reason=predicate action=maybe_recompile pc=0x000001415143734c method=java.lang.String.regionMatches(ZILjava/lang/String;II)Z # 63
Event: 2.667 Thread 0x000001414f753490 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000001415142b318 method=java.util.regex.Matcher.search(I)Z # 86
Event: 2.747 Thread 0x000001416d7d6230 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000141514cdaa0 method=java.util.concurrent.ConcurrentHashMap.putVal(Ljava/lang/Object;Ljava/lang/Object;Z)Ljava/lang/Object; # 113
Classes redefined (0 events):
No events
Internal exceptions (10 events):
Event: 2.455 Thread 0x000001414f753490 Exception <a 'java/lang/ClassNotFoundException': org/apache/cassandra/config/EncryptionOptions$ClientEncryptionOptionsCustomizer> (0x00000005c6938828) thrown at [C:\jenkins\workspace\8-2-build-windows-amd64-cygwin\jdk8u261\295\hotspot\src\share\vm\classfi
Event: 2.455 Thread 0x000001414f753490 Exception <a 'java/lang/ClassNotFoundException': org/apache/cassandra/config/TransparentDataEncryptionOptionsBeanInfo> (0x00000005c694d288) thrown at [C:\jenkins\workspace\8-2-build-windows-amd64-cygwin\jdk8u261\295\hotspot\src\share\vm\classfile\systemDi
Event: 2.456 Thread 0x000001414f753490 Exception <a 'java/lang/ClassNotFoundException': org/apache/cassandra/config/TransparentDataEncryptionOptionsCustomizer> (0x00000005c695e860) thrown at [C:\jenkins\workspace\8-2-build-windows-amd64-cygwin\jdk8u261\295\hotspot\src\share\vm\classfile\system
Event: 2.464 Thread 0x000001414f753490 Exception <a 'sun/nio/fs/WindowsException'> (0x00000005c69ef788) thrown at [C:\jenkins\workspace\8-2-build-windows-amd64-cygwin\jdk8u261\295\hotspot\src\share\vm\prims\jni.cpp, line 710]
Event: 2.464 Thread 0x000001414f753490 Exception <a 'sun/nio/fs/WindowsException'> (0x00000005c69f0358) thrown at [C:\jenkins\workspace\8-2-build-windows-amd64-cygwin\jdk8u261\295\hotspot\src\share\vm\prims\jni.cpp, line 710]
Event: 2.466 Thread 0x000001414f753490 Exception <a 'sun/nio/fs/WindowsException'> (0x00000005c6a02b98) thrown at [C:\jenkins\workspace\8-2-build-windows-amd64-cygwin\jdk8u261\295\hotspot\src\share\vm\prims\jni.cpp, line 710]
Event: 2.466 Thread 0x000001414f753490 Exception <a 'sun/nio/fs/WindowsException'> (0x00000005c6a030c8) thrown at [C:\jenkins\workspace\8-2-build-windows-amd64-cygwin\jdk8u261\295\hotspot\src\share\vm\prims\jni.cpp, line 710]
Event: 2.468 Thread 0x000001414f753490 Exception <a 'sun/nio/fs/WindowsException'> (0x00000005c6a03ea0) thrown at [C:\jenkins\workspace\8-2-build-windows-amd64-cygwin\jdk8u261\295\hotspot\src\share\vm\prims\jni.cpp, line 710]
Event: 2.468 Thread 0x000001414f753490 Exception <a 'sun/nio/fs/WindowsException'> (0x00000005c6a043d0) thrown at [C:\jenkins\workspace\8-2-build-windows-amd64-cygwin\jdk8u261\295\hotspot\src\share\vm\prims\jni.cpp, line 710]
Event: 2.717 Thread 0x000001414f753490 Exception <a 'java/lang/ClassNotFoundException': javax/management/remote/rmi/RMIServerImpl_Skel> (0x00000005c83b4838) thrown at [C:\jenkins\workspace\8-2-build-windows-amd64-cygwin\jdk8u261\295\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 210
Events (10 events):
Event: 2.788 loading class org/apache/cassandra/net/MessagingService done
Event: 2.789 loading class org/hyperic/sigar/FileSystemMap
Event: 2.789 loading class org/hyperic/sigar/FileSystemMap done
Event: 2.789 loading class org/apache/cassandra/net/MessagingServiceMBean
Event: 2.789 loading class org/apache/cassandra/net/MessagingServiceMBean done
Event: 2.790 loading class org/hyperic/sigar/FileSystem
Event: 2.790 loading class org/hyperic/sigar/FileSystem done
Event: 2.790 loading class org/apache/cassandra/net/MessagingService$2
Event: 2.790 loading class org/apache/cassandra/net/MessagingService$2 done
Event: 2.791 loading class org/apache/cassandra/net/MessagingService$1
I think it is sigar-lib that cassandra uses that is causing the problem (especially on the recent JDK8).
It is not necessary to run cassandra, so you can comment out this line from cassandra-env.ps1 in conf directory:
https://github.com/apache/cassandra/blob/cassandra-3.11.7/conf/cassandra-env.ps1#L357
Fixing the Casandra server error
idea to solve this error is to stop that file from loading.
I got similar error like this "Initializing SIGAR library"
so error in SIGAR library
Now go to error report file
E:\installed_software\apache-cassandra-3.11.10\bin
And open log file using notepad
Now go to problematic frame file and
E:\installed_software\apache-cassandra-3.11.10\lib\sigar-bin
change the name of that file from "sigar-amd64-winnt.dll" to "sigar-amd64-winntt.dll".
This will stop that file from loading.
renaming sigar-amd64-winnt.dll" to "sigar-amd64-winntt.dll" solved the issue. Also i have to add JAVA_HOME to cassandra.bat file in my windows laptop explicitly.
At first, I installed JDK 8u351, Cassandra 3.11.14, and python 2.7.
Then I configured the environment variables according to this link
Then I wanted to run cassandra but I couldn't run and I faced to this fatal error:
A fatal error has been detected by the Java Runtime Environment:
EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000010014ed4, pid=6308, tid=0x0000000000000418
At last, I changed the name of the file from "sigar-amd64-winnt.dll" to "sigar-amd64-winntt.dll" (this file exists in the lib folder in your installed Cassandra application).

Why does the system keep running even though it looks like the kernel crashed?

I've got a system in Azure size M64ls running CentOS 7. Sometimes in the terminal it shows what looks like a system crash but I can ssh into it and everything appears to be working just fine. What is going on here?
[305976.417482] CPU: 60 PID: 102401 Comm: threaded-ml Tainted: G B ------------ T 3.10.0-1062.9.1.el7.x86_64 #1
[305976.424445] Hardware name: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090007 06/02/2017
[305976.430885] Call Trace:
[305976.433264] [<ffffffff8e37ac23>] dump_stack+0x19/0x1b
[305976.437036] [<ffffffff8e375f86>] bad_page.part.75+0xdc/0xf9
[305976.441097] [<ffffffff8ddc617d>] free_pages_prepare+0x1ad/0x1d0
[305976.445316] [<ffffffff8ddc6bd4>] free_hot_cold_page+0x74/0x160
[305976.449467] [<ffffffff8ddcbfa3>] __put_single_page+0x23/0x30
[305976.453554] [<ffffffff8ddcbff5>] put_page+0x45/0x60
[305976.457225] [<ffffffff8de35877>] __split_huge_page+0x387/0x880
[305976.461513] [<ffffffff8de35de6>] split_huge_page_to_list+0x76/0xf0
[305976.465965] [<ffffffff8de368e0>] __split_huge_page_pmd+0x1d0/0x5c0
[305976.470455] [<ffffffff8ddef4d3>] unmap_page_range+0xc63/0xc80
[305976.474877] [<ffffffff8ddef571>] unmap_single_vma+0x81/0xf0
[305976.479019] [<ffffffff8ddf08f5>] zap_page_range+0xc5/0x130
[305976.483079] [<ffffffff8e381c46>] ? rt_mutex_slowunlock+0xd6/0x120
[305976.487526] [<ffffffff8ddeb62d>] SyS_madvise+0x49d/0xac0
[305976.491629] [<ffffffff8e38dede>] system_call_fastpath+0x25/0x2a
[318091.991229] blk_update_request: I/O error, dev fd0, sector 0
[318092.018231] blk_update_request: I/O error, dev fd0, sector 0
[323176.276146] BUG: Bad page state in process ld-linux-x86-64 pfn:70d9dff
[323176.281310] page:fffffe6143677fc0 count:0 mapcount:-127 mapping: (null) index:0x2
[323176.286928] page flags: 0x602b0e00000000()
[323176.290359] page dumped because: nonzero mapcount
[323176.293943] Modules linked in: fuse xt_owner iptable_security ext4 mbcache jbd2 xt_CHECKSUM iptable_mangle ipt_MASQUERADE nf_nat_masquerade_ipv4 iptable_nat nf_nat_ipv4 nf_nat nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack ipt_REJECT nf_reject_ipv4 tun bridge stpllc ebtable_filter ebtables ip6table_filter ip6_tables devlink iptable_filter nfsv3 nfs_acl rpcsec_gss_krb5 auth_rpcgss nfsv4 dns_resolver nfs lockd grace fscache sunrpc dm_mirror dm_region_hash dm_log dm_mod joydev hv_utils ptp pps_core sg hv_balloon sb_edac iosf_mbi kvm_intel kvm irqbypass crc32_pclmul ghash_clmulni_intel aesni_intel lrw gf128mul glue_helper i2c_piix4 ablk_helper pcspkr cryptd binfmt_misc ip_tables xfs libcrc32c sd_mod crc_t10dif crct10dif_generic hv_storvsc scsi_transport_fc hv_netvsc hyperv_keyboard hid_hyperv scsi_tgt ata_generic pata_acpi crct10dif_pclmul ata_piix crct10dif_common hyperv_fb libata crc32c_intel floppy hv_vmbus serio_raw
[323176.352511] CPU: 43 PID: 99598 Comm: ld-linux-x86-64 Tainted: G B ------------ T 3.10.0-1062.9.1.el7.x86_64 #1
[323176.359600] Hardware name: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090007 06/02/2017
[323176.365912] Call Trace:
[323176.368323] [<ffffffff8e37ac23>] dump_stack+0x19/0x1b
[323176.372191] [<ffffffff8e375f86>] bad_page.part.75+0xdc/0xf9
[323176.376366] [<ffffffff8ddc617d>] free_pages_prepare+0x1ad/0x1d0
[323176.380682] [<ffffffff8ddc6bd4>] free_hot_cold_page+0x74/0x160
[323176.384934] [<ffffffff8ddcbfa3>] __put_single_page+0x23/0x30
[323176.389101] [<ffffffff8ddcbff5>] put_page+0x45/0x60
[323176.392883] [<ffffffff8ddf0f70>] do_numa_page+0x230/0x250
[323176.396950] [<ffffffff8ddf1249>] handle_pte_fault+0x2b9/0xe20
[323176.401211] [<ffffffff8dcb09a2>] ? dequeue_signal+0x32/0x180
[323176.405416] [<ffffffff8ddf3ecd>] handle_mm_fault+0x39d/0x9b0
[323176.409622] [<ffffffff8e388653>] __do_page_fault+0x213/0x500
[323176.413786] [<ffffffff8e388975>] do_page_fault+0x35/0x90
[323176.417773] [<ffffffff8e384778>] page_fault+0x28/0x30

Spring Tool Suit is getting crashed after few minutes of running

My specifications are :Java version : 1.8.0_121,Windows 7, 64 bit OS,STS version : 3.8.3
I have already tried all possible options available on similar questions like :
Increase heapsizr in STS.ini file
Add VM argument to exclude compiler issues
Set parameter for Dashboard as false
Different JDK version
It's a new machine and it seems that it might be a machine infrastructure/drivers related issues. Can someone help me please to resolve the issue as I am stuck here at this issue for 10 days now.
Here are the error logs :
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000063f91576, pid=2292, tid=0x0000000000001aa8
#
# JRE version: Java(TM) SE Runtime Environment (8.0_121-b13) (build 1.8.0_121-b13)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.121-b13 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# V [jvm.dll+0x4a1576]
#
# 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.java.com/bugreport/crash.jsp
#
--------------- T H R E A D ---------------
Current thread (0x0000000017176000): JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=6824, stack(0x0000000018730000,0x0000000018830000)]
siginfo: ExceptionCode=0xc0000005, reading address 0x0000000000000012
Registers:
RAX=0x0000000017176000, RBX=0x000000001882edb0, RCX=0x000000000000000b, RDX=0x0000000000000263
RSP=0x000000001882c370, RBP=0x0000000000010b50, RSI=0x00000000204385b0, RDI=0x0000000000000263
R8 =0x0000000000000012, R9 =0x000000006430be10, R10=0x000000001882c710, R11=0x000000001882c400
R12=0x0000000020540050, R13=0x000000001882ca00, R14=0x0000000063af0000, R15=0x000000006430be10
RIP=0x0000000063f91576, EFLAGS=0x0000000000010206
Register to memory mapping:
RAX=0x0000000017176000 is a thread
RBX=0x000000001882edb0 is pointing into the stack for thread: 0x0000000017176000
RCX=0x000000000000000b is an unknown value
RDX=0x0000000000000263 is an unknown value
RSP=0x000000001882c370 is pointing into the stack for thread: 0x0000000017176000
RBP=0x0000000000010b50 is an unknown value
RSI=0x00000000204385b0 is an unknown value
RDI=0x0000000000000263 is an unknown value
R8 =0x0000000000000012 is an unknown value
R9 =0x000000006430be10 is an unknown value
R10=0x000000001882c710 is pointing into the stack for thread: 0x0000000017176000
R11=0x000000001882c400 is pointing into the stack for thread: 0x0000000017176000
R12=0x0000000020540050 is an unknown value
R13=0x000000001882ca00 is pointing into the stack for thread: 0x0000000017176000
R14=0x0000000063af0000 is an unknown value
R15=0x000000006430be10 is an unknown value
Stack: [0x0000000018730000,0x0000000018830000], sp=0x000000001882c370, free space=1008k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [jvm.dll+0x4a1576]
V [jvm.dll+0x49d10a]
V [jvm.dll+0x49e5d8]
V [jvm.dll+0x468a3d]
V [jvm.dll+0x473f5b]
V [jvm.dll+0x476867]
V [jvm.dll+0x4591e2]
V [jvm.dll+0xa5ca2]
V [jvm.dll+0xa65df]
V [jvm.dll+0x244e1f]
V [jvm.dll+0x29c69a]
C [MSVCR100.dll+0x21db7]
C [MSVCR100.dll+0x21e53]
C [kernel32.dll+0x1652d]
C [ntdll.dll+0x2c521]
Current CompileTask:
C2: 16551 3377 4 org.eclipse.emf.ecore.impl.EClassImpl::getEAllStructuralFeatures (220 bytes)
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x00000000199c8000 JavaThread "Worker-0" [_thread_blocked, id=5676, stack(0x000000001f700000,0x000000001f800000)]
0x00000000199c2000 JavaThread "Thread-2" daemon [_thread_blocked, id=2848, stack(0x000000001c250000,0x000000001c350000)]
0x00000000199c6800 JavaThread "EMF Reference Cleaner" daemon [_thread_blocked, id=2544, stack(0x000000001c510000,0x000000001c610000)]
0x00000000199c5800 JavaThread "Worker-JM" [_thread_blocked, id=4676, stack(0x000000001c620000,0x000000001c720000)]
0x00000000199c5000 JavaThread "[Timer] - Main Queue Handler" daemon [_thread_blocked, id=6632, stack(0x000000001c350000,0x000000001c450000)]
0x00000000199c3800 JavaThread "Start Level: Equinox Container: c6c9f5ff-dcb1-4a35-9b8e-e71e806a34d3" daemon [_thread_blocked, id=6376, stack(0x000000001bf50000,0x000000001c050000)]
0x00000000199c2800 JavaThread "Framework Event Dispatcher: org.eclipse.osgi.internal.framework.EquinoxEventPublisher#77db3d02" daemon [_thread_blocked, id=1540, stack(0x000000001be50000,0x000000001bf50000)]
0x0000000019dca000 JavaThread "Bundle File Closer" daemon [_thread_blocked, id=7144, stack(0x000000001ad80000,0x000000001ae80000)]
0x0000000019d49800 JavaThread "Active Thread: Equinox Container: c6c9f5ff-dcb1-4a35-9b8e-e71e806a34d3" [_thread_blocked, id=7148, stack(0x000000001ac80000,0x000000001ad80000)]
0x00000000189be800 JavaThread "Service Thread" daemon [_thread_blocked, id=7056, stack(0x0000000018e30000,0x0000000018f30000)]
0x000000001717f000 JavaThread "C1 CompilerThread2" daemon [_thread_blocked, id=6828, stack(0x0000000018d30000,0x0000000018e30000)]
0x000000001717d000 JavaThread "C2 CompilerThread1" daemon [_thread_in_native, id=6820, stack(0x0000000018830000,0x0000000018930000)]
=>0x0000000017176000 JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=6824, stack(0x0000000018730000,0x0000000018830000)]
0x0000000017173000 JavaThread "Attach Listener" daemon [_thread_blocked, id=6704, stack(0x0000000018630000,0x0000000018730000)]
0x0000000017170000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=3728, stack(0x0000000018530000,0x0000000018630000)]
0x0000000017158800 JavaThread "Finalizer" daemon [_thread_blocked, id=6636, stack(0x0000000018370000,0x0000000018470000)]
0x0000000017111800 JavaThread "Reference Handler" daemon [_thread_blocked, id=5552, stack(0x0000000018270000,0x0000000018370000)]
0x00000000022ae000 JavaThread "main" [_thread_in_native, id=3320, stack(0x0000000000030000,0x0000000000130000)]
Other Threads:
0x0000000017109800 VMThread [stack: 0x0000000018170000,0x0000000018270000] [id=6132]
0x00000000189c9000 WatcherThread [stack: 0x0000000018f30000,0x0000000019030000] [id=7152]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
[0x00000000022ac490] CompiledIC_lock - owner thread: 0x000000001717f000
Heap:
PSYoungGen total 76288K, used 39578K [0x00000000d5580000, 0x00000000dea80000, 0x0000000100000000)
eden space 65536K, 60% used [0x00000000d5580000,0x00000000d7c26ad8,0x00000000d9580000)
from space 10752K, 0% used [0x00000000d9580000,0x00000000d9580000,0x00000000da000000)
to space 10752K, 0% used [0x00000000de000000,0x00000000de000000,0x00000000dea80000)
ParOldGen total 175104K, used 33668K [0x0000000080000000, 0x000000008ab00000, 0x00000000d5580000)
object space 175104K, 19% used [0x0000000080000000,0x00000000820e1318,0x000000008ab00000)
Metaspace used 27426K, capacity 30166K, committed 30464K, reserved 1075200K
class space used 3217K, capacity 3969K, committed 4096K, reserved 1048576K
Card table byte_map: [0x00000000118c0000,0x0000000011cd0000] byte_map_base: 0x00000000114c0000
Marking Bits: (ParMarkBitMap*) 0x000000006430b6d0
Begin Bits: [0x0000000012380000, 0x0000000014380000)
End Bits: [0x0000000014380000, 0x0000000016380000)
Polling page: 0x0000000000610000
CodeCache: size=245760Kb used=11867Kb max_used=11922Kb free=233892Kb
bounds [0x0000000002500000, 0x00000000030b0000, 0x0000000011500000]
total_blobs=3840 nmethods=3195 adapters=556
compilation: enabled
Compilation events (10 events):
Event: 16.299 Thread 0x000000001717f000 3582 2 jdk.internal.org.objectweb.asm.Label::<init> (5 bytes)
Event: 16.300 Thread 0x000000001717f000 nmethod 3582 0x00000000030a8f90 code [0x00000000030a90e0, 0x00000000030a9230]
Event: 16.300 Thread 0x000000001717f000 3581 2 jdk.internal.org.objectweb.asm.Item::<init> (5 bytes)
Event: 16.300 Thread 0x000000001717f000 nmethod 3581 0x00000000030a92d0 code [0x00000000030a9420, 0x00000000030a9570]
Event: 16.420 Thread 0x000000001717f000 3583 ! 2 org.eclipse.osgi.internal.loader.classpath.ClasspathManager::findClassImpl (396 bytes)
Event: 16.426 Thread 0x000000001717f000 nmethod 3583 0x00000000030a9e50 code [0x00000000030aa340, 0x00000000030abb88]
Event: 16.459 Thread 0x000000001717f000 3584 2 org.eclipse.osgi.internal.hooks.EclipseLazyStarter::preFindLocalClass (153 bytes)
Event: 16.461 Thread 0x000000001717f000 nmethod 3584 0x00000000030adad0 code [0x00000000030adcc0, 0x00000000030ae348]
Event: 16.511 Thread 0x000000001717f000 3585 2 java.util.AbstractList::equals (117 bytes)
Event: 16.512 Thread 0x000000001717f000 nmethod 3585 0x00000000026c6dd0 code [0x00000000026c6fc0, 0x00000000026c7428]
GC Heap History (8 events):
Event: 3.830 GC heap before
{Heap before GC invocations=1 (full 0):
PSYoungGen total 76288K, used 65536K [0x00000000d5580000, 0x00000000daa80000, 0x0000000100000000)
eden space 65536K, 100% used [0x00000000d5580000,0x00000000d9580000,0x00000000d9580000)
from space 10752K, 0% used [0x00000000da000000,0x00000000da000000,0x00000000daa80000)
to space 10752K, 0% used [0x00000000d9580000,0x00000000d9580000,0x00000000da000000)
ParOldGen total 175104K, used 0K [0x0000000080000000, 0x000000008ab00000, 0x00000000d5580000)
object space 175104K, 0% used [0x0000000080000000,0x0000000080000000,0x000000008ab00000)
Metaspace used 7916K, capacity 8078K, committed 8320K, reserved 1056768K
class space used 829K, capacity 858K, committed 896K, reserved 1048576K
Event: 3.868 GC heap after
Heap after GC invocations=1 (full 0):
PSYoungGen total 76288K, used 10739K [0x00000000d5580000, 0x00000000daa80000, 0x0000000100000000)
eden space 65536K, 0% used [0x00000000d5580000,0x00000000d5580000,0x00000000d9580000)
from space 10752K, 99% used [0x00000000d9580000,0x00000000d9ffcee8,0x00000000da000000)
to space 10752K, 0% used [0x00000000da000000,0x00000000da000000,0x00000000daa80000)
ParOldGen total 175104K, used 12063K [0x0000000080000000, 0x000000008ab00000, 0x00000000d5580000)
object space 175104K, 6% used [0x0000000080000000,0x0000000080bc7de0,0x000000008ab00000)
Metaspace used 7916K, capacity 8078K, committed 8320K, reserved 1056768K
class space used 829K, capacity 858K, committed 896K, reserved 1048576K
}
Event: 6.924 GC heap before
{Heap before GC invocations=2 (full 0):
PSYoungGen total 76288K, used 76275K [0x00000000d5580000, 0x00000000daa80000, 0x0000000100000000)
eden space 65536K, 100% used [0x00000000d5580000,0x00000000d9580000,0x00000000d9580000)
from space 10752K, 99% used [0x00000000d9580000,0x00000000d9ffcee8,0x00000000da000000)
to space 10752K, 0% used [0x00000000da000000,0x00000000da000000,0x00000000daa80000)
ParOldGen total 175104K, used 12063K [0x0000000080000000, 0x000000008ab00000, 0x00000000d5580000)
object space 175104K, 6% used [0x0000000080000000,0x0000000080bc7de0,0x000000008ab00000)
Metaspace used 12064K, capacity 13124K, committed 13312K, reserved 1060864K
class space used 1251K, capacity 1491K, committed 1536K, reserved 1048576K
Event: 6.975 GC heap after
Heap after GC invocations=2 (full 0):
PSYoungGen total 76288K, used 10731K [0x00000000d5580000, 0x00000000dea80000, 0x0000000100000000)
eden space 65536K, 0% used [0x00000000d5580000,0x00000000d5580000,0x00000000d9580000)
from space 10752K, 99% used [0x00000000da000000,0x00000000daa7adc8,0x00000000daa80000)
to space 10752K, 0% used [0x00000000d9580000,0x00000000d9580000,0x00000000da000000)
ParOldGen total 175104K, used 26004K [0x0000000080000000, 0x000000008ab00000, 0x00000000d5580000)
object space 175104K, 14% used [0x0000000080000000,0x0000000081965290,0x000000008ab00000)
Metaspace used 12064K, capacity 13124K, committed 13312K, reserved 1060864K
class space used 1251K, capacity 1491K, committed 1536K, reserved 1048576K
}
Event: 10.331 GC heap before
{Heap before GC invocations=3 (full 0):
PSYoungGen total 76288K, used 40025K [0x00000000d5580000, 0x00000000dea80000, 0x0000000100000000)
eden space 65536K, 44% used [0x00000000d5580000,0x00000000d721b788,0x00000000d9580000)
from space 10752K, 99% used [0x00000000da000000,0x00000000daa7adc8,0x00000000daa80000)
to space 10752K, 0% used [0x00000000d9580000,0x00000000d9580000,0x00000000da000000)
ParOldGen total 175104K, used 26004K [0x0000000080000000, 0x000000008ab00000, 0x00000000d5580000)
object space 175104K, 14% used [0x0000000080000000,0x0000000081965290,0x000000008ab00000)
Metaspace used 19076K, capacity 21152K, committed 21296K, reserved 1069056K
class space used 2001K, capacity 2653K, committed 2688K, reserved 1048576K
Event: 10.440 GC heap after
Heap after GC invocations=3 (full 0):
PSYoungGen total 76288K, used 10747K [0x00000000d5580000, 0x00000000dea80000, 0x0000000100000000)
eden space 65536K, 0% used [0x00000000d5580000,0x00000000d5580000,0x00000000d9580000)
from space 10752K, 99% used [0x00000000d9580000,0x00000000d9ffedd8,0x00000000da000000)
to space 10752K, 0% used [0x00000000de000000,0x00000000de000000,0x00000000dea80000)
ParOldGen total 175104K, used 33034K [0x0000000080000000, 0x000000008ab00000, 0x00000000d5580000)
object space 175104K, 18% used [0x0000000080000000,0x0000000082042a18,0x000000008ab00000)
Metaspace used 19076K, capacity 21152K, committed 21296K, reserved 1069056K
class space used 2001K, capacity 2653K, committed 2688K, reserved 1048576K
}
Event: 10.440 GC heap before
{Heap before GC invocations=4 (full 1):
PSYoungGen total 76288K, used 10747K [0x00000000d5580000, 0x00000000dea80000, 0x0000000100000000)
eden space 65536K, 0% used [0x00000000d5580000,0x00000000d5580000,0x00000000d9580000)
from space 10752K, 99% used [0x00000000d9580000,0x00000000d9ffedd8,0x00000000da000000)
to space 10752K, 0% used [0x00000000de000000,0x00000000de000000,0x00000000dea80000)
ParOldGen total 175104K, used 33034K [0x0000000080000000, 0x000000008ab00000, 0x00000000d5580000)
object space 175104K, 18% used [0x0000000080000000,0x0000000082042a18,0x000000008ab00000)
Metaspace used 19076K, capacity 21152K, committed 21296K, reserved 1069056K
class space used 2001K, capacity 2653K, committed 2688K, reserved 1048576K
Event: 10.791 GC heap after
Heap after GC invocations=4 (full 1):
PSYoungGen total 76288K, used 0K [0x00000000d5580000, 0x00000000dea80000, 0x0000000100000000)
eden space 65536K, 0% used [0x00000000d5580000,0x00000000d5580000,0x00000000d9580000)
from space 10752K, 0% used [0x00000000d9580000,0x00000000d9580000,0x00000000da000000)
to space 10752K, 0% used [0x00000000de000000,0x00000000de000000,0x00000000dea80000)
ParOldGen total 175104K, used 33668K [0x0000000080000000, 0x000000008ab00000, 0x00000000d5580000)
object space 175104K, 19% used [0x0000000080000000,0x00000000820e1318,0x000000008ab00000)
Metaspace used 19076K, capacity 21152K, committed 21296K, reserved 1069056K
class space used 2001K, capacity 2653K, committed 2688K, reserved 1048576K
}
Deoptimization events (10 events):
Event: 15.680 Thread 0x00000000022ae000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000002f2d784 method=java.lang.reflect.Method.equals(Ljava/lang/Object;)Z # 49
Event: 15.812 Thread 0x00000000022ae000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000002d571a8 method=java.util.Properties$LineReader.readLine()I # 440
Event: 15.812 Thread 0x00000000022ae000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000002c9808c method=java.util.Properties$LineReader.readLine()I # 440
Event: 15.838 Thread 0x00000000022ae000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000027b9790 method=java.lang.AbstractStringBuilder.append(Ljava/lang/String;)Ljava/lang/AbstractStringBuilder; # 1
Event: 15.838 Thread 0x00000000022ae000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000000000267b10c method=java.lang.AbstractStringBuilder.append(Ljava/lang/String;)Ljava/lang/AbstractStringBuilder; # 1
Event: 15.916 Thread 0x00000000022ae000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000002979cc8 method=java.util.HashMap.getNode(ILjava/lang/Object;)Ljava/util/HashMap$Node; # 62
Event: 16.105 Thread 0x00000000022ae000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000002df2fec method=org.eclipse.emf.ecore.impl.MinimalEObjectImpl.fieldIndex(I)I # 47
Event: 16.105 Thread 0x00000000022ae000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000003035f38 method=org.eclipse.emf.ecore.util.EContentsEList$FeatureIteratorImpl.hasNext()Z # 300
Event: 16.139 Thread 0x00000000022ae000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000003032770 method=org.eclipse.e4.ui.model.application.commands.impl.CommandImpl.eIsSet(I)Z # 136
Event: 16.365 Thread 0x00000000022ae000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000002d1c3b0 method=org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotificationRequired()Z # 8
Internal exceptions (10 events):
Event: 14.291 Thread 0x00000000199c7000 Exception <a 'java/lang/ClassNotFoundException': ch/qos/logback/core/rolling/TriggeringPolicyBaseCustomizer> (0x00000000d6c71d38) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u121\8372\hotspot\src\share\vm\classfile\systemDictionary.cpp,
Event: 14.293 Thread 0x00000000199c7000 Exception <a 'java/lang/ClassNotFoundException': ch/qos/logback/core/rolling/SizeBasedTriggeringPolicyCustomizer> (0x00000000d6c7bad8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u121\8372\hotspot\src\share\vm\classfile\systemDictionary.
Event: 14.332 Thread 0x00000000199c7000 Exception <a 'java/lang/ClassNotFoundException': org/eclipse/m2e/logback/appender/EclipseLogAppenderBeanInfo> (0x00000000d6ca0110) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u121\8372\hotspot\src\share\vm\classfile\systemDictionary.cpp,
Event: 14.333 Thread 0x00000000199c7000 Exception <a 'java/lang/ClassNotFoundException': org/eclipse/m2e/logback/appender/EclipseLogAppenderCustomizer> (0x00000000d6dc68e0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u121\8372\hotspot\src\share\vm\classfile\systemDictionary.cp
Event: 15.349 Thread 0x00000000022ae000 Exception <a 'java/lang/reflect/InvocationTargetException'> (0x00000000d72b1120) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u121\8372\hotspot\src\share\vm\runtime\reflection.cpp, line 1092]
Event: 15.410 Thread 0x00000000022ae000 Implicit null exception at 0x0000000002ec106a to 0x0000000002ec13d5
Event: 15.838 Thread 0x00000000022ae000 Implicit null exception at 0x00000000027b93d4 to 0x00000000027b9779
Event: 15.838 Thread 0x00000000022ae000 Implicit null exception at 0x000000000267ad59 to 0x000000000267b0f5
Event: 16.085 Thread 0x00000000022ae000 Exception <a 'java/io/FileNotFoundException'> (0x00000000d787bfd0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u121\8372\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 16.105 Thread 0x00000000022ae000 Implicit null exception at 0x0000000003035a96 to 0x0000000003035f21
Events (10 events):
Event: 16.461 Thread 0x000000001717f000 flushing nmethod 0x00000000026c2310
Event: 16.461 Thread 0x000000001717f000 flushing nmethod 0x00000000026c6a90
Event: 16.511 loading class java/util/Collections$EmptyListIterator
Event: 16.512 Thread 0x000000001717f000 flushing nmethod 0x00000000026c8390
Event: 16.512 Thread 0x000000001717f000 flushing nmethod 0x00000000026cc410
Event: 16.512 Thread 0x000000001717f000 flushing nmethod 0x00000000026dd710
Event: 16.512 Thread 0x000000001717f000 flushing nmethod 0x00000000026e06d0
Event: 16.512 Thread 0x000000001717f000 flushing nmethod 0x00000000026fcd90
Event: 16.512 Thread 0x000000001717f000 flushing nmethod 0x00000000026fdfd0
Event: 16.512 Thread 0x000000001717f000 flushing nmethod 0x0000000002703190
Dynamic libraries:
0x0000000000400000 - 0x000000000044f000 C:\Dinesh\STS\sts-bundle\sts-3.8.3.RELEASE\STS.exe
0x0000000077690000 - 0x0000000077839000 C:\Windows\SYSTEM32\ntdll.dll
0x0000000077570000 - 0x000000007768f000 C:\Windows\system32\kernel32.dll
0x000007fefd8a0000 - 0x000007fefd90b000 C:\Windows\system32\KERNELBASE.dll
0x0000000077470000 - 0x000000007756a000 C:\Windows\system32\USER32.dll
0x000007fefee90000 - 0x000007fefeef7000 C:\Windows\system32\GDI32.dll
0x000007fefe000000 - 0x000007fefe00e000 C:\Windows\system32\LPK.dll
0x000007feff8d0000 - 0x000007feff999000 C:\Windows\system32\USP10.dll
0x000007fefde30000 - 0x000007fefdecf000 C:\Windows\system32\msvcrt.dll
0x000007fefbfa0000 - 0x000007fefc194000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac\COMCTL32.dll
0x000007fefd9d0000 - 0x000007fefda41000 C:\Windows\system32\SHLWAPI.dll
0x000007feff1c0000 - 0x000007feff1ee000 C:\Windows\system32\IMM32.DLL
0x000007fefda50000 - 0x000007fefdb59000 C:\Windows\system32\MSCTF.dll
0x0000000072000000 - 0x0000000072012000 C:\Dinesh\STS\sts-bundle\sts-3.8.3.RELEASE\plugins\org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.401.v20161122-1740\eclipse_1617.dll
0x000007feff1f0000 - 0x000007feff2cb000 C:\Windows\system32\ADVAPI32.dll
0x000007fefdc00000 - 0x000007fefdc1f000 C:\Windows\SYSTEM32\sechost.dll
0x000007fefdd00000 - 0x000007fefde2d000 C:\Windows\system32\RPCRT4.dll
0x000007fefc740000 - 0x000007fefc74c000 C:\Windows\system32\VERSION.dll
0x0000000063af0000 - 0x000000006438b000 C:\Program Files\Java\jre1.8.0_121\bin\server\jvm.dll
0x000007fef8460000 - 0x000007fef8469000 C:\Windows\system32\WSOCK32.dll
0x000007fefeda0000 - 0x000007fefeded000 C:\Windows\system32\WS2_32.dll
0x000007feff2d0000 - 0x000007feff2d8000 C:\Windows\system32\NSI.dll
0x000007fefba60000 - 0x000007fefba9b000 C:\Windows\system32\WINMM.dll
0x0000000077850000 - 0x0000000077857000 C:\Windows\system32\PSAPI.DLL
0x00000000737c0000 - 0x0000000073891000 C:\Windows\system32\MSVCR100.dll
0x0000000067610000 - 0x000000006761f000 C:\Program Files\Java\jre1.8.0_121\bin\verify.dll
0x0000000066a80000 - 0x0000000066aa9000 C:\Program Files\Java\jre1.8.0_121\bin\java.dll
0x0000000066a60000 - 0x0000000066a76000 C:\Program Files\Java\jre1.8.0_121\bin\zip.dll
0x000007fefe010000 - 0x000007fefed98000 C:\Windows\system32\SHELL32.dll
0x000007feff460000 - 0x000007feff663000 C:\Windows\system32\ole32.dll
0x000007fefd5e0000 - 0x000007fefd5ef000 C:\Windows\system32\profapi.dll
0x000007fefceb0000 - 0x000007fefcec7000 C:\Windows\system32\CRYPTSP.dll
0x000007fefcb70000 - 0x000007fefcbb7000 C:\Windows\system32\rsaenh.dll
0x000007fefc930000 - 0x000007fefc94e000 C:\Windows\system32\USERENV.dll
0x000007fefd510000 - 0x000007fefd51f000 C:\Windows\system32\CRYPTBASE.dll
0x0000000066720000 - 0x000000006673a000 C:\Program Files\Java\jre1.8.0_121\bin\net.dll
0x000007fefce10000 - 0x000007fefce65000 C:\Windows\system32\mswsock.dll
0x000007fefce00000 - 0x000007fefce07000 C:\Windows\System32\wship6.dll
0x000007fefa8f0000 - 0x000007fefa917000 C:\Windows\system32\IPHLPAPI.DLL
0x000007fefa930000 - 0x000007fefa93b000 C:\Windows\system32\WINNSI.DLL
0x000007fefa630000 - 0x000007fefa648000 C:\Windows\system32\dhcpcsvc.DLL
0x000007fefa610000 - 0x000007fefa621000 C:\Windows\system32\dhcpcsvc6.DLL
0x0000000066700000 - 0x0000000066711000 C:\Program Files\Java\jre1.8.0_121\bin\nio.dll
0x000007fefbd50000 - 0x000007fefbda6000 C:\Windows\system32\uxtheme.dll
0x000007fefdb60000 - 0x000007fefdbf9000 C:\Windows\system32\CLBCatQ.DLL
0x000007fefdc20000 - 0x000007fefdcf7000 C:\Windows\system32\OLEAUT32.dll
0x000000001cc30000 - 0x000000001ccd7000 C:\Dinesh\STS\sts-bundle\sts-3.8.3.RELEASE\configuration\org.eclipse.osgi\640\0\.cp\swt-win32-4628.dll
0x000007fefedf0000 - 0x000007fefee87000 C:\Windows\system32\comdlg32.dll
0x000007fef9650000 - 0x000007fef96c1000 C:\Windows\system32\WINSPOOL.DRV
0x000007fefded0000 - 0x000007fefdffa000 C:\Windows\system32\WININET.dll
0x000007feff2e0000 - 0x000007feff458000 C:\Windows\system32\urlmon.dll
0x000007fefd690000 - 0x000007fefd7f7000 C:\Windows\system32\CRYPT32.dll
0x000007fefd680000 - 0x000007fefd68f000 C:\Windows\system32\MSASN1.dll
0x000007feff670000 - 0x000007feff8c9000 C:\Windows\system32\iertutil.dll
0x000007fefb8a0000 - 0x000007fefb8b8000 C:\Windows\system32\dwmapi.dll
0x000007fefbe20000 - 0x000007fefbf4c000 C:\Windows\system32\propsys.dll
0x0000000002340000 - 0x000000000235e000 C:\Dinesh\STS\sts-bundle\sts-3.8.3.RELEASE\configuration\org.eclipse.osgi\640\0\.cp\swt-gdip-win32-4628.dll
0x000007fefbb30000 - 0x000007fefbd45000 C:\Windows\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7601.17514_none_2b24536c71ed437a\gdiplus.dll
0x000007fefb700000 - 0x000007fefb82a000 C:\Windows\system32\WindowsCodecs.dll
0x0000000180000000 - 0x0000000180012000 C:\Dinesh\STS\sts-bundle\sts-3.8.3.RELEASE\configuration\org.eclipse.osgi\137\0\.cp\os\win32\x86_64\localfile_1_0_0.dll
0x000007fefae60000 - 0x000007fefae75000 C:\Windows\system32\NLAapi.dll
0x000007feef110000 - 0x000007feef125000 C:\Windows\system32\napinsp.dll
0x000007feef080000 - 0x000007feef099000 C:\Windows\system32\pnrpnsp.dll
0x000007fefcc90000 - 0x000007fefcceb000 C:\Windows\system32\DNSAPI.dll
0x000007feef0c0000 - 0x000007feef0cb000 C:\Windows\System32\winrnr.dll
0x000007feef0b0000 - 0x000007feef0c0000 C:\Windows\system32\wshbth.dll
0x000007fefc810000 - 0x000007fefc817000 C:\Windows\System32\wshtcpip.dll
0x000007fef72e0000 - 0x000007fef72e8000 C:\Windows\system32\rasadhlp.dll
0x000007fefa7b0000 - 0x000007fefa803000 C:\Windows\System32\fwpuclnt.dll
0x000007fef04c0000 - 0x000007fef05e5000 C:\Windows\system32\dbghelp.dll
VM Arguments:
jvm_args: -Dosgi.requiredJavaVersion=1.8 -Xms256m -Dosgi.module.lock.timeout=10 -Xverify:none -XX:MaxPermSize=1024m -Dorg.eclipse.swt.browser.IEVersion=10001 -Xmx2048m
java_command: <unknown>
java_class_path (initial): C:\Dinesh\STS\sts-bundle\sts-3.8.3.RELEASE\\plugins/org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar
Launcher Type: generic
Environment Variables:
JAVA_HOME=C:\Program Files\Java\jdk1.8.0_121
PATH=C:/Program Files/Java/jre1.8.0_121/bin/server;C:/Program Files/Java/jre1.8.0_121/bin;C:/Program Files/Java/jre1.8.0_121/lib/amd64;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x86;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x64;C:\Program Files (x86)\Skype\Phone\;C:\Program Files\Java\jdk1.8.0_121\bin;C:\Dinesh\apache-maven-3.3.9\bin;C:\Dinesh\STS\sts-bundle\sts-3.8.3.RELEASE;
USERNAME=AcnTUSR
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 42 Stepping 7, GenuineIntel
--------------- S Y S T E M ---------------
OS: Windows 7 , 64 bit Build 7601 (6.1.7601.17514)
CPU:total 4 (2 cores per cpu, 2 threads per core) family 6 model 42 stepping 7, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, aes, clmul, ht, tsc, tscinvbit
Memory: 4k page, physical 6169616k(4222592k free), swap 12337376k(9491452k free)
vm_info: Java HotSpot(TM) 64-Bit Server VM (25.121-b13) for windows-amd64 JRE (1.8.0_121-b13), built on Dec 12 2016 18:21:36 by "java_re" with MS VC++ 10.0 (VS2010)
time: Sun Feb 05 21:00:47 2017
elapsed time: 16 seconds (0d 0h 0m 16s)
It cannot be a machine related issue, it is purely java related issue, C2 compiler having crash during method compilation of one of the eclipse generated methods org.eclipse.emf.ecore.impl.EClassImpl::getEAllStructuralFeatures
Current CompileTask:
C2: 16551 3377 4 org.eclipse.emf.ecore.impl.EClassImpl::getEAllStructuralFeatures (220 bytes)
It will be difficult to us (Oracle Java Team) to debug and fix the issue without having proper reproducer. As a workaround you can try to exclude the method from compilation using below vm flag
-XX:CompileCommand=exclude,
Find more details about the usage of vm flag here - http://docs.oracle.com/javase/8/docs/technotes/tools/unix/java.html
Try using a previous version of the JRE, specifically 1.8.0u40 worked for me when I got a similar error.
I've been trying to track down a similar frequently appearing core dump in our software (possibly also like JDK-8176028 and JDK-8176347). In my case, the failing compile task is always pointing to the same function from an old library that we just started to recompile from source. We were able to work around it by using our previously compiled version that was compiled with the same source but with a JDK of 1.6.
I tried to create the crash by just running the function without any of the other components (Tomcat 8.0.42 and the webapp that runs it), but it doesn't crash. I don't know how to make it repeatable without the full system.
Compiling with 1.8.0u40 also caused the crash when run on 1.8.0u121.
However, compiling with 1.8.0u121 and using the 1.8.0u40 JRE does not crash.
Comparing the decompiled code of the affected class results in identical code other than optimization differences:
//1.8 compiler
for (int k=0; k<3; k++) {
...
if (k==0) {
var = var2*var3;
continue;
}
if (k==1) var = var4*var3;
}
//1.6 compiler
for (int k=0; k<3; k++) {
...
if (k==0)
var = var2*var3;
else if (k==1) var = var4*var3;
}
EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000074c54cb0, pid=1596, tid=0x0000000000000670
...
Current thread (0x0000000015568800): JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=1648, stack(0x0000000016ce0000,0x0000000016de0000)]
siginfo: ExceptionCode=0xc0000005, reading address 0x000000000000002c
...
Current CompileTask:
C2:53351360 39325 4 com.proprietary.package::staticFunctionName (215 bytes)

Fatal error with Java 8

I am running a GWT / Spring / Hibernate based web-app on Tomcat 8 and we upgraded to Java 8 a while ago and things have been going well until this morning. All of a sudden the application crashed with some error that I cannot make heads or tails of and cannot find reported anywhere other than on the Minecraft site: http://www.minecraftforum.net/forums/minecraft-discussion/discussion/2374764-ftb-crash
I have reported the bug to the OpenJDK team but I know that they can take a while to respond and I am concerned that it happens again in the interim. The full crash report is too long but I have posted as much as possible below, if anyone has any insight as to why this issue occurs and how to workaround it, that would be great.
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (loopnode.hpp:609), pid=17, tid=139907756197632
# guarantee(n != NULL) failed: No Node.
#
# JRE version: OpenJDK Runtime Environment (8.0_66-b17) (build 1.8.0_66-internal-b17)
# Java VM: OpenJDK 64-Bit Server VM (25.66-b17 mixed mode linux-amd64 compressed oops)
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
#
--------------- T H R E A D ---------------
Current thread (0x00007f3ef00ee800): JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=30, stack(0x00007f3ed00c0000,0x00007f3ed01c1000)]
Stack: [0x00007f3ed00c0000,0x00007f3ed01c1000], sp=0x00007f3ed01bbc60, free space=1007k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [libjvm.so+0xa8da7d]
V [libjvm.so+0x4e88e5]
V [libjvm.so+0x7cf30f]
V [libjvm.so+0x7cf204]
V [libjvm.so+0x7cf204]
V [libjvm.so+0x7cf218]
V [libjvm.so+0x7cf218]
V [libjvm.so+0x7cf218]
V [libjvm.so+0x7cf204]
V [libjvm.so+0x7d6ead]
V [libjvm.so+0x48a440]
V [libjvm.so+0x48c349]
V [libjvm.so+0x3d6981]
V [libjvm.so+0x498166]
V [libjvm.so+0x4996d7]
V [libjvm.so+0xa3237a]
V [libjvm.so+0x8da0f2]
C [libpthread.so.0+0x80a4] start_thread+0xc4
Current CompileTask:
C2:120739200 48722 % ! 4 za.co.bsg.ems.server.webservices.MWLWebServiceImpl$EmployeeImporter::run # 5562 (7696 bytes)
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x00007f3ecc052800 JavaThread "ajp-nio-8009-exec-64" daemon [_thread_blocked, id=2615, stack(0x00007f3e4be16000,0x00007f3e4bf17000)]
0x00007f3ecc092800 JavaThread "ajp-nio-8009-exec-61" daemon [_thread_blocked, id=2612, stack(0x00007f3e48baa000,0x00007f3e48cab000)]
0x00007f3ed8086000 JavaThread "ajp-nio-8009-exec-60" daemon [_thread_blocked, id=2591, stack(0x00007f3e488a7000,0x00007f3e489a8000)]
0x00007f3ecc0a9000 JavaThread "ajp-nio-8009-exec-59" daemon [_thread_blocked, id=2590, stack(0x00007f3e4c018000,0x00007f3e4c119000)]
0x00007f3ed8081800 JavaThread "ajp-nio-8009-exec-58" daemon [_thread_blocked, id=2589, stack(0x00007f3e4c21a000,0x00007f3e4c31b000)]
0x00007f3ecc0f3800 JavaThread "ajp-nio-8009-exec-55" daemon [_thread_blocked, id=2551, stack(0x00007f3e4c31b000,0x00007f3e4c41c000)]
0x00007f3ecc0ce000 JavaThread "ajp-nio-8009-exec-54" daemon [_thread_blocked, id=2548, stack(0x00007f3e47ea1000,0x00007f3e47fa2000)]
0x00007f3ed80c8000 JavaThread "ajp-nio-8009-exec-51" daemon [_thread_blocked, id=2545, stack(0x00007f3e49e10000,0x00007f3e49f11000)]
0x00007f3ecc079800 JavaThread "ajp-nio-8009-exec-49" daemon [_thread_blocked, id=2537, stack(0x00007f3e4bf17000,0x00007f3e4c018000)]
0x00007f3ef0587800 JavaThread "pool-2-thread-6" [_thread_blocked, id=1325, stack(0x00007f3e480a3000,0x00007f3e481a4000)]
0x00007f3ecc0ad000 JavaThread "ajp-nio-8009-exec-15" daemon [_thread_blocked, id=556, stack(0x00007f3e48aa9000,0x00007f3e48baa000)]
0x000000000258d800 JavaThread "pool-6-thread-1" [_thread_blocked, id=206, stack(0x00007f3e49d0f000,0x00007f3e49e10000)]
0x00007f3e5c046800 JavaThread "pool-4-thread-1" [_thread_blocked, id=191, stack(0x00007f3e4a311000,0x00007f3e4a412000)]
0x0000000002821000 JavaThread "pool-1-thread-1" [_thread_blocked, id=187, stack(0x00007f3ec8b93000,0x00007f3ec8c94000)]
0x00007f3e6400f800 JavaThread "pool-3-thread-1" [_thread_blocked, id=179, stack(0x00007f3ec8c94000,0x00007f3ec8d95000)]
0x00007f3ef037c000 JavaThread "ajp-nio-8009-Acceptor-0" daemon [_thread_in_native, id=153, stack(0x00007f3e4c51d000,0x00007f3e4c61e000)]
0x00007f3ef037a000 JavaThread "ajp-nio-8009-ClientPoller-1" daemon [_thread_in_native, id=152, stack(0x00007f3e4c61e000,0x00007f3e4c71f000)]
0x00007f3ef01c5000 JavaThread "ajp-nio-8009-ClientPoller-0" daemon [_thread_in_native, id=151, stack(0x00007f3ec848e000,0x00007f3ec858f000)]
0x00007f3ef01c3800 JavaThread "http-nio-8080-Acceptor-0" daemon [_thread_in_native, id=150, stack(0x00007f3ec858f000,0x00007f3ec8690000)]
0x00007f3ef01c1800 JavaThread "http-nio-8080-ClientPoller-1" daemon [_thread_in_native, id=149, stack(0x00007f3ec8690000,0x00007f3ec8791000)]
0x00007f3ef01c1000 JavaThread "http-nio-8080-ClientPoller-0" daemon [_thread_in_native, id=148, stack(0x00007f3ec8791000,0x00007f3ec8892000)]
0x00007f3ef01bf000 JavaThread "ContainerBackgroundProcessor[StandardEngine[Catalina]]" daemon [_thread_blocked, id=147, stack(0x00007f3ec8892000,0x00007f3ec8993000)]
0x00007f3e8578b000 JavaThread "javamelody app" daemon [_thread_blocked, id=146, stack(0x00007f3e4c71f000,0x00007f3e4c820000)]
0x00007f3e879ca800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=145, stack(0x00007f3e76ade000,0x00007f3e76bdf000)]
0x00007f3e7a3c3000 JavaThread "java-sdk-http-connection-reaper" daemon [_thread_blocked, id=142, stack(0x00007f3e4def9000,0x00007f3e4dffa000)]
0x00007f3e86e60000 JavaThread "Hibernate Search sync consumer thread for index za.co.bsg.ems.server.model.entity.project.ProjectTag" daemon [_thread_blocked, id=141, stack(0x00007f3e4e7fa000,0x00007f3e4e8fb000)]
0x00007f3e87360000 JavaThread "Hibernate Search sync consumer thread for index za.co.bsg.ems.server.model.entity.employee.Employee" daemon [_thread_blocked, id=140, stack(0x00007f3e4e8fb000,0x00007f3e4e9fc000)]
0x00007f3e799d8800 JavaThread "Hibernate Search sync consumer thread for index za.co.bsg.ems.server.model.entity.tenantprofile.tenantgoal.TenantGoalTag" daemon [_thread_blocked, id=139, stack(0x00007f3e4e9fc000,0x00007f3e4eafd000)]
0x00007f3e799d7000 JavaThread "Hibernate Search sync consumer thread for index za.co.bsg.ems.server.model.entity.employee.EmployeeTag" daemon [_thread_blocked, id=138, stack(0x00007f3e4eafd000,0x00007f3e4ebfe000)]
0x00007f3e799d6000 JavaThread "Hibernate Search sync consumer thread for index za.co.bsg.ems.server.model.entity.recruitment.ApplicantTag" daemon [_thread_blocked, id=137, stack(0x00007f3e4ebfe000,0x00007f3e4ecff000)]
0x00007f3e799d5800 JavaThread "Hibernate Search sync consumer thread for index za.co.bsg.ems.server.model.entity.social.Tag" daemon [_thread_blocked, id=136, stack(0x00007f3e4ecff000,0x00007f3e4ee00000)]
0x00007f3e87814000 JavaThread "Hibernate Search sync consumer thread for index za.co.bsg.ems.server.model.entity.social.FeedPostTag" daemon [_thread_blocked, id=135, stack(0x00007f3e540c0000,0x00007f3e541c1000)]
0x00007f3e799a3800 JavaThread "Hibernate Search sync consumer thread for index za.co.bsg.ems.server.model.entity.social.Group" daemon [_thread_blocked, id=134, stack(0x00007f3e766dc000,0x00007f3e767dd000)]
0x00007f3e87bc7800 JavaThread "Hibernate Search sync consumer thread for index za.co.bsg.ems.server.model.entity.employee.Experience" daemon [_thread_blocked, id=133, stack(0x00007f3e554d7000,0x00007f3e555d8000)]
0x00007f3e875e8000 JavaThread "__DEFAULT__" daemon [_thread_blocked, id=131, stack(0x00007f3e550d3000,0x00007f3e551d4000)]
0x00007f3eac001800 JavaThread "Attach Listener" daemon [_thread_blocked, id=129, stack(0x00007f3e547cc000,0x00007f3e548cd000)]
0x00007f3e85041800 JavaThread "customCacheManager" daemon [_thread_blocked, id=128, stack(0x00007f3e54ed1000,0x00007f3e54fd2000)]
0x00007f3ea4143000 JavaThread "cluster-events-processor-0" daemon [_thread_blocked, id=127, stack(0x00007f3e54fd2000,0x00007f3e550d3000)]
0x00007f3e70010000 JavaThread "Job_Executor2" daemon [_thread_blocked, id=125, stack(0x00007f3e551d4000,0x00007f3e552d5000)]
0x00007f3e6c01f000 JavaThread "Job_Executor1" daemon [_thread_blocked, id=124, stack(0x00007f3e552d5000,0x00007f3e553d6000)]
0x00007f3e79afe800 JavaThread "Out of band notifier - Main" daemon [_thread_blocked, id=123, stack(0x00007f3e553d6000,0x00007f3e554d7000)]
0x00007f3e843bd800 JavaThread "WorkerThread(lock_statistics_response_stage, 0)" daemon [_thread_blocked, id=121, stack(0x00007f3e557d8000,0x00007f3e558d9000)]
0x00007f3e85026000 JavaThread "WorkerThread(lock_response_stage, 0)" daemon [_thread_blocked, id=120, stack(0x00007f3e558d9000,0x00007f3e559da000)]
0x00007f3e85024000 JavaThread "WorkerThread(lock_statistics_enable_disable_stage, 0)" daemon [_thread_blocked, id=119, stack(0x00007f3e559da000,0x00007f3e55adb000)]
0x00007f3e85022000 JavaThread
...
0x00007f3e84d6d000 JavaThread "Re-invalidation Timer" daemon [_thread_blocked, id=60, stack(0x00007f3e754d2000,0x00007f3e755d3000)]
0x00007f3e84d6b000 JavaThread "RemoteServerMapManager Request Scheduler" daemon [_thread_blocked, id=59, stack(0x00007f3e755d3000,0x00007f3e756d4000)]
0x00007f3e84466800 JavaThread "RemoteObjectManager Request Scheduler" daemon [_thread_blocked, id=58, stack(0x00007f3e756d4000,0x00007f3e757d5000)]
0x00007f3e877dd000 JavaThread "Statistics Logger" daemon [_thread_blocked, id=57, stack(0x00007f3e757d5000,0x00007f3e758d6000)]
0x00007f3e84c37800 JavaThread "RemoteTransactionManager Flusher" daemon [_thread_blocked, id=56, stack(0x00007f3e758d6000,0x00007f3e759d7000)]
0x00007f3e84761800 JavaThread "HealthChecker" daemon [_thread_blocked, id=55, stack(0x00007f3e75bd7000,0x00007f3e75cd8000)]
0x00007f3e8456e000 JavaThread "L1_L2:TCComm Main Selector Thread_W (listen 0:0:0:0:0:0:0:0:49030)" daemon [_thread_in_native, id=54, stack(0x00007f3e75cd8000,0x00007f3e75dd9000)]
0x00007f3e86a2d000 JavaThread "L1_L2:TCComm Main Selector Thread_R (listen 0:0:0:0:0:0:0:0:49030)" daemon [_thread_in_vm_trans, id=53, stack(0x00007f3e75dd9000,0x00007f3e75eda000)]
0x00007f3e84108800 JavaThread "SampledCounterManager Timer" daemon [_thread_blocked, id=52, stack(0x00007f3e75eda000,0x00007f3e75fdb000)]
0x00007f3e84099000 JavaThread "startlevel job thread" daemon [_thread_blocked, id=51, stack(0x00007f3e75fdb000,0x00007f3e760dc000)]
0x00007f3e86a50000 JavaThread "com.google.common.base.internal.Finalizer" daemon [_thread_blocked, id=49, stack(0x00007f3e767dd000,0x00007f3e768de000)]
0x00007f3e79d22000 JavaThread "Timer-0" daemon [_thread_blocked, id=47, stack(0x00007f3e772e2000,0x00007f3e773e3000)]
0x00007f3e68102000 JavaThread "cluster-1-my24.co.za:27017" daemon [_thread_blocked, id=46, stack(0x00007f3e76fdf000,0x00007f3e770e0000)]
0x00007f3e87adc000 JavaThread "MongoCleaner826696134" daemon [_thread_blocked, id=45, stack(0x00007f3e770e0000,0x00007f3e771e1000)]
0x00007f3e87ab2000 JavaThread "cluster-1-mwldr.bsg.co.za:27023" daemon [_thread_blocked, id=44, stack(0x00007f3e771e1000,0x00007f3e772e2000)]
0x00007f3e794d2800 JavaThread "cluster-1-demo.myworklife.com:27023" daemon [_thread_blocked, id=42, stack(0x00007f3e980fe000,0x00007f3e981ff000)]
0x00007f3e845f6800 JavaThread "Abandoned connection cleanup thread" daemon [_thread_blocked, id=41, stack(0x00007f3ec8074000,0x00007f3ec8175000)]
0x00007f3ef04d8000 JavaThread "NioBlockingSelector.BlockPoller-2" daemon [_thread_in_native, id=38, stack(0x00007f3ec8d95000,0x00007f3ec8e96000)]
0x00007f3ef04bd000 JavaThread "NioBlockingSelector.BlockPoller-1" daemon [_thread_in_native, id=37, stack(0x00007f3ec8e96000,0x00007f3ec8f97000)]
0x00007f3ef0430800 JavaThread "GC Daemon" daemon [_thread_blocked, id=36, stack(0x00007f3ec91c5000,0x00007f3ec92c6000)]
0x00007f3ef01a0000 JavaThread "AsyncFileHandlerWriter-640070680" daemon [_thread_blocked, id=35, stack(0x00007f3ec9afb000,0x00007f3ec9bfc000)]
0x00007f3ef0100800 JavaThread "Service Thread" daemon [_thread_blocked, id=33, stack(0x00007f3ec9cfd000,0x00007f3ec9dfe000)]
0x00007f3ef00f5800 JavaThread "C1 CompilerThread2" daemon [_thread_blocked, id=32, stack(0x00007f3ec9dfe000,0x00007f3ec9eff000)]
0x00007f3ef00f0800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=31, stack(0x00007f3ec9eff000,0x00007f3eca000000)]
=>0x00007f3ef00ee800 JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=30, stack(0x00007f3ed00c0000,0x00007f3ed01c1000)]
0x00007f3ef00ec800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=29, stack(0x00007f3ed01c1000,0x00007f3ed02c2000)]
0x00007f3ef00ea800 JavaThread "Surrogate Locker Thread (Concurrent GC)" daemon [_thread_blocked, id=28, stack(0x00007f3ed02c2000,0x00007f3ed03c3000)]
0x00007f3ef00bd000 JavaThread "Finalizer" daemon [_thread_blocked, id=27, stack(0x00007f3ee00e9000,0x00007f3ee01ea000)]
0x00007f3ef00bb000 JavaThread "Reference Handler" daemon [_thread_blocked, id=26, stack(0x00007f3ee01ea000,0x00007f3ee02eb000)]
0x00007f3ef000a800 JavaThread "main" [_thread_in_native, id=19, stack(0x00007f3ef958d000,0x00007f3ef968e000)]
Other Threads:
0x00007f3ef00b6000 VMThread [stack: 0x00007f3ee02eb000,0x00007f3ee03ec000] [id=25]
0x00007f3ef0103000 WatcherThread [stack: 0x00007f3ec9bfc000,0x00007f3ec9cfd000] [id=34]
VM state:synchronizing (normal execution)
VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
[0x00007f3ef0006d50] Safepoint_lock - owner thread: 0x00007f3ef00b6000
[0x00007f3ef0006dd0] Threads_lock - owner thread: 0x00007f3ef00b6000
[0x00007f3ef0007350] Heap_lock - owner thread: 0x00007f3e843a0000
Heap:
par new generation total 39296K, used 38500K [0x00000006c0000000, 0x00000006c2aa0000, 0x00000006d4cc0000)
eden space 34944K, 100% used [0x00000006c0000000, 0x00000006c2220000, 0x00000006c2220000)
from space 4352K, 81% used [0x00000006c2220000, 0x00000006c2599230, 0x00000006c2660000)
to space 4352K, 0% used [0x00000006c2660000, 0x00000006c2660000, 0x00000006c2aa0000)
concurrent mark-sweep generation total 2411532K, used 1171734K [0x00000006d4cc0000, 0x0000000767fc3000, 0x00000007c0000000)
Metaspace used 163878K, capacity 167946K, committed 168816K, reserved 1200128K
class space used 17529K, capacity 18218K, committed 18404K, reserved 1048576K
Card table byte_map: [0x00007f3ef508d000,0x00007f3ef588e000] byte_map_base: 0x00007f3ef1a8d000
Marking Bits: (CMSBitMap*) 0x00007f3ef0062778
Bits: [0x00007f3ed0532000, 0x00007f3ed3fff000)
Mod Union Table: (CMSBitMap*) 0x00007f3ef0062838
Bits: [0x00007f3ef4443000, 0x00007f3ef452e340)
Polling page: 0x00007f3ef9698000
CodeCache: size=245760Kb used=139460Kb max_used=139584Kb free=106299Kb
bounds [0x00007f3ee1000000, 0x00007f3ee9990000, 0x00007f3ef0000000]
total_blobs=33749 nmethods=32753 adapters=905
compilation: enabled
Compilation events (10 events):
Event: 120723.158 Thread 0x00007f3ef00ee800 nmethod 48717 0x00007f3ee6668bd0 code [0x00007f3ee6668d20, 0x00007f3ee6668e78]
Event: 120723.159 Thread 0x00007f3ef00ee800 48718 4 za.co.bsg.ems.server.model.entity.employee.ContactDetail::$javassist_write_email (42 bytes)
Event: 120723.161 Thread 0x00007f3ef00f0800 48719 4 za.co.bsg.ems.server.model.entity.employee.ContactDetail::setCellNumber (6 bytes)
Event: 120723.161 Thread 0x00007f3ef00ee800 nmethod 48718 0x00007f3ee3c26210 code [0x00007f3ee3c26360, 0x00007f3ee3c264b8]
Event: 120723.163 Thread 0x00007f3ef00f0800 nmethod 48719 0x00007f3ee4a2b9d0 code [0x00007f3ee4a2bb20, 0x00007f3ee4a2bc78]
Event: 120725.615 Thread 0x00007f3ef00f0800 48720 ! 4 za.co.bsg.ems.server.webservices.MWLWebServiceImpl$EmployeeImporter::run (7696 bytes)
Event: 120730.069 Thread 0x00007f3ef00f0800 nmethod 48720 0x00007f3ee9932f10 code [0x00007f3ee9936d80, 0x00007f3ee9952f80]
Event: 120738.799 Thread 0x00007f3ef00f0800 48721 4 za.co.bsg.ems.server.util.Util::getAbsYearsBetween (26 bytes)
Event: 120738.805 Thread 0x00007f3ef00f0800 nmethod 48721 0x00007f3ee34f0fd0 code [0x00007f3ee34f1220, 0x00007f3ee34f16c8]
Event: 120738.842 Thread 0x00007f3ef00ee800 48722 % ! 4 za.co.bsg.ems.server.webservices.MWLWebServiceImpl$EmployeeImporter::run # 5562 (7696 bytes)
GC Heap History (10 events):
Event: 120737.500 GC heap before
{Heap before GC invocations=76831 (full 271):
par new generation total 39296K, used 35331K [0x00000006c0000000, 0x00000006c2aa0000, 0x00000006d4cc0000)
eden space 34944K, 100% used [0x00000006c0000000, 0x00000006c2220000, 0x00000006c2220000)
from space 4352K, 8% used [0x00000006c2660000, 0x00000006c26c0dc0, 0x00000006c2aa0000)
to space 4352K, 0% used [0x00000006c2220000, 0x00000006c2220000, 0x00000006c2660000)
concurrent mark-sweep generation total 2411532K, used 1171122K [0x00000006d4cc0000, 0x0000000767fc3000, 0x00000007c0000000)
Metaspace used 163878K, capacity 167946K, committed 168816K, reserved 1200128K
class space used 17529K, capacity 18218K, committed 18404K, reserved 1048576K
Event: 120737.516 GC heap after
Heap after GC invocations=76832 (full 271):
par new generation total 39296K, used 111K [0x00000006c0000000, 0x00000006c2aa0000, 0x00000006d4cc0000)
eden space 34944K, 0% used [0x00000006c0000000, 0x00000006c0000000, 0x00000006c2220000)
from space 4352K, 2% used [0x00000006c2220000, 0x00000006c223bee0, 0x00000006c2660000)
to space 4352K, 0% used [0x00000006c2660000, 0x00000006c2660000, 0x00000006c2aa0000)
concurrent mark-sweep generation total 2411532K, used 1171134K [0x00000006d4cc0000, 0x0000000767fc3000, 0x00000007c0000000)
Metaspace used 163878K, capacity 167946K, committed 168816K, reserved 1200128K
class space used 17529K, capacity 18218K, committed 18404K, reserved 1048576K
}
Event: 120737.866 GC heap before
{Heap before GC invocations=76832 (full 271):
par new generation total 39296K, used 35055K [0x00000006c0000000, 0x00000006c2aa0000, 0x00000006d4cc0000)
eden space 34944K, 100% used [0x00000006c0000000, 0x00000006c2220000, 0x00000006c2220000)
from space 4352K, 2% used [0x00000006c2220000, 0x00000006c223bee0, 0x00000006c2660000)
to space 4352K, 0% used [0x00000006c2660000, 0x00000006c2660000, 0x00000006c2aa0000)
concurrent mark-sweep generation total 2411532K, used 1171134K [0x00000006d4cc0000, 0x0000000767fc3000, 0x00000007c0000000)
Metaspace used 163878K, capacity 167946K, committed 168816K, reserved 1200128K
class space used 17529K, capacity 18218K, committed 18404K, reserved 1048576K
Event: 120737.873 GC heap after
Heap after GC invocations=76833 (full 271):
par new generation total 39296K, used 749K [0x00000006c0000000, 0x00000006c2aa0000, 0x00000006d4cc0000)
eden space 34944K, 0% used [0x00000006c0000000, 0x00000006c0000000, 0x00000006c2220000)
from space 4352K, 17% used [0x00000006c2660000, 0x00000006c271b6c8, 0x00000006c2aa0000)
to space 4352K, 0% used [0x00000006c2220000, 0x00000006c2220000, 0x00000006c2660000)
concurrent mark-sweep generation total 2411532K, used 1171143K [0x00000006d4cc0000, 0x0000000767fc3000, 0x00000007c0000000)
Metaspace used 163878K, capacity 167946K, committed 168816K, reserved 1200128K
class space used 17529K, capacity 18218K, committed 18404K, reserved 1048576K
}
Event: 120738.158 GC heap before
{Heap before GC invocations=76833 (full 271):
par new generation total 39296K, used 35693K [0x00000006c0000000, 0x00000006c2aa0000, 0x00000006d4cc0000)
eden space 34944K, 100% used [0x00000006c0000000, 0x00000006c2220000, 0x00000006c2220000)
from space 4352K, 17% used [0x00000006c2660000, 0x00000006c271b6c8, 0x00000006c2aa0000)
to space 4352K, 0% used [0x00000006c2220000, 0x00000006c2220000, 0x00000006c2660000)
concurrent mark-sweep generation total 2411532K, used 1171143K [0x00000006d4cc0000, 0x0000000767fc3000, 0x00000007c0000000)
Metaspace used 163878K, capacity 167946K, committed 168816K, reserved 1200128K
class space used 17529K, capacity 18218K, committed 18404K, reserved 1048576K
Event: 120738.165 GC heap after
Heap after GC invocations=76834 (full 271):
par new generation total 39296K, used 1770K [0x00000006c0000000, 0x00000006c2aa0000, 0x00000006d4cc0000)
eden space 34944K, 0% used [0x00000006c0000000, 0x00000006c0000000, 0x00000006c2220000)
from space 4352K, 40% used [0x00000006c2220000, 0x00000006c23dab20, 0x00000006c2660000)
to space 4352K, 0% used [0x00000006c2660000, 0x00000006c2660000, 0x00000006c2aa0000)
concurrent mark-sweep generation total 2411532K, used 1171152K [0x00000006d4cc0000, 0x0000000767fc3000, 0x00000007c0000000)
Metaspace used 163878K, capacity 167946K, committed 168816K, reserved 1200128K
class space used 17529K, capacity 18218K, committed 18404K, reserved 1048576K
}
Event: 120738.459 GC heap before
{Heap before GC invocations=76834 (full 271):
par new generation total 39296K, used 36714K [0x00000006c0000000, 0x00000006c2aa0000, 0x00000006d4cc0000)
eden space 34944K, 100% used [0x00000006c0000000, 0x00000006c2220000, 0x00000006c2220000)
from space 4352K, 40% used [0x00000006c2220000, 0x00000006c23dab20, 0x00000006c2660000)
to space 4352K, 0% used [0x00000006c2660000, 0x00000006c2660000, 0x00000006c2aa0000)
concurrent mark-sweep generation total 2411532K, used 1171152K [0x00000006d4cc0000, 0x0000000767fc3000, 0x00000007c0000000)
Metaspace used 163878K, capacity 167946K, committed 168816K, reserved 1200128K
class space used 17529K, capacity 18218K, committed 18404K, reserved 1048576K
Event: 120738.467 GC heap after
Heap after GC invocations=76835 (full 271):
par new generation total 39296K, used 3391K [0x00000006c0000000, 0x00000006c2aa0000, 0x00000006d4cc0000)
eden space 34944K, 0% used [0x00000006c0000000, 0x00000006c0000000, 0x00000006c2220000)
from space 4352K, 77% used [0x00000006c2660000, 0x00000006c29afd80, 0x00000006c2aa0000)
to space 4352K, 0% used [0x00000006c2220000, 0x00000006c2220000, 0x00000006c2660000)
concurrent mark-sweep generation total 2411532K, used 1171161K [0x00000006d4cc0000, 0x0000000767fc3000, 0x00000007c0000000)
Metaspace used 163878K, capacity 167946K, committed 168816K, reserved 1200128K
class space used 17529K, capacity 18218K, committed 18404K, reserved 1048576K
}
Event: 120738.759 GC heap before
{Heap before GC invocations=76835 (full 271):
par new generation total 39296K, used 38335K [0x00000006c0000000, 0x00000006c2aa0000, 0x00000006d4cc0000)
eden space 34944K, 100% used [0x00000006c0000000, 0x00000006c2220000, 0x00000006c2220000)
from space 4352K, 77% used [0x00000006c2660000, 0x00000006c29afd80, 0x00000006c2aa0000)
to space 4352K, 0% used [0x00000006c2220000, 0x00000006c2220000, 0x00000006c2660000)
concurrent mark-sweep generation total 2411532K, used 1171161K [0x00000006d4cc0000, 0x0000000767fc3000, 0x00000007c0000000)
Metaspace used 163878K, capacity 167946K, committed 168816K, reserved 1200128K
class space used 17529K, capacity 18218K, committed 18404K, reserved 1048576K
Event: 120738.768 GC heap after
Heap after GC invocations=76836 (full 271):
par new generation total 39296K, used 3556K [0x00000006c0000000, 0x00000006c2aa0000, 0x00000006d4cc0000)
eden space 34944K, 0% used [0x00000006c0000000, 0x00000006c0000000, 0x00000006c2220000)
from space 4352K, 81% used [0x00000006c2220000, 0x00000006c2599230, 0x00000006c2660000)
to space 4352K, 0% used [0x00000006c2660000, 0x00000006c2660000, 0x00000006c2aa0000)
concurrent mark-sweep generation total 2411532K, used 1171734K [0x00000006d4cc0000, 0x0000000767fc3000, 0x00000007c0000000)
Metaspace used 163878K, capacity 167946K, committed 168816K, reserved 1200128K
class space used 17529K, capacity 18218K, committed 18404K, reserved 1048576K
}
Deoptimization events (10 events):
Event: 118666.938 Thread 0x00007f3ecc052800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3ee6f3f12c method=com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallingContext._startElement(Lcom/sun/xml/internal/bind/v2/runtime/unmarshaller/TagName;)V # 41
Event: 118667.043 Thread 0x00007f3ecc052800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3ee5a16de4 method=com.ctc.wstx.io.UTF8Reader.read([CII)I # 897
Event: 118667.062 Thread 0x00007f3ecc052800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3ee72dd9b8 method=com.ctc.wstx.sr.BasicStreamReader.parseAttrValue(CLcom/ctc/wstx/util/TextBuilder;)V # 194
Event: 118667.308 Thread 0x00007f3ecc052800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3ee665a510 method=com.ctc.wstx.io.UTF8Reader.loadMore(I)Z # 111
Event: 118679.690 Thread 0x00007f3e8456e000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3ee66cc98c method=com.tc.net.core.TCConnectionImpl$WriteContext.getPackedUpMessage([Lcom/tc/bytes/TCByteBuffer;)[Lcom/tc/bytes/TCByteBuffer; # 199
Event: 118692.096 Thread 0x00007f3ef00bd000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3ee1be787c method=java.io.FileInputStream.finalize()V # 18
Event: 120298.322 Thread 0x00007f3ecc0a9000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3ee6f3f12c method=com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallingContext._startElement(Lcom/sun/xml/internal/bind/v2/runtime/unmarshaller/TagName;)V # 41
Event: 120298.470 Thread 0x00007f3ecc0a9000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3ee6654ebc method=com.ctc.wstx.io.UTF8Reader.read([CII)I # 453
Event: 120389.901 Thread 0x00007f3ef00bd000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3ee1be787c method=java.io.FileInputStream.finalize()V # 18
Event: 120654.748 Thread 0x000000000258d800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f3ee78f9afc method=za.co.bsg.ems.server.services.employee.UpdateEmployeeDateService.updateEmploymentPeriodDates(Lza/co/bsg/ems/server/model/entity/EmploymentPeriod;Ljava/util/Date;Ljava/util/D
Internal exceptions (10 events):
Event: 115289.919 Thread 0x00007f3e87ab2000 Exception <a 'java/net/SocketTimeoutException': Read timed out> (0x00000006c101a258) thrown at [/tmp/buildd/openjdk-8-8u66-b17/src/hotspot/src/share/vm/prims/jni.cpp, line 735]
Event: 115289.961 Thread 0x00007f3e794d2800 Exception <a 'java/net/SocketTimeoutException': Read timed out> (0x00000006c1023640) thrown at [/tmp/buildd/openjdk-8-8u66-b17/src/hotspot/src/share/vm/prims/jni.cpp, line 735]
Event: 115303.455 Thread 0x000000000240c000 Exception <a 'java/net/SocketException': Socket closed> (0x00000006c00209e0) thrown at [/tmp/buildd/openjdk-8-8u66-b17/src/hotspot/src/share/vm/prims/jni.cpp, line 735]
Event: 115359.074 Thread 0x00007f3ecc052800 Exception <a 'java/net/SocketTimeoutException': Read timed out> (0x00000006c1fd1150) thrown at [/tmp/buildd/openjdk-8-8u66-b17/src/hotspot/src/share/vm/prims/jni.cpp, line 735]...

ftp file upload with camel

i'm trying to upload file via ftp using camel. My code is the following
public static void main(String... args) throws Exception {
CamelContext context = new DefaultCamelContext();
context.addRoutes(new RouteBuilder() {
#Override
public void configure() {
from("file:src/data?noop=true").to("ftp://myftp.com/ftp-test/?username=drauxxx&password=mypassword");
}
});
context.start();
Thread.sleep(10000);
context.stop();
}
It connects fine but (as you can see in the log ) but when i'm trying to store i get this error:
[1) thread #1 - file://src/data] FileConsumer DEBUG Took 0.003 seconds to poll: src/data
[1) thread #1 - file://src/data] FileConsumer DEBUG Total 1 files to consume
[1) thread #1 - file://src/data] FileConsumer DEBUG About to process file: GenericFile[ReadMe.txt] using exchange: Exchange[ReadMe.txt]
[1) thread #1 - file://src/data] SendProcessor DEBUG >>>> Endpoint[ftp://drxxx.com/ftp-test/?password=******&username=drau9546] Exchange[ReadMe.txt]
[1) thread #1 - file://src/data] RemoteFileProducer DEBUG Not already connected/logged in. Connecting to: Endpoint[ftp://drxxx.com/ftp-test/?password=******&username=drau9546]
[1) thread #1 - file://src/data] RemoteFileProducer INFO Connected and logged in to: Endpoint[ftp://drxxx.com/ftp-test/?password=******&username=drau9546]
[1) thread #1 - file://src/data] GenericFileConverter DEBUG Read file src/data/ReadMe.txt (no charset)
[ main] DefaultCamelContext INFO Apache Camel 2.10.0 (CamelContext: camel-1) is shutting down
[ main] DefaultShutdownStrategy INFO Starting to graceful shutdown 1 routes (timeout 300 seconds)
[ main] DefaultExecutorServiceManager DEBUG Created new ThreadPool for source: org.apache.camel.impl.DefaultShutdownStrategy#77addb59 with name: ShutdownTask. -> org.apache.camel.util.concurrent.RejectableThreadPoolExecutor#bdccedd
[el-1) thread #2 - ShutdownTask] DefaultShutdownStrategy DEBUG There are 1 routes to shutdown
[el-1) thread #2 - ShutdownTask] DefaultShutdownStrategy DEBUG Route: route1 suspended and shutdown deferred, was consuming from: Endpoint[file://src/data?noop=true]
[el-1) thread #2 - ShutdownTask] DefaultShutdownStrategy INFO Waiting as there are still 2 inflight and pending exchanges to complete, timeout in 300 seconds.
[el-1) thread #2 - ShutdownTask] DefaultShutdownStrategy INFO Waiting as there are still 2 inflight and pending exchanges to complete, timeout in 299 seconds.
....
[1) thread #1 - file://src/data] RemoteFileProducer WARN Writing file failed with: Error writing file [ftp-test/ReadMe.txt]
[1) thread #1 - file://src/data] RemoteFileProducer DEBUG Disconnecting from: Endpoint[ftp://drxxx.com/ftp-test/?password=******&username=drau9546]
[1) thread #1 - file://src/data] DefaultErrorHandler DEBUG Failed delivery for (MessageId: ID-raccoonix-55914-1347631981229-0-1 on ExchangeId: ID-raccoonix-55914-1347631981229-0-2). On delivery attempt: 0 caught: org.apache.camel.component.file.GenericFileOperationFailedException: Error writing file [ftp-test/ReadMe.txt]
[1) thread #1 - file://src/data] GenericFileOnCompletion DEBUG Done processing file: GenericFile[ReadMe.txt] using exchange: Exchange[ReadMe.txt]
[1) thread #1 - file://src/data] GenericFileOnCompletion WARN Rollback file strategy: org.apache.camel.component.file.strategy.GenericFileRenameProcessStrategy#2c31f2a7 for file: GenericFile[ReadMe.txt]
[1) thread #1 - file://src/data] FileUtil DEBUG Retrying attempt 0 to delete file: /home/andrea/workspace/transfer/src/data/ReadMe.txt.camelLock
[1) thread #1 - file://src/data] FileUtil DEBUG Tried 1 to delete file: /home/andrea/workspace/transfer/src/data/ReadMe.txt.camelLock with result: true
[1) thread #1 - file://src/data] DefaultErrorHandler ERROR Failed delivery for (MessageId: ID-raccoonix-55914-1347631981229-0-1 on ExchangeId: ID-raccoonix-55914-1347631981229-0-2). Exhausted after delivery attempt: 1 caught: org.apache.camel.component.file.GenericFileOperationFailedException: Error writing file [ftp-test/ReadMe.txt]
Are there some specific parameters to for a correct file transfer?
Is a ftp server related problem?
Try
from("file:src/data?noop=true").to("ftp://drauxxx#myftp.com/ftp-test/?password=mypassword");
Remove
context.stop();
as it's an experimental code, you don't need it.
Also check The user right of the FTP User, that you are connecting with.

Resources