林火综合应急信息管理系统cloud后端
xiebin
2023-03-10 dcee80e099de1f22583430a94e77a2a173788113
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
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (malloc) failed to allocate 74176 bytes for Chunk::new
# 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:389), pid=20440, tid=0x0000000000004c9c
#
# JRE version: Java(TM) SE Runtime Environment (8.0_333-b02) (build 1.8.0_333-b02)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.333-b02 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 (0x0000021f3d853000):  JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=19612, stack(0x000000b3c2000000,0x000000b3c2100000)]
 
Stack: [0x000000b3c2000000,0x000000b3c2100000]
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V  [jvm.dll+0x32fc49]
V  [jvm.dll+0x2761a2]
V  [jvm.dll+0x276e4d]
V  [jvm.dll+0x26d7f5]
V  [jvm.dll+0xd5a0c]
V  [jvm.dll+0xd620c]
V  [jvm.dll+0x4541c2]
V  [jvm.dll+0x48f27d]
V  [jvm.dll+0x443e51]
V  [jvm.dll+0x440ffb]
V  [jvm.dll+0x42becb]
V  [jvm.dll+0xac68b]
V  [jvm.dll+0xaaceb]
V  [jvm.dll+0x23e6f2]
V  [jvm.dll+0x292edc]
C  [ucrtbase.dll+0x21bb2]
C  [KERNEL32.DLL+0x17614]
C  [ntdll.dll+0x526a1]
 
 
Current CompileTask:
C2:    701 1530       4       java.net.URLStreamHandler::setURL (73 bytes)
 
 
---------------  P R O C E S S  ---------------
 
Java Threads: ( => current thread )
  0x0000021f3d900000 JavaThread "Service Thread" daemon [_thread_blocked, id=3180, stack(0x000000b3c2400000,0x000000b3c2500000)]
  0x0000021f3d85c000 JavaThread "C1 CompilerThread3" daemon [_thread_in_native, id=5740, stack(0x000000b3c2300000,0x000000b3c2400000)]
  0x0000021f3d85a800 JavaThread "C2 CompilerThread2" daemon [_thread_in_native, id=20136, stack(0x000000b3c2200000,0x000000b3c2300000)]
  0x0000021f3d857800 JavaThread "C2 CompilerThread1" daemon [_thread_in_native, id=19760, stack(0x000000b3c2100000,0x000000b3c2200000)]
=>0x0000021f3d853000 JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=19612, stack(0x000000b3c2000000,0x000000b3c2100000)]
  0x0000021f3d84e800 JavaThread "Monitor Ctrl-Break" daemon [_thread_in_native, id=15568, stack(0x000000b3c1f00000,0x000000b3c2000000)]
  0x0000021f3b42b000 JavaThread "Attach Listener" daemon [_thread_blocked, id=19072, stack(0x000000b3c1e00000,0x000000b3c1f00000)]
  0x0000021f3b413000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=17616, stack(0x000000b3c1d00000,0x000000b3c1e00000)]
  0x0000021f3b3f7000 JavaThread "Finalizer" daemon [_thread_blocked, id=15416, stack(0x000000b3c1c00000,0x000000b3c1d00000)]
  0x0000021f3b3eb000 JavaThread "Reference Handler" daemon [_thread_blocked, id=9424, stack(0x000000b3c1b00000,0x000000b3c1c00000)]
  0x0000021f2076e800 JavaThread "main" [_thread_in_vm, id=1992, stack(0x000000b3c0f00000,0x000000b3c1000000)]
 
Other Threads:
  0x0000021f3b3c3000 VMThread [stack: 0x000000b3c1a00000,0x000000b3c1b00000] [id=16192]
  0x0000021f3d952000 WatcherThread [stack: 0x000000b3c2500000,0x000000b3c2600000] [id=10024]
 
VM state:not at safepoint (normal execution)
 
VM Mutex/Monitor currently owned by a thread: None
 
heap address: 0x00000006c4000000, size: 4032 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 75264K, used 37217K [0x000000076c000000, 0x0000000775300000, 0x00000007c0000000)
  eden space 64512K, 42% used [0x000000076c000000,0x000000076da89240,0x000000076ff00000)
  from space 10752K, 93% used [0x000000076ff00000,0x00000007708cf1e8,0x0000000770980000)
  to   space 10752K, 0% used [0x0000000774880000,0x0000000774880000,0x0000000775300000)
 ParOldGen       total 172032K, used 16K [0x00000006c4000000, 0x00000006ce800000, 0x000000076c000000)
  object space 172032K, 0% used [0x00000006c4000000,0x00000006c4004000,0x00000006ce800000)
 Metaspace       used 14463K, capacity 14744K, committed 14976K, reserved 1067008K
  class space    used 1793K, capacity 1876K, committed 1920K, reserved 1048576K
 
Card table byte_map: [0x0000021f31640000,0x0000021f31e30000] byte_map_base: 0x0000021f2e020000
 
Marking Bits: (ParMarkBitMap*) 0x0000000061c59030
 Begin Bits: [0x0000021f32370000, 0x0000021f36270000)
 End Bits:   [0x0000021f36270000, 0x0000021f3a170000)
 
Polling page: 0x0000021f20a20000
 
CodeCache: size=245760Kb used=5336Kb max_used=5336Kb free=240423Kb
 bounds [0x0000021f22280000, 0x0000021f227c0000, 0x0000021f31280000]
 total_blobs=1874 nmethods=1533 adapters=253
 compilation: enabled
 
Compilation events (10 events):
Event: 0.648 Thread 0x0000021f3d85c000 1527       3       java.util.Hashtable$Enumerator::hasNext (5 bytes)
Event: 0.648 Thread 0x0000021f3d853000 nmethod 1520 0x0000021f227b2910 code [0x0000021f227b2a60, 0x0000021f227b2b98]
Event: 0.648 Thread 0x0000021f3d85c000 nmethod 1527 0x0000021f227ba190 code [0x0000021f227ba300, 0x0000021f227ba4b0]
Event: 0.648 Thread 0x0000021f3d85c000 1525       3       java.util.Hashtable$Enumerator::next (27 bytes)
Event: 0.648 Thread 0x0000021f3d85c000 nmethod 1525 0x0000021f227b9c10 code [0x0000021f227b9da0, 0x0000021f227ba060]
Event: 0.648 Thread 0x0000021f3d85c000 1528       3       java.util.regex.Pattern$BmpCharProperty::match (50 bytes)
Event: 0.648 Thread 0x0000021f3d85c000 nmethod 1528 0x0000021f227b9450 code [0x0000021f227b95e0, 0x0000021f227b9ab0]
Event: 0.648 Thread 0x0000021f3d85c000 1529       3       java.nio.ByteBuffer::array (35 bytes)
Event: 0.648 Thread 0x0000021f3d85c000 nmethod 1529 0x0000021f227b8e50 code [0x0000021f227b8fe0, 0x0000021f227b9300]
Event: 0.653 Thread 0x0000021f3d853000 1530       4       java.net.URLStreamHandler::setURL (73 bytes)
 
GC Heap History (2 events):
Event: 0.494 GC heap before
{Heap before GC invocations=1 (full 0):
 PSYoungGen      total 75264K, used 64512K [0x000000076c000000, 0x0000000771400000, 0x00000007c0000000)
  eden space 64512K, 100% used [0x000000076c000000,0x000000076ff00000,0x000000076ff00000)
  from space 10752K, 0% used [0x0000000770980000,0x0000000770980000,0x0000000771400000)
  to   space 10752K, 0% used [0x000000076ff00000,0x000000076ff00000,0x0000000770980000)
 ParOldGen       total 172032K, used 0K [0x00000006c4000000, 0x00000006ce800000, 0x000000076c000000)
  object space 172032K, 0% used [0x00000006c4000000,0x00000006c4000000,0x00000006ce800000)
 Metaspace       used 11393K, capacity 11656K, committed 11776K, reserved 1058816K
  class space    used 1389K, capacity 1480K, committed 1536K, reserved 1048576K
Event: 0.500 GC heap after
Heap after GC invocations=1 (full 0):
 PSYoungGen      total 75264K, used 10044K [0x000000076c000000, 0x0000000775300000, 0x00000007c0000000)
  eden space 64512K, 0% used [0x000000076c000000,0x000000076c000000,0x000000076ff00000)
  from space 10752K, 93% used [0x000000076ff00000,0x00000007708cf1e8,0x0000000770980000)
  to   space 10752K, 0% used [0x0000000774880000,0x0000000774880000,0x0000000775300000)
 ParOldGen       total 172032K, used 16K [0x00000006c4000000, 0x00000006ce800000, 0x000000076c000000)
  object space 172032K, 0% used [0x00000006c4000000,0x00000006c4004000,0x00000006ce800000)
 Metaspace       used 11393K, capacity 11656K, committed 11776K, reserved 1058816K
  class space    used 1389K, capacity 1480K, committed 1536K, reserved 1048576K
}
 
Deoptimization events (10 events):
Event: 0.232 Thread 0x0000021f2076e800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000021f22436078 method=java.lang.String.indexOf([CII[CIII)I @ 3
Event: 0.304 Thread 0x0000021f2076e800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000021f2245e1a8 method=org.codehaus.plexus.util.xml.pull.MXParser.more()C @ 8
Event: 0.318 Thread 0x0000021f2076e800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000021f22543f00 method=java.nio.charset.CoderResult.isOverflow()Z @ 5
Event: 0.321 Thread 0x0000021f2076e800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000021f2254cb48 method=sun.nio.cs.StreamDecoder.implRead([CII)I @ 71
Event: 0.335 Thread 0x0000021f2076e800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000021f22562034 method=sun.nio.cs.StreamDecoder.implRead([CII)I @ 197
Event: 0.336 Thread 0x0000021f2076e800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000021f2255a804 method=org.codehaus.plexus.util.xml.pull.MXParser.nextImpl()I @ 241
Event: 0.606 Thread 0x0000021f2076e800 Uncommon trap: reason=predicate action=maybe_recompile pc=0x0000021f224e4c58 method=sun.net.www.ParseUtil.encodePath(Ljava/lang/String;Z)Ljava/lang/String; @ 36
Event: 0.646 Thread 0x0000021f2076e800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000021f22779bd8 method=org.eclipse.sisu.inject.InjectorBindings.isAssignableFrom(Lcom/google/inject/TypeLiteral;Lcom/google/inject/Binding;)Z @ 14
Event: 0.651 Thread 0x0000021f2076e800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000021f225a17ac method=sun.nio.cs.StreamDecoder.implRead([CII)I @ 36
Event: 0.652 Thread 0x0000021f2076e800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000021f22572a38 method=sun.nio.cs.StreamDecoder.implRead([CII)I @ 36
 
Classes redefined (0 events):
No events
 
Internal exceptions (10 events):
Event: 0.157 Thread 0x0000021f2076e800 Exception <a 'java/lang/NullPointerException'> (0x000000076c73a1d0) thrown at [C:\jenkins\workspace\8-2-build-windows-amd64-cygwin\jdk8u333\2551\hotspot\src\share\vm\interpreter\linkResolver.cpp, line 1185]
Event: 0.157 Thread 0x0000021f2076e800 Exception <a 'java/lang/NullPointerException'> (0x000000076c73a3d8) thrown at [C:\jenkins\workspace\8-2-build-windows-amd64-cygwin\jdk8u333\2551\hotspot\src\share\vm\interpreter\linkResolver.cpp, line 1185]
Event: 0.158 Thread 0x0000021f2076e800 Exception <a 'java/lang/NullPointerException'> (0x000000076c743750) thrown at [C:\jenkins\workspace\8-2-build-windows-amd64-cygwin\jdk8u333\2551\hotspot\src\share\vm\interpreter\linkResolver.cpp, line 1185]
Event: 0.160 Thread 0x0000021f2076e800 Exception <a 'java/lang/NullPointerException'> (0x000000076c75f738) thrown at [C:\jenkins\workspace\8-2-build-windows-amd64-cygwin\jdk8u333\2551\hotspot\src\share\vm\interpreter\linkResolver.cpp, line 1185]
Event: 0.160 Thread 0x0000021f2076e800 Exception <a 'java/lang/NullPointerException'> (0x000000076c75f940) thrown at [C:\jenkins\workspace\8-2-build-windows-amd64-cygwin\jdk8u333\2551\hotspot\src\share\vm\interpreter\linkResolver.cpp, line 1185]
Event: 0.160 Thread 0x0000021f2076e800 Exception <a 'java/lang/NullPointerException'> (0x000000076c75fb48) thrown at [C:\jenkins\workspace\8-2-build-windows-amd64-cygwin\jdk8u333\2551\hotspot\src\share\vm\interpreter\linkResolver.cpp, line 1185]
Event: 0.160 Thread 0x0000021f2076e800 Exception <a 'java/lang/NullPointerException'> (0x000000076c75fd50) thrown at [C:\jenkins\workspace\8-2-build-windows-amd64-cygwin\jdk8u333\2551\hotspot\src\share\vm\interpreter\linkResolver.cpp, line 1185]
Event: 0.302 Thread 0x0000021f2076e800 Exception <a 'java/lang/NoClassDefFoundError': javax/enterprise/inject/Typed> (0x000000076d8cab18) thrown at [C:\jenkins\workspace\8-2-build-windows-amd64-cygwin\jdk8u333\2551\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 201]
Event: 0.605 Thread 0x0000021f2076e800 Exception <a 'java/lang/NoClassDefFoundError': com/google/inject/servlet/ServletModuleTargetVisitor> (0x000000076d06ef80) thrown at [C:\jenkins\workspace\8-2-build-windows-amd64-cygwin\jdk8u333\2551\hotspot\src\share\vm\classfile\systemDictionary.cpp, lin
Event: 0.606 Thread 0x0000021f2076e800 Exception <a 'java/lang/NoClassDefFoundError'> (0x000000076d06ef80) thrown at [C:\jenkins\workspace\8-2-build-windows-amd64-cygwin\jdk8u333\2551\hotspot\src\share\vm\prims\jvm.cpp, line 1527]
 
Events (10 events):
Event: 0.652 Thread 0x0000021f2076e800 DEOPT PACKING pc=0x0000021f22572a38 sp=0x000000b3c0ffdec0
Event: 0.652 Thread 0x0000021f2076e800 DEOPT UNPACKING pc=0x0000021f222c58c3 sp=0x000000b3c0ffde80 mode 2
Event: 0.652 loading class org/apache/maven/settings/io/xpp3/SettingsXpp3Writer
Event: 0.652 loading class org/apache/maven/settings/io/xpp3/SettingsXpp3Writer done
Event: 0.652 loading class org/codehaus/plexus/util/xml/pull/XmlSerializer
Event: 0.652 loading class org/codehaus/plexus/util/xml/pull/XmlSerializer done
Event: 0.653 loading class org/codehaus/plexus/util/xml/pull/MXSerializer
Event: 0.653 loading class org/codehaus/plexus/util/xml/pull/MXSerializer done
Event: 0.654 loading class org/codehaus/plexus/interpolation/RegexBasedInterpolator
Event: 0.654 loading class org/codehaus/plexus/interpolation/RegexBasedInterpolator done
 
 
Dynamic libraries:
0x00007ff654b70000 - 0x00007ff654bb7000     E:\Program Files\Java\jdk1.8.0_333\bin\java.exe
0x00007ffb1b6f0000 - 0x00007ffb1b8e8000     C:\Windows\SYSTEM32\ntdll.dll
0x00007ffb1b4c0000 - 0x00007ffb1b57f000     C:\Windows\System32\KERNEL32.DLL
0x00007ffb19190000 - 0x00007ffb19462000     C:\Windows\System32\KERNELBASE.dll
0x00007ffb19a00000 - 0x00007ffb19aae000     C:\Windows\System32\ADVAPI32.dll
0x00007ffb1a990000 - 0x00007ffb1aa2e000     C:\Windows\System32\msvcrt.dll
0x00007ffb1aa90000 - 0x00007ffb1ab2c000     C:\Windows\System32\sechost.dll
0x00007ffb1b580000 - 0x00007ffb1b6a5000     C:\Windows\System32\RPCRT4.dll
0x00007ffb19850000 - 0x00007ffb199f1000     C:\Windows\System32\USER32.dll
0x00007ffb19550000 - 0x00007ffb19572000     C:\Windows\System32\win32u.dll
0x00007ffb19ba0000 - 0x00007ffb19bcb000     C:\Windows\System32\GDI32.dll
0x00007ffb19580000 - 0x00007ffb1968f000     C:\Windows\System32\gdi32full.dll
0x00007ffb19690000 - 0x00007ffb1972d000     C:\Windows\System32\msvcp_win.dll
0x00007ffb19090000 - 0x00007ffb19190000     C:\Windows\System32\ucrtbase.dll
0x00007ffb017d0000 - 0x00007ffb01a6a000     C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.1110_none_60b5254171f9507e\COMCTL32.dll
0x00007ffb19bd0000 - 0x00007ffb19c02000     C:\Windows\System32\IMM32.DLL
0x00007ffb01080000 - 0x00007ffb01095000     E:\Program Files\Java\jdk1.8.0_333\jre\bin\vcruntime140.dll
0x00007ffaeb690000 - 0x00007ffaeb72b000     E:\Program Files\Java\jdk1.8.0_333\jre\bin\msvcp140.dll
0x0000000061470000 - 0x0000000061cd1000     E:\Program Files\Java\jdk1.8.0_333\jre\bin\server\jvm.dll
0x00007ffb1a980000 - 0x00007ffb1a988000     C:\Windows\System32\PSAPI.DLL
0x00007ffaf9c20000 - 0x00007ffaf9c47000     C:\Windows\SYSTEM32\WINMM.dll
0x00007ffb06fe0000 - 0x00007ffb06fea000     C:\Windows\SYSTEM32\VERSION.dll
0x00007ffb033b0000 - 0x00007ffb033b9000     C:\Windows\SYSTEM32\WSOCK32.dll
0x00007ffb1a520000 - 0x00007ffb1a58b000     C:\Windows\System32\WS2_32.dll
0x00007ffb16cc0000 - 0x00007ffb16cd2000     C:\Windows\SYSTEM32\kernel.appcore.dll
0x00007ffb13180000 - 0x00007ffb13190000     E:\Program Files\Java\jdk1.8.0_333\jre\bin\verify.dll
0x00007ffaff370000 - 0x00007ffaff39b000     E:\Program Files\Java\jdk1.8.0_333\jre\bin\java.dll
0x00007ffaf8390000 - 0x00007ffaf83c0000     E:\Program Files\Java\jdk1.8.0_333\jre\bin\instrument.dll
0x00007ffb01050000 - 0x00007ffb01068000     E:\Program Files\Java\jdk1.8.0_333\jre\bin\zip.dll
0x00007ffb1ab30000 - 0x00007ffb1b275000     C:\Windows\System32\SHELL32.dll
0x00007ffb16ec0000 - 0x00007ffb17652000     C:\Windows\SYSTEM32\windows.storage.dll
0x00007ffb19c10000 - 0x00007ffb19f65000     C:\Windows\System32\combase.dll
0x00007ffb18760000 - 0x00007ffb18790000     C:\Windows\SYSTEM32\Wldp.dll
0x00007ffb19ff0000 - 0x00007ffb1a09d000     C:\Windows\System32\SHCORE.dll
0x00007ffb19ab0000 - 0x00007ffb19b05000     C:\Windows\System32\shlwapi.dll
0x00007ffb18d20000 - 0x00007ffb18d3f000     C:\Windows\SYSTEM32\profapi.dll
0x00007ffaff570000 - 0x00007ffaff58a000     D:\Program Files\JetBrains\IntelliJ IDEA 2022.1.3\bin\breakgen64.dll
0x00007ffaff9e0000 - 0x00007ffaff9fc000     E:\Program Files\Java\jdk1.8.0_333\jre\bin\net.dll
0x00007ffb184c0000 - 0x00007ffb1852a000     C:\Windows\system32\mswsock.dll
0x0000000069ac0000 - 0x0000000069ae4000     C:\Users\Admin\AppData\Local\Temp\jansi-2.4.0-a4e9a68a98f07847-jansi.dll
0x00007ffb066b0000 - 0x00007ffb06894000     C:\Windows\SYSTEM32\dbghelp.dll
0x00007ffb18e50000 - 0x00007ffb18ed2000     C:\Windows\System32\bcryptPrimitives.dll
 
VM Arguments:
jvm_args: -Dmaven.multiModuleProjectDirectory=E:\»ãͼÐÅÏ¢\bladex\bladex-springcloud\blade-service\blade-system -Dmaven.home=E:\Program Files\apache-maven-3.8.6 -Dclassworlds.conf=E:\Program Files\apache-maven-3.8.6\bin\m2.conf -Dmaven.ext.class.path=D:\Program Files\JetBrains\IntelliJ IDEA 2022.1.3\plugins\maven\lib\maven-event-listener.jar -javaagent:D:\Program Files\JetBrains\IntelliJ IDEA 2022.1.3\lib\idea_rt.jar=54971:D:\Program Files\JetBrains\IntelliJ IDEA 2022.1.3\bin -Dfile.encoding=UTF-8 
java_command: org.codehaus.classworlds.Launcher -Didea.version=2022.1.3 clean
java_class_path (initial): E:\Program Files\apache-maven-3.8.6\boot\plexus-classworlds-2.6.0.jar;E:\Program Files\apache-maven-3.8.6\boot\plexus-classworlds.license;D:\Program Files\JetBrains\IntelliJ IDEA 2022.1.3\lib\idea_rt.jar
Launcher Type: SUN_STANDARD
 
Environment Variables:
JAVA_HOME=E:\Program Files\Java\jdk1.8.0_333
CLASSPATH=.;E:\Program Files\Java\jdk1.8.0_333\lib;E:\Program Files\Java\jdk1.8.0_333\lib\tools.jar
PATH=D:\Program Files (x86)\VMware\VMware Workstation\bin\;D:\Program Files\nvm\npm;E:\Program Files\mysql-5.7.21-winx64\bin;E:\Program Files\Java\jdk1.8.0_333\bin;E:\Program Files\Java\jdk1.8.0_333\jre\bin;C:\Program Files (x86)\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:\ProgramData\chocolatey\bin;d:\Program Files (x86)\Tencent\΢ÐÅweb¿ª·¢Õß¹¤¾ß\dll;D:\Program Files\nvm;d:\Program Files\nodejs;D:\Program Files\nvm\v16.16.0;D:\Program Files\TortoiseGit\bin;D:\Program Files\Git;D:\Program Files\Git\mingw64\bin;D:\Program Files\Git\mingw64\libexec\git-core;E:\Program Files\apache-maven-3.8.6\bin;C:\Program Files (x86)\Microsoft SQL Server\150\DTS\Binn\;C:\Program Files\Azure Data Studio\bin;C:\Users\Admin\AppData\Local\Microsoft\WindowsApps;C:\Users\Admin\AppData\Roaming\npm;D:\Program Files\nvm;d:\Program Files\nodejs;C:\Program Files\Azure Data Studio\bin
USERNAME=Admin
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 151 Stepping 2, GenuineIntel
 
 
 
---------------  S Y S T E M  ---------------
 
OS: Windows 10 , 64 bit Build 19041 (10.0.19041.2546)
 
CPU:total 12 (initial active 12) (6 cores per cpu, 2 threads per core) family 6 model 151 stepping 2, 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 16512432k(4020512k free), swap 24901040k(3068k free)
 
vm_info: Java HotSpot(TM) 64-Bit Server VM (25.333-b02) for windows-amd64 JRE (1.8.0_333-b02), built on Apr 25 2022 22:49:11 by "java_re" with MS VC++ 15.9 (VS2017)
 
time: Fri Mar 10 14:25:00 2023
timezone: Öйú±ê׼ʱ¼ä
elapsed time: 0.704076 seconds (0d 0h 0m 0s)