안녕하세요
거의 1달간 오류수정에 매달려.. 지난번에 질문 드렸던 멈추는 현상이라던지 쓰레드락 같은 현상은 모두 잡았습니다.
테스트를 위해 몇시간씩 켜두고 결과를 지켜보고 있었습니다.
그런데 톰캣이 자꾸 꺼지면서 로그를 남겨 둡니다.
기존 운영환경
윈도우7 64비트 톰캣7 32비트 / jdk,jre 7버전 32비트
오류 수정을 위한 재설치
윈도우7 64비트 톰캣7 64비트 / jdk 7버전 32비트 / jre7버전 64비트
윈도우7 64비트 톰캣8 64비트 / jdk 7버전 32비트 / jre7버전 64비트
윈도우7 64비트 톰캣8 64비트 / jdk 7버전 32비트 / jre6버전 64비트 ( 사용하는 라이브러리에서 6버전은 지원을 하지않아 실패 )
윈도우7 64비트 톰캣8 64비트 / jdk 7버전 32비트 / jre8버전 64비트
네.. 전부다 오류 납니다..
jre 깔기전에 톰캣을 지우고 jre 깔고 톰캣을 설치할때 jre 경로를 새로깐 jre에 넣어주고 했습니다.
공통적으로 나는 오류가 있습니다. 일단 콘솔에서는
2015-09-25 05:20:17 Commons Daemon procrun stdout initialized
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000006bb7c1b0, pid=2592, tid=6336
#
# JRE version: Java(TM) SE Runtime Environment (8.0_60-b27) (build 1.8.0_60-b27)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.60-b23 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [MSVCR100.dll+0x3c1b0]
#
# 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 Software Foundation\Tomcat 8.0\hs_err_pid2592.log
#
# If you would like to submit a bug report, please visit:
#
http://bugreport.java.com/bugreport/crash.jsp 이런식으로 나구요 톰캣 로그는 맨밑에 적어 두겠습니다. MSVCR100.dll 파일이 문제 인거 같아. 저 파일을 전제로 오류를 수정해봤습니다.
경로가 왜인지는 모르겠습니다만 오류나는 msvcr100.dll 파일의 위치는 system32 / 그래픽드라이버 설치경로 / jre 경로 를 가리킵니다.
msvcr100.dll 파일을 검색하니 32비트 파일과 64비트 파일이 있다는걸 알고 한번은 32비트 파일로 한번은 64비트 파일로 한번 총 2번의 걸쳐 테스트를 진행했습니다.
또한 msvcr100.dll 파일이 최신버전이 아닐거라는 말도 있어서 ms홈페이지에 가서 다운받아 새로 넣어도 봤습니다.
저런식으로 파일을 바꾸다 보니 최종적으로 jre폴더만 계속 가리킵니다.
특정한 간격이 아닌 몇초에 한번 / 몇분에 한번 / 몇시간에 한번씩 특정 간격없이 톰캣이 다운됩니다.
그럴때마다 log파일을 열어서 보면 out of memory가 아닐가.. 싶은데 공통적으로 C [MSVCR100.dll+0x3c1b0] 가 적혀 있습니다.
지금 오류가 나기전에 memory leak 로그가 찍혀서 소스와 필요하지 않은 파일을 수정하여 현재 이 로그는 현재 보이진 않습니다..
혹시 out of memory 오류가 아닐까 싶어 쓸모없이 사용되는 메모리가 있다하여 최소한으로 필요한 라이브러리와 소스를 추려서 지금 테스트 중입니다.
지금 오류 접근하는 방식이 다른건지 OOME가 나면 GC를 튜닝해주라고 하던데
윈도우 버전의 톰캣은 검색을 통해 메모리를 설정해도 initial memory pool / maximum memory pool 에서 설정된 사이즈를 자동으로 나눠서 사용을 하게 설정이 되있는거 같아 수정이 안되고 있습니다.
GC 튜닝을 어찌해야 하는지... 다른 해결책이 있는지 궁금합니다.
오늘도 밤을 새버렸군요..;; 명절전 마지막 출근 잘하시고 명절 잘 보내시길 바랍니다!
////////////////////// 밑에는 톰캣 로그입니다.
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000006bb7c1b0, pid=2592, tid=6336
#
# JRE version: Java(TM) SE Runtime Environment (8.0_60-b27) (build 1.8.0_60-b27)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.60-b23 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [MSVCR100.dll+0x3c1b0]
#
# 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:
#
--------------- T H R E A D ---------------
Current thread (0x0000000016cdf000): JavaThread "http-nio-9292-exec-7" daemon [_thread_in_vm, id=6336, stack(0x000000001a950000,0x000000001aa50000)]
siginfo: ExceptionCode=0xc0000005, reading address 0x000000001bdc742e
Registers:
RAX=0x0000000000000010, RBX=0x0000000016cdf000, RCX=0x00000000eb3ccfa8, RDX=0xffffffff309fa48e
RSP=0x000000001aa4e848, RBP=0x0000000015fb7c08, RSI=0x0000000000000000, RDI=0x000000000000ffd8
R8 =0x000000000000ffd8, R9 =0x00000000000007fe, R10=0x000000000000000c, R11=0x00000000eb3bcfd0
R12=0x0000000016cdf1f8, R13=0x000000001bdb745e, R14=0x000000000000ffd8, R15=0x000000001aa4e990
RIP=0x000000006bb7c1b0, EFLAGS=0x0000000000010283
Top of Stack: (sp=0x000000001aa4e848)
0x000000001aa4e848: 000000006bd7a431 0000000016cdf1f8
0x000000001aa4e858: 000000006bd5f3bd 000000000000ffd8
0x000000001aa4e868: 0000000016cdf000 0000000000000800
0x000000001aa4e878: 000000006bd5c6b5 0000000016cdf000
0x000000001aa4e888: 0000000000000000 000000001bdb7428
0x000000001aa4e898: 0000000000000800 0000000015fb7c08
0x000000001aa4e8a8: 00000001800028c4 000000000000ffd8
0x000000001aa4e8b8: 0000000000000800 000000001bdb7428
0x000000001aa4e8c8: 0000000015fb7c00 000000001bdb745e
0x000000001aa4e8d8: 0000000000001706 0000000000001706
0x000000001aa4e8e8: 0000000000000000 000000001bdb7428
0x000000001aa4e8f8: 0000000018e24d63 0000000016cdf000
0x000000001aa4e908: 0000000000000000 000000001aa4ea08
0x000000001aa4e918: 0000000000000000 0000000000000000
0x000000001aa4e928: 0000000016cdf1f8 0000000180000000
0x000000001aa4e938: 0000000180001d90 000000001aa4e970
Instructions: (pc=0x000000006bb7c1b0)
0x000000006bb7c190: c3 66 66 66 66 66 66 66 0f 1f 84 00 00 00 00 00
0x000000006bb7c1a0: 66 66 66 90 66 66 90 49 81 f9 00 20 00 00 73 42
0x000000006bb7c1b0: 48 8b 44 0a f8 4c 8b 54 0a f0 48 83 e9 20 48 89
0x000000006bb7c1c0: 41 18 4c 89 51 10 48 8b 44 0a 08 4c 8b 14 0a 49
Register to memory mapping:
RAX=0x0000000000000010 is an unknown value
RBX=0x0000000016cdf000 is a thread
RCX=0x00000000eb3ccfa8 is an oop
[error occurred during error reporting (printing register info), id 0xc0000005]
Stack: [0x000000001a950000,0x000000001aa50000], sp=0x000000001aa4e848, free space=1018k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [MSVCR100.dll+0x3c1b0]
V [jvm.dll+0x15a431]
C [jpcap.dll+0x28c4]
C [jpcap.dll+0x1d90]
C 0x000000000144d379
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
J 2965 jpcap.JpcapCaptor.getPacket()Ljpcap/packet/Packet; (0 bytes) @ 0x000000000144d2fb [0x000000000144d2c0+0x3b]
j tw.search.processCommand(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)Ljava/lang/Object;+71
j tw.finalController.doPost(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+137
j tw.finalController.doGet(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+3
j javax.servlet.http.HttpServlet.service(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+35
j javax.servlet.http.HttpServlet.service(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+30
j org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+396
j org.apache.catalina.core.ApplicationFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+101
j org.apache.tomcat.websocket.server.WsFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+21
j org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+151
j org.apache.catalina.core.ApplicationFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+101
j org.apache.catalina.core.StandardWrapperValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+781
j org.apache.catalina.core.StandardContextValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+166
j org.apache.catalina.authenticator.AuthenticatorBase.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+417
j org.apache.catalina.core.StandardHostValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+135
j org.apache.catalina.valves.ErrorReportValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+6
j org.apache.catalina.valves.AbstractAccessLogValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+6
j org.apache.catalina.core.StandardEngineValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+71
j org.apache.catalina.connector.CoyoteAdapter.service(Lorg/apache/coyote/Request;Lorg/apache/coyote/Response;)V+199
j org.apache.coyote.http11.AbstractHttp11Processor.process(Lorg/apache/tomcat/util/net/SocketWrapper;)Lorg/apache/tomcat/util/net/AbstractEndpoint$Handler$SocketState;+624
j org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(Lorg/apache/tomcat/util/net/SocketWrapper;Lorg/apache/tomcat/util/net/SocketStatus;)Lorg/apache/tomcat/util/net/AbstractEndpoint$Handler$SocketState;+349
j org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun()V+166
j org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run()V+63
j java.util.concurrent.ThreadPoolExecutor.runWorker(Ljava/util/concurrent/ThreadPoolExecutor$Worker;)V+95
j java.util.concurrent.ThreadPoolExecutor$Worker.run()V+5
j org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run()V+4
j java.lang.Thread.run()V+11
v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x0000000016f9a800 JavaThread "http-nio-9292-exec-9" daemon [_thread_blocked, id=3868, stack(0x000000001c260000,0x000000001c360000)]
0x0000000016f99800 JavaThread "http-nio-9292-exec-8" daemon [_thread_blocked, id=7016, stack(0x000000001c160000,0x000000001c260000)]
=>0x0000000016cdf000 JavaThread "http-nio-9292-exec-7" daemon [_thread_in_vm, id=6336, stack(0x000000001a950000,0x000000001aa50000)]
0x0000000016cde000 JavaThread "http-nio-9292-exec-6" daemon [_thread_blocked, id=4640, stack(0x0000000019160000,0x0000000019260000)]
0x0000000016cdd800 JavaThread "http-nio-9292-exec-5" daemon [_thread_blocked, id=7064, stack(0x0000000018200000,0x0000000018300000)]
0x0000000016cdc000 JavaThread "http-nio-9292-exec-4" daemon [_thread_blocked, id=1348, stack(0x0000000018100000,0x0000000018200000)]
0x0000000016cdc800 JavaThread "http-nio-9292-exec-3" daemon [_thread_blocked, id=6672, stack(0x0000000019280000,0x0000000019380000)]
0x0000000016cdb000 JavaThread "http-nio-9292-exec-1" daemon [_thread_blocked, id=6496, stack(0x0000000019060000,0x0000000019160000)]
0x0000000016cda800 JavaThread "ajp-nio-8009-Acceptor-0" daemon [_thread_in_native, id=1648, stack(0x0000000018d00000,0x0000000018e00000)]
0x0000000016cd9800 JavaThread "ajp-nio-8009-ClientPoller-1" daemon [_thread_in_native, id=588, stack(0x0000000018c00000,0x0000000018d00000)]
0x0000000016cd9000 JavaThread "ajp-nio-8009-ClientPoller-0" daemon [_thread_in_native, id=2464, stack(0x0000000018b00000,0x0000000018c00000)]
0x0000000016cd8000 JavaThread "http-nio-9292-Acceptor-0" daemon [_thread_in_native, id=5584, stack(0x0000000018a00000,0x0000000018b00000)]
0x0000000016b05000 JavaThread "http-nio-9292-ClientPoller-1" daemon [_thread_in_native, id=6172, stack(0x0000000018900000,0x0000000018a00000)]
0x0000000016c34000 JavaThread "http-nio-9292-ClientPoller-0" daemon [_thread_in_native, id=716, stack(0x0000000018800000,0x0000000018900000)]
0x0000000016c33000 JavaThread "ContainerBackgroundProcessor[StandardEngine[Catalina]]" daemon [_thread_blocked, id=4612, stack(0x0000000018700000,0x0000000018800000)]
0x00000000169b5800 JavaThread "NioBlockingSelector.BlockPoller-2" daemon [_thread_in_native, id=5172, stack(0x0000000017f90000,0x0000000018090000)]
0x00000000161c8800 JavaThread "NioBlockingSelector.BlockPoller-1" daemon [_thread_in_native, id=440, stack(0x0000000017e90000,0x0000000017f90000)]
0x0000000016435000 JavaThread "GC Daemon" daemon [_thread_blocked, id=5340, stack(0x0000000017890000,0x0000000017990000)]
0x0000000016a81800 JavaThread "Abandoned connection cleanup thread" daemon [_thread_blocked, id=5420, stack(0x00000000176b0000,0x00000000177b0000)]
0x00000000154a5000 JavaThread "AsyncFileHandlerWriter-640070680" daemon [_thread_blocked, id=3192, stack(0x0000000015dd0000,0x0000000015ed0000)]
0x0000000015374000 JavaThread "Service Thread" daemon [_thread_blocked, id=2780, stack(0x0000000015bd0000,0x0000000015cd0000)]
0x00000000152eb800 JavaThread "C1 CompilerThread2" daemon [_thread_blocked, id=4264, stack(0x0000000015ad0000,0x0000000015bd0000)]
0x00000000152e9800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=4256, stack(0x00000000159d0000,0x0000000015ad0000)]
0x0000000013fdd800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=7164, stack(0x00000000158d0000,0x00000000159d0000)]
0x0000000013fdb000 JavaThread "Attach Listener" daemon [_thread_blocked, id=2740, stack(0x00000000157d0000,0x00000000158d0000)]
0x00000000152e3800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=6292, stack(0x00000000156d0000,0x00000000157d0000)]
0x0000000013f78800 JavaThread "Finalizer" daemon [_thread_blocked, id=6676, stack(0x00000000151d0000,0x00000000152d0000)]
0x0000000013f6f800 JavaThread "Reference Handler" daemon [_thread_blocked, id=880, stack(0x00000000150d0000,0x00000000151d0000)]
0x00000000002ff800 JavaThread "main" [_thread_in_native, id=1192, stack(0x0000000001150000,0x0000000001250000)]
Other Threads:
0x0000000013f69800 VMThread [stack: 0x0000000014fd0000,0x00000000150d0000] [id=6720]
0x000000001539d800 WatcherThread [stack: 0x0000000015cd0000,0x0000000015dd0000] [id=2444]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap:
PSYoungGen total 358400K, used 71173K [0x00000000e7000000, 0x0000000100000000, 0x0000000100000000)
eden space 307200K, 22% used [0x00000000e7000000,0x00000000eb3f5f08,0x00000000f9c00000)
from space 51200K, 3% used [0x00000000f9c00000,0x00000000f9d8b5a0,0x00000000fce00000)
to space 51200K, 0% used [0x00000000fce00000,0x00000000fce00000,0x0000000100000000)
ParOldGen total 819200K, used 37249K [0x00000000b5000000, 0x00000000e7000000, 0x00000000e7000000)
object space 819200K, 4% used [0x00000000b5000000,0x00000000b7460608,0x00000000e7000000)
Metaspace used 24210K, capacity 24684K, committed 24832K, reserved 1071104K
class space used 2561K, capacity 2699K, committed 2816K, reserved 1048576K
Card table byte_map: [0x0000000010610000,0x0000000010870000] byte_map_base: 0x0000000010068000
Marking Bits: (ParMarkBitMap*) 0x000000006c42a5b0
Begin Bits: [0x0000000010e00000, 0x00000000120c0000)
End Bits: [0x00000000120c0000, 0x0000000013380000)
Polling page: 0x00000000002e0000
CodeCache: size=245760Kb used=9618Kb max_used=10716Kb free=236141Kb
bounds [0x0000000001250000, 0x0000000001d10000, 0x0000000010250000]
total_blobs=3075 nmethods=2651 adapters=336
compilation: enabled
Compilation events (10 events):
Event: 40.043 Thread 0x0000000013fdd800 3070 4 java.lang.AbstractStringBuilder::append (70 bytes)
Event: 40.047 Thread 0x0000000013fdd800 nmethod 3070 0x0000000001435510 code [0x0000000001435660, 0x0000000001435b48]
Event: 40.243 Thread 0x00000000152e9800 3071 4 java.net.Inet4Address::getAddress (59 bytes)
Event: 40.243 Thread 0x0000000013fdd800 3072 4 java.net.Inet4Address::getHostAddress (8 bytes)
Event: 40.244 Thread 0x00000000152e9800 nmethod 3071 0x00000000014351d0 code [0x0000000001435320, 0x0000000001435418]
Event: 40.248 Thread 0x0000000013fdd800 nmethod 3072 0x0000000001abc8d0 code [0x0000000001abca20, 0x0000000001abceb8]
Event: 40.302 Thread 0x00000000152e9800 3073 4 java.net.InetAddress::toString (44 bytes)
Event: 40.315 Thread 0x00000000152e9800 nmethod 3073 0x00000000017baed0 code [0x00000000017bb060, 0x00000000017bba98]
Event: 40.996 Thread 0x0000000013fdd800 3074 4 java.lang.Character::isLowSurrogate (18 bytes)
Event: 40.996 Thread 0x0000000013fdd800 nmethod 3074 0x00000000015da910 code [0x00000000015daa40, 0x00000000015daab8]
GC Heap History (8 events):
Event: 24.974 GC heap before
{Heap before GC invocations=1 (full 0):
PSYoungGen total 358400K, used 307200K [0x00000000e7000000, 0x0000000100000000, 0x0000000100000000)
eden space 307200K, 100% used [0x00000000e7000000,0x00000000f9c00000,0x00000000f9c00000)
from space 51200K, 0% used [0x00000000fce00000,0x00000000fce00000,0x0000000100000000)
to space 51200K, 0% used [0x00000000f9c00000,0x00000000f9c00000,0x00000000fce00000)
ParOldGen total 819200K, used 0K [0x00000000b5000000, 0x00000000e7000000, 0x00000000e7000000)
object space 819200K, 0% used [0x00000000b5000000,0x00000000b5000000,0x00000000e7000000)
Metaspace used 20785K, capacity 21192K, committed 21296K, reserved 1069056K
class space used 2269K, capacity 2411K, committed 2432K, reserved 1048576K
Event: 24.997 GC heap after
Heap after GC invocations=1 (full 0):
PSYoungGen total 358400K, used 38717K [0x00000000e7000000, 0x0000000100000000, 0x0000000100000000)
eden space 307200K, 0% used [0x00000000e7000000,0x00000000e7000000,0x00000000f9c00000)
from space 51200K, 75% used [0x00000000f9c00000,0x00000000fc1cf618,0x00000000fce00000)
to space 51200K, 0% used [0x00000000fce00000,0x00000000fce00000,0x0000000100000000)
ParOldGen total 819200K, used 96K [0x00000000b5000000, 0x00000000e7000000, 0x00000000e7000000)
object space 819200K, 0% used [0x00000000b5000000,0x00000000b5018010,0x00000000e7000000)
Metaspace used 20785K, capacity 21192K, committed 21296K, reserved 1069056K
class space used 2269K, capacity 2411K, committed 2432K, reserved 1048576K
}
Event: 24.997 GC heap before
{Heap before GC invocations=2 (full 1):
PSYoungGen total 358400K, used 38717K [0x00000000e7000000, 0x0000000100000000, 0x0000000100000000)
eden space 307200K, 0% used [0x00000000e7000000,0x00000000e7000000,0x00000000f9c00000)
from space 51200K, 75% used [0x00000000f9c00000,0x00000000fc1cf618,0x00000000fce00000)
to space 51200K, 0% used [0x00000000fce00000,0x00000000fce00000,0x0000000100000000)
ParOldGen total 819200K, used 96K [0x00000000b5000000, 0x00000000e7000000, 0x00000000e7000000)
object space 819200K, 0% used [0x00000000b5000000,0x00000000b5018010,0x00000000e7000000)
Metaspace used 20785K, capacity 21192K, committed 21296K, reserved 1069056K
class space used 2269K, capacity 2411K, committed 2432K, reserved 1048576K
Event: 25.048 GC heap after
Heap after GC invocations=2 (full 1):
PSYoungGen total 358400K, used 0K [0x00000000e7000000, 0x0000000100000000, 0x0000000100000000)
eden space 307200K, 0% used [0x00000000e7000000,0x00000000e7000000,0x00000000f9c00000)
from space 51200K, 0% used [0x00000000f9c00000,0x00000000f9c00000,0x00000000fce00000)
to space 51200K, 0% used [0x00000000fce00000,0x00000000fce00000,0x0000000100000000)
ParOldGen total 819200K, used 37241K [0x00000000b5000000, 0x00000000e7000000, 0x00000000e7000000)
object space 819200K, 4% used [0x00000000b5000000,0x00000000b745e608,0x00000000e7000000)
Metaspace used 20773K, capacity 21176K, committed 21296K, reserved 1069056K
class space used 2266K, capacity 2407K, committed 2432K, reserved 1048576K
}
Event: 39.586 GC heap before
{Heap before GC invocations=3 (full 1):
PSYoungGen total 358400K, used 307200K [0x00000000e7000000, 0x0000000100000000, 0x0000000100000000)
eden space 307200K, 100% used [0x00000000e7000000,0x00000000f9c00000,0x00000000f9c00000)
from space 51200K, 0% used [0x00000000f9c00000,0x00000000f9c00000,0x00000000fce00000)
to space 51200K, 0% used [0x00000000fce00000,0x00000000fce00000,0x0000000100000000)
ParOldGen total 819200K, used 37241K [0x00000000b5000000, 0x00000000e7000000, 0x00000000e7000000)
object space 819200K, 4% used [0x00000000b5000000,0x00000000b745e608,0x00000000e7000000)
Metaspace used 24207K, capacity 24684K, committed 24832K, reserved 1071104K
class space used 2561K, capacity 2699K, committed 2816K, reserved 1048576K
Event: 39.589 GC heap after
Heap after GC invocations=3 (full 1):
PSYoungGen total 358400K, used 4091K [0x00000000e7000000, 0x0000000100000000, 0x0000000100000000)
eden space 307200K, 0% used [0x00000000e7000000,0x00000000e7000000,0x00000000f9c00000)
from space 51200K, 7% used [0x00000000fce00000,0x00000000fd1feeb0,0x0000000100000000)
to space 51200K, 0% used [0x00000000f9c00000,0x00000000f9c00000,0x00000000fce00000)
ParOldGen total 819200K, used 37249K [0x00000000b5000000, 0x00000000e7000000, 0x00000000e7000000)
object space 819200K, 4% used [0x00000000b5000000,0x00000000b7460608,0x00000000e7000000)
Metaspace used 24207K, capacity 24684K, committed 24832K, reserved 1071104K
class space used 2561K, capacity 2699K, committed 2816K, reserved 1048576K
}
Event: 41.391 GC heap before
{Heap before GC invocations=4 (full 1):
PSYoungGen total 358400K, used 311291K [0x00000000e7000000, 0x0000000100000000, 0x0000000100000000)
eden space 307200K, 100% used [0x00000000e7000000,0x00000000f9c00000,0x00000000f9c00000)
from space 51200K, 7% used [0x00000000fce00000,0x00000000fd1feeb0,0x0000000100000000)
to space 51200K, 0% used [0x00000000f9c00000,0x00000000f9c00000,0x00000000fce00000)
ParOldGen total 819200K, used 37249K [0x00000000b5000000, 0x00000000e7000000, 0x00000000e7000000)
object space 819200K, 4% used [0x00000000b5000000,0x00000000b7460608,0x00000000e7000000)
Metaspace used 24210K, capacity 24684K, committed 24832K, reserved 1071104K
class space used 2561K, capacity 2699K, committed 2816K, reserved 1048576K
Event: 41.393 GC heap after
Heap after GC invocations=4 (full 1):
PSYoungGen total 358400K, used 1581K [0x00000000e7000000, 0x0000000100000000, 0x0000000100000000)
eden space 307200K, 0% used [0x00000000e7000000,0x00000000e7000000,0x00000000f9c00000)
from space 51200K, 3% used [0x00000000f9c00000,0x00000000f9d8b5a0,0x00000000fce00000)
to space 51200K, 0% used [0x00000000fce00000,0x00000000fce00000,0x0000000100000000)
ParOldGen total 819200K, used 37249K [0x00000000b5000000, 0x00000000e7000000, 0x00000000e7000000)
object space 819200K, 4% used [0x00000000b5000000,0x00000000b7460608,0x00000000e7000000)
Metaspace used 24210K, capacity 24684K, committed 24832K, reserved 1071104K
class space used 2561K, capacity 2699K, committed 2816K, reserved 1048576K
}
Deoptimization events (10 events):
Event: 27.182 Thread 0x0000000016cdf000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000001558170 method=java.util.regex.Pattern$CharProperty.match(Ljava/util/regex/Matcher;ILjava/lang/CharSequence;)Z @ 37
Event: 30.169 Thread 0x0000000016cdf000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000000000162d33c method=java.util.regex.Pattern$Curly.match0(Ljava/util/regex/Matcher;IILjava/lang/CharSequence;)Z @ 94
Event: 30.169 Thread 0x0000000016cdf000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000000000170bd94 method=java.util.regex.Pattern$Curly.match0(Ljava/util/regex/Matcher;IILjava/lang/CharSequence;)Z @ 94
Event: 32.673 Thread 0x0000000016cdf000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000013ced18 method=java.util.regex.Pattern$LastNode.match(Ljava/util/regex/Matcher;ILjava/lang/CharSequence;)Z @ 5
Event: 39.589 Thread 0x0000000013f6f800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000001380d1c method=java.lang.ref.ReferenceQueue.enqueue(Ljava/lang/ref/Reference;)Z @ 61
Event: 39.591 Thread 0x0000000013f78800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000001baa83c method=java.lang.ref.Finalizer.remove()V @ 10
Event: 39.595 Thread 0x0000000016cdf000 Uncommon trap: reason=null_check action=make_not_entrant pc=0x000000000186bc94 method=java.nio.charset.CoderResult$Cache.get(I)Ljava/nio/charset/CoderResult; @ 69
Event: 39.596 Thread 0x0000000016cdf000 Uncommon trap: reason=null_check action=make_not_entrant pc=0x00000000016be798 method=java.nio.charset.CoderResult$Cache.get(I)Ljava/nio/charset/CoderResult; @ 69
Event: 39.828 Thread 0x0000000016f99800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000016ca4dc method=java.lang.AbstractStringBuilder.append(Ljava/lang/CharSequence;)Ljava/lang/AbstractStringBuilder; @ 37
Event: 41.393 Thread 0x0000000013f78800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000001ba5c24 method=java.lang.ref.Finalizer.remove()V @ 10
Internal exceptions (10 events):
Event: 0.783 Thread 0x000000001680e800 Implicit null exception at 0x000000000162c1af to 0x000000000162e2b1
Event: 1.658 Thread 0x000000001680e800 Exception <a 'java/io/FileNotFoundException'> (0x00000000eff36890) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u60\4407\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 1.717 Thread 0x000000001680e800 Exception <a 'java/io/FileNotFoundException'> (0x00000000f0533020) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u60\4407\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 22.090 Thread 0x0000000016cdc000 Implicit null exception at 0x00000000019277c2 to 0x0000000001925d0d
Event: 22.090 Thread 0x0000000016cdc000 Implicit null exception at 0x00000000019056f2 to 0x00000000019057fd
Event: 22.195 Thread 0x0000000016cdc000 Exception <a 'java/io/FileNotFoundException'> (0x00000000f846f2c8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u60\4407\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 25.150 Thread 0x0000000016a81800 Implicit null exception at 0x0000000001ba61ad to 0x0000000001ba642d
Event: 25.155 Thread 0x0000000016cdd800 Exception <a 'java/lang/ArrayIndexOutOfBoundsException': 8282> (0x00000000e8502bb8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u60\4407\hotspot\src\share\vm\interpreter\interpreterRuntime.cpp, line 366]
Event: 39.595 Thread 0x0000000016cdf000 Implicit null exception at 0x0000000001868b4e to 0x000000000186bc65
Event: 39.596 Thread 0x0000000016cdf000 Implicit null exception at 0x00000000016ba77f to 0x00000000016be755
Events (10 events):
Event: 39.865 Executing VM operation: RevokeBias done
Event: 41.391 Executing VM operation: ParallelGCFailedAllocation
Event: 41.393 Executing VM operation: ParallelGCFailedAllocation done
Event: 41.393 Thread 0x0000000013f78800 Uncommon trap: trap_request=0xffffff65 fr.pc=0x0000000001ba5c24
Event: 41.393 Executing VM operation: RevokeBias
Event: 41.393 Executing VM operation: RevokeBias done
Event: 41.393 Thread 0x0000000013f78800 DEOPT PACKING pc=0x0000000001ba5c24 sp=0x00000000152cf500
Event: 41.393 Thread 0x0000000013f78800 DEOPT UNPACKING pc=0x000000000129582a sp=0x00000000152cf448 mode 2
Event: 41.393 Executing VM operation: RevokeBias
Event: 41.393 Executing VM operation: RevokeBias done
Dynamic libraries:
0x0000000140000000 - 0x000000014001e000 C:\Program Files\Apache Software Foundation\Tomcat 8.0\bin\Tomcat8.exe
0x0000000077850000 - 0x00000000779f9000 C:\Windows\SYSTEM32\ntdll.dll
0x0000000077630000 - 0x000000007774f000 C:\Windows\system32\kernel32.dll
0x000007fefd630000 - 0x000007fefd69c000 C:\Windows\system32\KERNELBASE.dll
0x000007fefecc0000 - 0x000007fefed9b000 C:\Windows\system32\ADVAPI32.dll
0x000007fefdb30000 - 0x000007fefdbcf000 C:\Windows\system32\msvcrt.dll
0x000007feff0b0000 - 0x000007feff0cf000 C:\Windows\SYSTEM32\sechost.dll
0x000007fefef80000 - 0x000007feff0ad000 C:\Windows\system32\RPCRT4.dll
0x000007fefdbd0000 - 0x000007fefe959000 C:\Windows\system32\SHELL32.dll
0x000007feff3d0000 - 0x000007feff441000 C:\Windows\system32\SHLWAPI.dll
0x000007feff280000 - 0x000007feff2e7000 C:\Windows\system32\GDI32.dll
0x0000000077750000 - 0x000000007784a000 C:\Windows\system32\USER32.dll
0x000007feff8f0000 - 0x000007feff8fe000 C:\Windows\system32\LPK.dll
0x000007feff820000 - 0x000007feff8e9000 C:\Windows\system32\USP10.dll
0x000007feff590000 - 0x000007feff5be000 C:\Windows\system32\IMM32.DLL
0x000007fefd9c0000 - 0x000007fefdac9000 C:\Windows\system32\MSCTF.dll
0x000000006bc20000 - 0x000000006c4a9000 C:\Program Files\Java\jre1.8.0_60\bin\server\jvm.dll
0x000007fef9e20000 - 0x000007fef9e29000 C:\Windows\system32\WSOCK32.dll
0x000007feff7d0000 - 0x000007feff81d000 C:\Windows\system32\WS2_32.dll
0x000007fefe960000 - 0x000007fefe968000 C:\Windows\system32\NSI.dll
0x000007fef8d80000 - 0x000007fef8dbb000 C:\Windows\system32\WINMM.dll
0x000007fefc6f0000 - 0x000007fefc6fc000 C:\Windows\system32\VERSION.dll
0x0000000077a20000 - 0x0000000077a27000 C:\Windows\system32\PSAPI.DLL
0x000000006bb40000 - 0x000000006bc12000 C:\Program Files\Java\jre1.8.0_60\bin\MSVCR100.dll
0x0000000075040000 - 0x000000007504f000 C:\Program Files\Java\jre1.8.0_60\bin\verify.dll
0x00000000723b0000 - 0x00000000723d9000 C:\Program Files\Java\jre1.8.0_60\bin\java.dll
0x000000006eae0000 - 0x000000006eaf6000 C:\Program Files\Java\jre1.8.0_60\bin\zip.dll
0x000007feff5c0000 - 0x000007feff7c3000 C:\Windows\system32\ole32.dll
0x000007fefd610000 - 0x000007fefd61f000 C:\Windows\system32\profapi.dll
0x00000000718f0000 - 0x00000000718fd000 C:\Program Files\Java\jre1.8.0_60\bin\management.dll
0x000000006eac0000 - 0x000000006eada000 C:\Program Files\Java\jre1.8.0_60\bin\net.dll
0x000007fefcea0000 - 0x000007fefcef5000 C:\Windows\system32\mswsock.dll
0x000007fefcd70000 - 0x000007fefcd77000 C:\Windows\System32\wship6.dll
0x000000006e8e0000 - 0x000000006e8f1000 C:\Program Files\Java\jre1.8.0_60\bin\nio.dll
0x000000006e8b0000 - 0x000000006e8d4000 C:\Program Files\Java\jre1.8.0_60\bin\sunec.dll
0x000000006dc20000 - 0x000000006dc2b000 C:\Program Files\Java\jre1.8.0_60\bin\sunmscapi.dll
0x000007fefd780000 - 0x000007fefd8ed000 C:\Windows\system32\CRYPT32.dll
0x000007fefd600000 - 0x000007fefd60f000 C:\Windows\system32\MSASN1.dll
0x000007fefcf00000 - 0x000007fefcf18000 C:\Windows\system32\CRYPTSP.dll
0x000007fefcae0000 - 0x000007fefcb27000 C:\Windows\system32\rsaenh.dll
0x000007fefd4a0000 - 0x000007fefd4af000 C:\Windows\system32\CRYPTBASE.dll
0x000007fefb140000 - 0x000007fefb167000 C:\Windows\system32\IPHLPAPI.DLL
0x000007fefb0e0000 - 0x000007fefb0eb000 C:\Windows\system32\WINNSI.DLL
0x000007fefad80000 - 0x000007fefad91000 C:\Windows\system32\dhcpcsvc6.DLL
0x000007fefad00000 - 0x000007fefad18000 C:\Windows\system32\dhcpcsvc.DLL
0x000007fefc7c0000 - 0x000007fefc7c7000 C:\Windows\System32\wshtcpip.dll
0x000007fefcc00000 - 0x000007fefcc5b000 C:\Windows\system32\DNSAPI.dll
0x000007fef9ae0000 - 0x000007fef9ae8000 C:\Windows\system32\rasadhlp.dll
0x000007fefafd0000 - 0x000007fefb023000 C:\Windows\System32\fwpuclnt.dll
0x000007fefb5b0000 - 0x000007fefb5c5000 C:\Windows\system32\NLAapi.dll
0x000007fef8d60000 - 0x000007fef8d75000 C:\Windows\system32\napinsp.dll
0x000007fef8cc0000 - 0x000007fef8cd9000 C:\Windows\system32\pnrpnsp.dll
0x000007fef8ca0000 - 0x000007fef8cab000 C:\Windows\System32\winrnr.dll
0x0000000180000000 - 0x000000018002d000 C:\Windows\Sun\Java\lib\ext\jpcap.dll
0x0000000018e00000 - 0x0000000018e65000 C:\Windows\system32\wpcap.dll
0x00000000177e0000 - 0x00000000177fe000 C:\Windows\system32\packet.dll
0x000007fef91d0000 - 0x000007fef92f5000 C:\Windows\system32\dbghelp.dll
VM Arguments:
jvm_args: -Dcatalina.home=C:\Program Files\Apache Software Foundation\Tomcat 8.0 -Dcatalina.base=C:\Program Files\Apache Software Foundation\Tomcat 8.0 -Djava.endorsed.dirs=C:\Program Files\Apache Software Foundation\Tomcat 8.0\endorsed -Djava.io.tmpdir=C:\Program Files\Apache Software Foundation\Tomcat 8.0\temp -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.util.logging.config.file=C:\Program Files\Apache Software Foundation\Tomcat 8.0\conf\logging.properties exit -Xms1200m -Xmx1200m
java_command: <unknown>
java_class_path (initial): C:\Program Files\Apache Software Foundation\Tomcat 8.0\bin\bootstrap.jar;C:\Program Files\Apache Software Foundation\Tomcat 8.0\bin\tomcat-juli.jar
Launcher Type: generic
Environment Variables:
JAVA_HOME=C:\Program Files (x86)\Java\jdk1.7.0_79
JRE_HOME=C:\Program Files\Java\jre7
PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\AMD\ATI.ACE\Core-Static;C:\Program Files (x86)\MySQL\MySQL Fabric 1.5.4 & MySQL Utilities 1.5.4 1.5\;C:\Program Files (x86)\MySQL\MySQL Fabric 1.5.4 & MySQL Utilities 1.5.4 1.5\Doctrine extensions for PHP\;C:\ProgramData\Oracle\Java\javapath
USERNAME=KIM-PC$
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 58 Stepping 9, GenuineIntel
--------------- S Y S T E M ---------------
OS: Windows 7 , 64 bit Build 7601 (6.1.7601.18933)
CPU:total 4 (4 cores per cpu, 1 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, tsc, tscinvbit, tscinv
Memory: 4k page, physical 16669728k(11627456k free), swap 16667888k(9236600k free)
vm_info: Java HotSpot(TM) 64-Bit Server VM (25.60-b23) for windows-amd64 JRE (1.8.0_60-b27), built on Aug 4 2015 11:06:27 by "java_re" with MS VC++ 10.0 (VS2010)
time: Fri Sep 25 05:20:58 2015
elapsed time: 41 seconds (0d 0h 0m 41s)