fei.wang
2025-04-18 321a74059773cfecc01d6313f7c2e2d45545d6d3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (malloc) failed to allocate 32744 bytes for ChunkPool::allocate
# Possible reasons:
#   The system is out of physical RAM or swap space
#   The process is running with CompressedOops enabled, and the Java Heap may be blocking the growth of the native heap
# Possible solutions:
#   Reduce memory load on the system
#   Increase physical memory or swap space
#   Check if swap backing store is full
#   Decrease Java heap size (-Xmx/-Xms)
#   Decrease number of Java threads
#   Decrease Java thread stack sizes (-Xss)
#   Set larger code cache with -XX:ReservedCodeCacheSize=
#   JVM is running with Zero Based Compressed Oops mode in which the Java heap is
#     placed in the first 32GB address space. The Java Heap base address is the
#     maximum limit for the native heap growth. Please use -XX:HeapBaseMinAddress
#     to set the Java Heap base and to place the Java Heap above 32GB virtual address.
# This output file may be truncated or incomplete.
#
#  Out of Memory Error (allocation.cpp:272), pid=26028, tid=0x0000000000006ce4
#
# JRE version: OpenJDK Runtime Environment (8.0_402-b08) (build 1.8.0_402-b08)
# Java VM: OpenJDK 64-Bit Server VM (25.402-b08 mixed mode windows-amd64 compressed oops)
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
 
---------------  T H R E A D  ---------------
 
Current thread (0x000001da568ee800):  VMThread [stack: 0x0000003d71500000,0x0000003d71600000] [id=27876]
 
Stack: [0x0000003d71500000,0x0000003d71600000]
[error occurred during error reporting (printing stack bounds), id 0xc0000005]
 
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
 
VM_Operation (0x0000003d743f75c0): BulkRevokeBias, mode: safepoint, requested by thread 0x000001da5c67f800
 
 
---------------  P R O C E S S  ---------------
 
Java Threads: ( => current thread )
  0x000001da5ed05000 JavaThread "File Watcher" daemon [_thread_blocked, id=21868, stack(0x0000003d72400000,0x0000003d72500000)]
  0x000001da5c678800 JavaThread "Thread-27" [_thread_blocked, id=25780, stack(0x0000003d74400000,0x0000003d74500000)]
  0x000001da5c67f800 JavaThread "http-nio-0.0.0.0-8081-exec-21" daemon [_thread_blocked, id=632, stack(0x0000003d74300000,0x0000003d74400000)]
  0x000001da5c677800 JavaThread "http-nio-0.0.0.0-8081-exec-20" daemon [_thread_blocked, id=4556, stack(0x0000003d74200000,0x0000003d74300000)]
  0x000001da5c67b800 JavaThread "http-nio-0.0.0.0-8081-exec-19" daemon [_thread_blocked, id=6052, stack(0x0000003d74100000,0x0000003d74200000)]
  0x000001da5c67a000 JavaThread "http-nio-0.0.0.0-8081-exec-18" daemon [_thread_blocked, id=11824, stack(0x0000003d74000000,0x0000003d74100000)]
  0x000001da5c679000 JavaThread "http-nio-0.0.0.0-8081-exec-17" daemon [_thread_blocked, id=7740, stack(0x0000003d73f00000,0x0000003d74000000)]
  0x000001da5c67e000 JavaThread "http-nio-0.0.0.0-8081-exec-16" daemon [_thread_blocked, id=9224, stack(0x0000003d73e00000,0x0000003d73f00000)]
  0x000001da5c67a800 JavaThread "http-nio-0.0.0.0-8081-exec-15" daemon [_thread_blocked, id=25908, stack(0x0000003d73b00000,0x0000003d73c00000)]
  0x000001da5c676000 JavaThread "http-nio-0.0.0.0-8081-exec-14" daemon [_thread_blocked, id=3040, stack(0x0000003d73a00000,0x0000003d73b00000)]
  0x000001da5c67c800 JavaThread "http-nio-0.0.0.0-8081-exec-13" daemon [_thread_blocked, id=27828, stack(0x0000003d73900000,0x0000003d73a00000)]
  0x000001da5ed06000 JavaThread "http-nio-0.0.0.0-8081-exec-12" daemon [_thread_blocked, id=25248, stack(0x0000003d72500000,0x0000003d72600000)]
  0x000001da5ed07000 JavaThread "http-nio-0.0.0.0-8081-exec-11" daemon [_thread_blocked, id=21112, stack(0x0000003d70700000,0x0000003d70800000)]
  0x000001da5ed0e800 JavaThread "http-nio-0.0.0.0-8081-exec-9" daemon [_thread_blocked, id=1012, stack(0x0000003d73500000,0x0000003d73600000)]
  0x000001da5ed0c800 JavaThread "http-nio-0.0.0.0-8081-exec-8" daemon [_thread_blocked, id=31248, stack(0x0000003d73400000,0x0000003d73500000)]
  0x000001da5ed12000 JavaThread "http-nio-0.0.0.0-8081-exec-7" daemon [_thread_blocked, id=23280, stack(0x0000003d73300000,0x0000003d73400000)]
  0x000001da5ed0e000 JavaThread "http-nio-0.0.0.0-8081-exec-6" daemon [_thread_blocked, id=7632, stack(0x0000003d73200000,0x0000003d73300000)]
  0x000001da5ed03000 JavaThread "http-nio-0.0.0.0-8081-exec-1" daemon [_thread_blocked, id=24668, stack(0x0000003d72c00000,0x0000003d72d00000)]
  0x000001da5ed04800 JavaThread "File Watcher" daemon [_thread_blocked, id=12996, stack(0x0000003d70900000,0x0000003d70a00000)]
  0x000001da5c684000 JavaThread "DestroyJavaVM" [_thread_blocked, id=7808, stack(0x0000003d70a00000,0x0000003d70b00000)]
  0x000001da5c67d000 JavaThread "Live Reload Server" daemon [_thread_in_native, id=2028, stack(0x0000003d72e00000,0x0000003d72f00000)]
  0x000001da5c636800 JavaThread "mysql-cj-abandoned-connection-cleanup" daemon [_thread_blocked, id=26164, stack(0x0000003d72b00000,0x0000003d72c00000)]
  0x000001da5a298000 JavaThread "RMI Scheduler(0)" daemon [_thread_blocked, id=30548, stack(0x0000003d72800000,0x0000003d72900000)]
  0x000001da59655000 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=29104, stack(0x0000003d72200000,0x0000003d72300000)]
  0x000001da5944e800 JavaThread "Service Thread" daemon [_thread_blocked, id=20536, stack(0x0000003d72100000,0x0000003d72200000)]
  0x000001da5941f800 JavaThread "C1 CompilerThread3" daemon [_thread_blocked, id=30716, stack(0x0000003d72000000,0x0000003d72100000)]
  0x000001da59421000 JavaThread "C2 CompilerThread2" daemon [_thread_blocked, id=25708, stack(0x0000003d71f00000,0x0000003d72000000)]
  0x000001da59434000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=11716, stack(0x0000003d71e00000,0x0000003d71f00000)]
  0x000001da59432000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=27216, stack(0x0000003d71d00000,0x0000003d71e00000)]
  0x000001da58bf4000 JavaThread "JDWP Command Reader" daemon [_thread_in_native, id=24440, stack(0x0000003d71c00000,0x0000003d71d00000)]
  0x000001da58bea800 JavaThread "JDWP Event Helper Thread" daemon [_thread_blocked, id=9920, stack(0x0000003d71b00000,0x0000003d71c00000)]
  0x000001da58bd6000 JavaThread "JDWP Transport Listener: dt_socket" daemon [_thread_blocked, id=27524, stack(0x0000003d71a00000,0x0000003d71b00000)]
  0x000001da56956000 JavaThread "Attach Listener" daemon [_thread_blocked, id=23736, stack(0x0000003d71900000,0x0000003d71a00000)]
  0x000001da58bce000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=29956, stack(0x0000003d71800000,0x0000003d71900000)]
  0x000001da56920000 JavaThread "Finalizer" daemon [_thread_blocked, id=30396, stack(0x0000003d71700000,0x0000003d71800000)]
  0x000001da56916800 JavaThread "Reference Handler" daemon [_thread_blocked, id=9804, stack(0x0000003d71600000,0x0000003d71700000)]
 
Other Threads:
=>0x000001da568ee800 VMThread [stack: 0x0000003d71500000,0x0000003d71600000] [id=27876]
  0x000001da59658000 WatcherThread [stack: 0x0000003d72300000,0x0000003d72400000] [id=4316]
 
VM state:at safepoint (normal execution)
 
VM Mutex/Monitor currently owned by a thread:  ([mutex/lock_event])
[0x000001da3bb81a50] Threads_lock - owner thread: 0x000001da568ee800
 
heap address: 0x00000006c5200000, size: 4014 MB, Compressed Oops mode: Zero based, Oop shift amount: 3
Narrow klass base: 0x0000000000000000, Narrow klass shift: 3
Compressed class space size: 1073741824 Address: 0x00000007c0000000
 
Heap:
 PSYoungGen      total 87552K, used 41643K [0x000000076c600000, 0x0000000773580000, 0x00000007c0000000)
  eden space 64000K, 59% used [0x000000076c600000,0x000000076eae1440,0x0000000770480000)
  from space 23552K, 16% used [0x0000000771b00000,0x0000000771ec9bb8,0x0000000773200000)
  to   space 23040K, 0% used [0x0000000770480000,0x0000000770480000,0x0000000771b00000)
 ParOldGen       total 240128K, used 40545K [0x00000006c5200000, 0x00000006d3c80000, 0x000000076c600000)
  object space 240128K, 16% used [0x00000006c5200000,0x00000006c7998680,0x00000006d3c80000)
 Metaspace       used 64509K, capacity 69949K, committed 71424K, reserved 1112064K
  class space    used 8280K, capacity 9160K, committed 9472K, reserved 1048576K
 
Card table byte_map: [0x000001da4ca20000,0x000001da4d200000] byte_map_base: 0x000001da493f7000
 
Marking Bits: (ParMarkBitMap*) 0x000000005b643810
 Begin Bits: [0x000001da4d740000, 0x000001da515f8000)
 End Bits:   [0x000001da515f8000, 0x000001da554b0000)
 
Polling page: 0x000001da3bda0000
 
CodeCache: size=245760Kb used=23459Kb max_used=23459Kb free=222300Kb
 bounds [0x000001da3d660000, 0x000001da3ed50000, 0x000001da4c660000]
 total_blobs=12087 nmethods=11518 adapters=488
 compilation: enabled
 
Compilation events (10 events):
Event: 10475.960 Thread 0x000001da5941f800 11658       1       org.springframework.security.web.util.ThrowableAnalyzer::extractCause (79 bytes)
Event: 10475.961 Thread 0x000001da5941f800 nmethod 11658 0x000001da3ed49450 code [0x000001da3ed49620, 0x000001da3ed499b0]
Event: 10475.961 Thread 0x000001da5941f800 11659       1       java.nio.HeapCharBuffer::get (15 bytes)
Event: 10475.961 Thread 0x000001da5941f800 nmethod 11659 0x000001da3ed49c10 code [0x000001da3ed49d60, 0x000001da3ed49ed8]
Event: 10477.972 Thread 0x000001da5941f800 11660       1       java.io.FileDescriptor$1::set (7 bytes)
Event: 10477.973 Thread 0x000001da5941f800 nmethod 11660 0x000001da3ed4a010 code [0x000001da3ed4a160, 0x000001da3ed4a278]
Event: 10477.973 Thread 0x000001da5941f800 11661       1       java.io.FileDescriptor::access$002 (7 bytes)
Event: 10477.973 Thread 0x000001da5941f800 nmethod 11661 0x000001da3ed4a310 code [0x000001da3ed4a460, 0x000001da3ed4a558]
Event: 10478.977 Thread 0x000001da5941f800 11662       1       java.util.IdentityHashMap$KeySet::<init> (10 bytes)
Event: 10478.977 Thread 0x000001da5941f800 nmethod 11662 0x000001da3ed4a5d0 code [0x000001da3ed4a720, 0x000001da3ed4a858]
 
GC Heap History (10 events):
Event: 10469.691 GC heap before
{Heap before GC invocations=680 (full 5):
 PSYoungGen      total 76800K, used 73489K [0x000000076c600000, 0x0000000772a00000, 0x00000007c0000000)
  eden space 57344K, 100% used [0x000000076c600000,0x000000076fe00000,0x000000076fe00000)
  from space 19456K, 82% used [0x0000000771300000,0x00000007722c4468,0x0000000772600000)
  to   space 21504K, 0% used [0x000000076fe00000,0x000000076fe00000,0x0000000771300000)
 ParOldGen       total 240128K, used 35986K [0x00000006c5200000, 0x00000006d3c80000, 0x000000076c600000)
  object space 240128K, 14% used [0x00000006c5200000,0x00000006c7524808,0x00000006d3c80000)
 Metaspace       used 64478K, capacity 69873K, committed 71424K, reserved 1112064K
  class space    used 8272K, capacity 9149K, committed 9472K, reserved 1048576K
Event: 10469.698 GC heap after
Heap after GC invocations=680 (full 5):
 PSYoungGen      total 78848K, used 16912K [0x000000076c600000, 0x0000000773080000, 0x00000007c0000000)
  eden space 57344K, 0% used [0x000000076c600000,0x000000076c600000,0x000000076fe00000)
  from space 21504K, 78% used [0x000000076fe00000,0x0000000770e84380,0x0000000771300000)
  to   space 23040K, 0% used [0x0000000771a00000,0x0000000771a00000,0x0000000773080000)
 ParOldGen       total 240128K, used 35994K [0x00000006c5200000, 0x00000006d3c80000, 0x000000076c600000)
  object space 240128K, 14% used [0x00000006c5200000,0x00000006c7526808,0x00000006d3c80000)
 Metaspace       used 64478K, capacity 69873K, committed 71424K, reserved 1112064K
  class space    used 8272K, capacity 9149K, committed 9472K, reserved 1048576K
}
Event: 10469.846 GC heap before
{Heap before GC invocations=681 (full 5):
 PSYoungGen      total 78848K, used 74256K [0x000000076c600000, 0x0000000773080000, 0x00000007c0000000)
  eden space 57344K, 100% used [0x000000076c600000,0x000000076fe00000,0x000000076fe00000)
  from space 21504K, 78% used [0x000000076fe00000,0x0000000770e84380,0x0000000771300000)
  to   space 23040K, 0% used [0x0000000771a00000,0x0000000771a00000,0x0000000773080000)
 ParOldGen       total 240128K, used 35994K [0x00000006c5200000, 0x00000006d3c80000, 0x000000076c600000)
  object space 240128K, 14% used [0x00000006c5200000,0x00000006c7526808,0x00000006d3c80000)
 Metaspace       used 64478K, capacity 69873K, committed 71424K, reserved 1112064K
  class space    used 8272K, capacity 9149K, committed 9472K, reserved 1048576K
Event: 10469.852 GC heap after
Heap after GC invocations=681 (full 5):
 PSYoungGen      total 84992K, used 14368K [0x000000076c600000, 0x0000000773300000, 0x00000007c0000000)
  eden space 61952K, 0% used [0x000000076c600000,0x000000076c600000,0x0000000770280000)
  from space 23040K, 62% used [0x0000000771a00000,0x0000000772808330,0x0000000773080000)
  to   space 24064K, 0% used [0x0000000770280000,0x0000000770280000,0x0000000771a00000)
 ParOldGen       total 240128K, used 36002K [0x00000006c5200000, 0x00000006d3c80000, 0x000000076c600000)
  object space 240128K, 14% used [0x00000006c5200000,0x00000006c7528808,0x00000006d3c80000)
 Metaspace       used 64478K, capacity 69873K, committed 71424K, reserved 1112064K
  class space    used 8272K, capacity 9149K, committed 9472K, reserved 1048576K
}
Event: 10470.599 GC heap before
{Heap before GC invocations=682 (full 5):
 PSYoungGen      total 84992K, used 31588K [0x000000076c600000, 0x0000000773300000, 0x00000007c0000000)
  eden space 61952K, 27% used [0x000000076c600000,0x000000076d6d0e50,0x0000000770280000)
  from space 23040K, 62% used [0x0000000771a00000,0x0000000772808330,0x0000000773080000)
  to   space 24064K, 0% used [0x0000000770280000,0x0000000770280000,0x0000000771a00000)
 ParOldGen       total 240128K, used 36002K [0x00000006c5200000, 0x00000006d3c80000, 0x000000076c600000)
  object space 240128K, 14% used [0x00000006c5200000,0x00000006c7528808,0x00000006d3c80000)
 Metaspace       used 64479K, capacity 69873K, committed 71424K, reserved 1112064K
  class space    used 8272K, capacity 9149K, committed 9472K, reserved 1048576K
Event: 10470.604 GC heap after
Heap after GC invocations=682 (full 5):
 PSYoungGen      total 86016K, used 12400K [0x000000076c600000, 0x0000000773200000, 0x00000007c0000000)
  eden space 61952K, 0% used [0x000000076c600000,0x000000076c600000,0x0000000770280000)
  from space 24064K, 51% used [0x0000000770280000,0x0000000770e9c2a0,0x0000000771a00000)
  to   space 23552K, 0% used [0x0000000771b00000,0x0000000771b00000,0x0000000773200000)
 ParOldGen       total 240128K, used 36010K [0x00000006c5200000, 0x00000006d3c80000, 0x000000076c600000)
  object space 240128K, 14% used [0x00000006c5200000,0x00000006c752a808,0x00000006d3c80000)
 Metaspace       used 64479K, capacity 69873K, committed 71424K, reserved 1112064K
  class space    used 8272K, capacity 9149K, committed 9472K, reserved 1048576K
}
Event: 10470.604 GC heap before
{Heap before GC invocations=683 (full 6):
 PSYoungGen      total 86016K, used 12400K [0x000000076c600000, 0x0000000773200000, 0x00000007c0000000)
  eden space 61952K, 0% used [0x000000076c600000,0x000000076c600000,0x0000000770280000)
  from space 24064K, 51% used [0x0000000770280000,0x0000000770e9c2a0,0x0000000771a00000)
  to   space 23552K, 0% used [0x0000000771b00000,0x0000000771b00000,0x0000000773200000)
 ParOldGen       total 240128K, used 36010K [0x00000006c5200000, 0x00000006d3c80000, 0x000000076c600000)
  object space 240128K, 14% used [0x00000006c5200000,0x00000006c752a808,0x00000006d3c80000)
 Metaspace       used 64479K, capacity 69873K, committed 71424K, reserved 1112064K
  class space    used 8272K, capacity 9149K, committed 9472K, reserved 1048576K
Event: 10470.859 GC heap after
Heap after GC invocations=683 (full 6):
 PSYoungGen      total 86016K, used 0K [0x000000076c600000, 0x0000000773200000, 0x00000007c0000000)
  eden space 61952K, 0% used [0x000000076c600000,0x000000076c600000,0x0000000770280000)
  from space 24064K, 0% used [0x0000000770280000,0x0000000770280000,0x0000000771a00000)
  to   space 23552K, 0% used [0x0000000771b00000,0x0000000771b00000,0x0000000773200000)
 ParOldGen       total 240128K, used 40545K [0x00000006c5200000, 0x00000006d3c80000, 0x000000076c600000)
  object space 240128K, 16% used [0x00000006c5200000,0x00000006c7998680,0x00000006d3c80000)
 Metaspace       used 64435K, capacity 69801K, committed 71424K, reserved 1112064K
  class space    used 8266K, capacity 9136K, committed 9472K, reserved 1048576K
}
Event: 10471.184 GC heap before
{Heap before GC invocations=684 (full 6):
 PSYoungGen      total 86016K, used 61952K [0x000000076c600000, 0x0000000773200000, 0x00000007c0000000)
  eden space 61952K, 100% used [0x000000076c600000,0x0000000770280000,0x0000000770280000)
  from space 24064K, 0% used [0x0000000770280000,0x0000000770280000,0x0000000771a00000)
  to   space 23552K, 0% used [0x0000000771b00000,0x0000000771b00000,0x0000000773200000)
 ParOldGen       total 240128K, used 40545K [0x00000006c5200000, 0x00000006d3c80000, 0x000000076c600000)
  object space 240128K, 16% used [0x00000006c5200000,0x00000006c7998680,0x00000006d3c80000)
 Metaspace       used 64478K, capacity 69883K, committed 71424K, reserved 1112064K
  class space    used 8274K, capacity 9148K, committed 9472K, reserved 1048576K
Event: 10471.189 GC heap after
Heap after GC invocations=684 (full 6):
 PSYoungGen      total 87552K, used 3878K [0x000000076c600000, 0x0000000773580000, 0x00000007c0000000)
  eden space 64000K, 0% used [0x000000076c600000,0x000000076c600000,0x0000000770480000)
  from space 23552K, 16% used [0x0000000771b00000,0x0000000771ec9bb8,0x0000000773200000)
  to   space 23040K, 0% used [0x0000000770480000,0x0000000770480000,0x0000000771b00000)
 ParOldGen       total 240128K, used 40545K [0x00000006c5200000, 0x00000006d3c80000, 0x000000076c600000)
  object space 240128K, 16% used [0x00000006c5200000,0x00000006c7998680,0x00000006d3c80000)
 Metaspace       used 64478K, capacity 69883K, committed 71424K, reserved 1112064K
  class space    used 8274K, capacity 9148K, committed 9472K, reserved 1048576K
}
 
Deoptimization events (0 events):
No events
 
Classes redefined (0 events):
No events
 
Internal exceptions (10 events):
Event: 10471.166 Thread 0x000001da5ed0a800 Exception <a 'java/lang/NoClassDefFoundError': javax/persistence/EntityManagerFactory> (0x000000076fe08ea8) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\hotspot\src\share\vm\oops\constantPool.cpp, line 606]
Event: 10471.426 Thread 0x000001da5ed0a800 Exception <a 'sun/nio/fs/WindowsException'> (0x000000076cf69240) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 10471.426 Thread 0x000001da5ed0a800 Exception <a 'sun/nio/fs/WindowsException'> (0x000000076cf69e68) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 10471.426 Thread 0x000001da5ed0a800 Exception <a 'sun/nio/fs/WindowsException'> (0x000000076cf6aba8) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 10471.442 Thread 0x000001da5ed0a800 Exception <a 'java/io/FileNotFoundException'> (0x000000076cfd0428) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 10471.595 Thread 0x000001da5ed0a800 Exception <a 'java/lang/reflect/InvocationTargetException'> (0x000000076e1e1310) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\hotspot\src\share\vm\runtime\reflection.cpp, line 1092]
Event: 10471.600 Thread 0x000001da5ed09000 Exception <a 'java/lang/InterruptedException': sleep interrupted> (0x000000076e2b64c0) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\hotspot\src\share\vm\prims\jvm.cpp, line 3374]
Event: 10471.608 Thread 0x000001da5ed0a800 Exception <a 'java/lang/reflect/InvocationTargetException'> (0x000000076e282de0) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\hotspot\src\share\vm\runtime\reflection.cpp, line 1092]
Event: 10472.925 Thread 0x000001da5ed0b800 Exception <a 'java/lang/InterruptedException': sleep interrupted> (0x000000076e4f98b8) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\hotspot\src\share\vm\prims\jvm.cpp, line 3327]
Event: 10475.963 Thread 0x000001da5c67f800 Exception <a 'java/lang/InterruptedException': sleep interrupted> (0x000000076e90c400) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\hotspot\src\share\vm\prims\jvm.cpp, line 3327]
 
Events (10 events):
Event: 10475.964 Thread 0x000001da5ed0b800 DEOPT PACKING pc=0x000001da3e66a62c sp=0x0000003d731fec10
Event: 10475.964 Thread 0x000001da5ed0b800 DEOPT UNPACKING pc=0x000001da3d6a75d8 sp=0x0000003d731fea38 mode 1
Event: 10475.964 Executing VM operation: RevokeBias
Event: 10475.964 Executing VM operation: RevokeBias done
Event: 10475.964 Thread 0x000001da5ed0b800 Thread exited: 0x000001da5ed0b800
Event: 10475.965 Thread 0x000001da5c67f800 DEOPT PACKING pc=0x000001da3e10c2bf sp=0x0000003d743f7280
Event: 10475.965 Thread 0x000001da5c67f800 DEOPT UNPACKING pc=0x000001da3d6a75d8 sp=0x0000003d743f7088 mode 1
Event: 10475.965 Thread 0x000001da5c67f800 DEOPT PACKING pc=0x000001da3e2ba7d4 sp=0x0000003d743f73e0
Event: 10475.965 Thread 0x000001da5c67f800 DEOPT UNPACKING pc=0x000001da3d6a75d8 sp=0x0000003d743f7170 mode 1
Event: 10478.977 Executing VM operation: BulkRevokeBias
 
 
Dynamic libraries:
0x00007ff7d7e40000 - 0x00007ff7d7e86000     C:\Users\wangf\.jdks\corretto-1.8.0_402\bin\java.exe
0x00007ffd48ad0000 - 0x00007ffd48ce7000     C:\Windows\SYSTEM32\ntdll.dll
0x00007ffd47c90000 - 0x00007ffd47d54000     C:\Windows\System32\KERNEL32.DLL
0x00007ffd461f0000 - 0x00007ffd465a9000     C:\Windows\System32\KERNELBASE.dll
0x00007ffd47d60000 - 0x00007ffd47e12000     C:\Windows\System32\ADVAPI32.dll
0x00007ffd48520000 - 0x00007ffd485c7000     C:\Windows\System32\msvcrt.dll
0x00007ffd485d0000 - 0x00007ffd48677000     C:\Windows\System32\sechost.dll
0x00007ffd46750000 - 0x00007ffd46778000     C:\Windows\System32\bcrypt.dll
0x00007ffd467f0000 - 0x00007ffd46904000     C:\Windows\System32\RPCRT4.dll
0x00007ffd47ff0000 - 0x00007ffd4819e000     C:\Windows\System32\USER32.dll
0x00007ffd46100000 - 0x00007ffd46126000     C:\Windows\System32\win32u.dll
0x00007ffd46d40000 - 0x00007ffd46d69000     C:\Windows\System32\GDI32.dll
0x00007ffd465b0000 - 0x00007ffd466cb000     C:\Windows\System32\gdi32full.dll
0x00007ffd46060000 - 0x00007ffd460fa000     C:\Windows\System32\msvcp_win.dll
0x00007ffd45dd0000 - 0x00007ffd45ee1000     C:\Windows\System32\ucrtbase.dll
0x00007ffd2aba0000 - 0x00007ffd2ae32000     C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.22621.4391_none_2715d37f73803e96\COMCTL32.dll
0x00007ffd481a0000 - 0x00007ffd481d1000     C:\Windows\System32\IMM32.DLL
0x00007ffd3eac0000 - 0x00007ffd3ead5000     C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\bin\vcruntime140.dll
0x00007ffd111c0000 - 0x00007ffd1125b000     C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\bin\msvcp140.dll
0x000000005ae60000 - 0x000000005b6bc000     C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\bin\server\jvm.dll
0x00007ffd46dd0000 - 0x00007ffd46dd8000     C:\Windows\System32\PSAPI.DLL
0x00007ffd31c40000 - 0x00007ffd31c4a000     C:\Windows\SYSTEM32\VERSION.dll
0x00007ffd2c370000 - 0x00007ffd2c379000     C:\Windows\SYSTEM32\WSOCK32.dll
0x00007ffd39ae0000 - 0x00007ffd39b14000     C:\Windows\SYSTEM32\WINMM.dll
0x00007ffd46de0000 - 0x00007ffd46e51000     C:\Windows\System32\WS2_32.dll
0x00007ffd44dd0000 - 0x00007ffd44de8000     C:\Windows\SYSTEM32\kernel.appcore.dll
0x00007ffd111b0000 - 0x00007ffd111c0000     C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\bin\verify.dll
0x00007ffca8f50000 - 0x00007ffca8f7b000     C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\bin\java.dll
0x00007ffd150c0000 - 0x00007ffd150f6000     C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\bin\jdwp.dll
0x00007ffd3f910000 - 0x00007ffd3f919000     C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\bin\npt.dll
0x00007ffd11280000 - 0x00007ffd112b2000     C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\bin\instrument.dll
0x00007ffd11190000 - 0x00007ffd111a8000     C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\bin\zip.dll
0x00007ffd472e0000 - 0x00007ffd47b56000     C:\Windows\System32\SHELL32.dll
0x00007ffd43cc0000 - 0x00007ffd445c3000     C:\Windows\SYSTEM32\windows.storage.dll
0x00007ffd48680000 - 0x00007ffd48a0f000     C:\Windows\System32\combase.dll
0x00007ffd43b80000 - 0x00007ffd43cbf000     C:\Windows\SYSTEM32\wintypes.dll
0x00007ffd48410000 - 0x00007ffd48509000     C:\Windows\System32\SHCORE.dll
0x00007ffd48a30000 - 0x00007ffd48a8e000     C:\Windows\System32\shlwapi.dll
0x00007ffd45d00000 - 0x00007ffd45d2b000     C:\Windows\SYSTEM32\profapi.dll
0x00007ffd33f80000 - 0x00007ffd33f8a000     C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\bin\dt_socket.dll
0x00007ffd45240000 - 0x00007ffd452a9000     C:\Windows\system32\mswsock.dll
0x00007ffca8de0000 - 0x00007ffca8dfc000     C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\bin\net.dll
0x00007ffd448a0000 - 0x00007ffd449a2000     C:\Windows\SYSTEM32\DNSAPI.dll
0x00007ffd44870000 - 0x00007ffd4489d000     C:\Windows\SYSTEM32\IPHLPAPI.DLL
0x00007ffd48510000 - 0x00007ffd48519000     C:\Windows\System32\NSI.dll
0x00007ffd3e470000 - 0x00007ffd3e47a000     C:\Windows\System32\rasadhlp.dll
0x00007ffd3dfd0000 - 0x00007ffd3e053000     C:\Windows\System32\fwpuclnt.dll
0x00007ffd32620000 - 0x00007ffd3262d000     C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\bin\management.dll
0x00007ffca83c0000 - 0x00007ffca83d3000     C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\bin\nio.dll
0x00007ffd45620000 - 0x00007ffd4563b000     C:\Windows\SYSTEM32\CRYPTSP.dll
0x00007ffd44d30000 - 0x00007ffd44d65000     C:\Windows\system32\rsaenh.dll
0x00007ffd45350000 - 0x00007ffd45378000     C:\Windows\SYSTEM32\USERENV.dll
0x00007ffd466d0000 - 0x00007ffd4674b000     C:\Windows\System32\bcryptprimitives.dll
0x00007ffd454b0000 - 0x00007ffd454bc000     C:\Windows\SYSTEM32\CRYPTBASE.dll
0x00007ffd3ed40000 - 0x00007ffd3ed59000     C:\Windows\SYSTEM32\dhcpcsvc6.DLL
0x00007ffd3ece0000 - 0x00007ffd3ecff000     C:\Windows\SYSTEM32\dhcpcsvc.DLL
0x00007ffd2a050000 - 0x00007ffd2a067000     C:\Windows\system32\napinsp.dll
0x00007ffd2a030000 - 0x00007ffd2a04b000     C:\Windows\system32\pnrpnsp.dll
0x00007ffd293e0000 - 0x00007ffd293f1000     C:\Windows\System32\winrnr.dll
0x00007ffd3e0e0000 - 0x00007ffd3e0f5000     C:\Windows\system32\wshbth.dll
0x00007ffd293b0000 - 0x00007ffd293d7000     C:\Windows\system32\nlansp_c.dll
0x00007ffd16740000 - 0x00007ffd16764000     C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\bin\sunec.dll
0x00007ffd32540000 - 0x00007ffd3254e000     C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\bin\sunmscapi.dll
0x00007ffd45ef0000 - 0x00007ffd46056000     C:\Windows\System32\CRYPT32.dll
0x00007ffd45790000 - 0x00007ffd457bd000     C:\Windows\SYSTEM32\ncrypt.dll
0x00007ffd45750000 - 0x00007ffd45787000     C:\Windows\SYSTEM32\NTASN1.dll
 
VM Arguments:
jvm_args: -agentlib:jdwp=transport=dt_socket,address=127.0.0.1:52567,suspend=y,server=n -XX:TieredStopAtLevel=1 -Xverify:none -Dspring.output.ansi.enabled=always -Dcom.sun.management.jmxremote -Dspring.jmx.enabled=true -Dspring.liveBeansView.mbeanDomain -Dspring.application.admin.enabled=true -Dmanagement.endpoints.jmx.exposure.include=* -javaagent:C:\Users\wangf\AppData\Local\JetBrains\IntelliJIdea2023.3\captureAgent\debugger-agent.jar=file:/C:/Users/wangf/AppData/Local/Temp/capture.props -Dfile.encoding=UTF-8 
java_command: com.hxzkappboot.HxzkappBootApplication
java_class_path (initial): C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\lib\charsets.jar;C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\lib\ext\access-bridge-64.jar;C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\lib\ext\cldrdata.jar;C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\lib\ext\dnsns.jar;C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\lib\ext\jaccess.jar;C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\lib\ext\jfxrt.jar;C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\lib\ext\localedata.jar;C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\lib\ext\nashorn.jar;C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\lib\ext\sunec.jar;C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\lib\ext\sunjce_provider.jar;C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\lib\ext\sunmscapi.jar;C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\lib\ext\sunpkcs11.jar;C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\lib\ext\zipfs.jar;C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\lib\jce.jar;C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\lib\jfr.jar;C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\lib\jfxswt.jar;C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\lib\jsse.jar;C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\lib\management-agent.jar;C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\lib\resources.jar;C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\lib\rt.jar;D:\hxzkapp\hxzkapp-boot\target\classes;C:\Users\wangf\.m2\repository\com\auth0\java-jwt\3.4.0\java-jwt-3.4.0.jar;C:\Users\wangf\.m2\repository\com\fasterxml\jackson\core\jackson-databind\2.13.4.2\jackson-databind-2.13.4.2.jar;C:\Users\wangf\.m2\repository\com\fasterxml\jackson\core\jackson-annotations\2.13.4\jackson-annotations-2.13.4.jar;C:\Users\wangf\.m2\repository\com\fasterxml\jackson\core\jackson-core\2.13.4\jackson-core-2.13.4.jar;C:\Users\wangf\.m2\repository\commons-codec\commons-codec\1.15\commons-codec-1.15.jar;C:\Users\wangf\.m2\repository\org\freemarker\freemarker\2.3.28\freemarker-2.3.28.jar;C:\Users\wangf\.m2\repository\org\springframework\boot\spring-boot-starter-security\2.6.13\spring-
Launcher Type: SUN_STANDARD
 
Environment Variables:
JAVA_HOME=D:\Java\jre1.8.0_341
PATH=D:\hxzkoa\zkeco_dlls\;D:\hxzkoa\Python3\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;D:\Git\cmd;D:\Java\jre1.8.0_341\bin;%CATALINA_HOME%\bin\;D:\apache-maven-3.9.6-bin\apache-maven-3.9.6\bin;%NODE_PATH%;D:\nodejs\;C:\Users\wangf\AppData\Local\Microsoft\WindowsApps;D:\Microsoft VS Code\bin;D:\nodejs;;D:\IntelliJ IDEA 2023.3.4\bin;;C:\Users\wangf\AppData\Local\Microsoft\WinGet\Links;C:\Users\wangf\AppData\Roaming\npm
USERNAME=wangf
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 154 Stepping 4, GenuineIntel
 
 
 
---------------  S Y S T E M  ---------------
 
OS: Windows 11 , 64 bit Build 22621 (10.0.22621.4391)
 
CPU:total 12 (initial active 12) (6 cores per cpu, 2 threads per core) family 6 model 154 stepping 4, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, erms, 3dnowpref, lzcnt, ht, tsc, tscinvbit, bmi1, bmi2, adx
 
Memory: 4k page, physical 16436984k(832336k free), swap 42651380k(4408k free)
 
vm_info: OpenJDK 64-Bit Server VM (25.402-b08) for windows-amd64 JRE (1.8.0_402-b08), built on Jan 18 2024 20:56:13 by "Administrator" with MS VC++ 15.9 (VS2017)
 
time: Fri Dec  6 13:32:56 2024
timezone: Intel64 Family 6 Model 154 Stepping 4, GenuineIntel
elapsed time: 10478.998023 seconds (0d 2h 54m 38s)