When running the binary parser, if the location it would make already exists, it crashes, throwing a fatal error that will crash the backend itself. Ideally, it should either replace the original (preferred) or rename the folder to FolderName (x).
To replicate the issue, upload the same bin twice. Timing does not matter.
See full error below
@@ -0,0 +1,702 @@
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_UNCAUGHT_CXX_EXCEPTION (0xe06d7363) at pc=0x00007ffaed37cf19, pid=19052, tid=17188
#
# JRE version: Java(TM) SE Runtime Environment (17.0.2+8) (build 17.0.2+8-LTS-86)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (17.0.2+8-LTS-86, mixed mode, emulated-client, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64)
# Problematic frame:
# C [KERNELBASE.dll+0x2cf19]
#
# No core dump will be written. Minidumps are not enabled by default on client versions of Windows
#
# If you would like to submit a bug report, please visit:
# https://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.
#
--------------- S U M M A R Y ------------
Command Line: -XX:TieredStopAtLevel=1 backend.API.UploadingFilesApplication
Host: Intel(R) Core(TM) i5-8600K CPU @ 3.60GHz, 6 cores, 31G, Windows 10 , 64 bit Build 19041 (10.0.19041.3155)
Time: Tue Aug 1 16:31:31 2023 Eastern Daylight Time elapsed time: 7.374673 seconds (0d 0h 0m 7s)
--------------- T H R E A D ---------------
Current thread (0x0000024e2f07e980): JavaThread "http-nio-8080-exec-2" daemon [_thread_in_native, id=17188, stack(0x00000074aff00000,0x00000074b0000000)]
Stack: [0x00000074aff00000,0x00000074b0000000], sp=0x00000074afffca10, free space=1010k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [KERNELBASE.dll+0x2cf19]
C [VCRUNTIME140.dll+0x6480]
C [binary_to_csv_lib.dll+0x171be]
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j backend.API.binary_csv.BinaryTOCSV.toCSV(Ljava/lang/String;Ljava/lang/String;Z)V+0
j backend.API.FileUploadController.handleFileUploadAPI(Lorg/springframework/web/multipart/MultipartFile;)Lorg/springframework/http/ResponseEntity;+84
v ~StubRoutines::call_stub
j jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0 java.base@17.0.2
j jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+133 java.base@17.0.2
j jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6 java.base@17.0.2
j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+59 java.base@17.0.2
j org.springframework.web.method.support.InvocableHandlerMethod.doInvoke([Ljava/lang/Object;)Ljava/lang/Object;+29
j org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(Lorg/springframework/web/context/request/NativeWebRequest;Lorg/springframework/web/method/support/ModelAndViewContainer;[Ljava/lang/Object;)Ljava/lang/Object;+41
j org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(Lorg/springframework/web/context/request/ServletWebRequest;Lorg/springframework/web/method/support/ModelAndViewContainer;[Ljava/lang/Object;)V+4
j org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(Ljakarta/servlet/http/HttpServletRequest;Ljakarta/servlet/http/HttpServletResponse;Lorg/springframework/web/method/HandlerMethod;)Lorg/springframework/web/servlet/ModelAndView;+244
j org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(Ljakarta/servlet/http/HttpServletRequest;Ljakarta/servlet/http/HttpServletResponse;Lorg/springframework/web/method/HandlerMethod;)Lorg/springframework/web/servlet/ModelAndView;+81
j org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(Ljakarta/servlet/http/HttpServletRequest;Ljakarta/servlet/http/HttpServletResponse;Ljava/lang/Object;)Lorg/springframework/web/servlet/ModelAndView;+7
j org.springframework.web.servlet.DispatcherServlet.doDispatch(Ljakarta/servlet/http/HttpServletRequest;Ljakarta/servlet/http/HttpServletResponse;)V+259
j org.springframework.web.servlet.DispatcherServlet.doService(Ljakarta/servlet/http/HttpServletRequest;Ljakarta/servlet/http/HttpServletResponse;)V+242
j org.springframework.web.servlet.FrameworkServlet.processRequest(Ljakarta/servlet/http/HttpServletRequest;Ljakarta/servlet/http/HttpServletResponse;)V+70
j org.springframework.web.servlet.FrameworkServlet.doPost(Ljakarta/servlet/http/HttpServletRequest;Ljakarta/servlet/http/HttpServletResponse;)V+3
j jakarta.servlet.http.HttpServlet.service(Ljakarta/servlet/http/HttpServletRequest;Ljakarta/servlet/http/HttpServletResponse;)V+149
j org.springframework.web.servlet.FrameworkServlet.service(Ljakarta/servlet/http/HttpServletRequest;Ljakarta/servlet/http/HttpServletResponse;)V+20
j jakarta.servlet.http.HttpServlet.service(Ljakarta/servlet/ServletRequest;Ljakarta/servlet/ServletResponse;)V+36
j org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Ljakarta/servlet/ServletRequest;Ljakarta/servlet/ServletResponse;)V+305
j org.apache.catalina.core.ApplicationFilterChain.doFilter(Ljakarta/servlet/ServletRequest;Ljakarta/servlet/ServletResponse;)V+99
j org.apache.tomcat.websocket.server.WsFilter.doFilter(Ljakarta/servlet/ServletRequest;Ljakarta/servlet/ServletResponse;Ljakarta/servlet/FilterChain;)V+21
j org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Ljakarta/servlet/ServletRequest;Ljakarta/servlet/ServletResponse;)V+135
j org.apache.catalina.core.ApplicationFilterChain.doFilter(Ljakarta/servlet/ServletRequest;Ljakarta/servlet/ServletResponse;)V+99
j org.springframework.web.filter.RequestContextFilter.doFilterInternal(Ljakarta/servlet/http/HttpServletRequest;Ljakarta/servlet/http/HttpServletResponse;Ljakarta/servlet/FilterChain;)V+21
j org.springframework.web.filter.OncePerRequestFilter.doFilter(Ljakarta/servlet/ServletRequest;Ljakarta/servlet/ServletResponse;Ljakarta/servlet/FilterChain;)V+150
j org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Ljakarta/servlet/ServletRequest;Ljakarta/servlet/ServletResponse;)V+135
j org.apache.catalina.core.ApplicationFilterChain.doFilter(Ljakarta/servlet/ServletRequest;Ljakarta/servlet/ServletResponse;)V+99
j org.springframework.web.filter.FormContentFilter.doFilterInternal(Ljakarta/servlet/http/HttpServletRequest;Ljakarta/servlet/http/HttpServletResponse;Ljakarta/servlet/FilterChain;)V+38
j org.springframework.web.filter.OncePerRequestFilter.doFilter(Ljakarta/servlet/ServletRequest;Ljakarta/servlet/ServletResponse;Ljakarta/servlet/FilterChain;)V+150
j org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Ljakarta/servlet/ServletRequest;Ljakarta/servlet/ServletResponse;)V+135
j org.apache.catalina.core.ApplicationFilterChain.doFilter(Ljakarta/servlet/ServletRequest;Ljakarta/servlet/ServletResponse;)V+99
j org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(Ljakarta/servlet/http/HttpServletRequest;Ljakarta/servlet/http/HttpServletResponse;Ljakarta/servlet/FilterChain;)V+53
j org.springframework.web.filter.OncePerRequestFilter.doFilter(Ljakarta/servlet/ServletRequest;Ljakarta/servlet/ServletResponse;Ljakarta/servlet/FilterChain;)V+150
j org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Ljakarta/servlet/ServletRequest;Ljakarta/servlet/ServletResponse;)V+135
j org.apache.catalina.core.ApplicationFilterChain.doFilter(Ljakarta/servlet/ServletRequest;Ljakarta/servlet/ServletResponse;)V+99
j org.apache.catalina.core.StandardWrapperValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+514
j org.apache.catalina.core.StandardContextValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+169
j org.apache.catalina.authenticator.AuthenticatorBase.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+218
j org.apache.catalina.core.StandardHostValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+131
j org.apache.catalina.valves.ErrorReportValve.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+59
j org.apache.catalina.connector.CoyoteAdapter.service(Lorg/apache/coyote/Request;Lorg/apache/coyote/Response;)V+203
j org.apache.coyote.http11.Http11Processor.service(Lorg/apache/tomcat/util/net/SocketWrapperBase;)Lorg/apache/tomcat/util/net/AbstractEndpoint$Handler$SocketState;+785
j org.apache.coyote.AbstractProcessorLight.process(Lorg/apache/tomcat/util/net/SocketWrapperBase;Lorg/apache/tomcat/util/net/SocketEvent;)Lorg/apache/tomcat/util/net/AbstractEndpoint$Handler$SocketState;+152
j org.apache.coyote.AbstractProtocol$ConnectionHandler.process(Lorg/apache/tomcat/util/net/SocketWrapperBase;Lorg/apache/tomcat/util/net/SocketEvent;)Lorg/apache/tomcat/util/net/AbstractEndpoint$Handler$SocketState;+482
j org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun()V+249
j org.apache.tomcat.util.net.SocketProcessorBase.run()V+32
j org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(Lorg/apache/tomcat/util/threads/ThreadPoolExecutor$Worker;)V+92
j org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run()V+5
j org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run()V+4
j java.lang.Thread.run()V+11 java.base@17.0.2
v ~StubRoutines::call_stub
siginfo: EXCEPTION_UNCAUGHT_CXX_EXCEPTION (0xe06d7363), ExceptionInformation=0x0000000019930520 0x00000074afffcb70 0x00007ffab49a9268 0x00007ffab4970000
Register to memory mapping:
RIP=0x00007ffaed37cf19 KERNELBASE.dll
RAX=0x0 is NULL
RBX=0x00007ffab49a9268 binary_to_csv_lib.dll
RCX=0x0 is NULL
RDX=0x0 is NULL
RSP=0x00000074afffca10 is pointing into the stack for thread: 0x0000024e2f07e980
RBP=0x00000074afffcc90 is pointing into the stack for thread: 0x0000024e2f07e980
RSI=0x00000074afffcb70 is pointing into the stack for thread: 0x0000024e2f07e980
RDI=0x0000000019930520 is an unknown value
R8 =0x0 is NULL
R9 =0x0 is NULL
R10=0x0 is NULL
R11=0x0 is NULL
R12=0x0000000000000041 is an unknown value
R13=0x0000024e30303b90 is pointing into metadata
R14=0x00007ffab499df38 binary_to_csv_lib.dll
R15=0x000000000000003d is an unknown value
Registers:
RAX=0x0000000000000000, RBX=0x00007ffab49a9268, RCX=0x0000000000000000, RDX=0x0000000000000000
RSP=0x00000074afffca10, RBP=0x00000074afffcc90, RSI=0x00000074afffcb70, RDI=0x0000000019930520
R8 =0x0000000000000000, R9 =0x0000000000000000, R10=0x0000000000000000, R11=0x0000000000000000
R12=0x0000000000000041, R13=0x0000024e30303b90, R14=0x00007ffab499df38, R15=0x000000000000003d
RIP=0x00007ffaed37cf19, EFLAGS=0x0000000000000202
Top of Stack: (sp=0x00000074afffca10)
0x00000074afffca10: 00000074afffcac0 00007ffab49a9268
0x00000074afffca20: 00000074afffcb70 0000000000000000
0x00000074afffca30: 00000001e06d7363 0000000000000000
0x00000074afffca40: 00007ffaed37cf19 00007ffa00000004
0x00000074afffca50: 0000000019930520 00000074afffcb70
0x00000074afffca60: 00007ffab49a9268 00007ffab4970000
0x00000074afffca70: 0000024e30303b90 0000000000000041
0x00000074afffca80: 00000074afffcb70 00000074afffcc90
0x00000074afffca90: 00000074afffcb10 00007ffaefc04a5f
0x00000074afffcaa0: 0000000019930520 00007ffa00000000
0x00000074afffcab0: 0000024e30303b90 0000000000000041
0x00000074afffcac0: 00007ffab49aa000 00007ffab4970000
0x00000074afffcad0: 0000d43afffed8dc 00007ffab498199f
0x00000074afffcae0: 00007ffab49a9268 00007ffac4e96480
0x00000074afffcaf0: 0000000000000003 0000000000000000
0x00000074afffcb00: 006d006b00350037 0000000000000001
Instructions: (pc=0x00007ffaed37cf19)
0x00007ffaed37ce19: 09 00 48 8b 84 24 b8 00 00 00 48 8b 8c 24 b0 05
0x00007ffaed37ce29: 00 00 48 33 cc e8 4d 86 06 00 48 81 c4 c0 05 00
0x00007ffaed37ce39: 00 41 5f 41 5e 41 5d 5e 5b c3 cc 48 ff 15 cd 7f
0x00007ffaed37ce49: 1b 00 0f 1f 44 00 00 eb b0 cc cc cc cc cc cc cc
0x00007ffaed37ce59: cc cc cc cc cc cc cc 40 53 48 83 ec 30 48 8b d1
0x00007ffaed37ce69: 48 8d 4c 24 20 e8 5d 23 00 00 85 c0 74 26 48 8b
0x00007ffaed37ce79: 4c 24 28 e8 ef 38 00 00 48 8d 4c 24 20 8b d8 48
0x00007ffaed37ce89: ff 15 d1 79 1b 00 0f 1f 44 00 00 8b c3 48 83 c4
0x00007ffaed37ce99: 30 5b c3 cc 83 c8 ff eb f4 cc cc cc cc cc cc cc
0x00007ffaed37cea9: cc cc cc cc cc cc cc 48 81 ec d8 00 00 00 48 8b
0x00007ffaed37ceb9: 05 e2 9f 28 00 48 33 c4 48 89 84 24 c0 00 00 00
0x00007ffaed37cec9: 48 83 64 24 28 00 48 8d 05 da ff ff ff 83 e2 01
0x00007ffaed37ced9: 89 4c 24 20 89 54 24 24 48 89 44 24 30 4d 85 c9
0x00007ffaed37cee9: 74 4c b8 0f 00 00 00 48 8d 4c 24 40 44 3b c0 49
0x00007ffaed37cef9: 8b d1 44 0f 47 c0 44 89 44 24 38 49 c1 e0 03 e8
0x00007ffaed37cf09: ea 90 08 00 48 8d 4c 24 20 48 ff 15 1f 81 1b 00
0x00007ffaed37cf19: 0f 1f 44 00 00 48 8b 8c 24 c0 00 00 00 48 33 cc
0x00007ffaed37cf29: e8 52 85 06 00 48 81 c4 d8 00 00 00 c3 cc 83 64
0x00007ffaed37cf39: 24 38 00 eb cf cc cc cc cc cc cc cc cc cc cc cc
0x00007ffaed37cf49: cc cc cc cc cc cc cc 65 48 8b 04 25 30 00 00 00
0x00007ffaed37cf59: 8b 40 68 c3 cc cc cc cc cc cc cc cc cc cc cc cc
0x00007ffaed37cf69: cc cc cc cc cc cc cc 48 89 5c 24 10 48 89 74 24
0x00007ffaed37cf79: 18 57 41 54 41 55 41 56 41 57 48 81 ec b0 02 00
0x00007ffaed37cf89: 00 48 8b 05 0f 9f 28 00 48 33 c4 48 89 84 24 a0
0x00007ffaed37cf99: 02 00 00 48 8d 15 2f e6 1b 00 48 85 c9 48 0f 45
0x00007ffaed37cfa9: d1 48 89 94 24 80 00 00 00 48 83 c8 ff 48 ff c0
0x00007ffaed37cfb9: 80 3c 02 00 75 f7 48 ff c0 48 89 84 24 88 00 00
0x00007ffaed37cfc9: 00 48 89 94 24 90 00 00 00 4c 8d 8c 24 88 00 00
0x00007ffaed37cfd9: 00 33 d2 b9 06 00 01 40 44 8d 42 02 e8 c6 fe ff
0x00007ffaed37cfe9: ff e9 f0 01 00 00 33 f6 48 89 74 24 60 45 33 ff
0x00007ffaed37cff9: 4c 89 7c 24 48 45 33 f6 4c 89 74 24 58 33 ff 48
0x00007ffaed37d009: 89 7c 24 50 e8 3e ff ff ff 89 44 24 40 48 39 35
Stack slot to memory mapping:
stack at sp + 0 slots: 0x00000074afffcac0 is pointing into the stack for thread: 0x0000024e2f07e980
stack at sp + 1 slots: 0x00007ffab49a9268 binary_to_csv_lib.dll
stack at sp + 2 slots: 0x00000074afffcb70 is pointing into the stack for thread: 0x0000024e2f07e980
stack at sp + 3 slots: 0x0 is NULL
stack at sp + 4 slots: 0x00000001e06d7363 is an unknown value
stack at sp + 5 slots: 0x0 is NULL
stack at sp + 6 slots: 0x00007ffaed37cf19 KERNELBASE.dll
stack at sp + 7 slots: 0x00007ffa00000004 is an unknown value
--------------- P R O C E S S ---------------
Threads class SMR info:
_java_thread_list=0x0000024e2f0f1900, length=26, elements={
0x0000024e2c9e6f50, 0x0000024e2c9e7a10, 0x0000024e2ca02a50, 0x0000024e2ca03310,
0x0000024e2ca04780, 0x0000024e2ca067f0, 0x0000024e2ca10a80, 0x0000024e2d420480,
0x0000024e2d523460, 0x0000024e2d529d80, 0x0000024e2ef185d0, 0x0000024e2ef7f050,
0x0000024e2ef7f520, 0x0000024e2f07e4b0, 0x0000024e2f07e980, 0x0000024e2f07ee50,
0x0000024e2f07f320, 0x0000024e2f080800, 0x0000024e2f0d3ed0, 0x0000024e2f0d43a0,
0x0000024e2f0d6a20, 0x0000024e2f0d56e0, 0x0000024e2f0d6080, 0x0000024e2f0d4870,
0x0000024e2f0d5bb0, 0x0000024e2f0d4d40
}
Java Threads: ( => current thread )
0x0000024e2c9e6f50 JavaThread "Reference Handler" daemon [_thread_blocked, id=20284, stack(0x00000074ae800000,0x00000074ae900000)]
0x0000024e2c9e7a10 JavaThread "Finalizer" daemon [_thread_blocked, id=10992, stack(0x00000074ae900000,0x00000074aea00000)]
0x0000024e2ca02a50 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=1492, stack(0x00000074aea00000,0x00000074aeb00000)]
0x0000024e2ca03310 JavaThread "Attach Listener" daemon [_thread_blocked, id=3268, stack(0x00000074aeb00000,0x00000074aec00000)]
0x0000024e2ca04780 JavaThread "Service Thread" daemon [_thread_blocked, id=18596, stack(0x00000074aec00000,0x00000074aed00000)]
0x0000024e2ca067f0 JavaThread "Monitor Deflation Thread" daemon [_thread_blocked, id=15460, stack(0x00000074aed00000,0x00000074aee00000)]
0x0000024e2ca10a80 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=2368, stack(0x00000074aee00000,0x00000074aef00000)]
0x0000024e2d420480 JavaThread "Sweeper thread" daemon [_thread_blocked, id=2688, stack(0x00000074aef00000,0x00000074af000000)]
0x0000024e2d523460 JavaThread "Notification Thread" daemon [_thread_blocked, id=5300, stack(0x00000074af100000,0x00000074af200000)]
0x0000024e2d529d80 JavaThread "Common-Cleaner" daemon [_thread_blocked, id=8832, stack(0x00000074af300000,0x00000074af400000)]
0x0000024e2ef185d0 JavaThread "Catalina-utility-1" [_thread_blocked, id=5112, stack(0x00000074afb00000,0x00000074afc00000)]
0x0000024e2ef7f050 JavaThread "Catalina-utility-2" [_thread_blocked, id=7308, stack(0x00000074afc00000,0x00000074afd00000)]
0x0000024e2ef7f520 JavaThread "container-0" [_thread_blocked, id=8780, stack(0x00000074afd00000,0x00000074afe00000)]
0x0000024e2f07e4b0 JavaThread "http-nio-8080-exec-1" daemon [_thread_blocked, id=20188, stack(0x00000074afe00000,0x00000074aff00000)]
=>0x0000024e2f07e980 JavaThread "http-nio-8080-exec-2" daemon [_thread_in_native, id=17188, stack(0x00000074aff00000,0x00000074b0000000)]
0x0000024e2f07ee50 JavaThread "http-nio-8080-exec-3" daemon [_thread_blocked, id=10292, stack(0x00000074b0000000,0x00000074b0100000)]
0x0000024e2f07f320 JavaThread "http-nio-8080-exec-4" daemon [_thread_blocked, id=2052, stack(0x00000074b0100000,0x00000074b0200000)]
0x0000024e2f080800 JavaThread "http-nio-8080-exec-5" daemon [_thread_blocked, id=8040, stack(0x00000074b0200000,0x00000074b0300000)]
0x0000024e2f0d3ed0 JavaThread "http-nio-8080-exec-6" daemon [_thread_blocked, id=20368, stack(0x00000074b0300000,0x00000074b0400000)]
0x0000024e2f0d43a0 JavaThread "http-nio-8080-exec-7" daemon [_thread_blocked, id=11416, stack(0x00000074b0400000,0x00000074b0500000)]
0x0000024e2f0d6a20 JavaThread "http-nio-8080-exec-8" daemon [_thread_blocked, id=4132, stack(0x00000074b0500000,0x00000074b0600000)]
0x0000024e2f0d56e0 JavaThread "http-nio-8080-exec-9" daemon [_thread_blocked, id=6348, stack(0x00000074b0600000,0x00000074b0700000)]
0x0000024e2f0d6080 JavaThread "http-nio-8080-exec-10" daemon [_thread_blocked, id=11524, stack(0x00000074b0700000,0x00000074b0800000)]
0x0000024e2f0d4870 JavaThread "http-nio-8080-Poller" daemon [_thread_in_native, id=10280, stack(0x00000074b0800000,0x00000074b0900000)]
0x0000024e2f0d5bb0 JavaThread "http-nio-8080-Acceptor" daemon [_thread_in_native, id=16064, stack(0x00000074b0900000,0x00000074b0a00000)]
0x0000024e2f0d4d40 JavaThread "DestroyJavaVM" [_thread_blocked, id=11744, stack(0x00000074ae100000,0x00000074ae200000)]
Other Threads:
0x0000024e2c9e1540 VMThread "VM Thread" [stack: 0x00000074ae700000,0x00000074ae800000] [id=3124]
0x0000024e2d525940 WatcherThread [stack: 0x00000074af200000,0x00000074af300000] [id=15124]
0x0000024e0cb2bc90 GCTaskThread "GC Thread#0" [stack: 0x00000074ae200000,0x00000074ae300000] [id=3792]
0x0000024e2dc264b0 GCTaskThread "GC Thread#1" [stack: 0x00000074af500000,0x00000074af600000] [id=9708]
0x0000024e2dc26760 GCTaskThread "GC Thread#2" [stack: 0x00000074af600000,0x00000074af700000] [id=17252]
0x0000024e2dc26a10 GCTaskThread "GC Thread#3" [stack: 0x00000074af700000,0x00000074af800000] [id=7288]
0x0000024e2dc26cc0 GCTaskThread "GC Thread#4" [stack: 0x00000074af800000,0x00000074af900000] [id=15156]
0x0000024e2dc3fd60 GCTaskThread "GC Thread#5" [stack: 0x00000074af900000,0x00000074afa00000] [id=19232]
0x0000024e0cb3dab0 ConcurrentGCThread "G1 Main Marker" [stack: 0x00000074ae300000,0x00000074ae400000] [id=19356]
0x0000024e0cb3f3e0 ConcurrentGCThread "G1 Conc#0" [stack: 0x00000074ae400000,0x00000074ae500000] [id=18560]
0x0000024e2ee8e340 ConcurrentGCThread "G1 Conc#1" [stack: 0x00000074afa00000,0x00000074afb00000] [id=12932]
0x0000024e0cb87d20 ConcurrentGCThread "G1 Refine#0" [stack: 0x00000074ae500000,0x00000074ae600000] [id=8340]
0x0000024e0cb88650 ConcurrentGCThread "G1 Service" [stack: 0x00000074ae600000,0x00000074ae700000] [id=7032]
Threads with active compile tasks:
VM state: not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap address: 0x0000000600800000, size: 8184 MB, Compressed Oops mode: Zero based, Oop shift amount: 3
CDS archive(s) mapped at: [0x0000000800000000-0x0000000800bc0000-0x0000000800bc0000), size 12320768, SharedBaseAddress: 0x0000000800000000, ArchiveRelocationMode: 0.
Compressed class space mapped at: 0x0000000800c00000-0x0000000840c00000, reserved size: 1073741824
Narrow klass base: 0x0000000800000000, Narrow klass shift: 0, Narrow klass range: 0x100000000
GC Precious Log:
CPUs: 6 total, 6 available
Memory: 32728M
Large Page Support: Disabled
NUMA Support: Disabled
Compressed Oops: Enabled (Zero based)
Heap Region Size: 4M
Heap Min Capacity: 8M
Heap Initial Capacity: 512M
Heap Max Capacity: 8184M
Pre-touch: Disabled
Parallel Workers: 6
Concurrent Workers: 2
Concurrent Refinement Workers: 6
Periodic GC: Disabled
Heap:
garbage-first heap total 69632K, used 14289K [0x0000000600800000, 0x0000000800000000)
region size 4096K, 2 young (8192K), 1 survivors (4096K)
Metaspace used 26747K, committed 27200K, reserved 1073152K
class space used 3677K, committed 3904K, reserved 1048576K
Heap Regions: E=young(eden), S=young(survivor), O=old, HS=humongous(starts), HC=humongous(continues), CS=collection set, F=free, OA=open archive, CA=closed archive, TAMS=top-at-mark-start (previous, next)
| 0|0x0000000600800000, 0x0000000600c00000, 0x0000000600c00000|100%| O| |TAMS 0x0000000600c00000, 0x0000000600800000| Untracked
| 1|0x0000000600c00000, 0x0000000600c00000, 0x0000000601000000| 0%| F| |TAMS 0x0000000600c00000, 0x0000000600c00000| Untracked
| 2|0x0000000601000000, 0x0000000601400000, 0x0000000601400000|100%| O| |TAMS 0x0000000601000000, 0x0000000601000000| Untracked
| 3|0x0000000601400000, 0x0000000601400000, 0x0000000601800000| 0%| F| |TAMS 0x0000000601400000, 0x0000000601400000| Untracked
| 4|0x0000000601800000, 0x0000000601800000, 0x0000000601c00000| 0%| F| |TAMS 0x0000000601800000, 0x0000000601800000| Untracked
| 5|0x0000000601c00000, 0x0000000601c00000, 0x0000000602000000| 0%| F| |TAMS 0x0000000601c00000, 0x0000000601c00000| Untracked
| 6|0x0000000602000000, 0x0000000602400000, 0x0000000602400000|100%| O| |TAMS 0x0000000602000000, 0x0000000602000000| Untracked
| 7|0x0000000602400000, 0x000000060246d600, 0x0000000602800000| 10%| O| |TAMS 0x0000000602400000, 0x0000000602400000| Untracked
| 8|0x0000000602800000, 0x0000000602800000, 0x0000000602c00000| 0%| F| |TAMS 0x0000000602800000, 0x0000000602800000| Untracked
| 9|0x0000000602c00000, 0x0000000602c00000, 0x0000000603000000| 0%| F| |TAMS 0x0000000602c00000, 0x0000000602c00000| Untracked
| 10|0x0000000603000000, 0x0000000603000000, 0x0000000603400000| 0%| F| |TAMS 0x0000000603000000, 0x0000000603000000| Untracked
| 11|0x0000000603400000, 0x0000000603400000, 0x0000000603800000| 0%| F| |TAMS 0x0000000603400000, 0x0000000603400000| Untracked
| 12|0x0000000603800000, 0x0000000603800000, 0x0000000603c00000| 0%| F| |TAMS 0x0000000603800000, 0x0000000603800000| Untracked
| 13|0x0000000603c00000, 0x0000000603c00000, 0x0000000604000000| 0%| F| |TAMS 0x0000000603c00000, 0x0000000603c00000| Untracked
| 122|0x000000061f000000, 0x000000061f000000, 0x000000061f400000| 0%| F| |TAMS 0x000000061f000000, 0x000000061f000000| Untracked
| 123|0x000000061f400000, 0x000000061f5870b0, 0x000000061f800000| 38%| S|CS|TAMS 0x000000061f400000, 0x000000061f400000| Complete
| 127|0x0000000620400000, 0x0000000620795d58, 0x0000000620800000| 89%| E| |TAMS 0x0000000620400000, 0x0000000620400000| Complete
Card table byte_map: [0x0000024e18310000,0x0000024e19310000] _byte_map_base: 0x0000024e1530c000
Marking Bits (Prev, Next): (CMBitMap*) 0x0000024e0cb2d200, (CMBitMap*) 0x0000024e0cb2d1c0
Prev Bits: [0x0000024e222f0000, 0x0000024e2a2d0000)
Next Bits: [0x0000024e1a310000, 0x0000024e222f0000)
Polling page: 0x0000024e0a8e0000
Metaspace:
Usage:
Non-class: 22.53 MB used.
Class: 3.59 MB used.
Both: 26.12 MB used.
Virtual space:
Non-class space: 24.00 MB reserved, 22.75 MB ( 95%) committed, 3 nodes.
Class space: 1.00 GB reserved, 3.81 MB ( <1%) committed, 1 nodes.
Both: 1.02 GB reserved, 26.56 MB ( 3%) committed.
Chunk freelists:
Non-Class: 832.00 KB
Class: 240.00 KB
Both: 1.05 MB
MaxMetaspaceSize: unlimited
CompressedClassSpaceSize: 1.00 GB
Initial GC threshold: 21.00 MB
Current GC threshold: 35.25 MB
CDS: on
MetaspaceReclaimPolicy: balanced
- commit_granule_bytes: 65536.
- commit_granule_words: 8192.
- virtual_space_node_default_size: 1048576.
- enlarge_chunks_in_place: 1.
- new_chunks_are_fully_committed: 0.
- uncommit_free_chunks: 1.
- use_allocation_guard: 0.
- handle_deallocations: 1.
Internal statistics:
num_allocs_failed_limit: 3.
num_arena_births: 558.
num_arena_deaths: 0.
num_vsnodes_births: 4.
num_vsnodes_deaths: 0.
num_space_committed: 425.
num_space_uncommitted: 0.
num_chunks_returned_to_freelist: 3.
num_chunks_taken_from_freelist: 1587.
num_chunk_merges: 0.
num_chunk_splits: 1072.
num_chunks_enlarged: 770.
num_purges: 0.
num_inconsistent_stats: 0.
CodeCache: size=49152Kb used=6691Kb max_used=7806Kb free=42460Kb
bounds [0x0000024e14310000, 0x0000024e14ab0000, 0x0000024e17310000]
total_blobs=4054 nmethods=3534 adapters=447
compilation: enabled
stopped_count=0, restarted_count=0
full_count=0
Compilation events (20 events):
Event: 7.131 Thread 0x0000024e2ca10a80 3525 ! 1 org.apache.tomcat.util.http.parser.HttpParser::isToken (9 bytes)
Event: 7.131 Thread 0x0000024e2ca10a80 nmethod 3525 0x0000024e144a6b10 code [0x0000024e144a6ca0, 0x0000024e144a6db8]
Event: 7.131 Thread 0x0000024e2ca10a80 3526 1 java.io.StringReader::ensureOpen (18 bytes)
Event: 7.131 Thread 0x0000024e2ca10a80 nmethod 3526 0x0000024e144a6790 code [0x0000024e144a6920, 0x0000024e144a6a88]
Event: 7.131 Thread 0x0000024e2ca10a80 3528 1 org.apache.tomcat.util.buf.ByteChunk::equalsIgnoreCase (76 bytes)
Event: 7.132 Thread 0x0000024e2ca10a80 nmethod 3528 0x0000024e144a5f10 code [0x0000024e144a60e0, 0x0000024e144a6498]
Event: 7.132 Thread 0x0000024e2ca10a80 3527 1 org.apache.tomcat.util.buf.MessageBytes::equalsIgnoreCase (78 bytes)
Event: 7.132 Thread 0x0000024e2ca10a80 nmethod 3527 0x0000024e144a5a10 code [0x0000024e144a5be0, 0x0000024e144a5e08]
Event: 7.132 Thread 0x0000024e2ca10a80 3529 1 java.lang.ThreadLocal::remove (18 bytes)
Event: 7.132 Thread 0x0000024e2ca10a80 nmethod 3529 0x0000024e144a5610 code [0x0000024e144a57c0, 0x0000024e144a58f8]
Event: 7.132 Thread 0x0000024e2ca10a80 3530 1 java.lang.ThreadLocal$ThreadLocalMap::remove (68 bytes)
Event: 7.132 Thread 0x0000024e2ca10a80 nmethod 3530 0x0000024e144a5010 code [0x0000024e144a51e0, 0x0000024e144a5408]
Event: 7.133 Thread 0x0000024e2ca10a80 3531 1 org.apache.tomcat.util.http.fileupload.ParameterParser::hasChar (17 bytes)
Event: 7.133 Thread 0x0000024e2ca10a80 nmethod 3531 0x0000024e144a4d10 code [0x0000024e144a4ea0, 0x0000024e144a4f78]
Event: 7.133 Thread 0x0000024e2ca10a80 3533 1 org.apache.tomcat.util.http.fileupload.ParameterParser::isOneOf (46 bytes)
Event: 7.133 Thread 0x0000024e2ca10a80 nmethod 3533 0x0000024e144a4990 code [0x0000024e144a4b20, 0x0000024e144a4c38]
Event: 7.133 Thread 0x0000024e2ca10a80 3532 s 1 java.io.ByteArrayOutputStream::write (32 bytes)
Event: 7.133 Thread 0x0000024e2ca10a80 nmethod 3532 0x0000024e144a4210 code [0x0000024e144a43c0, 0x0000024e144a47d8]
Event: 7.204 Thread 0x0000024e2ca10a80 3534 1 org.springframework.core.ResolvableType::forType (7 bytes)
Event: 7.204 Thread 0x0000024e2ca10a80 nmethod 3534 0x0000024e144a3f10 code [0x0000024e144a40a0, 0x0000024e144a4168]
GC Heap History (12 events):
Event: 0.441 GC heap before
{Heap before GC invocations=0 (full 0):
garbage-first heap total 524288K, used 24576K [0x0000000600800000, 0x0000000800000000)
region size 4096K, 6 young (24576K), 0 survivors (0K)
Metaspace used 5785K, committed 6080K, reserved 1056768K
class space used 814K, committed 960K, reserved 1048576K
}
Event: 0.443 GC heap after
{Heap after GC invocations=1 (full 0):
garbage-first heap total 524288K, used 4553K [0x0000000600800000, 0x0000000800000000)
region size 4096K, 1 young (4096K), 1 survivors (4096K)
Metaspace used 5785K, committed 6080K, reserved 1056768K
class space used 814K, committed 960K, reserved 1048576K
}
Event: 0.619 GC heap before
{Heap before GC invocations=1 (full 0):
garbage-first heap total 524288K, used 25033K [0x0000000600800000, 0x0000000800000000)
region size 4096K, 6 young (24576K), 1 survivors (4096K)
Metaspace used 10647K, committed 10880K, reserved 1064960K
class space used 1427K, committed 1536K, reserved 1048576K
}
Event: 0.621 GC heap after
{Heap after GC invocations=2 (full 0):
garbage-first heap total 524288K, used 6400K [0x0000000600800000, 0x0000000800000000)
region size 4096K, 1 young (4096K), 1 survivors (4096K)
Metaspace used 10647K, committed 10880K, reserved 1064960K
class space used 1427K, committed 1536K, reserved 1048576K
}
Event: 1.119 GC heap before
{Heap before GC invocations=2 (full 0):
garbage-first heap total 524288K, used 51456K [0x0000000600800000, 0x0000000800000000)
region size 4096K, 12 young (49152K), 1 survivors (4096K)
Metaspace used 17818K, committed 18240K, reserved 1073152K
class space used 2493K, committed 2688K, reserved 1048576K
}
Event: 1.121 GC heap after
{Heap after GC invocations=3 (full 0):
garbage-first heap total 524288K, used 9448K [0x0000000600800000, 0x0000000800000000)
region size 4096K, 2 young (8192K), 2 survivors (8192K)
Metaspace used 17818K, committed 18240K, reserved 1073152K
class space used 2493K, committed 2688K, reserved 1048576K
}
Event: 1.320 GC heap before
{Heap before GC invocations=3 (full 0):
garbage-first heap total 524288K, used 21736K [0x0000000600800000, 0x0000000800000000)
region size 4096K, 6 young (24576K), 2 survivors (8192K)
Metaspace used 21147K, committed 21504K, reserved 1073152K
class space used 2886K, committed 3072K, reserved 1048576K
}
Event: 1.323 GC heap after
{Heap after GC invocations=4 (full 0):
garbage-first heap total 524288K, used 11230K [0x0000000600800000, 0x0000000800000000)
region size 4096K, 2 young (8192K), 2 survivors (8192K)
Metaspace used 21147K, committed 21504K, reserved 1073152K
class space used 2886K, committed 3072K, reserved 1048576K
}
Event: 1.617 GC heap before
{Heap before GC invocations=5 (full 0):
garbage-first heap total 69632K, used 43998K [0x0000000600800000, 0x0000000800000000)
region size 4096K, 11 young (45056K), 2 survivors (8192K)
Metaspace used 24785K, committed 25216K, reserved 1073152K
class space used 3410K, committed 3648K, reserved 1048576K
}
Event: 1.621 GC heap after
{Heap after GC invocations=6 (full 0):
garbage-first heap total 69632K, used 13651K [0x0000000600800000, 0x0000000800000000)
region size 4096K, 3 young (12288K), 3 survivors (12288K)
Metaspace used 24785K, committed 25216K, reserved 1073152K
class space used 3410K, committed 3648K, reserved 1048576K
}
Event: 5.462 GC heap before
{Heap before GC invocations=6 (full 0):
garbage-first heap total 69632K, used 13651K [0x0000000600800000, 0x0000000800000000)
region size 4096K, 4 young (16384K), 3 survivors (12288K)
Metaspace used 25964K, committed 26432K, reserved 1073152K
class space used 3559K, committed 3776K, reserved 1048576K
}
Event: 5.467 GC heap after
{Heap after GC invocations=7 (full 0):
garbage-first heap total 69632K, used 14289K [0x0000000600800000, 0x0000000800000000)
region size 4096K, 1 young (4096K), 1 survivors (4096K)
Metaspace used 25964K, committed 26432K, reserved 1073152K
class space used 3559K, committed 3776K, reserved 1048576K
}
Deoptimization events (12 events):
Event: 0.267 Thread 0x0000024e0cab8400 DEOPT PACKING pc=0x0000024e145a3581 sp=0x00000074ae1fd3d0
Event: 0.267 Thread 0x0000024e0cab8400 DEOPT UNPACKING pc=0x0000024e14362b43 sp=0x00000074ae1fc840 mode 3
Event: 0.583 Thread 0x0000024e0cab8400 DEOPT PACKING pc=0x0000024e147835f9 sp=0x00000074ae1fd650
Event: 0.583 Thread 0x0000024e0cab8400 DEOPT UNPACKING pc=0x0000024e14362b43 sp=0x00000074ae1fcb30 mode 3
Event: 0.995 Thread 0x0000024e0cab8400 DEOPT PACKING pc=0x0000024e14932381 sp=0x00000074ae1fcbf0
Event: 0.995 Thread 0x0000024e0cab8400 DEOPT UNPACKING pc=0x0000024e14362b43 sp=0x00000074ae1fc060 mode 3
Event: 1.369 Thread 0x0000024e0cab8400 DEOPT PACKING pc=0x0000024e149c8ca5 sp=0x00000074ae1fc990
Event: 1.369 Thread 0x0000024e0cab8400 DEOPT UNPACKING pc=0x0000024e14362b43 sp=0x00000074ae1fbef8 mode 3
Event: 1.384 Thread 0x0000024e0cab8400 DEOPT PACKING pc=0x0000024e147aba89 sp=0x00000074ae1fea70
Event: 1.384 Thread 0x0000024e0cab8400 DEOPT UNPACKING pc=0x0000024e14362b43 sp=0x00000074ae1fdf00 mode 3
Event: 1.384 Thread 0x0000024e2ef7f050 DEOPT PACKING pc=0x0000024e14794d1f sp=0x00000074afcfed20
Event: 1.384 Thread 0x0000024e2ef7f050 DEOPT UNPACKING pc=0x0000024e14362b43 sp=0x00000074afcfe178 mode 3
Classes unloaded (0 events):
No events
Classes redefined (0 events):
No events
Internal exceptions (20 events):
Event: 1.198 Thread 0x0000024e0cab8400 Exception <a 'java/lang/NoSuchMethodError'{0x00000006200eee90}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeStaticInit(java.lang.Object, java.lang.Object, int, int, int, int)'> (0x00000006200eee90)
thrown [t:\workspace\open\src\hotspot\share\interpreter\linkResolver.cpp, line 766]
Event: 1.268 Thread 0x0000024e0cab8400 Exception <a 'java/lang/NoSuchMethodError'{0x000000061ff58078}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeSpecial(java.lang.Object, java.lang.Object, long, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x000000061ff58078)
thrown [t:\workspace\open\src\hotspot\share\interpreter\linkResolver.cpp, line 766]
Event: 1.268 Thread 0x0000024e0cab8400 Exception <a 'java/lang/NoSuchMethodError'{0x000000061ff5cba0}: 'java.lang.Object java.lang.invoke.DelegatingMethodHandle$Holder.reinvoke_L(java.lang.Object, long, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x000000061ff5cba0)
thrown [t:\workspace\open\src\hotspot\share\interpreter\linkResolver.cpp, line 766]
Event: 1.269 Thread 0x0000024e0cab8400 Exception <a 'java/lang/NoSuchMethodError'{0x000000061ff695a0}: 'java.lang.Object java.lang.invoke.Invokers$Holder.linkToTargetMethod(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x000000061ff695a0)
thrown [t:\workspace\open\src\hotspot\share\interpreter\linkResolver.cpp, line 766]
Event: 1.328 Thread 0x0000024e0cab8400 Exception <a 'java/io/FileNotFoundException'{0x000000062042a2e0}> (0x000000062042a2e0)
thrown [t:\workspace\open\src\hotspot\share\prims\jni.cpp, line 516]
Event: 1.343 Thread 0x0000024e0cab8400 Exception <a 'java/lang/NoSuchMethodError'{0x0000000620531f10}: 'int java.lang.invoke.DirectMethodHandle$Holder.invokeInterface(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x0000000620531f10)
thrown [t:\workspace\open\src\hotspot\share\interpreter\linkResolver.cpp, line 766]
Event: 1.373 Thread 0x0000024e0cab8400 Exception <a 'java/lang/NoSuchMethodError'{0x0000000603cfe240}: 'long java.lang.invoke.DirectMethodHandle$Holder.invokeVirtual(java.lang.Object, java.lang.Object)'> (0x0000000603cfe240)
thrown [t:\workspace\open\src\hotspot\share\interpreter\linkResolver.cpp, line 766]
Event: 1.472 Thread 0x0000024e0cab8400 Exception <a 'java/lang/NoSuchMethodError'{0x00000006037a07d0}: 'void java.lang.invoke.DirectMethodHandle$Holder.invokeVirtual(java.lang.Object, java.lang.Object, int)'> (0x00000006037a07d0)
thrown [t:\workspace\open\src\hotspot\share\interpreter\linkResolver.cpp, line 766]
Event: 1.473 Thread 0x0000024e0cab8400 Exception <a 'java/lang/NoSuchMethodError'{0x00000006037bb328}: 'void java.lang.invoke.DirectMethodHandle$Holder.invokeVirtual(java.lang.Object, java.lang.Object, long)'> (0x00000006037bb328)
thrown [t:\workspace\open\src\hotspot\share\interpreter\linkResolver.cpp, line 766]
Event: 1.543 Thread 0x0000024e0cab8400 Exception <a 'java/lang/IncompatibleClassChangeError'{0x0000000602cf9a10}: Found class java.lang.Object, but interface was expected> (0x0000000602cf9a10)
thrown [t:\workspace\open\src\hotspot\share\interpreter\linkResolver.cpp, line 833]
Event: 1.559 Thread 0x0000024e0cab8400 Exception <a 'java/lang/NoSuchMethodError'{0x0000000602e293c8}: 'int java.lang.invoke.DirectMethodHandle$Holder.invokeStaticInit(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x0000000602e293c8)
thrown [t:\workspace\open\src\hotspot\share\interpreter\linkResolver.cpp, line 766]
Event: 1.600 Thread 0x0000024e0cab8400 Exception <a 'java/lang/NoSuchMethodError'{0x0000000602950740}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.newInvokeSpecial(java.lang.Object, java.lang.Object, int, java.lang.Object, java.lang.Object)'> (0x0000000602950740)
thrown [t:\workspace\open\src\hotspot\share\interpreter\linkResolver.cpp, line 766]
Event: 1.600 Thread 0x0000024e0cab8400 Exception <a 'java/lang/NoSuchMethodError'{0x000000060295bdb8}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeSpecial(java.lang.Object, java.lang.Object, int, java.lang.Object, int, java.lang.Object)'> (0x000000060295bdb8)
thrown [t:\workspace\open\src\hotspot\share\interpreter\linkResolver.cpp, line 766]
Event: 1.600 Thread 0x0000024e0cab8400 Exception <a 'java/lang/NoSuchMethodError'{0x0000000602963bc0}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.newInvokeSpecial(java.lang.Object, java.lang.Object, int, java.lang.Object, int)'> (0x0000000602963bc0)
thrown [t:\workspace\open\src\hotspot\share\interpreter\linkResolver.cpp, line 766]
Event: 1.601 Thread 0x0000024e0cab8400 Exception <a 'java/lang/NoSuchMethodError'{0x0000000602967cc0}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeSpecial(java.lang.Object, java.lang.Object, java.lang.Object, int, java.lang.Object, int)'> (0x0000000602967cc0)
thrown [t:\workspace\open\src\hotspot\share\interpreter\linkResolver.cpp, line 766]
Event: 1.632 Thread 0x0000024e0cab8400 Exception <a 'sun/nio/fs/WindowsException'{0x0000000620477fc8}> (0x0000000620477fc8)
thrown [t:\workspace\open\src\hotspot\share\prims\jni.cpp, line 516]
Event: 5.427 Thread 0x0000024e2f07e4b0 Exception <a 'java/lang/NoSuchMethodError'{0x000000062062b3e8}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeSpecial(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, long)'> (0x000000062062b3e8)
thrown [t:\workspace\open\src\hotspot\share\interpreter\linkResolver.cpp, line 766]
Event: 5.427 Thread 0x0000024e2f07e4b0 Exception <a 'java/lang/NoSuchMethodError'{0x000000062062ee50}: 'java.lang.Object java.lang.invoke.Invokers$Holder.linkToTargetMethod(java.lang.Object, java.lang.Object, java.lang.Object, long, java.lang.Object)'> (0x000000062062ee50)
thrown [t:\workspace\open\src\hotspot\share\interpreter\linkResolver.cpp, line 766]
Event: 5.587 Thread 0x0000024e2f07e4b0 Exception <a 'sun/nio/fs/WindowsException'{0x0000000620679e30}> (0x0000000620679e30)
thrown [t:\workspace\open\src\hotspot\share\prims\jni.cpp, line 516]
Event: 7.205 Thread 0x0000024e2f07e980 Exception <a 'sun/nio/fs/WindowsException'{0x0000000620791f50}> (0x0000000620791f50)
thrown [t:\workspace\open\src\hotspot\share\prims\jni.cpp, line 516]
VM Operations (20 events):
Event: 1.420 Executing VM operation: HandshakeAllThreads
Event: 1.420 Executing VM operation: HandshakeAllThreads done
Event: 1.422 Executing VM operation: HandshakeAllThreads
Event: 1.422 Executing VM operation: HandshakeAllThreads done
Event: 1.438 Executing VM operation: HandshakeAllThreads
Event: 1.438 Executing VM operation: HandshakeAllThreads done
Event: 1.484 Executing VM operation: HandshakeAllThreads
Event: 1.484 Executing VM operation: HandshakeAllThreads done
Event: 1.485 Executing VM operation: HandshakeAllThreads
Event: 1.485 Executing VM operation: HandshakeAllThreads done
Event: 1.617 Executing VM operation: G1CollectForAllocation
Event: 1.621 Executing VM operation: G1CollectForAllocation done
Event: 3.621 Executing VM operation: Cleanup
Event: 3.621 Executing VM operation: Cleanup done
Event: 5.438 Executing VM operation: HandshakeAllThreads
Event: 5.438 Executing VM operation: HandshakeAllThreads done
Event: 5.462 Executing VM operation: G1CollectForAllocation
Event: 5.467 Executing VM operation: G1CollectForAllocation done
Event: 6.391 Executing VM operation: HandshakeAllThreads
Event: 6.391 Executing VM operation: HandshakeAllThreads done
Events (20 events):
Event: 5.587 loading class java/nio/file/StandardCopyOption done
Event: 5.587 loading class sun/nio/fs/WindowsChannelFactory$2
Event: 5.587 loading class sun/nio/fs/WindowsChannelFactory$2 done
Event: 5.587 loading class java/nio/channels/Channels$1
Event: 5.587 loading class java/nio/channels/Channels$1 done
Event: 5.746 Loaded shared library X:\Code\Projects\Baja\Better-Data-Viewer\API\src\main\java\backend\API\binary_csv\binary_to_csv_lib.dll
Event: 6.389 loading class java/time/format/DateTimeFormatterBuilder$ZoneTextPrinterParser
Event: 6.390 loading class java/time/format/DateTimeFormatterBuilder$ZoneTextPrinterParser done
Event: 6.390 loading class java/time/format/DateTimeFormatterBuilder$ReducedPrinterParser
Event: 6.390 loading class java/time/format/DateTimeFormatterBuilder$ReducedPrinterParser done
Event: 6.397 loading class java/util/OptionalLong
Event: 6.397 loading class java/util/OptionalLong done
Event: 6.397 loading class java/util/OptionalDouble
Event: 6.397 loading class java/util/OptionalDouble done
Event: 6.397 loading class java/util/stream/LongStream
Event: 6.397 loading class java/util/stream/LongStream done
Event: 6.397 loading class java/util/stream/DoubleStream
Event: 6.397 loading class java/util/stream/DoubleStream done
Event: 7.131 Thread 0x0000024e2db07a10 Thread exited: 0x0000024e2db07a10
Event: 7.131 Thread 0x0000024e2d508920 Thread exited: 0x0000024e2d508920
Dynamic libraries:
0x00007ff7f3200000 - 0x00007ff7f3210000 C:\Program Files\Java\jdk-17.0.2\bin\java.exe
0x00007ffaefbd0000 - 0x00007ffaefdc8000 C:\WINDOWS\SYSTEM32\ntdll.dll
0x00007ffaef9b0000 - 0x00007ffaefa6f000 C:\WINDOWS\System32\KERNEL32.DLL
0x00007ffaed350000 - 0x00007ffaed646000 C:\WINDOWS\System32\KERNELBASE.dll
0x00007ffaeda80000 - 0x00007ffaedb80000 C:\WINDOWS\System32\ucrtbase.dll
0x00007ffac4e90000 - 0x00007ffac4eaa000 C:\Program Files\Java\jdk-17.0.2\bin\VCRUNTIME140.dll
0x00007ffac6250000 - 0x00007ffac6268000 C:\Program Files\Java\jdk-17.0.2\bin\jli.dll
0x00007ffaee0e0000 - 0x00007ffaee18f000 C:\WINDOWS\System32\ADVAPI32.dll
0x00007ffaeef60000 - 0x00007ffaeeffe000 C:\WINDOWS\System32\msvcrt.dll
0x00007ffaedce0000 - 0x00007ffaedd7c000 C:\WINDOWS\System32\sechost.dll
0x00007ffaee1a0000 - 0x00007ffaee2c6000 C:\WINDOWS\System32\RPCRT4.dll
0x00007ffaef7a0000 - 0x00007ffaef93d000 C:\WINDOWS\System32\USER32.dll
0x00007ffae03b0000 - 0x00007ffae064a000 C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.1110_none_60b5254171f9507e\COMCTL32.dll
0x00007ffaeecb0000 - 0x00007ffaeecdc000 C:\WINDOWS\System32\GDI32.dll
0x00007ffaed870000 - 0x00007ffaed892000 C:\WINDOWS\System32\win32u.dll
0x00007ffaed6e0000 - 0x00007ffaed7f5000 C:\WINDOWS\System32\gdi32full.dll
0x00007ffaed2b0000 - 0x00007ffaed34d000 C:\WINDOWS\System32\msvcp_win.dll
0x00007ffae6870000 - 0x00007ffae687a000 C:\WINDOWS\SYSTEM32\VERSION.dll
0x00007ffaefb60000 - 0x00007ffaefb90000 C:\WINDOWS\System32\IMM32.DLL
0x00007ffaeaa50000 - 0x00007ffaeaa5c000 C:\Program Files\Java\jdk-17.0.2\bin\vcruntime140_1.dll
0x00007ffab4af0000 - 0x00007ffab4b7d000 C:\Program Files\Java\jdk-17.0.2\bin\msvcp140.dll
0x00007ffa73050000 - 0x00007ffa73c11000 C:\Program Files\Java\jdk-17.0.2\bin\server\jvm.dll
0x00007ffaef940000 - 0x00007ffaef948000 C:\WINDOWS\System32\PSAPI.DLL
0x00007ffad4000000 - 0x00007ffad4009000 C:\WINDOWS\SYSTEM32\WSOCK32.dll
0x00007ffaef530000 - 0x00007ffaef59b000 C:\WINDOWS\System32\WS2_32.dll
0x00007ffae21a0000 - 0x00007ffae21c7000 C:\WINDOWS\SYSTEM32\WINMM.dll
0x00007ffaeb180000 - 0x00007ffaeb192000 C:\WINDOWS\SYSTEM32\kernel.appcore.dll
0x00007ffad4710000 - 0x00007ffad471a000 C:\Program Files\Java\jdk-17.0.2\bin\jimage.dll
0x00007ffae0ab0000 - 0x00007ffae0c94000 C:\WINDOWS\SYSTEM32\DBGHELP.DLL
0x00007ffad4970000 - 0x00007ffad49a4000 C:\WINDOWS\SYSTEM32\dbgcore.DLL
0x00007ffaed650000 - 0x00007ffaed6d2000 C:\WINDOWS\System32\bcryptPrimitives.dll
0x00007ffac4e60000 - 0x00007ffac4e85000 C:\Program Files\Java\jdk-17.0.2\bin\java.dll
0x00007ffab4a10000 - 0x00007ffab4ae6000 C:\Program Files\Java\jdk-17.0.2\bin\jsvml.dll
0x00007ffaee560000 - 0x00007ffaeeca4000 C:\WINDOWS\System32\SHELL32.dll
0x00007ffaeb380000 - 0x00007ffaebb14000 C:\WINDOWS\SYSTEM32\windows.storage.dll
0x00007ffaedd80000 - 0x00007ffaee0d4000 C:\WINDOWS\System32\combase.dll
0x00007ffaeccf0000 - 0x00007ffaecd1e000 C:\WINDOWS\SYSTEM32\Wldp.dll
0x00007ffaedc30000 - 0x00007ffaedcdd000 C:\WINDOWS\System32\SHCORE.dll
0x00007ffaef950000 - 0x00007ffaef9a5000 C:\WINDOWS\System32\shlwapi.dll
0x00007ffaed1e0000 - 0x00007ffaed205000 C:\WINDOWS\SYSTEM32\profapi.dll
0x00007ffac0df0000 - 0x00007ffac0e09000 C:\Program Files\Java\jdk-17.0.2\bin\net.dll
0x00007ffae5de0000 - 0x00007ffae5eea000 C:\WINDOWS\SYSTEM32\WINHTTP.dll
0x00007ffaeca50000 - 0x00007ffaecaba000 C:\WINDOWS\system32\mswsock.dll
0x00007ffac0dd0000 - 0x00007ffac0de6000 C:\Program Files\Java\jdk-17.0.2\bin\nio.dll
0x00007ffac0db0000 - 0x00007ffac0dc8000 C:\Program Files\Java\jdk-17.0.2\bin\zip.dll
0x00007ffaecc40000 - 0x00007ffaecc58000 C:\WINDOWS\SYSTEM32\CRYPTSP.dll
0x00007ffaec300000 - 0x00007ffaec334000 C:\WINDOWS\system32\rsaenh.dll
0x00007ffaeda50000 - 0x00007ffaeda77000 C:\WINDOWS\System32\bcrypt.dll
0x00007ffaed1a0000 - 0x00007ffaed1ce000 C:\WINDOWS\SYSTEM32\USERENV.dll
0x00007ffaecc60000 - 0x00007ffaecc6c000 C:\WINDOWS\SYSTEM32\CRYPTBASE.dll
0x00007ffaec6f0000 - 0x00007ffaec72c000 C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL
0x00007ffaef0b0000 - 0x00007ffaef0b8000 C:\WINDOWS\System32\NSI.dll
0x00007ffae6d40000 - 0x00007ffae6d57000 C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL
0x00007ffae6930000 - 0x00007ffae694d000 C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL
0x00007ffaec730000 - 0x00007ffaec7fa000 C:\WINDOWS\SYSTEM32\DNSAPI.dll
0x00007ffad3a80000 - 0x00007ffad3a8e000 C:\Program Files\Java\jdk-17.0.2\bin\sunmscapi.dll
0x00007ffaed8f0000 - 0x00007ffaeda4e000 C:\WINDOWS\System32\CRYPT32.dll
0x00007ffaecd60000 - 0x00007ffaecd88000 C:\WINDOWS\SYSTEM32\ncrypt.dll
0x00007ffaecd20000 - 0x00007ffaecd5b000 C:\WINDOWS\SYSTEM32\NTASN1.dll
0x00007ffad0c40000 - 0x00007ffad0c49000 C:\Program Files\Java\jdk-17.0.2\bin\management.dll
0x00007fface720000 - 0x00007fface72b000 C:\Program Files\Java\jdk-17.0.2\bin\management_ext.dll
0x00007fface080000 - 0x00007fface087000 C:\WINDOWS\system32\wshunix.dll
0x00007ffab4970000 - 0x00007ffab49ad000 X:\Code\Projects\Baja\Better-Data-Viewer\API\src\main\java\backend\API\binary_csv\binary_to_csv_lib.dll
dbghelp: loaded successfully - version: 4.0.5 - missing functions: none
symbol engine: initialized successfully - sym options: 0x614 - pdb path: .;C:\Program Files\Java\jdk-17.0.2\bin;C:\WINDOWS\SYSTEM32;C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.1110_none_60b5254171f9507e;C:\Program Files\Java\jdk-17.0.2\bin\server;X:\Code\Projects\Baja\Better-Data-Viewer\API\src\main\java\backend\API\binary_csv
VM Arguments:
jvm_args: -XX:TieredStopAtLevel=1
java_command: backend.API.UploadingFilesApplication
java_class_path (initial): X:\Code\Projects\Baja\Better-Data-Viewer\API\target\classes;C:\Users\kaiar\.m2\repository\org\apache\commons\commons-math3\3.6.1\commons-math3-3.6.1.jar;C:\Users\kaiar\.m2\repository\org\springframework\boot\spring-boot\3.0.1\spring-boot-3.0.1.jar;C:\Users\kaiar\.m2\repository\org\springframework\boot\spring-boot-autoconfigure\3.0.1\spring-boot-autoconfigure-3.0.1.jar;C:\Users\kaiar\.m2\repository\ch\qos\logback\logback-classic\1.4.5\logback-classic-1.4.5.jar;C:\Users\kaiar\.m2\repository\ch\qos\logback\logback-core\1.4.5\logback-core-1.4.5.jar;C:\Users\kaiar\.m2\repository\org\apache\logging\log4j\log4j-to-slf4j\2.19.0\log4j-to-slf4j-2.19.0.jar;C:\Users\kaiar\.m2\repository\org\apache\logging\log4j\log4j-api\2.19.0\log4j-api-2.19.0.jar;C:\Users\kaiar\.m2\repository\org\slf4j\jul-to-slf4j\2.0.6\jul-to-slf4j-2.0.6.jar;C:\Users\kaiar\.m2\repository\jakarta\annotation\jakarta.annotation-api\2.1.1\jakarta.annotation-api-2.1.1.jar;C:\Users\kaiar\.m2\repository\org\yaml\snakeyaml\1.33\snakeyaml-1.33.jar;C:\Users\kaiar\.m2\repository\org\thymeleaf\thymeleaf-spring6\3.1.1.RELEASE\thymeleaf-spring6-3.1.1.RELEASE.jar;C:\Users\kaiar\.m2\repository\org\thymeleaf\thymeleaf\3.1.1.RELEASE\thymeleaf-3.1.1.RELEASE.jar;C:\Users\kaiar\.m2\repository\org\attoparser\attoparser\2.0.6.RELEASE\attoparser-2.0.6.RELEASE.jar;C:\Users\kaiar\.m2\repository\org\unbescape\unbescape\1.1.6.RELEASE\unbescape-1.1.6.RELEASE.jar;C:\Users\kaiar\.m2\repository\org\slf4j\slf4j-api\2.0.6\slf4j-api-2.0.6.jar;C:\Users\kaiar\.m2\repository\com\fasterxml\jackson\core\jackson-databind\2.14.1\jackson-databind-2.14.1.jar;C:\Users\kaiar\.m2\repository\com\fasterxml\jackson\core\jackson-annotations\2.14.1\jackson-annotations-2.14.1.jar;C:\Users\kaiar\.m2\repository\com\fasterxml\jackson\core\jackson-core\2.14.1\jackson-core-2.14.1.jar;C:\Users\kaiar\.m2\repository\com\fasterxml\jackson\datatype\jackson-datatype-jdk8\2.14.1\jackson-datatype-jdk8-2.14.1.jar;C:\Users\kaiar\.m2\repository\c
Launcher Type: SUN_STANDARD
[Global flags]
intx CICompilerCount = 3 {product} {ergonomic}
uint ConcGCThreads = 2 {product} {ergonomic}
uint G1ConcRefinementThreads = 6 {product} {ergonomic}
size_t G1HeapRegionSize = 4194304 {product} {ergonomic}
uintx GCDrainStackTargetSize = 64 {product} {ergonomic}
size_t InitialHeapSize = 536870912 {product} {ergonomic}
size_t MarkStackSize = 4194304 {product} {ergonomic}
size_t MaxHeapSize = 8581545984 {product} {ergonomic}
size_t MaxNewSize = 5146411008 {product} {ergonomic}
size_t MinHeapDeltaBytes = 4194304 {product} {ergonomic}
size_t MinHeapSize = 8388608 {product} {ergonomic}
uintx NonProfiledCodeHeapSize = 0 {pd product} {ergonomic}
bool ProfileInterpreter = false {pd product} {command line}
uintx ProfiledCodeHeapSize = 0 {pd product} {ergonomic}
size_t SoftMaxHeapSize = 8581545984 {manageable} {ergonomic}
intx TieredStopAtLevel = 1 {product} {command line}
bool UseCompressedClassPointers = true {product lp64_product} {ergonomic}
bool UseCompressedOops = true {product lp64_product} {ergonomic}
bool UseG1GC = true {product} {ergonomic}
bool UseLargePagesIndividualAllocation = false {pd product} {ergonomic}
Logging:
Log output configuration:
#0: stdout all=warning uptime,level,tags
#1: stderr all=off uptime,level,tags
Environment Variables:
JAVA_HOME=C:\Program Files\Java\jdk-17.0.2\
PATH=C:\Program Files (x86)\Razer Chroma SDK\bin;C:\Program Files\Razer Chroma SDK\bin;C:\Program Files (x86)\Razer\ChromaBroadcast\bin;C:\Program Files\Razer\ChromaBroadcast\bin;C:\Python310\Scripts\;C:\Python310\;C:\Program Files\Common Files\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Code\NodeJS\;C:\Program Files\Git\cmd;C:\Users\kaiar\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\pipwin;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\ProgramData\chocolatey\bin;C:\tools\Manim\Scripts;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\dotnet\;C:\Users\kaiar\AppData\Roaming\Python\Python310\site-packages\openai;C:\WINDOWS\system32\config\systemprofile\AppData\Local\Microsoft\WindowsApps;C:\Users\kaiar\AppData\Roaming\Python\Python310\Scripts;C:\Program Files\OpenSSH-Win64;C:\Program Files\MATLAB\R2023a\bin;C:\Users\kaiar\.cargo\bin;C:\Program Files (x86)\Razer Chroma SDK\bin;C:\Program Files\Razer Chroma SDK\bin;C:\Program Files (x86)\Razer\ChromaBroadcast\bin;C:\Program Files\Razer\ChromaBroadcast\bin;C:\Python310\Scripts\;C:\Python310\;C:\Program Files\Common Files\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Code\NodeJS\;C:\Program Files\Git\cmd;C:\Users\kaiar\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\pipwin;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\ProgramData\chocolatey\bin;C:\tools\Manim\Scripts;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\dotnet\;C:\Users\kaiar\AppData\Roaming\Python\Python310\site-packages\openai;C:\WINDOWS\system32\config\systemprofile\AppData\Local\Microsoft\WindowsApps;C:\Users\kaiar\AppData\Roaming\Pytho
USERNAME=kaiar
LANG=en_US.UTF-8
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 158 Stepping 10, GenuineIntel
--------------- S Y S T E M ---------------
OS:
Windows 10 , 64 bit Build 19041 (10.0.19041.3155)
OS uptime: 0 days 0:08 hours
CPU: total 6 (initial active 6) (6 cores per cpu, 1 threads per core) family 6 model 158 stepping 10 microcode 0xb4, cx8, cmov, fxsr, mmx, 3dnowpref, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, lzcnt, tsc, tscinvbit, avx, avx2, aes, erms, clmul, bmi1, bmi2, rtm, adx, fma, vzeroupper, clflush, clflushopt
Memory: 4k page, system-wide physical 32728M (21991M free)
TotalPageFile size 37592M (AvailPageFile size 23242M)
current process WorkingSet (physical memory assigned to process): 144M, peak: 154M
current process commit charge ("private bytes"): 197M, peak: 640M
vm_info: Java HotSpot(TM) 64-Bit Server VM (17.0.2+8-LTS-86) for windows-amd64 JRE (17.0.2+8-LTS-86), built on Dec 7 2021 21:51:03 by "mach5one" with MS VC++ 16.8 / 16.9 (VS2019)
END.
When running the binary parser, if the location it would make already exists, it crashes, throwing a fatal error that will crash the backend itself. Ideally, it should either replace the original (preferred) or rename the folder to
FolderName (x)
.To replicate the issue, upload the same bin twice. Timing does not matter.
See full error below