Commit d63d4f1caf83e46be84f99cb6c587c0f1be745c8
1 parent
e21ba153
Exists in
master
and in
2 other branches
no message
Showing
79 changed files
with
806 additions
and
5265 deletions
Show diff stats
cloud/dahua/src/main/java/com/example/dahua/async/MyScheduledTask.java
... | ... | @@ -55,7 +55,7 @@ public class MyScheduledTask { |
55 | 55 | |
56 | 56 | private boolean isSendDahua = false; |
57 | 57 | |
58 | - private boolean isClose = true;//判断是否关机 | |
58 | + private boolean isClose = true, isCloseYT = true;//判断是否关机 | |
59 | 59 | |
60 | 60 | @Scheduled(fixedRate = 5000) |
61 | 61 | private void sendErrorInfo() throws InterruptedException { |
... | ... | @@ -67,12 +67,19 @@ public class MyScheduledTask { |
67 | 67 | |
68 | 68 | SimpleDateFormat simpleDateFormat = new SimpleDateFormat("HH"); |
69 | 69 | int hour = Integer.parseInt(simpleDateFormat.format(new Date())); |
70 | - SimpleDateFormat simpleDateFormat1 = new SimpleDateFormat("HH:mm"); | |
71 | - if (simpleDateFormat1.format(new Date()).equals("6:00")) { | |
72 | - if (!isClose){ | |
73 | - isClose=true; | |
74 | - close(31);//打开 | |
75 | - } | |
70 | + if (hour == 7 && !isCloseYT){ | |
71 | + isCloseYT = true; | |
72 | + close(31,97); | |
73 | + } | |
74 | + | |
75 | + if (hour == 17 && isCloseYT){ | |
76 | + isCloseYT = false; | |
77 | + close(30,97); | |
78 | + } | |
79 | + | |
80 | + if (hour == 6 && !isClose) { | |
81 | + isClose = true; | |
82 | + close(31,479);//打开 | |
76 | 83 | } |
77 | 84 | if (hour >= 9 && hour <= 11) { |
78 | 85 | |
... | ... | @@ -81,27 +88,25 @@ public class MyScheduledTask { |
81 | 88 | dealData(); |
82 | 89 | } else if (hour >= 18 || hour <= 5) { |
83 | 90 | //高级中学班牌关闭显示器 |
84 | - if (simpleDateFormat1.format(new Date()).equals("22:00")) { | |
85 | - if (isClose){ | |
86 | - isClose = false; | |
87 | - close(30);//关闭 | |
88 | - } | |
89 | - } | |
90 | 91 | |
92 | + if (isClose) { | |
93 | + isClose = false; | |
94 | + close(30,479);//关闭 | |
95 | + } | |
91 | 96 | dealData(); |
92 | 97 | } |
93 | 98 | |
94 | 99 | } |
95 | 100 | |
96 | - private void close(int cmd) { | |
101 | + private void close(int cmd,int schoolId) { | |
97 | 102 | SimpleDateFormat simpleDateFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); |
98 | 103 | String date = simpleDateFormat.format(new Date()); |
99 | - FileUtils.getInstance().writeLogs(date+" "+cmd,FileUtils.sendOrder); | |
104 | + FileUtils.getInstance().writeLogs(date + " " + cmd, FileUtils.sendOrder); | |
100 | 105 | MqttManager mqttManager = new MqttManager(); |
101 | 106 | |
102 | 107 | mqttManager.init(); |
103 | 108 | |
104 | - List<String> stringList = userDao.getAllDecWithSch(479); | |
109 | + List<String> stringList = userDao.getAllDecWithSch(schoolId); | |
105 | 110 | System.out.println("stringList:" + stringList); |
106 | 111 | for (int i = 0; i < stringList.size(); i++) { |
107 | 112 | String devId = stringList.get(i); | ... | ... |
cloud/dahua/src/main/java/com/example/dahua/lib/CompressPic.java
... | ... | @@ -17,7 +17,7 @@ import java.io.InputStream; |
17 | 17 | public class CompressPic { |
18 | 18 | |
19 | 19 | public static String CompressPic(String srcPath, String targetPath, String studentcode) throws Exception { |
20 | - double cutPercent = 0.1; | |
20 | + double cutPercent = 0.5; | |
21 | 21 | File file = new File(srcPath.trim()); |
22 | 22 | BufferedImage bufferedImage = ImageIO.read(new FileInputStream(file)); |
23 | 23 | int width = bufferedImage.getWidth(null); | ... | ... |
cloud/haikang/src/test/java/com/sincere/haikang/HaikangApplicationTests.java
... | ... | @@ -32,19 +32,19 @@ public class HaikangApplicationTests { |
32 | 32 | @Test |
33 | 33 | public void my() throws IOException { |
34 | 34 | |
35 | - File file = new File("C:\\TaoHandong\\copy\\21_指纹签到.txt"); | |
35 | + File file = new File("C:\\TaoHandong\\copy\\21_qiandaoErr.txt"); | |
36 | 36 | BufferedReader bufferedReader = new BufferedReader(new FileReader(file)); |
37 | 37 | |
38 | 38 | String content = ""; |
39 | 39 | String result = ""; |
40 | 40 | while ((content=bufferedReader.readLine())!=null){ |
41 | 41 | |
42 | - if (content.split("cardNo:").length>1){ | |
42 | + if (content.split("cardNo:").length>1&&!result.contains(content.split("cardNo:")[1])){ | |
43 | 43 | result+="\'"+content.split("cardNo:")[1]+"\',"; |
44 | 44 | } |
45 | 45 | |
46 | 46 | } |
47 | -System.out.println("result:"+result); | |
47 | + System.out.println("result:"+result+result.split(",").length); | |
48 | 48 | |
49 | 49 | } |
50 | 50 | ... | ... |
cloud/haikangface/hs_err_pid11228.log
... | ... | @@ -1,383 +0,0 @@ |
1 | -# | |
2 | -# A fatal error has been detected by the Java Runtime Environment: | |
3 | -# | |
4 | -# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000002271643f, pid=11228, tid=0x0000000000005c70 | |
5 | -# | |
6 | -# JRE version: Java(TM) SE Runtime Environment (8.0_181-b13) (build 1.8.0_181-b13) | |
7 | -# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.181-b13 mixed mode windows-amd64 compressed oops) | |
8 | -# Problematic frame: | |
9 | -# C [HCEHomeAlarm.DLL+0x2643f] | |
10 | -# | |
11 | -# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows | |
12 | -# | |
13 | -# If you would like to submit a bug report, please visit: | |
14 | -# http://bugreport.java.com/bugreport/crash.jsp | |
15 | -# | |
16 | - | |
17 | ---------------- T H R E A D --------------- | |
18 | - | |
19 | -Current thread (0x00000000177a9000): VMThread [stack: 0x00000000194a0000,0x00000000195a0000] [id=23664] | |
20 | - | |
21 | -siginfo: ExceptionCode=0xc0000005, reading address 0x0000000000000000 | |
22 | - | |
23 | -Registers: | |
24 | -RAX=0x0000000000000001, RBX=0x0000000000000000, RCX=0x0000000000000000, RDX=0x0000000000000000 | |
25 | -RSP=0x000000001959ee60, RBP=0x0000000000000000, RSI=0x0000000000000000, RDI=0x00000000005348e0 | |
26 | -R8 =0x0000000000000001, R9 =0x0000000000000001, R10=0x0000000000008000, R11=0x000000001959eef0 | |
27 | -R12=0x00000000004ff8c0, R13=0x0000000000000000, R14=0x0000000000000001, R15=0x00000000004ff970 | |
28 | -RIP=0x000000002271643f, EFLAGS=0x0000000000010206 | |
29 | - | |
30 | -Top of Stack: (sp=0x000000001959ee60) | |
31 | -0x000000001959ee60: 000000002a51ee80 00007ffca866083d | |
32 | -0x000000001959ee70: 000000002a3e3dd0 0000001e004c0000 | |
33 | -0x000000001959ee80: 00000000005348e0 00000000227acb11 | |
34 | -0x000000001959ee90: 0000000000000000 0000000000000000 | |
35 | -0x000000001959eea0: 0000000000512b50 0000000ea865fc11 | |
36 | -0x000000001959eeb0: 000000002a541960 0000000022716bf2 | |
37 | -0x000000001959eec0: 0000000000000000 0000000000000001 | |
38 | -0x000000001959eed0: 0000000000000000 00000000004ff8c0 | |
39 | -0x000000001959eee0: 0000000000000001 0000000022716620 | |
40 | -0x000000001959eef0: 0000000000000000 000000002a541960 | |
41 | -0x000000001959ef00: 00000000004ff8c0 0000000000000000 | |
42 | -0x000000001959ef10: 000000000053b980 0000000017635500 | |
43 | -0x000000001959ef20: 000000002a3e3670 0000000022715cc8 | |
44 | -0x000000001959ef30: 0000000017635500 000000002a541960 | |
45 | -0x000000001959ef40: 0000000000000000 0000000017635500 | |
46 | -0x000000001959ef50: 000000002a3e3670 00000000227adb04 | |
47 | - | |
48 | -Instructions: (pc=0x000000002271643f) | |
49 | -0x000000002271641f: 38 48 8b 74 24 40 48 83 c4 20 5f c3 cc cc cc cc | |
50 | -0x000000002271642f: cc 48 89 5c 24 08 48 89 74 24 10 57 48 83 ec 20 | |
51 | -0x000000002271643f: 48 8b 01 41 8b f0 8b da 48 8b f9 ff 50 08 85 c0 | |
52 | -0x000000002271644f: 75 48 48 8b 05 78 70 17 00 48 83 f8 ff 74 1f ba | |
53 | - | |
54 | - | |
55 | -Register to memory mapping: | |
56 | - | |
57 | -RAX=0x0000000000000001 is an unknown value | |
58 | -RBX=0x0000000000000000 is an unknown value | |
59 | -RCX=0x0000000000000000 is an unknown value | |
60 | -RDX=0x0000000000000000 is an unknown value | |
61 | -RSP=0x000000001959ee60 is an unknown value | |
62 | -RBP=0x0000000000000000 is an unknown value | |
63 | -RSI=0x0000000000000000 is an unknown value | |
64 | -RDI=0x00000000005348e0 is an unknown value | |
65 | -R8 =0x0000000000000001 is an unknown value | |
66 | -R9 =0x0000000000000001 is an unknown value | |
67 | -R10=0x0000000000008000 is an unknown value | |
68 | -R11=0x000000001959eef0 is an unknown value | |
69 | -R12=0x00000000004ff8c0 is an unknown value | |
70 | -R13=0x0000000000000000 is an unknown value | |
71 | -R14=0x0000000000000001 is an unknown value | |
72 | -R15=0x00000000004ff970 is an unknown value | |
73 | - | |
74 | - | |
75 | -Stack: [0x00000000194a0000,0x00000000195a0000], sp=0x000000001959ee60, free space=1019k | |
76 | -Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) | |
77 | - | |
78 | -VM_Operation (0x00000000027bf4b0): Exit, mode: safepoint, requested by thread 0x00000000027c2800 | |
79 | - | |
80 | - | |
81 | ---------------- P R O C E S S --------------- | |
82 | - | |
83 | -Java Threads: ( => current thread ) | |
84 | - 0x0000000019744800 JavaThread "surefire-forkedjvm-last-ditch-daemon-shutdown-thread-30s" daemon [_thread_blocked, id=6036, stack(0x0000000025120000,0x0000000025220000)] | |
85 | - 0x0000000019922800 JavaThread "surefire-forkedjvm-command-thread" daemon [_thread_in_native, id=24128, stack(0x000000001a3a0000,0x000000001a4a0000)] | |
86 | - 0x0000000019779000 JavaThread "Service Thread" daemon [_thread_blocked, id=21284, stack(0x000000001a1a0000,0x000000001a2a0000)] | |
87 | - 0x0000000019744000 JavaThread "C1 CompilerThread3" daemon [_thread_blocked, id=21980, stack(0x000000001a0a0000,0x000000001a1a0000)] | |
88 | - 0x000000001973b000 JavaThread "C2 CompilerThread2" daemon [_thread_blocked, id=24148, stack(0x0000000019fa0000,0x000000001a0a0000)] | |
89 | - 0x0000000019733800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=3336, stack(0x0000000019ea0000,0x0000000019fa0000)] | |
90 | - 0x000000001972f800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=20208, stack(0x0000000019da0000,0x0000000019ea0000)] | |
91 | - 0x00000000196d9800 JavaThread "Attach Listener" daemon [_thread_blocked, id=16724, stack(0x0000000019ca0000,0x0000000019da0000)] | |
92 | - 0x00000000196d8800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=13464, stack(0x0000000019ba0000,0x0000000019ca0000)] | |
93 | - 0x00000000028b9800 JavaThread "Finalizer" daemon [_thread_blocked, id=2232, stack(0x0000000019aa0000,0x0000000019ba0000)] | |
94 | - 0x00000000028b6000 JavaThread "Reference Handler" daemon [_thread_blocked, id=5448, stack(0x00000000195a0000,0x00000000196a0000)] | |
95 | - 0x00000000027c2800 JavaThread "main" [_thread_blocked, id=23644, stack(0x00000000026c0000,0x00000000027c0000)] | |
96 | - | |
97 | -Other Threads: | |
98 | -=>0x00000000177a9000 VMThread [stack: 0x00000000194a0000,0x00000000195a0000] [id=23664] | |
99 | - | |
100 | -VM state:at safepoint (shutting down) | |
101 | - | |
102 | -VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event]) | |
103 | -[0x00000000026bdce0] Threads_lock - owner thread: 0x00000000177a9000 | |
104 | - | |
105 | -Heap: | |
106 | - PSYoungGen total 207360K, used 82339K [0x00000000d6300000, 0x00000000e7000000, 0x0000000100000000) | |
107 | - eden space 194048K, 36% used [0x00000000d6300000,0x00000000da7f30f8,0x00000000e2080000) | |
108 | - from space 13312K, 88% used [0x00000000e2080000,0x00000000e2bf5c98,0x00000000e2d80000) | |
109 | - to space 14336K, 0% used [0x00000000e6200000,0x00000000e6200000,0x00000000e7000000) | |
110 | - ParOldGen total 88064K, used 29403K [0x0000000082800000, 0x0000000087e00000, 0x00000000d6300000) | |
111 | - object space 88064K, 33% used [0x0000000082800000,0x00000000844b6e40,0x0000000087e00000) | |
112 | - Metaspace used 52806K, capacity 55220K, committed 55384K, reserved 1097728K | |
113 | - class space used 7037K, capacity 7442K, committed 7552K, reserved 1048576K | |
114 | - | |
115 | -Card table byte_map: [0x0000000011c80000,0x0000000012070000] byte_map_base: 0x000000001186c000 | |
116 | - | |
117 | -Marking Bits: (ParMarkBitMap*) 0x0000000069732d00 | |
118 | - Begin Bits: [0x0000000012b10000, 0x0000000014a70000) | |
119 | - End Bits: [0x0000000014a70000, 0x00000000169d0000) | |
120 | - | |
121 | -Polling page: 0x0000000000aa0000 | |
122 | - | |
123 | -CodeCache: size=245760Kb used=20776Kb max_used=21716Kb free=224983Kb | |
124 | - bounds [0x00000000028c0000, 0x0000000003e10000, 0x00000000118c0000] | |
125 | - total_blobs=5501 nmethods=5009 adapters=404 | |
126 | - compilation: enabled | |
127 | - | |
128 | -Compilation events (10 events): | |
129 | -Event: 13.601 Thread 0x000000001973b000 5764 4 java.util.concurrent.ConcurrentHashMap$EntryIterator::next (5 bytes) | |
130 | -Event: 13.601 Thread 0x0000000019744000 nmethod 5774 0x000000000374a090 code [0x000000000374a280, 0x000000000374aa88] | |
131 | -Event: 13.601 Thread 0x0000000019744000 5775 3 org.springframework.beans.factory.support.DefaultListableBeanFactory$$Lambda$138/823575379::get$Lambda (9 bytes) | |
132 | -Event: 13.602 Thread 0x0000000019744000 nmethod 5775 0x00000000029d2dd0 code [0x00000000029d2f40, 0x00000000029d3190] | |
133 | -Event: 13.602 Thread 0x0000000019744000 5776 3 org.springframework.beans.factory.support.DefaultListableBeanFactory$$Lambda$138/823575379::<init> (10 bytes) | |
134 | -Event: 13.602 Thread 0x0000000019744000 nmethod 5776 0x0000000002bab750 code [0x0000000002bab8a0, 0x0000000002baba70] | |
135 | -Event: 13.602 Thread 0x0000000019744000 5777 3 org.springframework.beans.factory.support.DefaultListableBeanFactory$$Lambda$139/258112787::get$Lambda (9 bytes) | |
136 | -Event: 13.602 Thread 0x0000000019744000 nmethod 5777 0x0000000002b89550 code [0x0000000002b896c0, 0x0000000002b89910] | |
137 | -Event: 13.602 Thread 0x0000000019744000 5778 3 org.springframework.beans.factory.support.DefaultListableBeanFactory$$Lambda$139/258112787::<init> (10 bytes) | |
138 | -Event: 13.602 Thread 0x0000000019744000 nmethod 5778 0x0000000002bddd50 code [0x0000000002bddea0, 0x0000000002bde070] | |
139 | - | |
140 | -GC Heap History (10 events): | |
141 | -Event: 7.591 GC heap before | |
142 | -{Heap before GC invocations=13 (full 2): | |
143 | - PSYoungGen total 133632K, used 121856K [0x00000000d6300000, 0x00000000df100000, 0x0000000100000000) | |
144 | - eden space 121856K, 100% used [0x00000000d6300000,0x00000000dda00000,0x00000000dda00000) | |
145 | - from space 11776K, 0% used [0x00000000de580000,0x00000000de580000,0x00000000df100000) | |
146 | - to space 11776K, 0% used [0x00000000dda00000,0x00000000dda00000,0x00000000de580000) | |
147 | - ParOldGen total 88064K, used 16773K [0x0000000082800000, 0x0000000087e00000, 0x00000000d6300000) | |
148 | - object space 88064K, 19% used [0x0000000082800000,0x0000000083861518,0x0000000087e00000) | |
149 | - Metaspace used 40511K, capacity 41786K, committed 42072K, reserved 1085440K | |
150 | - class space used 5207K, capacity 5479K, committed 5504K, reserved 1048576K | |
151 | -Event: 7.608 GC heap after | |
152 | -Heap after GC invocations=13 (full 2): | |
153 | - PSYoungGen total 133632K, used 7668K [0x00000000d6300000, 0x00000000e1480000, 0x0000000100000000) | |
154 | - eden space 121856K, 0% used [0x00000000d6300000,0x00000000d6300000,0x00000000dda00000) | |
155 | - from space 11776K, 65% used [0x00000000dda00000,0x00000000de17d1e0,0x00000000de580000) | |
156 | - to space 11776K, 0% used [0x00000000e0900000,0x00000000e0900000,0x00000000e1480000) | |
157 | - ParOldGen total 88064K, used 16781K [0x0000000082800000, 0x0000000087e00000, 0x00000000d6300000) | |
158 | - object space 88064K, 19% used [0x0000000082800000,0x0000000083863518,0x0000000087e00000) | |
159 | - Metaspace used 40511K, capacity 41786K, committed 42072K, reserved 1085440K | |
160 | - class space used 5207K, capacity 5479K, committed 5504K, reserved 1048576K | |
161 | -} | |
162 | -Event: 8.592 GC heap before | |
163 | -{Heap before GC invocations=14 (full 2): | |
164 | - PSYoungGen total 133632K, used 129524K [0x00000000d6300000, 0x00000000e1480000, 0x0000000100000000) | |
165 | - eden space 121856K, 100% used [0x00000000d6300000,0x00000000dda00000,0x00000000dda00000) | |
166 | - from space 11776K, 65% used [0x00000000dda00000,0x00000000de17d1e0,0x00000000de580000) | |
167 | - to space 11776K, 0% used [0x00000000e0900000,0x00000000e0900000,0x00000000e1480000) | |
168 | - ParOldGen total 88064K, used 16781K [0x0000000082800000, 0x0000000087e00000, 0x00000000d6300000) | |
169 | - object space 88064K, 19% used [0x0000000082800000,0x0000000083863518,0x0000000087e00000) | |
170 | - Metaspace used 42511K, capacity 43996K, committed 44248K, reserved 1087488K | |
171 | - class space used 5489K, capacity 5764K, committed 5888K, reserved 1048576K | |
172 | -Event: 8.600 GC heap after | |
173 | -Heap after GC invocations=14 (full 2): | |
174 | - PSYoungGen total 164864K, used 4639K [0x00000000d6300000, 0x00000000e1200000, 0x0000000100000000) | |
175 | - eden space 155648K, 0% used [0x00000000d6300000,0x00000000d6300000,0x00000000dfb00000) | |
176 | - from space 9216K, 50% used [0x00000000e0900000,0x00000000e0d87da8,0x00000000e1200000) | |
177 | - to space 11776K, 0% used [0x00000000dfb00000,0x00000000dfb00000,0x00000000e0680000) | |
178 | - ParOldGen total 88064K, used 21325K [0x0000000082800000, 0x0000000087e00000, 0x00000000d6300000) | |
179 | - object space 88064K, 24% used [0x0000000082800000,0x0000000083cd3558,0x0000000087e00000) | |
180 | - Metaspace used 42511K, capacity 43996K, committed 44248K, reserved 1087488K | |
181 | - class space used 5489K, capacity 5764K, committed 5888K, reserved 1048576K | |
182 | -} | |
183 | -Event: 9.872 GC heap before | |
184 | -{Heap before GC invocations=15 (full 2): | |
185 | - PSYoungGen total 164864K, used 160287K [0x00000000d6300000, 0x00000000e1200000, 0x0000000100000000) | |
186 | - eden space 155648K, 100% used [0x00000000d6300000,0x00000000dfb00000,0x00000000dfb00000) | |
187 | - from space 9216K, 50% used [0x00000000e0900000,0x00000000e0d87da8,0x00000000e1200000) | |
188 | - to space 11776K, 0% used [0x00000000dfb00000,0x00000000dfb00000,0x00000000e0680000) | |
189 | - ParOldGen total 88064K, used 21325K [0x0000000082800000, 0x0000000087e00000, 0x00000000d6300000) | |
190 | - object space 88064K, 24% used [0x0000000082800000,0x0000000083cd3558,0x0000000087e00000) | |
191 | - Metaspace used 44389K, capacity 46014K, committed 46296K, reserved 1089536K | |
192 | - class space used 5763K, capacity 6083K, committed 6144K, reserved 1048576K | |
193 | -Event: 9.881 GC heap after | |
194 | -Heap after GC invocations=15 (full 2): | |
195 | - PSYoungGen total 167424K, used 7908K [0x00000000d6300000, 0x00000000e3880000, 0x0000000100000000) | |
196 | - eden space 155648K, 0% used [0x00000000d6300000,0x00000000d6300000,0x00000000dfb00000) | |
197 | - from space 11776K, 67% used [0x00000000dfb00000,0x00000000e02b9240,0x00000000e0680000) | |
198 | - to space 11264K, 0% used [0x00000000e2d80000,0x00000000e2d80000,0x00000000e3880000) | |
199 | - ParOldGen total 88064K, used 21333K [0x0000000082800000, 0x0000000087e00000, 0x00000000d6300000) | |
200 | - object space 88064K, 24% used [0x0000000082800000,0x0000000083cd5558,0x0000000087e00000) | |
201 | - Metaspace used 44389K, capacity 46014K, committed 46296K, reserved 1089536K | |
202 | - class space used 5763K, capacity 6083K, committed 6144K, reserved 1048576K | |
203 | -} | |
204 | -Event: 10.847 GC heap before | |
205 | -{Heap before GC invocations=16 (full 2): | |
206 | - PSYoungGen total 167424K, used 163556K [0x00000000d6300000, 0x00000000e3880000, 0x0000000100000000) | |
207 | - eden space 155648K, 100% used [0x00000000d6300000,0x00000000dfb00000,0x00000000dfb00000) | |
208 | - from space 11776K, 67% used [0x00000000dfb00000,0x00000000e02b9240,0x00000000e0680000) | |
209 | - to space 11264K, 0% used [0x00000000e2d80000,0x00000000e2d80000,0x00000000e3880000) | |
210 | - ParOldGen total 88064K, used 21333K [0x0000000082800000, 0x0000000087e00000, 0x00000000d6300000) | |
211 | - object space 88064K, 24% used [0x0000000082800000,0x0000000083cd5558,0x0000000087e00000) | |
212 | - Metaspace used 46735K, capacity 48828K, committed 48984K, reserved 1091584K | |
213 | - class space used 6085K, capacity 6442K, committed 6528K, reserved 1048576K | |
214 | -Event: 10.863 GC heap after | |
215 | -Heap after GC invocations=16 (full 2): | |
216 | - PSYoungGen total 205312K, used 11240K [0x00000000d6300000, 0x00000000e3e80000, 0x0000000100000000) | |
217 | - eden space 194048K, 0% used [0x00000000d6300000,0x00000000d6300000,0x00000000e2080000) | |
218 | - from space 11264K, 99% used [0x00000000e2d80000,0x00000000e387a030,0x00000000e3880000) | |
219 | - to space 13312K, 0% used [0x00000000e2080000,0x00000000e2080000,0x00000000e2d80000) | |
220 | - ParOldGen total 88064K, used 22795K [0x0000000082800000, 0x0000000087e00000, 0x00000000d6300000) | |
221 | - object space 88064K, 25% used [0x0000000082800000,0x0000000083e42de0,0x0000000087e00000) | |
222 | - Metaspace used 46735K, capacity 48828K, committed 48984K, reserved 1091584K | |
223 | - class space used 6085K, capacity 6442K, committed 6528K, reserved 1048576K | |
224 | -} | |
225 | -Event: 12.531 GC heap before | |
226 | -{Heap before GC invocations=17 (full 2): | |
227 | - PSYoungGen total 205312K, used 205288K [0x00000000d6300000, 0x00000000e3e80000, 0x0000000100000000) | |
228 | - eden space 194048K, 100% used [0x00000000d6300000,0x00000000e2080000,0x00000000e2080000) | |
229 | - from space 11264K, 99% used [0x00000000e2d80000,0x00000000e387a030,0x00000000e3880000) | |
230 | - to space 13312K, 0% used [0x00000000e2080000,0x00000000e2080000,0x00000000e2d80000) | |
231 | - ParOldGen total 88064K, used 22795K [0x0000000082800000, 0x0000000087e00000, 0x00000000d6300000) | |
232 | - object space 88064K, 25% used [0x0000000082800000,0x0000000083e42de0,0x0000000087e00000) | |
233 | - Metaspace used 49722K, capacity 52060K, committed 52312K, reserved 1095680K | |
234 | - class space used 6524K, capacity 6938K, committed 7040K, reserved 1048576K | |
235 | -Event: 12.551 GC heap after | |
236 | -Heap after GC invocations=17 (full 2): | |
237 | - PSYoungGen total 207360K, used 11735K [0x00000000d6300000, 0x00000000e7000000, 0x0000000100000000) | |
238 | - eden space 194048K, 0% used [0x00000000d6300000,0x00000000d6300000,0x00000000e2080000) | |
239 | - from space 13312K, 88% used [0x00000000e2080000,0x00000000e2bf5c98,0x00000000e2d80000) | |
240 | - to space 14336K, 0% used [0x00000000e6200000,0x00000000e6200000,0x00000000e7000000) | |
241 | - ParOldGen total 88064K, used 29403K [0x0000000082800000, 0x0000000087e00000, 0x00000000d6300000) | |
242 | - object space 88064K, 33% used [0x0000000082800000,0x00000000844b6e40,0x0000000087e00000) | |
243 | - Metaspace used 49722K, capacity 52060K, committed 52312K, reserved 1095680K | |
244 | - class space used 6524K, capacity 6938K, committed 7040K, reserved 1048576K | |
245 | -} | |
246 | - | |
247 | -Deoptimization events (10 events): | |
248 | -Event: 13.197 Thread 0x00000000027c2800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000030940d4 method=java.util.AbstractList$Itr.hasNext()Z @ 8 | |
249 | -Event: 13.197 Thread 0x00000000027c2800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000002b690c4 method=java.util.AbstractList$Itr.next()Ljava/lang/Object; @ 14 | |
250 | -Event: 13.200 Thread 0x00000000027c2800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000030940d4 method=java.util.AbstractList$Itr.hasNext()Z @ 8 | |
251 | -Event: 13.201 Thread 0x00000000027c2800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000002b690c4 method=java.util.AbstractList$Itr.next()Ljava/lang/Object; @ 14 | |
252 | -Event: 13.201 Thread 0x00000000027c2800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000030940d4 method=java.util.AbstractList$Itr.hasNext()Z @ 8 | |
253 | -Event: 13.201 Thread 0x00000000027c2800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000002b690c4 method=java.util.AbstractList$Itr.next()Ljava/lang/Object; @ 14 | |
254 | -Event: 13.471 Thread 0x00000000027c2800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003d7d2e4 method=java.util.regex.Matcher.search(I)Z @ 86 | |
255 | -Event: 13.471 Thread 0x00000000027c2800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003d7d2e4 method=java.util.regex.Matcher.search(I)Z @ 86 | |
256 | -Event: 13.471 Thread 0x00000000027c2800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003d7d2e4 method=java.util.regex.Matcher.search(I)Z @ 86 | |
257 | -Event: 13.471 Thread 0x00000000027c2800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003d7d2e4 method=java.util.regex.Matcher.search(I)Z @ 86 | |
258 | - | |
259 | -Classes redefined (0 events): | |
260 | -No events | |
261 | - | |
262 | -Internal exceptions (10 events): | |
263 | -Event: 12.280 Thread 0x00000000027c2800 Exception <a 'java/lang/ClassNotFoundException': java/lang/ObjectCustomizer> (0x00000000e0e95e28) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 210] | |
264 | -Event: 12.281 Thread 0x00000000027c2800 Exception <a 'java/lang/ClassNotFoundException': org/springframework/boot/actuate/autoconfigure/web/server/ManagementServerPropertiesCustomizer> (0x00000000e0ed8eb8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\shar | |
265 | -Event: 12.332 Thread 0x00000000027c2800 Exception <a 'java/lang/ClassNotFoundException': java/lang/ObjectCustomizer> (0x00000000e129eb78) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 210] | |
266 | -Event: 12.333 Thread 0x00000000027c2800 Exception <a 'java/lang/ClassNotFoundException': org/springframework/cloud/netflix/eureka/serviceregistry/EurekaRegistrationCustomizer> (0x00000000e12ddf58) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\clas | |
267 | -Event: 12.335 Thread 0x00000000027c2800 Exception <a 'java/lang/ClassNotFoundException': org/springframework/cloud/client/serviceregistry/RegistrationCustomizer> (0x00000000e1335e58) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDi | |
268 | -Event: 12.336 Thread 0x00000000027c2800 Exception <a 'java/lang/ClassNotFoundException': org/springframework/cloud/client/ServiceInstanceCustomizer> (0x00000000e1362088) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.cpp, | |
269 | -Event: 12.957 Thread 0x00000000027c2800 Exception <a 'java/lang/ClassNotFoundException': java/lang/ObjectCustomizer> (0x00000000d7bee958) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 210] | |
270 | -Event: 12.958 Thread 0x00000000027c2800 Exception <a 'java/lang/ClassNotFoundException': com/sincere/haikangface/HaikangfaceApplicationTestsCustomizer> (0x00000000d7c20cd0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.c | |
271 | -Event: 13.584 Thread 0x0000000019743000 Exception <a 'java/lang/ClassNotFoundException': java/lang/ObjectCustomizer> (0x00000000da4392b0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 210] | |
272 | -Event: 13.585 Thread 0x0000000019743000 Exception <a 'java/lang/ClassNotFoundException': com/netflix/appinfo/ApplicationInfoManagerCustomizer> (0x00000000da4658a8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.cpp, line | |
273 | - | |
274 | -Events (10 events): | |
275 | -Event: 13.597 Thread 0x0000000019744000 flushing nmethod 0x00000000037d5750 | |
276 | -Event: 13.597 Thread 0x0000000019744000 flushing nmethod 0x00000000037ff710 | |
277 | -Event: 13.597 Thread 0x0000000019744000 flushing nmethod 0x00000000038015d0 | |
278 | -Event: 13.597 Thread 0x0000000019744000 flushing nmethod 0x0000000003809cd0 | |
279 | -Event: 13.597 Thread 0x0000000019744000 flushing nmethod 0x0000000003825810 | |
280 | -Event: 13.597 Thread 0x0000000019744000 flushing nmethod 0x0000000003867350 | |
281 | -Event: 13.597 Thread 0x0000000019744000 flushing nmethod 0x000000000387cf50 | |
282 | -Event: 13.598 Thread 0x0000000019744000 flushing nmethod 0x0000000003918bd0 | |
283 | -Event: 13.602 Thread 0x0000000019743000 Thread exited: 0x0000000019743000 | |
284 | -Event: 13.603 Executing VM operation: Exit | |
285 | - | |
286 | - | |
287 | -Dynamic libraries: | |
288 | -0x00007ff68fe90000 - 0x00007ff68fec7000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\java.exe | |
289 | -0x00007ffca8620000 - 0x00007ffca8810000 C:\WINDOWS\SYSTEM32\ntdll.dll | |
290 | -0x00007ffca67e0000 - 0x00007ffca6892000 C:\WINDOWS\System32\KERNEL32.DLL | |
291 | -0x00007ffca55b0000 - 0x00007ffca5853000 C:\WINDOWS\System32\KERNELBASE.dll | |
292 | -0x00007ffca83b0000 - 0x00007ffca8453000 C:\WINDOWS\System32\ADVAPI32.dll | |
293 | -0x00007ffca66d0000 - 0x00007ffca676e000 C:\WINDOWS\System32\msvcrt.dll | |
294 | -0x00007ffca7cb0000 - 0x00007ffca7d47000 C:\WINDOWS\System32\sechost.dll | |
295 | -0x00007ffca6b80000 - 0x00007ffca6ca0000 C:\WINDOWS\System32\RPCRT4.dll | |
296 | -0x00007ffca73a0000 - 0x00007ffca7534000 C:\WINDOWS\System32\USER32.dll | |
297 | -0x00007ffca5860000 - 0x00007ffca5881000 C:\WINDOWS\System32\win32u.dll | |
298 | -0x00007ffca7030000 - 0x00007ffca7056000 C:\WINDOWS\System32\GDI32.dll | |
299 | -0x00007ffca59f0000 - 0x00007ffca5b84000 C:\WINDOWS\System32\gdi32full.dll | |
300 | -0x00007ffca5ce0000 - 0x00007ffca5d7e000 C:\WINDOWS\System32\msvcp_win.dll | |
301 | -0x00007ffca5890000 - 0x00007ffca598a000 C:\WINDOWS\System32\ucrtbase.dll | |
302 | -0x00007ffc902e0000 - 0x00007ffc90565000 C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.18362.418_none_e6c6b287130d565d\COMCTL32.dll | |
303 | -0x00007ffca7060000 - 0x00007ffca7396000 C:\WINDOWS\System32\combase.dll | |
304 | -0x00007ffca5d80000 - 0x00007ffca5e00000 C:\WINDOWS\System32\bcryptPrimitives.dll | |
305 | -0x00007ffca6d70000 - 0x00007ffca6d9e000 C:\WINDOWS\System32\IMM32.DLL | |
306 | -0x00000000697c0000 - 0x0000000069892000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\msvcr100.dll | |
307 | -0x0000000068f10000 - 0x00000000697b2000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\server\jvm.dll | |
308 | -0x00007ffca67d0000 - 0x00007ffca67d8000 C:\WINDOWS\System32\PSAPI.DLL | |
309 | -0x00007ffc9f430000 - 0x00007ffc9f454000 C:\WINDOWS\SYSTEM32\WINMM.dll | |
310 | -0x00007ffc9ccc0000 - 0x00007ffc9ccca000 C:\WINDOWS\SYSTEM32\VERSION.dll | |
311 | -0x00007ffc8fdf0000 - 0x00007ffc8fdf9000 C:\WINDOWS\SYSTEM32\WSOCK32.dll | |
312 | -0x00007ffca6ca0000 - 0x00007ffca6d0f000 C:\WINDOWS\System32\WS2_32.dll | |
313 | -0x00007ffc9f3e0000 - 0x00007ffc9f40d000 C:\WINDOWS\SYSTEM32\WINMMBASE.dll | |
314 | -0x00007ffca6680000 - 0x00007ffca66ca000 C:\WINDOWS\System32\cfgmgr32.dll | |
315 | -0x0000000068ef0000 - 0x0000000068eff000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\verify.dll | |
316 | -0x0000000068ec0000 - 0x0000000068ee9000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\java.dll | |
317 | -0x0000000068ea0000 - 0x0000000068eb6000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\zip.dll | |
318 | -0x00007ffca7540000 - 0x00007ffca7c25000 C:\WINDOWS\System32\SHELL32.dll | |
319 | -0x00007ffca8460000 - 0x00007ffca8509000 C:\WINDOWS\System32\shcore.dll | |
320 | -0x00007ffca5e00000 - 0x00007ffca657f000 C:\WINDOWS\System32\windows.storage.dll | |
321 | -0x00007ffca5590000 - 0x00007ffca55af000 C:\WINDOWS\System32\profapi.dll | |
322 | -0x00007ffca5520000 - 0x00007ffca556a000 C:\WINDOWS\System32\powrprof.dll | |
323 | -0x00007ffca54f0000 - 0x00007ffca5500000 C:\WINDOWS\System32\UMPDC.dll | |
324 | -0x00007ffca6d10000 - 0x00007ffca6d62000 C:\WINDOWS\System32\shlwapi.dll | |
325 | -0x00007ffca5570000 - 0x00007ffca5581000 C:\WINDOWS\System32\kernel.appcore.dll | |
326 | -0x00007ffca6660000 - 0x00007ffca6677000 C:\WINDOWS\System32\cryptsp.dll | |
327 | -0x0000000068da0000 - 0x0000000068dad000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\management.dll | |
328 | -0x0000000068e60000 - 0x0000000068e7a000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\net.dll | |
329 | -0x00007ffca4d60000 - 0x00007ffca4dc7000 C:\WINDOWS\system32\mswsock.dll | |
330 | -0x0000000068d80000 - 0x0000000068d91000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\nio.dll | |
331 | -0x00007ffca4a70000 - 0x00007ffca4aaa000 C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL | |
332 | -0x00007ffca6da0000 - 0x00007ffca6da8000 C:\WINDOWS\System32\NSI.dll | |
333 | -0x00007ffc9cd40000 - 0x00007ffc9cd56000 C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL | |
334 | -0x00007ffc9cea0000 - 0x00007ffc9cebc000 C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL | |
335 | -0x00007ffca4ab0000 - 0x00007ffca4b7a000 C:\WINDOWS\SYSTEM32\DNSAPI.dll | |
336 | -0x00007ffc9dfc0000 - 0x00007ffc9dfca000 C:\Windows\System32\rasadhlp.dll | |
337 | -0x00007ffc9b8d0000 - 0x00007ffc9b947000 C:\WINDOWS\System32\fwpuclnt.dll | |
338 | -0x00007ffca6630000 - 0x00007ffca6656000 C:\WINDOWS\System32\bcrypt.dll | |
339 | -0x00007ffc8dd10000 - 0x00007ffc8dd26000 C:\WINDOWS\system32\napinsp.dll | |
340 | -0x00007ffc8cf80000 - 0x00007ffc8cf9a000 C:\WINDOWS\system32\pnrpnsp.dll | |
341 | -0x00007ffc8cfa0000 - 0x00007ffc8cfae000 C:\WINDOWS\System32\winrnr.dll | |
342 | -0x00007ffca0cb0000 - 0x00007ffca0ccc000 C:\WINDOWS\system32\NLAapi.dll | |
343 | -0x00007ffca0c00000 - 0x00007ffca0c15000 C:\WINDOWS\system32\wshbth.dll | |
344 | -0x00007ffca48d0000 - 0x00007ffca4903000 C:\WINDOWS\system32\rsaenh.dll | |
345 | -0x00007ffca5410000 - 0x00007ffca5435000 C:\WINDOWS\SYSTEM32\USERENV.dll | |
346 | -0x00007ffca4f30000 - 0x00007ffca4f3c000 C:\WINDOWS\SYSTEM32\CRYPTBASE.dll | |
347 | -0x0000000180000000 - 0x0000000180031000 C:\Users\taohandong\AppData\Local\Temp\jna717540734788703937.tmp | |
348 | -0x0000000021ed0000 - 0x0000000022297000 C:\lib\HCEHomeCMS.DLL | |
349 | -0x00007ffc4a810000 - 0x00007ffc4acda000 C:\lib\HCEHomeSS.DLL | |
350 | -0x00007ffc4a320000 - 0x00007ffc4a80c000 C:\lib\HCNetUtils.dll | |
351 | -0x00000000222a0000 - 0x0000000022470000 C:\lib\sqlite3.dll | |
352 | -0x00000000226f0000 - 0x0000000022a7f000 C:\lib\HCEHomeAlarm.DLL | |
353 | -0x0000000021a40000 - 0x0000000021c30000 C:\TaoHandong\Java_Code\apache-tomcat-8.5.34\bin\tcnative-1.dll | |
354 | -0x00007ffca3e10000 - 0x00007ffca4004000 C:\WINDOWS\SYSTEM32\dbghelp.dll | |
355 | - | |
356 | -VM Arguments: | |
357 | -java_command: C:\Users\TAOHAN~1\AppData\Local\Temp\surefire1465899989424987881\surefirebooter2745191169339217710.jar C:\Users\taohandong\AppData\Local\Temp\surefire1465899989424987881 2019-11-04T16-10-04_128-jvmRun1 surefire6119120787084219994tmp surefire_07669230745177260805tmp | |
358 | -java_class_path (initial): C:\Users\TAOHAN~1\AppData\Local\Temp\surefire1465899989424987881\surefirebooter2745191169339217710.jar | |
359 | -Launcher Type: SUN_STANDARD | |
360 | - | |
361 | -Environment Variables: | |
362 | -JAVA_HOME=C:\Program Files\Java\jdk1.8.0_181 | |
363 | -CLASSPATH=.;C:\Program Files\Java\jdk1.8.0_181\lib;C:\Program Files\Java\jdk1.8.0_181\lib\tools.jar; | |
364 | -PATH=C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\TaoHandong\¹¤¾ßÀàÈí¼þ\Git\cmd;C:\Program Files\Java\jdk1.8.0_181\bin;C:\Program Files\Java\jdk1.8.0_181\jre\bin;C:\Program Files (x86)\Tesseract-OCR;C:\WINDOWS\System32\OpenSSH\;C:\TaoHandong\Java_Code\apache-tomcat-8.5.34\bin;c:\windows\system32;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Program Files (x86)\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\130\DTS\Binn\;C:\Program Files\Microsoft SQL Server\130\DTS\Binn\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn\;C:\TaoHandong\server\mysql-8.0.16-winx64\bin;C:\Program Files\nodejs\;C:\Program Files\RabbitMQ Server\rabbitmq_server-3.7.16\sbin;C:\Program Files\erl10.4\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files\MySQL\MySQL Shell 8.0\bin\;C:\Users\taohandong\AppData\Local\Microsoft\WindowsApps;C:\Program Files\Java\jdk1.8.0_181\bin;C:\Users\taohandong\Downloads\apache-maven-3.6.0-bin\apache-maven-3.6.0\bin;C:\Users\taohandong;C:\TaoHandong\Anaconda;C:\TaoHandong\Anaconda\Scripts;C:\Users\taohandong\AppData\Roaming\npm; | |
365 | -USERNAME=taohandong | |
366 | -OS=Windows_NT | |
367 | -PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 142 Stepping 10, GenuineIntel | |
368 | - | |
369 | - | |
370 | - | |
371 | ---------------- S Y S T E M --------------- | |
372 | - | |
373 | -OS: Windows 10.0 , 64 bit Build 18362 (10.0.18362.329) | |
374 | - | |
375 | -CPU:total 8 (initial active 8) (4 cores per cpu, 2 threads per core) family 6 model 142 stepping 10, 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 | |
376 | - | |
377 | -Memory: 4k page, physical 8218728k(526120k free), swap 21565288k(2873464k free) | |
378 | - | |
379 | -vm_info: Java HotSpot(TM) 64-Bit Server VM (25.181-b13) for windows-amd64 JRE (1.8.0_181-b13), built on Jul 7 2018 04:01:33 by "java_re" with MS VC++ 10.0 (VS2010) | |
380 | - | |
381 | -time: Mon Nov 04 16:10:18 2019 | |
382 | -elapsed time: 13 seconds (0d 0h 0m 13s) | |
383 | - |
cloud/haikangface/hs_err_pid17348.log
... | ... | @@ -1,383 +0,0 @@ |
1 | -# | |
2 | -# A fatal error has been detected by the Java Runtime Environment: | |
3 | -# | |
4 | -# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000022b7643f, pid=17348, tid=0x0000000000005c08 | |
5 | -# | |
6 | -# JRE version: Java(TM) SE Runtime Environment (8.0_181-b13) (build 1.8.0_181-b13) | |
7 | -# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.181-b13 mixed mode windows-amd64 compressed oops) | |
8 | -# Problematic frame: | |
9 | -# C [HCEHomeAlarm.DLL+0x2643f] | |
10 | -# | |
11 | -# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows | |
12 | -# | |
13 | -# If you would like to submit a bug report, please visit: | |
14 | -# http://bugreport.java.com/bugreport/crash.jsp | |
15 | -# | |
16 | - | |
17 | ---------------- T H R E A D --------------- | |
18 | - | |
19 | -Current thread (0x0000000017f19000): VMThread [stack: 0x0000000019c10000,0x0000000019d10000] [id=23560] | |
20 | - | |
21 | -siginfo: ExceptionCode=0xc0000005, reading address 0x0000000000000000 | |
22 | - | |
23 | -Registers: | |
24 | -RAX=0x0000000000000001, RBX=0x0000000000000000, RCX=0x0000000000000000, RDX=0x0000000000000000 | |
25 | -RSP=0x0000000019d0f060, RBP=0x0000000000000000, RSI=0x0000000000000000, RDI=0x0000000000d9bee0 | |
26 | -R8 =0x0000000000000001, R9 =0x0000000000000001, R10=0x0000000000008000, R11=0x0000000019d0f0f0 | |
27 | -R12=0x0000000000d77b40, R13=0x0000000000000000, R14=0x0000000000000001, R15=0x0000000000d77bf0 | |
28 | -RIP=0x0000000022b7643f, EFLAGS=0x0000000000010206 | |
29 | - | |
30 | -Top of Stack: (sp=0x0000000019d0f060) | |
31 | -0x0000000019d0f060: 000000002ab528b0 00007ffca866083d | |
32 | -0x0000000019d0f070: 0000000000d586a0 0000000c00d30000 | |
33 | -0x0000000019d0f080: 0000000000d9bee0 0000000022c0cb11 | |
34 | -0x0000000019d0f090: 0000000000000000 0000000000000000 | |
35 | -0x0000000019d0f0a0: 0000000000d8dcd0 00000033a865fc11 | |
36 | -0x0000000019d0f0b0: 000000002664e030 0000000022b76bf2 | |
37 | -0x0000000019d0f0c0: 0000000000000000 0000000000000001 | |
38 | -0x0000000019d0f0d0: 0000000000000000 0000000000d77b40 | |
39 | -0x0000000019d0f0e0: 0000000000000001 0000000022b76620 | |
40 | -0x0000000019d0f0f0: 0000000000000000 000000002664e030 | |
41 | -0x0000000019d0f100: 0000000000d77b40 0000000000000000 | |
42 | -0x0000000019d0f110: 0000000000dbb2f0 0000000017da5400 | |
43 | -0x0000000019d0f120: 00000000237588c0 0000000022b75cc8 | |
44 | -0x0000000019d0f130: 0000000017da5400 000000002664e030 | |
45 | -0x0000000019d0f140: 0000000000000000 0000000017da5400 | |
46 | -0x0000000019d0f150: 00000000237588c0 0000000022c0db04 | |
47 | - | |
48 | -Instructions: (pc=0x0000000022b7643f) | |
49 | -0x0000000022b7641f: 38 48 8b 74 24 40 48 83 c4 20 5f c3 cc cc cc cc | |
50 | -0x0000000022b7642f: cc 48 89 5c 24 08 48 89 74 24 10 57 48 83 ec 20 | |
51 | -0x0000000022b7643f: 48 8b 01 41 8b f0 8b da 48 8b f9 ff 50 08 85 c0 | |
52 | -0x0000000022b7644f: 75 48 48 8b 05 78 70 17 00 48 83 f8 ff 74 1f ba | |
53 | - | |
54 | - | |
55 | -Register to memory mapping: | |
56 | - | |
57 | -RAX=0x0000000000000001 is an unknown value | |
58 | -RBX=0x0000000000000000 is an unknown value | |
59 | -RCX=0x0000000000000000 is an unknown value | |
60 | -RDX=0x0000000000000000 is an unknown value | |
61 | -RSP=0x0000000019d0f060 is an unknown value | |
62 | -RBP=0x0000000000000000 is an unknown value | |
63 | -RSI=0x0000000000000000 is an unknown value | |
64 | -RDI=0x0000000000d9bee0 is an unknown value | |
65 | -R8 =0x0000000000000001 is an unknown value | |
66 | -R9 =0x0000000000000001 is an unknown value | |
67 | -R10=0x0000000000008000 is an unknown value | |
68 | -R11=0x0000000019d0f0f0 is an unknown value | |
69 | -R12=0x0000000000d77b40 is an unknown value | |
70 | -R13=0x0000000000000000 is an unknown value | |
71 | -R14=0x0000000000000001 is an unknown value | |
72 | -R15=0x0000000000d77bf0 is an unknown value | |
73 | - | |
74 | - | |
75 | -Stack: [0x0000000019c10000,0x0000000019d10000], sp=0x0000000019d0f060, free space=1020k | |
76 | -Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) | |
77 | - | |
78 | -VM_Operation (0x0000000002ebef80): Exit, mode: safepoint, requested by thread 0x0000000002f02800 | |
79 | - | |
80 | - | |
81 | ---------------- P R O C E S S --------------- | |
82 | - | |
83 | -Java Threads: ( => current thread ) | |
84 | - 0x0000000019eb3800 JavaThread "surefire-forkedjvm-last-ditch-daemon-shutdown-thread-30s" daemon [_thread_blocked, id=22732, stack(0x000000002c690000,0x000000002c790000)] | |
85 | - 0x000000001a049000 JavaThread "surefire-forkedjvm-command-thread" daemon [_thread_in_native, id=22364, stack(0x000000001ab70000,0x000000001ac70000)] | |
86 | - 0x0000000019f3c800 JavaThread "Service Thread" daemon [_thread_blocked, id=19396, stack(0x000000001a970000,0x000000001aa70000)] | |
87 | - 0x0000000019eb6800 JavaThread "C1 CompilerThread3" daemon [_thread_blocked, id=11500, stack(0x000000001a870000,0x000000001a970000)] | |
88 | - 0x0000000019ead800 JavaThread "C2 CompilerThread2" daemon [_thread_blocked, id=1164, stack(0x000000001a770000,0x000000001a870000)] | |
89 | - 0x0000000019ea3000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=11956, stack(0x000000001a670000,0x000000001a770000)] | |
90 | - 0x0000000019e9e000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=8788, stack(0x000000001a570000,0x000000001a670000)] | |
91 | - 0x0000000019e9b800 JavaThread "Attach Listener" daemon [_thread_blocked, id=14900, stack(0x000000001a470000,0x000000001a570000)] | |
92 | - 0x0000000019e49800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=20412, stack(0x000000001a370000,0x000000001a470000)] | |
93 | - 0x0000000002ff9800 JavaThread "Finalizer" daemon [_thread_blocked, id=22376, stack(0x000000001a210000,0x000000001a310000)] | |
94 | - 0x0000000002ff6000 JavaThread "Reference Handler" daemon [_thread_blocked, id=3312, stack(0x0000000019d10000,0x0000000019e10000)] | |
95 | - 0x0000000002f02800 JavaThread "main" [_thread_blocked, id=22156, stack(0x0000000002dc0000,0x0000000002ec0000)] | |
96 | - | |
97 | -Other Threads: | |
98 | -=>0x0000000017f19000 VMThread [stack: 0x0000000019c10000,0x0000000019d10000] [id=23560] | |
99 | - | |
100 | -VM state:at safepoint (shutting down) | |
101 | - | |
102 | -VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event]) | |
103 | -[0x0000000002efdce0] Threads_lock - owner thread: 0x0000000017f19000 | |
104 | - | |
105 | -Heap: | |
106 | - PSYoungGen total 268800K, used 98614K [0x00000000d6300000, 0x00000000e8900000, 0x0000000100000000) | |
107 | - eden space 251904K, 32% used [0x00000000d6300000,0x00000000db2d38f0,0x00000000e5900000) | |
108 | - from space 16896K, 99% used [0x00000000e6d80000,0x00000000e7dfa030,0x00000000e7e00000) | |
109 | - to space 20992K, 0% used [0x00000000e5900000,0x00000000e5900000,0x00000000e6d80000) | |
110 | - ParOldGen total 91648K, used 26531K [0x0000000082800000, 0x0000000088180000, 0x00000000d6300000) | |
111 | - object space 91648K, 28% used [0x0000000082800000,0x00000000841e8d20,0x0000000088180000) | |
112 | - Metaspace used 52775K, capacity 55156K, committed 55384K, reserved 1097728K | |
113 | - class space used 7030K, capacity 7442K, committed 7552K, reserved 1048576K | |
114 | - | |
115 | -Card table byte_map: [0x00000000123c0000,0x00000000127b0000] byte_map_base: 0x0000000011fac000 | |
116 | - | |
117 | -Marking Bits: (ParMarkBitMap*) 0x0000000069732d00 | |
118 | - Begin Bits: [0x0000000013250000, 0x00000000151b0000) | |
119 | - End Bits: [0x00000000151b0000, 0x0000000017110000) | |
120 | - | |
121 | -Polling page: 0x00000000012c0000 | |
122 | - | |
123 | -CodeCache: size=245760Kb used=19931Kb max_used=20141Kb free=225828Kb | |
124 | - bounds [0x0000000003000000, 0x00000000043c0000, 0x0000000012000000] | |
125 | - total_blobs=5451 nmethods=4958 adapters=404 | |
126 | - compilation: enabled | |
127 | - | |
128 | -Compilation events (10 events): | |
129 | -Event: 9.422 Thread 0x0000000019eb6800 5709 2 io.micrometer.shaded.org.pcollections.ConsPStack::subList (39 bytes) | |
130 | -Event: 9.422 Thread 0x0000000019eb6800 nmethod 5709 0x00000000034d0fd0 code [0x00000000034d1140, 0x00000000034d13a8] | |
131 | -Event: 9.423 Thread 0x0000000019eb6800 5712 % ! 3 java.util.concurrent.ConcurrentHashMap::clear @ 10 (176 bytes) | |
132 | -Event: 9.424 Thread 0x0000000019eb6800 nmethod 5712% 0x0000000003409cd0 code [0x0000000003409ee0, 0x000000000340ad18] | |
133 | -Event: 9.424 Thread 0x0000000019eb6800 5710 2 io.micrometer.shaded.org.pcollections.ConsPStack::listIterator (30 bytes) | |
134 | -Event: 9.424 Thread 0x0000000019eb6800 nmethod 5710 0x00000000034eced0 code [0x00000000034ed040, 0x00000000034ed2b8] | |
135 | -Event: 9.425 Thread 0x0000000019eb6800 5716 ! 3 java.util.concurrent.ConcurrentHashMap::clear (176 bytes) | |
136 | -Event: 9.426 Thread 0x0000000019eb6800 nmethod 5716 0x00000000037a6790 code [0x00000000037a69a0, 0x00000000037a7738] | |
137 | -Event: 9.426 Thread 0x0000000019eb6800 5715 ! 2 org.springframework.beans.factory.support.DefaultSingletonBeanRegistry::destroyBean (385 bytes) | |
138 | -Event: 9.428 Thread 0x0000000019eb6800 nmethod 5715 0x00000000033a1990 code [0x00000000033a1d20, 0x00000000033a2fb8] | |
139 | - | |
140 | -GC Heap History (10 events): | |
141 | -Event: 3.551 GC heap before | |
142 | -{Heap before GC invocations=10 (full 2): | |
143 | - PSYoungGen total 176640K, used 11238K [0x00000000d6300000, 0x00000000e4600000, 0x0000000100000000) | |
144 | - eden space 165376K, 0% used [0x00000000d6300000,0x00000000d6300000,0x00000000e0480000) | |
145 | - from space 11264K, 99% used [0x00000000e1280000,0x00000000e1d799d0,0x00000000e1d80000) | |
146 | - to space 14336K, 0% used [0x00000000e0480000,0x00000000e0480000,0x00000000e1280000) | |
147 | - ParOldGen total 55296K, used 13478K [0x0000000082800000, 0x0000000085e00000, 0x00000000d6300000) | |
148 | - object space 55296K, 24% used [0x0000000082800000,0x00000000835298b8,0x0000000085e00000) | |
149 | - Metaspace used 34217K, capacity 35304K, committed 35416K, reserved 1079296K | |
150 | - class space used 4428K, capacity 4672K, committed 4736K, reserved 1048576K | |
151 | -Event: 3.609 GC heap after | |
152 | -Heap after GC invocations=10 (full 2): | |
153 | - PSYoungGen total 176640K, used 0K [0x00000000d6300000, 0x00000000e4600000, 0x0000000100000000) | |
154 | - eden space 165376K, 0% used [0x00000000d6300000,0x00000000d6300000,0x00000000e0480000) | |
155 | - from space 11264K, 0% used [0x00000000e1280000,0x00000000e1280000,0x00000000e1d80000) | |
156 | - to space 14336K, 0% used [0x00000000e0480000,0x00000000e0480000,0x00000000e1280000) | |
157 | - ParOldGen total 91648K, used 19474K [0x0000000082800000, 0x0000000088180000, 0x00000000d6300000) | |
158 | - object space 91648K, 21% used [0x0000000082800000,0x0000000083b04820,0x0000000088180000) | |
159 | - Metaspace used 34217K, capacity 35304K, committed 35416K, reserved 1079296K | |
160 | - class space used 4428K, capacity 4672K, committed 4736K, reserved 1048576K | |
161 | -} | |
162 | -Event: 4.994 GC heap before | |
163 | -{Heap before GC invocations=11 (full 2): | |
164 | - PSYoungGen total 176640K, used 165376K [0x00000000d6300000, 0x00000000e4600000, 0x0000000100000000) | |
165 | - eden space 165376K, 100% used [0x00000000d6300000,0x00000000e0480000,0x00000000e0480000) | |
166 | - from space 11264K, 0% used [0x00000000e1280000,0x00000000e1280000,0x00000000e1d80000) | |
167 | - to space 14336K, 0% used [0x00000000e0480000,0x00000000e0480000,0x00000000e1280000) | |
168 | - ParOldGen total 91648K, used 19474K [0x0000000082800000, 0x0000000088180000, 0x00000000d6300000) | |
169 | - object space 91648K, 21% used [0x0000000082800000,0x0000000083b04820,0x0000000088180000) | |
170 | - Metaspace used 40954K, capacity 42228K, committed 42456K, reserved 1085440K | |
171 | - class space used 5249K, capacity 5518K, committed 5632K, reserved 1048576K | |
172 | -Event: 5.003 GC heap after | |
173 | -Heap after GC invocations=11 (full 2): | |
174 | - PSYoungGen total 179712K, used 9230K [0x00000000d6300000, 0x00000000e4a80000, 0x0000000100000000) | |
175 | - eden space 165376K, 0% used [0x00000000d6300000,0x00000000d6300000,0x00000000e0480000) | |
176 | - from space 14336K, 64% used [0x00000000e0480000,0x00000000e0d83918,0x00000000e1280000) | |
177 | - to space 14336K, 0% used [0x00000000e3c80000,0x00000000e3c80000,0x00000000e4a80000) | |
178 | - ParOldGen total 91648K, used 19482K [0x0000000082800000, 0x0000000088180000, 0x00000000d6300000) | |
179 | - object space 91648K, 21% used [0x0000000082800000,0x0000000083b06820,0x0000000088180000) | |
180 | - Metaspace used 40954K, capacity 42228K, committed 42456K, reserved 1085440K | |
181 | - class space used 5249K, capacity 5518K, committed 5632K, reserved 1048576K | |
182 | -} | |
183 | -Event: 6.070 GC heap before | |
184 | -{Heap before GC invocations=12 (full 2): | |
185 | - PSYoungGen total 179712K, used 174606K [0x00000000d6300000, 0x00000000e4a80000, 0x0000000100000000) | |
186 | - eden space 165376K, 100% used [0x00000000d6300000,0x00000000e0480000,0x00000000e0480000) | |
187 | - from space 14336K, 64% used [0x00000000e0480000,0x00000000e0d83918,0x00000000e1280000) | |
188 | - to space 14336K, 0% used [0x00000000e3c80000,0x00000000e3c80000,0x00000000e4a80000) | |
189 | - ParOldGen total 91648K, used 19482K [0x0000000082800000, 0x0000000088180000, 0x00000000d6300000) | |
190 | - object space 91648K, 21% used [0x0000000082800000,0x0000000083b06820,0x0000000088180000) | |
191 | - Metaspace used 43352K, capacity 44816K, committed 45016K, reserved 1089536K | |
192 | - class space used 5594K, capacity 5878K, committed 5888K, reserved 1048576K | |
193 | -Event: 6.080 GC heap after | |
194 | -Heap after GC invocations=12 (full 2): | |
195 | - PSYoungGen total 218624K, used 10993K [0x00000000d6300000, 0x00000000e4900000, 0x0000000100000000) | |
196 | - eden space 205824K, 0% used [0x00000000d6300000,0x00000000d6300000,0x00000000e2c00000) | |
197 | - from space 12800K, 85% used [0x00000000e3c80000,0x00000000e473c658,0x00000000e4900000) | |
198 | - to space 14848K, 0% used [0x00000000e2c00000,0x00000000e2c00000,0x00000000e3a80000) | |
199 | - ParOldGen total 91648K, used 19490K [0x0000000082800000, 0x0000000088180000, 0x00000000d6300000) | |
200 | - object space 91648K, 21% used [0x0000000082800000,0x0000000083b08820,0x0000000088180000) | |
201 | - Metaspace used 43352K, capacity 44816K, committed 45016K, reserved 1089536K | |
202 | - class space used 5594K, capacity 5878K, committed 5888K, reserved 1048576K | |
203 | -} | |
204 | -Event: 7.119 GC heap before | |
205 | -{Heap before GC invocations=13 (full 2): | |
206 | - PSYoungGen total 218624K, used 216817K [0x00000000d6300000, 0x00000000e4900000, 0x0000000100000000) | |
207 | - eden space 205824K, 100% used [0x00000000d6300000,0x00000000e2c00000,0x00000000e2c00000) | |
208 | - from space 12800K, 85% used [0x00000000e3c80000,0x00000000e473c658,0x00000000e4900000) | |
209 | - to space 14848K, 0% used [0x00000000e2c00000,0x00000000e2c00000,0x00000000e3a80000) | |
210 | - ParOldGen total 91648K, used 19490K [0x0000000082800000, 0x0000000088180000, 0x00000000d6300000) | |
211 | - object space 91648K, 21% used [0x0000000082800000,0x0000000083b08820,0x0000000088180000) | |
212 | - Metaspace used 46275K, capacity 48350K, committed 48600K, reserved 1091584K | |
213 | - class space used 6016K, capacity 6389K, committed 6400K, reserved 1048576K | |
214 | -Event: 7.134 GC heap after | |
215 | -Heap after GC invocations=13 (full 2): | |
216 | - PSYoungGen total 220672K, used 14840K [0x00000000d6300000, 0x00000000e7e00000, 0x0000000100000000) | |
217 | - eden space 205824K, 0% used [0x00000000d6300000,0x00000000d6300000,0x00000000e2c00000) | |
218 | - from space 14848K, 99% used [0x00000000e2c00000,0x00000000e3a7e040,0x00000000e3a80000) | |
219 | - to space 16896K, 0% used [0x00000000e6d80000,0x00000000e6d80000,0x00000000e7e00000) | |
220 | - ParOldGen total 91648K, used 21492K [0x0000000082800000, 0x0000000088180000, 0x00000000d6300000) | |
221 | - object space 91648K, 23% used [0x0000000082800000,0x0000000083cfd128,0x0000000088180000) | |
222 | - Metaspace used 46275K, capacity 48350K, committed 48600K, reserved 1091584K | |
223 | - class space used 6016K, capacity 6389K, committed 6400K, reserved 1048576K | |
224 | -} | |
225 | -Event: 8.675 GC heap before | |
226 | -{Heap before GC invocations=14 (full 2): | |
227 | - PSYoungGen total 220672K, used 220664K [0x00000000d6300000, 0x00000000e7e00000, 0x0000000100000000) | |
228 | - eden space 205824K, 100% used [0x00000000d6300000,0x00000000e2c00000,0x00000000e2c00000) | |
229 | - from space 14848K, 99% used [0x00000000e2c00000,0x00000000e3a7e040,0x00000000e3a80000) | |
230 | - to space 16896K, 0% used [0x00000000e6d80000,0x00000000e6d80000,0x00000000e7e00000) | |
231 | - ParOldGen total 91648K, used 21492K [0x0000000082800000, 0x0000000088180000, 0x00000000d6300000) | |
232 | - object space 91648K, 23% used [0x0000000082800000,0x0000000083cfd128,0x0000000088180000) | |
233 | - Metaspace used 49339K, capacity 51676K, committed 51928K, reserved 1093632K | |
234 | - class space used 6472K, capacity 6874K, committed 6912K, reserved 1048576K | |
235 | -Event: 8.706 GC heap after | |
236 | -Heap after GC invocations=14 (full 2): | |
237 | - PSYoungGen total 268800K, used 16872K [0x00000000d6300000, 0x00000000e8900000, 0x0000000100000000) | |
238 | - eden space 251904K, 0% used [0x00000000d6300000,0x00000000d6300000,0x00000000e5900000) | |
239 | - from space 16896K, 99% used [0x00000000e6d80000,0x00000000e7dfa030,0x00000000e7e00000) | |
240 | - to space 20992K, 0% used [0x00000000e5900000,0x00000000e5900000,0x00000000e6d80000) | |
241 | - ParOldGen total 91648K, used 26531K [0x0000000082800000, 0x0000000088180000, 0x00000000d6300000) | |
242 | - object space 91648K, 28% used [0x0000000082800000,0x00000000841e8d20,0x0000000088180000) | |
243 | - Metaspace used 49339K, capacity 51676K, committed 51928K, reserved 1093632K | |
244 | - class space used 6472K, capacity 6874K, committed 6912K, reserved 1048576K | |
245 | -} | |
246 | - | |
247 | -Deoptimization events (10 events): | |
248 | -Event: 9.200 Thread 0x0000000002f02800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003790654 method=java.util.AbstractList$Itr.hasNext()Z @ 8 | |
249 | -Event: 9.200 Thread 0x0000000002f02800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003c80944 method=java.util.AbstractList$Itr.next()Ljava/lang/Object; @ 14 | |
250 | -Event: 9.200 Thread 0x0000000002f02800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003790654 method=java.util.AbstractList$Itr.hasNext()Z @ 8 | |
251 | -Event: 9.200 Thread 0x0000000002f02800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003c80944 method=java.util.AbstractList$Itr.next()Ljava/lang/Object; @ 14 | |
252 | -Event: 9.317 Thread 0x0000000002f02800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000004345fe4 method=java.util.regex.Matcher.search(I)Z @ 86 | |
253 | -Event: 9.317 Thread 0x0000000002f02800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000004345fe4 method=java.util.regex.Matcher.search(I)Z @ 86 | |
254 | -Event: 9.317 Thread 0x0000000002f02800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000004345fe4 method=java.util.regex.Matcher.search(I)Z @ 86 | |
255 | -Event: 9.317 Thread 0x0000000002f02800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000004345fe4 method=java.util.regex.Matcher.search(I)Z @ 86 | |
256 | -Event: 9.404 Thread 0x0000000019eb4000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000039124d4 method=java.lang.AbstractStringBuilder.append(I)Ljava/lang/AbstractStringBuilder; @ 16 | |
257 | -Event: 9.411 Thread 0x0000000019eb4000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003660c94 method=java.util.Collections$SynchronizedCollection.add(Ljava/lang/Object;)Z @ 12 | |
258 | - | |
259 | -Classes redefined (0 events): | |
260 | -No events | |
261 | - | |
262 | -Internal exceptions (10 events): | |
263 | -Event: 8.566 Thread 0x0000000002f02800 Exception <a 'java/lang/ClassNotFoundException': java/lang/ObjectCustomizer> (0x00000000e1fe91f0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 210] | |
264 | -Event: 8.566 Thread 0x0000000002f02800 Exception <a 'java/lang/ClassNotFoundException': org/springframework/boot/actuate/autoconfigure/web/server/ManagementServerPropertiesCustomizer> (0x00000000e202bd60) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\shar | |
265 | -Event: 8.611 Thread 0x0000000002f02800 Exception <a 'java/lang/ClassNotFoundException': java/lang/ObjectCustomizer> (0x00000000e23fa238) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 210] | |
266 | -Event: 8.611 Thread 0x0000000002f02800 Exception <a 'java/lang/ClassNotFoundException': org/springframework/cloud/netflix/eureka/serviceregistry/EurekaRegistrationCustomizer> (0x00000000e2439158) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\clas | |
267 | -Event: 8.613 Thread 0x0000000002f02800 Exception <a 'java/lang/ClassNotFoundException': org/springframework/cloud/client/serviceregistry/RegistrationCustomizer> (0x00000000e2490d28) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDi | |
268 | -Event: 8.613 Thread 0x0000000002f02800 Exception <a 'java/lang/ClassNotFoundException': org/springframework/cloud/client/ServiceInstanceCustomizer> (0x00000000e24bcbf8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.cpp, | |
269 | -Event: 9.092 Thread 0x0000000002f02800 Exception <a 'java/lang/ClassNotFoundException': java/lang/ObjectCustomizer> (0x00000000d82be758) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 210] | |
270 | -Event: 9.093 Thread 0x0000000002f02800 Exception <a 'java/lang/ClassNotFoundException': com/sincere/haikangface/HaikangfaceApplicationTestsCustomizer> (0x00000000d82f0750) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.c | |
271 | -Event: 9.406 Thread 0x0000000019eb4000 Exception <a 'java/lang/ClassNotFoundException': java/lang/ObjectCustomizer> (0x00000000dae077b0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 210] | |
272 | -Event: 9.407 Thread 0x0000000019eb4000 Exception <a 'java/lang/ClassNotFoundException': com/netflix/appinfo/ApplicationInfoManagerCustomizer> (0x00000000dae33a78) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.cpp, line | |
273 | - | |
274 | -Events (10 events): | |
275 | -Event: 9.423 Thread 0x0000000019eb6800 flushing nmethod 0x0000000003ba8d10 | |
276 | -Event: 9.424 Thread 0x0000000019eb6800 flushing nmethod 0x0000000003bbe550 | |
277 | -Event: 9.424 Thread 0x0000000019eb6800 flushing nmethod 0x0000000003bdf510 | |
278 | -Event: 9.424 Thread 0x0000000019eb6800 flushing nmethod 0x0000000003be91d0 | |
279 | -Event: 9.424 Thread 0x0000000019eb6800 flushing nmethod 0x0000000003c66b50 | |
280 | -Event: 9.424 Thread 0x0000000019eb4000 DEOPT PACKING pc=0x0000000003364394 sp=0x000000002d34eec0 | |
281 | -Event: 9.424 Thread 0x0000000019eb4000 DEOPT UNPACKING pc=0x0000000003047890 sp=0x000000002d34ec08 mode 0 | |
282 | -Event: 9.424 Thread 0x0000000019eb6800 flushing nmethod 0x0000000003d136d0 | |
283 | -Event: 9.425 Thread 0x0000000019eb4000 Thread exited: 0x0000000019eb4000 | |
284 | -Event: 9.429 Executing VM operation: Exit | |
285 | - | |
286 | - | |
287 | -Dynamic libraries: | |
288 | -0x00007ff68fe90000 - 0x00007ff68fec7000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\java.exe | |
289 | -0x00007ffca8620000 - 0x00007ffca8810000 C:\WINDOWS\SYSTEM32\ntdll.dll | |
290 | -0x00007ffca67e0000 - 0x00007ffca6892000 C:\WINDOWS\System32\KERNEL32.DLL | |
291 | -0x00007ffca55b0000 - 0x00007ffca5853000 C:\WINDOWS\System32\KERNELBASE.dll | |
292 | -0x00007ffca83b0000 - 0x00007ffca8453000 C:\WINDOWS\System32\ADVAPI32.dll | |
293 | -0x00007ffca66d0000 - 0x00007ffca676e000 C:\WINDOWS\System32\msvcrt.dll | |
294 | -0x00007ffca7cb0000 - 0x00007ffca7d47000 C:\WINDOWS\System32\sechost.dll | |
295 | -0x00007ffca6b80000 - 0x00007ffca6ca0000 C:\WINDOWS\System32\RPCRT4.dll | |
296 | -0x00007ffca73a0000 - 0x00007ffca7534000 C:\WINDOWS\System32\USER32.dll | |
297 | -0x00007ffca5860000 - 0x00007ffca5881000 C:\WINDOWS\System32\win32u.dll | |
298 | -0x00007ffca7030000 - 0x00007ffca7056000 C:\WINDOWS\System32\GDI32.dll | |
299 | -0x00007ffca59f0000 - 0x00007ffca5b84000 C:\WINDOWS\System32\gdi32full.dll | |
300 | -0x00007ffca5ce0000 - 0x00007ffca5d7e000 C:\WINDOWS\System32\msvcp_win.dll | |
301 | -0x00007ffca5890000 - 0x00007ffca598a000 C:\WINDOWS\System32\ucrtbase.dll | |
302 | -0x00007ffc902e0000 - 0x00007ffc90565000 C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.18362.418_none_e6c6b287130d565d\COMCTL32.dll | |
303 | -0x00007ffca7060000 - 0x00007ffca7396000 C:\WINDOWS\System32\combase.dll | |
304 | -0x00007ffca5d80000 - 0x00007ffca5e00000 C:\WINDOWS\System32\bcryptPrimitives.dll | |
305 | -0x00007ffca6d70000 - 0x00007ffca6d9e000 C:\WINDOWS\System32\IMM32.DLL | |
306 | -0x00000000697c0000 - 0x0000000069892000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\msvcr100.dll | |
307 | -0x0000000068f10000 - 0x00000000697b2000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\server\jvm.dll | |
308 | -0x00007ffca67d0000 - 0x00007ffca67d8000 C:\WINDOWS\System32\PSAPI.DLL | |
309 | -0x00007ffc9f430000 - 0x00007ffc9f454000 C:\WINDOWS\SYSTEM32\WINMM.dll | |
310 | -0x00007ffc8fdf0000 - 0x00007ffc8fdf9000 C:\WINDOWS\SYSTEM32\WSOCK32.dll | |
311 | -0x00007ffc9ccc0000 - 0x00007ffc9ccca000 C:\WINDOWS\SYSTEM32\VERSION.dll | |
312 | -0x00007ffca6ca0000 - 0x00007ffca6d0f000 C:\WINDOWS\System32\WS2_32.dll | |
313 | -0x00007ffc9f3e0000 - 0x00007ffc9f40d000 C:\WINDOWS\SYSTEM32\WINMMBASE.dll | |
314 | -0x00007ffca6680000 - 0x00007ffca66ca000 C:\WINDOWS\System32\cfgmgr32.dll | |
315 | -0x0000000068ef0000 - 0x0000000068eff000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\verify.dll | |
316 | -0x0000000068ec0000 - 0x0000000068ee9000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\java.dll | |
317 | -0x0000000068ea0000 - 0x0000000068eb6000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\zip.dll | |
318 | -0x00007ffca7540000 - 0x00007ffca7c25000 C:\WINDOWS\System32\SHELL32.dll | |
319 | -0x00007ffca8460000 - 0x00007ffca8509000 C:\WINDOWS\System32\shcore.dll | |
320 | -0x00007ffca5e00000 - 0x00007ffca657f000 C:\WINDOWS\System32\windows.storage.dll | |
321 | -0x00007ffca5590000 - 0x00007ffca55af000 C:\WINDOWS\System32\profapi.dll | |
322 | -0x00007ffca5520000 - 0x00007ffca556a000 C:\WINDOWS\System32\powrprof.dll | |
323 | -0x00007ffca54f0000 - 0x00007ffca5500000 C:\WINDOWS\System32\UMPDC.dll | |
324 | -0x00007ffca6d10000 - 0x00007ffca6d62000 C:\WINDOWS\System32\shlwapi.dll | |
325 | -0x00007ffca5570000 - 0x00007ffca5581000 C:\WINDOWS\System32\kernel.appcore.dll | |
326 | -0x00007ffca6660000 - 0x00007ffca6677000 C:\WINDOWS\System32\cryptsp.dll | |
327 | -0x0000000068da0000 - 0x0000000068dad000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\management.dll | |
328 | -0x0000000068e60000 - 0x0000000068e7a000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\net.dll | |
329 | -0x00007ffca4d60000 - 0x00007ffca4dc7000 C:\WINDOWS\system32\mswsock.dll | |
330 | -0x0000000068d80000 - 0x0000000068d91000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\nio.dll | |
331 | -0x00007ffca4a70000 - 0x00007ffca4aaa000 C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL | |
332 | -0x00007ffca6da0000 - 0x00007ffca6da8000 C:\WINDOWS\System32\NSI.dll | |
333 | -0x00007ffc9cd40000 - 0x00007ffc9cd56000 C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL | |
334 | -0x00007ffc9cea0000 - 0x00007ffc9cebc000 C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL | |
335 | -0x00007ffca4ab0000 - 0x00007ffca4b7a000 C:\WINDOWS\SYSTEM32\DNSAPI.dll | |
336 | -0x00007ffc9dfc0000 - 0x00007ffc9dfca000 C:\Windows\System32\rasadhlp.dll | |
337 | -0x00007ffc9b8d0000 - 0x00007ffc9b947000 C:\WINDOWS\System32\fwpuclnt.dll | |
338 | -0x00007ffca6630000 - 0x00007ffca6656000 C:\WINDOWS\System32\bcrypt.dll | |
339 | -0x00007ffc8dd10000 - 0x00007ffc8dd26000 C:\WINDOWS\system32\napinsp.dll | |
340 | -0x00007ffc8cf80000 - 0x00007ffc8cf9a000 C:\WINDOWS\system32\pnrpnsp.dll | |
341 | -0x00007ffc8cfa0000 - 0x00007ffc8cfae000 C:\WINDOWS\System32\winrnr.dll | |
342 | -0x00007ffca0cb0000 - 0x00007ffca0ccc000 C:\WINDOWS\system32\NLAapi.dll | |
343 | -0x00007ffca0c00000 - 0x00007ffca0c15000 C:\WINDOWS\system32\wshbth.dll | |
344 | -0x00007ffca48d0000 - 0x00007ffca4903000 C:\WINDOWS\system32\rsaenh.dll | |
345 | -0x00007ffca5410000 - 0x00007ffca5435000 C:\WINDOWS\SYSTEM32\USERENV.dll | |
346 | -0x00007ffca4f30000 - 0x00007ffca4f3c000 C:\WINDOWS\SYSTEM32\CRYPTBASE.dll | |
347 | -0x0000000180000000 - 0x0000000180031000 C:\Users\taohandong\AppData\Local\Temp\jna3233381375674581625.tmp | |
348 | -0x0000000022420000 - 0x00000000227e7000 C:\lib\HCEHomeCMS.DLL | |
349 | -0x00007ffc4a810000 - 0x00007ffc4acda000 C:\lib\HCEHomeSS.DLL | |
350 | -0x00007ffc4a320000 - 0x00007ffc4a80c000 C:\lib\HCNetUtils.dll | |
351 | -0x00000000227f0000 - 0x00000000229c0000 C:\lib\sqlite3.dll | |
352 | -0x0000000022b50000 - 0x0000000022edf000 C:\lib\HCEHomeAlarm.DLL | |
353 | -0x00000000230e0000 - 0x00000000232d0000 C:\TaoHandong\Java_Code\apache-tomcat-8.5.34\bin\tcnative-1.dll | |
354 | -0x00007ffca3e10000 - 0x00007ffca4004000 C:\WINDOWS\SYSTEM32\dbghelp.dll | |
355 | - | |
356 | -VM Arguments: | |
357 | -java_command: C:\Users\TAOHAN~1\AppData\Local\Temp\surefire6587196833514093323\surefirebooter1903488191929660765.jar C:\Users\taohandong\AppData\Local\Temp\surefire6587196833514093323 2019-11-04T16-51-20_742-jvmRun1 surefire4324496741136700368tmp surefire_0411705580379293534tmp | |
358 | -java_class_path (initial): C:\Users\TAOHAN~1\AppData\Local\Temp\surefire6587196833514093323\surefirebooter1903488191929660765.jar | |
359 | -Launcher Type: SUN_STANDARD | |
360 | - | |
361 | -Environment Variables: | |
362 | -JAVA_HOME=C:\Program Files\Java\jdk1.8.0_181 | |
363 | -CLASSPATH=.;C:\Program Files\Java\jdk1.8.0_181\lib;C:\Program Files\Java\jdk1.8.0_181\lib\tools.jar; | |
364 | -PATH=C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\TaoHandong\¹¤¾ßÀàÈí¼þ\Git\cmd;C:\Program Files\Java\jdk1.8.0_181\bin;C:\Program Files\Java\jdk1.8.0_181\jre\bin;C:\Program Files (x86)\Tesseract-OCR;C:\WINDOWS\System32\OpenSSH\;C:\TaoHandong\Java_Code\apache-tomcat-8.5.34\bin;c:\windows\system32;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Program Files (x86)\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\130\DTS\Binn\;C:\Program Files\Microsoft SQL Server\130\DTS\Binn\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn\;C:\TaoHandong\server\mysql-8.0.16-winx64\bin;C:\Program Files\nodejs\;C:\Program Files\RabbitMQ Server\rabbitmq_server-3.7.16\sbin;C:\Program Files\erl10.4\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files\MySQL\MySQL Shell 8.0\bin\;C:\Users\taohandong\AppData\Local\Microsoft\WindowsApps;C:\Program Files\Java\jdk1.8.0_181\bin;C:\Users\taohandong\Downloads\apache-maven-3.6.0-bin\apache-maven-3.6.0\bin;C:\Users\taohandong;C:\TaoHandong\Anaconda;C:\TaoHandong\Anaconda\Scripts;C:\Users\taohandong\AppData\Roaming\npm; | |
365 | -USERNAME=taohandong | |
366 | -OS=Windows_NT | |
367 | -PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 142 Stepping 10, GenuineIntel | |
368 | - | |
369 | - | |
370 | - | |
371 | ---------------- S Y S T E M --------------- | |
372 | - | |
373 | -OS: Windows 10.0 , 64 bit Build 18362 (10.0.18362.329) | |
374 | - | |
375 | -CPU:total 8 (initial active 8) (4 cores per cpu, 2 threads per core) family 6 model 142 stepping 10, 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 | |
376 | - | |
377 | -Memory: 4k page, physical 8218728k(1028340k free), swap 21565288k(2470944k free) | |
378 | - | |
379 | -vm_info: Java HotSpot(TM) 64-Bit Server VM (25.181-b13) for windows-amd64 JRE (1.8.0_181-b13), built on Jul 7 2018 04:01:33 by "java_re" with MS VC++ 10.0 (VS2010) | |
380 | - | |
381 | -time: Mon Nov 04 16:51:31 2019 | |
382 | -elapsed time: 9 seconds (0d 0h 0m 9s) | |
383 | - |
cloud/haikangface/hs_err_pid18708.log
... | ... | @@ -1,383 +0,0 @@ |
1 | -# | |
2 | -# A fatal error has been detected by the Java Runtime Environment: | |
3 | -# | |
4 | -# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000021a2643f, pid=18708, tid=0x00000000000056e4 | |
5 | -# | |
6 | -# JRE version: Java(TM) SE Runtime Environment (8.0_181-b13) (build 1.8.0_181-b13) | |
7 | -# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.181-b13 mixed mode windows-amd64 compressed oops) | |
8 | -# Problematic frame: | |
9 | -# C [HCEHomeAlarm.DLL+0x2643f] | |
10 | -# | |
11 | -# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows | |
12 | -# | |
13 | -# If you would like to submit a bug report, please visit: | |
14 | -# http://bugreport.java.com/bugreport/crash.jsp | |
15 | -# | |
16 | - | |
17 | ---------------- T H R E A D --------------- | |
18 | - | |
19 | -Current thread (0x0000000017d89000): VMThread [stack: 0x0000000019a90000,0x0000000019b90000] [id=22244] | |
20 | - | |
21 | -siginfo: ExceptionCode=0xc0000005, reading address 0x0000000000000000 | |
22 | - | |
23 | -Registers: | |
24 | -RAX=0x0000000000000001, RBX=0x0000000000000000, RCX=0x0000000000000000, RDX=0x0000000000000000 | |
25 | -RSP=0x0000000019b8f210, RBP=0x0000000000000000, RSI=0x0000000000000000, RDI=0x0000000000b378f0 | |
26 | -R8 =0x0000000000000001, R9 =0x0000000000000001, R10=0x0000000000008000, R11=0x0000000019b8f2a0 | |
27 | -R12=0x0000000000b154a0, R13=0x0000000000000000, R14=0x0000000000000001, R15=0x0000000000b15550 | |
28 | -RIP=0x0000000021a2643f, EFLAGS=0x0000000000010202 | |
29 | - | |
30 | -Top of Stack: (sp=0x0000000019b8f210) | |
31 | -0x0000000019b8f210: 000000002a7420a0 00007ffca866083d | |
32 | -0x0000000019b8f220: 000000001f94e9f0 0000003000ad0000 | |
33 | -0x0000000019b8f230: 0000000000b378f0 0000000021abcb11 | |
34 | -0x0000000019b8f240: 0000000000000000 0000000000000000 | |
35 | -0x0000000019b8f250: 0000000000b3a990 0000002da865fc11 | |
36 | -0x0000000019b8f260: 00000000272313b0 0000000021a26bf2 | |
37 | -0x0000000019b8f270: 0000000000000000 0000000000000001 | |
38 | -0x0000000019b8f280: 0000000000000000 0000000000b154a0 | |
39 | -0x0000000019b8f290: 0000000000000001 0000000021a26620 | |
40 | -0x0000000019b8f2a0: 0000000000000000 00000000272313b0 | |
41 | -0x0000000019b8f2b0: 0000000000b154a0 0000000000000000 | |
42 | -0x0000000019b8f2c0: 0000000000b1c830 0000000017c15400 | |
43 | -0x0000000019b8f2d0: 000000002a5f4d50 0000000021a25cc8 | |
44 | -0x0000000019b8f2e0: 0000000017c15400 00000000272313b0 | |
45 | -0x0000000019b8f2f0: 0000000000000000 0000000017c15400 | |
46 | -0x0000000019b8f300: 000000002a5f4d50 0000000021abdb04 | |
47 | - | |
48 | -Instructions: (pc=0x0000000021a2643f) | |
49 | -0x0000000021a2641f: 38 48 8b 74 24 40 48 83 c4 20 5f c3 cc cc cc cc | |
50 | -0x0000000021a2642f: cc 48 89 5c 24 08 48 89 74 24 10 57 48 83 ec 20 | |
51 | -0x0000000021a2643f: 48 8b 01 41 8b f0 8b da 48 8b f9 ff 50 08 85 c0 | |
52 | -0x0000000021a2644f: 75 48 48 8b 05 78 70 17 00 48 83 f8 ff 74 1f ba | |
53 | - | |
54 | - | |
55 | -Register to memory mapping: | |
56 | - | |
57 | -RAX=0x0000000000000001 is an unknown value | |
58 | -RBX=0x0000000000000000 is an unknown value | |
59 | -RCX=0x0000000000000000 is an unknown value | |
60 | -RDX=0x0000000000000000 is an unknown value | |
61 | -RSP=0x0000000019b8f210 is an unknown value | |
62 | -RBP=0x0000000000000000 is an unknown value | |
63 | -RSI=0x0000000000000000 is an unknown value | |
64 | -RDI=0x0000000000b378f0 is an unknown value | |
65 | -R8 =0x0000000000000001 is an unknown value | |
66 | -R9 =0x0000000000000001 is an unknown value | |
67 | -R10=0x0000000000008000 is an unknown value | |
68 | -R11=0x0000000019b8f2a0 is an unknown value | |
69 | -R12=0x0000000000b154a0 is an unknown value | |
70 | -R13=0x0000000000000000 is an unknown value | |
71 | -R14=0x0000000000000001 is an unknown value | |
72 | -R15=0x0000000000b15550 is an unknown value | |
73 | - | |
74 | - | |
75 | -Stack: [0x0000000019a90000,0x0000000019b90000], sp=0x0000000019b8f210, free space=1020k | |
76 | -Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) | |
77 | - | |
78 | -VM_Operation (0x0000000002cdf110): Exit, mode: safepoint, requested by thread 0x0000000002da2800 | |
79 | - | |
80 | - | |
81 | ---------------- P R O C E S S --------------- | |
82 | - | |
83 | -Java Threads: ( => current thread ) | |
84 | - 0x000000001eb6b000 JavaThread "surefire-forkedjvm-last-ditch-daemon-shutdown-thread-30s" daemon [_thread_blocked, id=5432, stack(0x000000002c1b0000,0x000000002c2b0000)] | |
85 | - 0x0000000019e8b000 JavaThread "surefire-forkedjvm-command-thread" daemon [_thread_in_native, id=24228, stack(0x000000001a990000,0x000000001aa90000)] | |
86 | - 0x0000000019dc8800 JavaThread "Service Thread" daemon [_thread_blocked, id=14244, stack(0x000000001a790000,0x000000001a890000)] | |
87 | - 0x0000000019d36000 JavaThread "C1 CompilerThread3" daemon [_thread_blocked, id=12780, stack(0x000000001a690000,0x000000001a790000)] | |
88 | - 0x0000000019d26000 JavaThread "C2 CompilerThread2" daemon [_thread_blocked, id=22760, stack(0x000000001a590000,0x000000001a690000)] | |
89 | - 0x0000000019d25800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=13208, stack(0x000000001a490000,0x000000001a590000)] | |
90 | - 0x0000000019d1d800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=23156, stack(0x000000001a390000,0x000000001a490000)] | |
91 | - 0x0000000019cca000 JavaThread "Attach Listener" daemon [_thread_blocked, id=21516, stack(0x000000001a290000,0x000000001a390000)] | |
92 | - 0x0000000019cc9000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=1452, stack(0x000000001a190000,0x000000001a290000)] | |
93 | - 0x0000000019cb0800 JavaThread "Finalizer" daemon [_thread_blocked, id=24016, stack(0x000000001a090000,0x000000001a190000)] | |
94 | - 0x0000000002e97000 JavaThread "Reference Handler" daemon [_thread_blocked, id=19164, stack(0x0000000019b90000,0x0000000019c90000)] | |
95 | - 0x0000000002da2800 JavaThread "main" [_thread_blocked, id=13388, stack(0x0000000002be0000,0x0000000002ce0000)] | |
96 | - | |
97 | -Other Threads: | |
98 | -=>0x0000000017d89000 VMThread [stack: 0x0000000019a90000,0x0000000019b90000] [id=22244] | |
99 | - | |
100 | -VM state:at safepoint (shutting down) | |
101 | - | |
102 | -VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event]) | |
103 | -[0x0000000002d9d4e0] Threads_lock - owner thread: 0x0000000017d89000 | |
104 | - | |
105 | -Heap: | |
106 | - PSYoungGen total 253440K, used 129386K [0x00000000d6300000, 0x00000000e7480000, 0x0000000100000000) | |
107 | - eden space 237056K, 47% used [0x00000000d6300000,0x00000000dd15cb40,0x00000000e4a80000) | |
108 | - from space 16384K, 99% used [0x00000000e5e80000,0x00000000e6e7e040,0x00000000e6e80000) | |
109 | - to space 20480K, 0% used [0x00000000e4a80000,0x00000000e4a80000,0x00000000e5e80000) | |
110 | - ParOldGen total 93184K, used 25760K [0x0000000082800000, 0x0000000088300000, 0x00000000d6300000) | |
111 | - object space 93184K, 27% used [0x0000000082800000,0x00000000841282b8,0x0000000088300000) | |
112 | - Metaspace used 52786K, capacity 55156K, committed 55384K, reserved 1097728K | |
113 | - class space used 7036K, capacity 7442K, committed 7552K, reserved 1048576K | |
114 | - | |
115 | -Card table byte_map: [0x0000000012260000,0x0000000012650000] byte_map_base: 0x0000000011e4c000 | |
116 | - | |
117 | -Marking Bits: (ParMarkBitMap*) 0x0000000069732d00 | |
118 | - Begin Bits: [0x00000000130f0000, 0x0000000015050000) | |
119 | - End Bits: [0x0000000015050000, 0x0000000016fb0000) | |
120 | - | |
121 | -Polling page: 0x0000000000f10000 | |
122 | - | |
123 | -CodeCache: size=245760Kb used=20569Kb max_used=20693Kb free=225190Kb | |
124 | - bounds [0x0000000002ea0000, 0x00000000042f0000, 0x0000000011ea0000] | |
125 | - total_blobs=5537 nmethods=5045 adapters=404 | |
126 | - compilation: enabled | |
127 | - | |
128 | -Compilation events (10 events): | |
129 | -Event: 10.188 Thread 0x0000000019d36000 5762 3 io.micrometer.shaded.org.pcollections.ConsPStack::subList (39 bytes) | |
130 | -Event: 10.188 Thread 0x0000000019d36000 nmethod 5762 0x00000000032c0d90 code [0x00000000032c0f20, 0x00000000032c1268] | |
131 | -Event: 10.189 Thread 0x0000000019d36000 5763 3 io.micrometer.shaded.org.pcollections.ConsPStack::listIterator (30 bytes) | |
132 | -Event: 10.189 Thread 0x0000000019d36000 nmethod 5763 0x00000000035a6f90 code [0x00000000035a7120, 0x00000000035a7438] | |
133 | -Event: 10.192 Thread 0x0000000019d36000 5765 ! 3 org.springframework.beans.factory.support.DefaultSingletonBeanRegistry::destroyBean (385 bytes) | |
134 | -Event: 10.193 Thread 0x0000000019d26000 nmethod 5753 0x00000000032c1e10 code [0x00000000032c1fa0, 0x00000000032c2718] | |
135 | -Event: 10.193 Thread 0x0000000019d25800 nmethod 5755 0x0000000003630c90 code [0x0000000003630e20, 0x0000000003631538] | |
136 | -Event: 10.193 Thread 0x0000000019d25800 5759 4 java.util.concurrent.ConcurrentHashMap$EntryIterator::next (51 bytes) | |
137 | -Event: 10.193 Thread 0x0000000019d26000 5760 4 java.util.HashSet::remove (20 bytes) | |
138 | -Event: 10.194 Thread 0x0000000019d36000 nmethod 5765 0x000000000331c9d0 code [0x000000000331cea0, 0x00000000033202b8] | |
139 | - | |
140 | -GC Heap History (10 events): | |
141 | -Event: 3.975 GC heap before | |
142 | -{Heap before GC invocations=10 (full 2): | |
143 | - PSYoungGen total 168448K, used 11246K [0x00000000d6300000, 0x00000000e4000000, 0x0000000100000000) | |
144 | - eden space 157184K, 0% used [0x00000000d6300000,0x00000000d6300000,0x00000000dfc80000) | |
145 | - from space 11264K, 99% used [0x00000000e0a80000,0x00000000e157b9f8,0x00000000e1580000) | |
146 | - to space 14336K, 0% used [0x00000000dfc80000,0x00000000dfc80000,0x00000000e0a80000) | |
147 | - ParOldGen total 56832K, used 13490K [0x0000000082800000, 0x0000000085f80000, 0x00000000d6300000) | |
148 | - object space 56832K, 23% used [0x0000000082800000,0x000000008352c9c8,0x0000000085f80000) | |
149 | - Metaspace used 34218K, capacity 35304K, committed 35416K, reserved 1079296K | |
150 | - class space used 4432K, capacity 4672K, committed 4736K, reserved 1048576K | |
151 | -Event: 4.037 GC heap after | |
152 | -Heap after GC invocations=10 (full 2): | |
153 | - PSYoungGen total 168448K, used 0K [0x00000000d6300000, 0x00000000e4000000, 0x0000000100000000) | |
154 | - eden space 157184K, 0% used [0x00000000d6300000,0x00000000d6300000,0x00000000dfc80000) | |
155 | - from space 11264K, 0% used [0x00000000e0a80000,0x00000000e0a80000,0x00000000e1580000) | |
156 | - to space 14336K, 0% used [0x00000000dfc80000,0x00000000dfc80000,0x00000000e0a80000) | |
157 | - ParOldGen total 93184K, used 19539K [0x0000000082800000, 0x0000000088300000, 0x00000000d6300000) | |
158 | - object space 93184K, 20% used [0x0000000082800000,0x0000000083b14db8,0x0000000088300000) | |
159 | - Metaspace used 34218K, capacity 35304K, committed 35416K, reserved 1079296K | |
160 | - class space used 4432K, capacity 4672K, committed 4736K, reserved 1048576K | |
161 | -} | |
162 | -Event: 5.485 GC heap before | |
163 | -{Heap before GC invocations=11 (full 2): | |
164 | - PSYoungGen total 168448K, used 157184K [0x00000000d6300000, 0x00000000e4000000, 0x0000000100000000) | |
165 | - eden space 157184K, 100% used [0x00000000d6300000,0x00000000dfc80000,0x00000000dfc80000) | |
166 | - from space 11264K, 0% used [0x00000000e0a80000,0x00000000e0a80000,0x00000000e1580000) | |
167 | - to space 14336K, 0% used [0x00000000dfc80000,0x00000000dfc80000,0x00000000e0a80000) | |
168 | - ParOldGen total 93184K, used 19539K [0x0000000082800000, 0x0000000088300000, 0x00000000d6300000) | |
169 | - object space 93184K, 20% used [0x0000000082800000,0x0000000083b14db8,0x0000000088300000) | |
170 | - Metaspace used 40734K, capacity 41942K, committed 42072K, reserved 1085440K | |
171 | - class space used 5230K, capacity 5483K, committed 5504K, reserved 1048576K | |
172 | -Event: 5.493 GC heap after | |
173 | -Heap after GC invocations=11 (full 2): | |
174 | - PSYoungGen total 171520K, used 8976K [0x00000000d6300000, 0x00000000e3e80000, 0x0000000100000000) | |
175 | - eden space 157184K, 0% used [0x00000000d6300000,0x00000000d6300000,0x00000000dfc80000) | |
176 | - from space 14336K, 62% used [0x00000000dfc80000,0x00000000e05440c8,0x00000000e0a80000) | |
177 | - to space 13824K, 0% used [0x00000000e3100000,0x00000000e3100000,0x00000000e3e80000) | |
178 | - ParOldGen total 93184K, used 19547K [0x0000000082800000, 0x0000000088300000, 0x00000000d6300000) | |
179 | - object space 93184K, 20% used [0x0000000082800000,0x0000000083b16db8,0x0000000088300000) | |
180 | - Metaspace used 40734K, capacity 41942K, committed 42072K, reserved 1085440K | |
181 | - class space used 5230K, capacity 5483K, committed 5504K, reserved 1048576K | |
182 | -} | |
183 | -Event: 6.629 GC heap before | |
184 | -{Heap before GC invocations=12 (full 2): | |
185 | - PSYoungGen total 171520K, used 166160K [0x00000000d6300000, 0x00000000e3e80000, 0x0000000100000000) | |
186 | - eden space 157184K, 100% used [0x00000000d6300000,0x00000000dfc80000,0x00000000dfc80000) | |
187 | - from space 14336K, 62% used [0x00000000dfc80000,0x00000000e05440c8,0x00000000e0a80000) | |
188 | - to space 13824K, 0% used [0x00000000e3100000,0x00000000e3100000,0x00000000e3e80000) | |
189 | - ParOldGen total 93184K, used 19547K [0x0000000082800000, 0x0000000088300000, 0x00000000d6300000) | |
190 | - object space 93184K, 20% used [0x0000000082800000,0x0000000083b16db8,0x0000000088300000) | |
191 | - Metaspace used 43259K, capacity 44788K, committed 45144K, reserved 1089536K | |
192 | - class space used 5591K, capacity 5910K, committed 6016K, reserved 1048576K | |
193 | -Event: 6.642 GC heap after | |
194 | -Heap after GC invocations=12 (full 2): | |
195 | - PSYoungGen total 208896K, used 10907K [0x00000000d6300000, 0x00000000e3e00000, 0x0000000100000000) | |
196 | - eden space 195584K, 0% used [0x00000000d6300000,0x00000000d6300000,0x00000000e2200000) | |
197 | - from space 13312K, 81% used [0x00000000e3100000,0x00000000e3ba6ef8,0x00000000e3e00000) | |
198 | - to space 14336K, 0% used [0x00000000e2200000,0x00000000e2200000,0x00000000e3000000) | |
199 | - ParOldGen total 93184K, used 19555K [0x0000000082800000, 0x0000000088300000, 0x00000000d6300000) | |
200 | - object space 93184K, 20% used [0x0000000082800000,0x0000000083b18db8,0x0000000088300000) | |
201 | - Metaspace used 43259K, capacity 44788K, committed 45144K, reserved 1089536K | |
202 | - class space used 5591K, capacity 5910K, committed 6016K, reserved 1048576K | |
203 | -} | |
204 | -Event: 7.792 GC heap before | |
205 | -{Heap before GC invocations=13 (full 2): | |
206 | - PSYoungGen total 208896K, used 206491K [0x00000000d6300000, 0x00000000e3e00000, 0x0000000100000000) | |
207 | - eden space 195584K, 100% used [0x00000000d6300000,0x00000000e2200000,0x00000000e2200000) | |
208 | - from space 13312K, 81% used [0x00000000e3100000,0x00000000e3ba6ef8,0x00000000e3e00000) | |
209 | - to space 14336K, 0% used [0x00000000e2200000,0x00000000e2200000,0x00000000e3000000) | |
210 | - ParOldGen total 93184K, used 19555K [0x0000000082800000, 0x0000000088300000, 0x00000000d6300000) | |
211 | - object space 93184K, 20% used [0x0000000082800000,0x0000000083b18db8,0x0000000088300000) | |
212 | - Metaspace used 46043K, capacity 48068K, committed 48344K, reserved 1091584K | |
213 | - class space used 5984K, capacity 6346K, committed 6400K, reserved 1048576K | |
214 | -Event: 7.804 GC heap after | |
215 | -Heap after GC invocations=13 (full 2): | |
216 | - PSYoungGen total 209920K, used 14328K [0x00000000d6300000, 0x00000000e6e80000, 0x0000000100000000) | |
217 | - eden space 195584K, 0% used [0x00000000d6300000,0x00000000d6300000,0x00000000e2200000) | |
218 | - from space 14336K, 99% used [0x00000000e2200000,0x00000000e2ffe040,0x00000000e3000000) | |
219 | - to space 16384K, 0% used [0x00000000e5e80000,0x00000000e5e80000,0x00000000e6e80000) | |
220 | - ParOldGen total 93184K, used 21121K [0x0000000082800000, 0x0000000088300000, 0x00000000d6300000) | |
221 | - object space 93184K, 22% used [0x0000000082800000,0x0000000083ca0768,0x0000000088300000) | |
222 | - Metaspace used 46043K, capacity 48068K, committed 48344K, reserved 1091584K | |
223 | - class space used 5984K, capacity 6346K, committed 6400K, reserved 1048576K | |
224 | -} | |
225 | -Event: 9.281 GC heap before | |
226 | -{Heap before GC invocations=14 (full 2): | |
227 | - PSYoungGen total 209920K, used 209912K [0x00000000d6300000, 0x00000000e6e80000, 0x0000000100000000) | |
228 | - eden space 195584K, 100% used [0x00000000d6300000,0x00000000e2200000,0x00000000e2200000) | |
229 | - from space 14336K, 99% used [0x00000000e2200000,0x00000000e2ffe040,0x00000000e3000000) | |
230 | - to space 16384K, 0% used [0x00000000e5e80000,0x00000000e5e80000,0x00000000e6e80000) | |
231 | - ParOldGen total 93184K, used 21121K [0x0000000082800000, 0x0000000088300000, 0x00000000d6300000) | |
232 | - object space 93184K, 22% used [0x0000000082800000,0x0000000083ca0768,0x0000000088300000) | |
233 | - Metaspace used 48778K, capacity 51132K, committed 51416K, reserved 1093632K | |
234 | - class space used 6378K, capacity 6806K, committed 6912K, reserved 1048576K | |
235 | -Event: 9.295 GC heap after | |
236 | -Heap after GC invocations=14 (full 2): | |
237 | - PSYoungGen total 253440K, used 16376K [0x00000000d6300000, 0x00000000e7480000, 0x0000000100000000) | |
238 | - eden space 237056K, 0% used [0x00000000d6300000,0x00000000d6300000,0x00000000e4a80000) | |
239 | - from space 16384K, 99% used [0x00000000e5e80000,0x00000000e6e7e040,0x00000000e6e80000) | |
240 | - to space 20480K, 0% used [0x00000000e4a80000,0x00000000e4a80000,0x00000000e5e80000) | |
241 | - ParOldGen total 93184K, used 25760K [0x0000000082800000, 0x0000000088300000, 0x00000000d6300000) | |
242 | - object space 93184K, 27% used [0x0000000082800000,0x00000000841282b8,0x0000000088300000) | |
243 | - Metaspace used 48778K, capacity 51132K, committed 51416K, reserved 1093632K | |
244 | - class space used 6378K, capacity 6806K, committed 6912K, reserved 1048576K | |
245 | -} | |
246 | - | |
247 | -Deoptimization events (10 events): | |
248 | -Event: 9.984 Thread 0x0000000002da2800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003954cc4 method=java.util.AbstractList$Itr.next()Ljava/lang/Object; @ 14 | |
249 | -Event: 9.986 Thread 0x0000000002da2800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000000363f714 method=java.util.AbstractList$Itr.hasNext()Z @ 8 | |
250 | -Event: 9.986 Thread 0x0000000002da2800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003954cc4 method=java.util.AbstractList$Itr.next()Ljava/lang/Object; @ 14 | |
251 | -Event: 9.986 Thread 0x0000000002da2800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000000363f714 method=java.util.AbstractList$Itr.hasNext()Z @ 8 | |
252 | -Event: 9.986 Thread 0x0000000002da2800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003954cc4 method=java.util.AbstractList$Itr.next()Ljava/lang/Object; @ 14 | |
253 | -Event: 10.098 Thread 0x0000000002da2800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000041259dc method=java.util.regex.Matcher.search(I)Z @ 86 | |
254 | -Event: 10.098 Thread 0x0000000002da2800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000041259dc method=java.util.regex.Matcher.search(I)Z @ 86 | |
255 | -Event: 10.098 Thread 0x0000000002da2800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000041259dc method=java.util.regex.Matcher.search(I)Z @ 86 | |
256 | -Event: 10.098 Thread 0x0000000002da2800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000041259dc method=java.util.regex.Matcher.search(I)Z @ 86 | |
257 | -Event: 10.173 Thread 0x000000001eb6c800 Uncommon trap: reason=null_check action=make_not_entrant pc=0x0000000004268280 method=java.lang.StringCoding.encode(Ljava/lang/String;[CII)[B @ 6 | |
258 | - | |
259 | -Classes redefined (0 events): | |
260 | -No events | |
261 | - | |
262 | -Internal exceptions (10 events): | |
263 | -Event: 9.388 Thread 0x0000000002da2800 Exception <a 'java/lang/ClassNotFoundException': org/springframework/boot/actuate/autoconfigure/web/server/ManagementServerPropertiesCustomizer> (0x00000000d7956428) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\shar | |
264 | -Event: 9.421 Thread 0x0000000002da2800 Exception <a 'java/lang/ClassNotFoundException': java/lang/ObjectCustomizer> (0x00000000d7d20e08) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 210] | |
265 | -Event: 9.422 Thread 0x0000000002da2800 Exception <a 'java/lang/ClassNotFoundException': org/springframework/cloud/netflix/eureka/serviceregistry/EurekaRegistrationCustomizer> (0x00000000d7d5fd28) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\clas | |
266 | -Event: 9.423 Thread 0x0000000002da2800 Exception <a 'java/lang/ClassNotFoundException': org/springframework/cloud/client/serviceregistry/RegistrationCustomizer> (0x00000000d7db7890) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDi | |
267 | -Event: 9.424 Thread 0x0000000002da2800 Exception <a 'java/lang/ClassNotFoundException': org/springframework/cloud/client/ServiceInstanceCustomizer> (0x00000000d7de3760) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.cpp, | |
268 | -Event: 9.886 Thread 0x0000000002da2800 Exception <a 'java/lang/ClassNotFoundException': java/lang/ObjectCustomizer> (0x00000000da31eeb8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 210] | |
269 | -Event: 9.887 Thread 0x0000000002da2800 Exception <a 'java/lang/ClassNotFoundException': com/sincere/haikangface/HaikangfaceApplicationTestsCustomizer> (0x00000000da3502b0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.c | |
270 | -Event: 10.173 Thread 0x000000001eb6c800 Implicit null exception at 0x00000000042678cb to 0x0000000004268265 | |
271 | -Event: 10.175 Thread 0x000000001eb6c800 Exception <a 'java/lang/ClassNotFoundException': java/lang/ObjectCustomizer> (0x00000000dcce1290) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 210] | |
272 | -Event: 10.176 Thread 0x000000001eb6c800 Exception <a 'java/lang/ClassNotFoundException': com/netflix/appinfo/ApplicationInfoManagerCustomizer> (0x00000000dcd0d558) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.cpp, line | |
273 | - | |
274 | -Events (10 events): | |
275 | -Event: 10.187 Thread 0x000000001eb6d800 Thread exited: 0x000000001eb6d800 | |
276 | -Event: 10.188 Thread 0x0000000019d36000 flushing nmethod 0x0000000003959550 | |
277 | -Event: 10.189 Thread 0x0000000019d36000 flushing nmethod 0x0000000003a5d410 | |
278 | -Event: 10.189 Thread 0x0000000019d36000 flushing nmethod 0x0000000003a80410 | |
279 | -Event: 10.189 Thread 0x0000000019d36000 flushing nmethod 0x0000000003a82790 | |
280 | -Event: 10.189 Thread 0x0000000019d36000 flushing nmethod 0x0000000003a8ac10 | |
281 | -Event: 10.193 Thread 0x0000000019d26000 flushing nmethod 0x0000000003bb7050 | |
282 | -Event: 10.193 Thread 0x0000000019d26000 flushing nmethod 0x0000000003be5750 | |
283 | -Event: 10.193 Thread 0x000000001eb6c800 Thread exited: 0x000000001eb6c800 | |
284 | -Event: 10.194 Executing VM operation: Exit | |
285 | - | |
286 | - | |
287 | -Dynamic libraries: | |
288 | -0x00007ff68fe90000 - 0x00007ff68fec7000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\java.exe | |
289 | -0x00007ffca8620000 - 0x00007ffca8810000 C:\WINDOWS\SYSTEM32\ntdll.dll | |
290 | -0x00007ffca67e0000 - 0x00007ffca6892000 C:\WINDOWS\System32\KERNEL32.DLL | |
291 | -0x00007ffca55b0000 - 0x00007ffca5853000 C:\WINDOWS\System32\KERNELBASE.dll | |
292 | -0x00007ffca83b0000 - 0x00007ffca8453000 C:\WINDOWS\System32\ADVAPI32.dll | |
293 | -0x00007ffca66d0000 - 0x00007ffca676e000 C:\WINDOWS\System32\msvcrt.dll | |
294 | -0x00007ffca7cb0000 - 0x00007ffca7d47000 C:\WINDOWS\System32\sechost.dll | |
295 | -0x00007ffca6b80000 - 0x00007ffca6ca0000 C:\WINDOWS\System32\RPCRT4.dll | |
296 | -0x00007ffca73a0000 - 0x00007ffca7534000 C:\WINDOWS\System32\USER32.dll | |
297 | -0x00007ffca5860000 - 0x00007ffca5881000 C:\WINDOWS\System32\win32u.dll | |
298 | -0x00007ffca7030000 - 0x00007ffca7056000 C:\WINDOWS\System32\GDI32.dll | |
299 | -0x00007ffca59f0000 - 0x00007ffca5b84000 C:\WINDOWS\System32\gdi32full.dll | |
300 | -0x00007ffca5ce0000 - 0x00007ffca5d7e000 C:\WINDOWS\System32\msvcp_win.dll | |
301 | -0x00007ffca5890000 - 0x00007ffca598a000 C:\WINDOWS\System32\ucrtbase.dll | |
302 | -0x00007ffc902e0000 - 0x00007ffc90565000 C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.18362.418_none_e6c6b287130d565d\COMCTL32.dll | |
303 | -0x00007ffca7060000 - 0x00007ffca7396000 C:\WINDOWS\System32\combase.dll | |
304 | -0x00007ffca5d80000 - 0x00007ffca5e00000 C:\WINDOWS\System32\bcryptPrimitives.dll | |
305 | -0x00007ffca6d70000 - 0x00007ffca6d9e000 C:\WINDOWS\System32\IMM32.DLL | |
306 | -0x00000000697c0000 - 0x0000000069892000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\msvcr100.dll | |
307 | -0x0000000068f10000 - 0x00000000697b2000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\server\jvm.dll | |
308 | -0x00007ffca67d0000 - 0x00007ffca67d8000 C:\WINDOWS\System32\PSAPI.DLL | |
309 | -0x00007ffc9f430000 - 0x00007ffc9f454000 C:\WINDOWS\SYSTEM32\WINMM.dll | |
310 | -0x00007ffc8fdf0000 - 0x00007ffc8fdf9000 C:\WINDOWS\SYSTEM32\WSOCK32.dll | |
311 | -0x00007ffc9ccc0000 - 0x00007ffc9ccca000 C:\WINDOWS\SYSTEM32\VERSION.dll | |
312 | -0x00007ffca6ca0000 - 0x00007ffca6d0f000 C:\WINDOWS\System32\WS2_32.dll | |
313 | -0x00007ffc9f3e0000 - 0x00007ffc9f40d000 C:\WINDOWS\SYSTEM32\WINMMBASE.dll | |
314 | -0x00007ffca6680000 - 0x00007ffca66ca000 C:\WINDOWS\System32\cfgmgr32.dll | |
315 | -0x0000000068ef0000 - 0x0000000068eff000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\verify.dll | |
316 | -0x0000000068ec0000 - 0x0000000068ee9000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\java.dll | |
317 | -0x0000000068ea0000 - 0x0000000068eb6000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\zip.dll | |
318 | -0x00007ffca7540000 - 0x00007ffca7c25000 C:\WINDOWS\System32\SHELL32.dll | |
319 | -0x00007ffca8460000 - 0x00007ffca8509000 C:\WINDOWS\System32\shcore.dll | |
320 | -0x00007ffca5e00000 - 0x00007ffca657f000 C:\WINDOWS\System32\windows.storage.dll | |
321 | -0x00007ffca5590000 - 0x00007ffca55af000 C:\WINDOWS\System32\profapi.dll | |
322 | -0x00007ffca5520000 - 0x00007ffca556a000 C:\WINDOWS\System32\powrprof.dll | |
323 | -0x00007ffca54f0000 - 0x00007ffca5500000 C:\WINDOWS\System32\UMPDC.dll | |
324 | -0x00007ffca6d10000 - 0x00007ffca6d62000 C:\WINDOWS\System32\shlwapi.dll | |
325 | -0x00007ffca5570000 - 0x00007ffca5581000 C:\WINDOWS\System32\kernel.appcore.dll | |
326 | -0x00007ffca6660000 - 0x00007ffca6677000 C:\WINDOWS\System32\cryptsp.dll | |
327 | -0x0000000068da0000 - 0x0000000068dad000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\management.dll | |
328 | -0x0000000068e60000 - 0x0000000068e7a000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\net.dll | |
329 | -0x00007ffca4d60000 - 0x00007ffca4dc7000 C:\WINDOWS\system32\mswsock.dll | |
330 | -0x0000000068d80000 - 0x0000000068d91000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\nio.dll | |
331 | -0x00007ffca4a70000 - 0x00007ffca4aaa000 C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL | |
332 | -0x00007ffca6da0000 - 0x00007ffca6da8000 C:\WINDOWS\System32\NSI.dll | |
333 | -0x00007ffc9cd40000 - 0x00007ffc9cd56000 C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL | |
334 | -0x00007ffc9cea0000 - 0x00007ffc9cebc000 C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL | |
335 | -0x00007ffca4ab0000 - 0x00007ffca4b7a000 C:\WINDOWS\SYSTEM32\DNSAPI.dll | |
336 | -0x00007ffc9dfc0000 - 0x00007ffc9dfca000 C:\Windows\System32\rasadhlp.dll | |
337 | -0x00007ffc9b8d0000 - 0x00007ffc9b947000 C:\WINDOWS\System32\fwpuclnt.dll | |
338 | -0x00007ffca6630000 - 0x00007ffca6656000 C:\WINDOWS\System32\bcrypt.dll | |
339 | -0x00007ffc8dd10000 - 0x00007ffc8dd26000 C:\WINDOWS\system32\napinsp.dll | |
340 | -0x00007ffc8cf80000 - 0x00007ffc8cf9a000 C:\WINDOWS\system32\pnrpnsp.dll | |
341 | -0x00007ffc8cfa0000 - 0x00007ffc8cfae000 C:\WINDOWS\System32\winrnr.dll | |
342 | -0x00007ffca0cb0000 - 0x00007ffca0ccc000 C:\WINDOWS\system32\NLAapi.dll | |
343 | -0x00007ffca0c00000 - 0x00007ffca0c15000 C:\WINDOWS\system32\wshbth.dll | |
344 | -0x00007ffca48d0000 - 0x00007ffca4903000 C:\WINDOWS\system32\rsaenh.dll | |
345 | -0x00007ffca5410000 - 0x00007ffca5435000 C:\WINDOWS\SYSTEM32\USERENV.dll | |
346 | -0x00007ffca4f30000 - 0x00007ffca4f3c000 C:\WINDOWS\SYSTEM32\CRYPTBASE.dll | |
347 | -0x0000000180000000 - 0x0000000180031000 C:\Users\taohandong\AppData\Local\Temp\jna6041195163953958364.tmp | |
348 | -0x00000000211e0000 - 0x00000000215a7000 C:\lib\HCEHomeCMS.DLL | |
349 | -0x00007ffc4a810000 - 0x00007ffc4acda000 C:\lib\HCEHomeSS.DLL | |
350 | -0x00007ffc4a320000 - 0x00007ffc4a80c000 C:\lib\HCNetUtils.dll | |
351 | -0x0000000021830000 - 0x0000000021a00000 C:\lib\sqlite3.dll | |
352 | -0x0000000021a00000 - 0x0000000021d8f000 C:\lib\HCEHomeAlarm.DLL | |
353 | -0x00000000215b0000 - 0x00000000217a0000 C:\TaoHandong\Java_Code\apache-tomcat-8.5.34\bin\tcnative-1.dll | |
354 | -0x00007ffca3e10000 - 0x00007ffca4004000 C:\WINDOWS\SYSTEM32\dbghelp.dll | |
355 | - | |
356 | -VM Arguments: | |
357 | -java_command: C:\Users\TAOHAN~1\AppData\Local\Temp\surefire8379786321292567418\surefirebooter8931346563522606106.jar C:\Users\taohandong\AppData\Local\Temp\surefire8379786321292567418 2019-11-04T16-45-59_156-jvmRun1 surefire6909708296787762419tmp surefire_01761823576377280046tmp | |
358 | -java_class_path (initial): C:\Users\TAOHAN~1\AppData\Local\Temp\surefire8379786321292567418\surefirebooter8931346563522606106.jar | |
359 | -Launcher Type: SUN_STANDARD | |
360 | - | |
361 | -Environment Variables: | |
362 | -JAVA_HOME=C:\Program Files\Java\jdk1.8.0_181 | |
363 | -CLASSPATH=.;C:\Program Files\Java\jdk1.8.0_181\lib;C:\Program Files\Java\jdk1.8.0_181\lib\tools.jar; | |
364 | -PATH=C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\TaoHandong\¹¤¾ßÀàÈí¼þ\Git\cmd;C:\Program Files\Java\jdk1.8.0_181\bin;C:\Program Files\Java\jdk1.8.0_181\jre\bin;C:\Program Files (x86)\Tesseract-OCR;C:\WINDOWS\System32\OpenSSH\;C:\TaoHandong\Java_Code\apache-tomcat-8.5.34\bin;c:\windows\system32;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Program Files (x86)\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\130\DTS\Binn\;C:\Program Files\Microsoft SQL Server\130\DTS\Binn\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn\;C:\TaoHandong\server\mysql-8.0.16-winx64\bin;C:\Program Files\nodejs\;C:\Program Files\RabbitMQ Server\rabbitmq_server-3.7.16\sbin;C:\Program Files\erl10.4\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files\MySQL\MySQL Shell 8.0\bin\;C:\Users\taohandong\AppData\Local\Microsoft\WindowsApps;C:\Program Files\Java\jdk1.8.0_181\bin;C:\Users\taohandong\Downloads\apache-maven-3.6.0-bin\apache-maven-3.6.0\bin;C:\Users\taohandong;C:\TaoHandong\Anaconda;C:\TaoHandong\Anaconda\Scripts;C:\Users\taohandong\AppData\Roaming\npm; | |
365 | -USERNAME=taohandong | |
366 | -OS=Windows_NT | |
367 | -PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 142 Stepping 10, GenuineIntel | |
368 | - | |
369 | - | |
370 | - | |
371 | ---------------- S Y S T E M --------------- | |
372 | - | |
373 | -OS: Windows 10.0 , 64 bit Build 18362 (10.0.18362.329) | |
374 | - | |
375 | -CPU:total 8 (initial active 8) (4 cores per cpu, 2 threads per core) family 6 model 142 stepping 10, 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 | |
376 | - | |
377 | -Memory: 4k page, physical 8218728k(884964k free), swap 21565288k(2510508k free) | |
378 | - | |
379 | -vm_info: Java HotSpot(TM) 64-Bit Server VM (25.181-b13) for windows-amd64 JRE (1.8.0_181-b13), built on Jul 7 2018 04:01:33 by "java_re" with MS VC++ 10.0 (VS2010) | |
380 | - | |
381 | -time: Mon Nov 04 16:46:10 2019 | |
382 | -elapsed time: 10 seconds (0d 0h 0m 10s) | |
383 | - |
cloud/haikangface/hs_err_pid20904.log
... | ... | @@ -1,383 +0,0 @@ |
1 | -# | |
2 | -# A fatal error has been detected by the Java Runtime Environment: | |
3 | -# | |
4 | -# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000023bb643f, pid=20904, tid=0x0000000000004274 | |
5 | -# | |
6 | -# JRE version: Java(TM) SE Runtime Environment (8.0_181-b13) (build 1.8.0_181-b13) | |
7 | -# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.181-b13 mixed mode windows-amd64 compressed oops) | |
8 | -# Problematic frame: | |
9 | -# C [HCEHomeAlarm.DLL+0x2643f] | |
10 | -# | |
11 | -# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows | |
12 | -# | |
13 | -# If you would like to submit a bug report, please visit: | |
14 | -# http://bugreport.java.com/bugreport/crash.jsp | |
15 | -# | |
16 | - | |
17 | ---------------- T H R E A D --------------- | |
18 | - | |
19 | -Current thread (0x0000000017a38800): VMThread [stack: 0x0000000019720000,0x0000000019820000] [id=17012] | |
20 | - | |
21 | -siginfo: ExceptionCode=0xc0000005, reading address 0x0000000000000000 | |
22 | - | |
23 | -Registers: | |
24 | -RAX=0x0000000000000001, RBX=0x0000000000000000, RCX=0x0000000000000000, RDX=0x0000000000000000 | |
25 | -RSP=0x000000001981f160, RBP=0x0000000000000000, RSI=0x0000000000000000, RDI=0x0000000000840950 | |
26 | -R8 =0x0000000000000001, R9 =0x0000000000000001, R10=0x0000000000008000, R11=0x000000001981f1f0 | |
27 | -R12=0x00000000007db820, R13=0x0000000000000000, R14=0x0000000000000001, R15=0x00000000007db8d0 | |
28 | -RIP=0x0000000023bb643f, EFLAGS=0x0000000000010206 | |
29 | - | |
30 | -Top of Stack: (sp=0x000000001981f160) | |
31 | -0x000000001981f160: 000000002917ece0 00007ffbb206083d | |
32 | -0x000000001981f170: 000000000088ebd0 0000003300790000 | |
33 | -0x000000001981f180: 0000000000840950 0000000023c4cb11 | |
34 | -0x000000001981f190: 0000000000000000 0000000000000000 | |
35 | -0x000000001981f1a0: 0000000000801fc0 0000003ab205fc11 | |
36 | -0x000000001981f1b0: 0000000029199e60 0000000023bb6bf2 | |
37 | -0x000000001981f1c0: 0000000000000000 0000000000000001 | |
38 | -0x000000001981f1d0: 0000000000000000 00000000007db820 | |
39 | -0x000000001981f1e0: 0000000000000001 0000000023bb6620 | |
40 | -0x000000001981f1f0: 0000000000000000 0000000029199e60 | |
41 | -0x000000001981f200: 00000000007db820 0000000000000000 | |
42 | -0x000000001981f210: 0000000000839bd0 0000000002afab60 | |
43 | -0x000000001981f220: 00000000258ed510 0000000023bb5cc8 | |
44 | -0x000000001981f230: 0000000002afab60 0000000029199e60 | |
45 | -0x000000001981f240: 0000000000000000 0000000002afab60 | |
46 | -0x000000001981f250: 00000000258ed510 0000000023c4db04 | |
47 | - | |
48 | -Instructions: (pc=0x0000000023bb643f) | |
49 | -0x0000000023bb641f: 38 48 8b 74 24 40 48 83 c4 20 5f c3 cc cc cc cc | |
50 | -0x0000000023bb642f: cc 48 89 5c 24 08 48 89 74 24 10 57 48 83 ec 20 | |
51 | -0x0000000023bb643f: 48 8b 01 41 8b f0 8b da 48 8b f9 ff 50 08 85 c0 | |
52 | -0x0000000023bb644f: 75 48 48 8b 05 78 70 17 00 48 83 f8 ff 74 1f ba | |
53 | - | |
54 | - | |
55 | -Register to memory mapping: | |
56 | - | |
57 | -RAX=0x0000000000000001 is an unknown value | |
58 | -RBX=0x0000000000000000 is an unknown value | |
59 | -RCX=0x0000000000000000 is an unknown value | |
60 | -RDX=0x0000000000000000 is an unknown value | |
61 | -RSP=0x000000001981f160 is an unknown value | |
62 | -RBP=0x0000000000000000 is an unknown value | |
63 | -RSI=0x0000000000000000 is an unknown value | |
64 | -RDI=0x0000000000840950 is an unknown value | |
65 | -R8 =0x0000000000000001 is an unknown value | |
66 | -R9 =0x0000000000000001 is an unknown value | |
67 | -R10=0x0000000000008000 is an unknown value | |
68 | -R11=0x000000001981f1f0 is an unknown value | |
69 | -R12=0x00000000007db820 is an unknown value | |
70 | -R13=0x0000000000000000 is an unknown value | |
71 | -R14=0x0000000000000001 is an unknown value | |
72 | -R15=0x00000000007db8d0 is an unknown value | |
73 | - | |
74 | - | |
75 | -Stack: [0x0000000019720000,0x0000000019820000], sp=0x000000001981f160, free space=1020k | |
76 | -Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) | |
77 | - | |
78 | -VM_Operation (0x000000000297f420): Exit, mode: safepoint, requested by thread 0x0000000002a52800 | |
79 | - | |
80 | - | |
81 | ---------------- P R O C E S S --------------- | |
82 | - | |
83 | -Java Threads: ( => current thread ) | |
84 | - 0x0000000020ef9000 JavaThread "surefire-forkedjvm-last-ditch-daemon-shutdown-thread-30s" daemon [_thread_blocked, id=22468, stack(0x000000002ab80000,0x000000002ac80000)] | |
85 | - 0x0000000019afe800 JavaThread "surefire-forkedjvm-command-thread" daemon [_thread_in_native, id=1376, stack(0x000000001a620000,0x000000001a720000)] | |
86 | - 0x0000000019a3b000 JavaThread "Service Thread" daemon [_thread_blocked, id=23916, stack(0x000000001a420000,0x000000001a520000)] | |
87 | - 0x00000000199b9000 JavaThread "C1 CompilerThread3" daemon [_thread_blocked, id=16504, stack(0x000000001a320000,0x000000001a420000)] | |
88 | - 0x00000000199b5000 JavaThread "C2 CompilerThread2" daemon [_thread_blocked, id=6376, stack(0x000000001a220000,0x000000001a320000)] | |
89 | - 0x00000000199b4000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=17604, stack(0x000000001a120000,0x000000001a220000)] | |
90 | - 0x00000000199ad800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=8920, stack(0x000000001a020000,0x000000001a120000)] | |
91 | - 0x000000001995a000 JavaThread "Attach Listener" daemon [_thread_blocked, id=5720, stack(0x0000000019f20000,0x000000001a020000)] | |
92 | - 0x0000000019959000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=15460, stack(0x0000000019e20000,0x0000000019f20000)] | |
93 | - 0x0000000017a43000 JavaThread "Finalizer" daemon [_thread_blocked, id=15752, stack(0x0000000019d20000,0x0000000019e20000)] | |
94 | - 0x0000000002b48800 JavaThread "Reference Handler" daemon [_thread_blocked, id=15212, stack(0x0000000019820000,0x0000000019920000)] | |
95 | - 0x0000000002a52800 JavaThread "main" [_thread_blocked, id=13556, stack(0x0000000002880000,0x0000000002980000)] | |
96 | - | |
97 | -Other Threads: | |
98 | -=>0x0000000017a38800 VMThread [stack: 0x0000000019720000,0x0000000019820000] [id=17012] | |
99 | - | |
100 | -VM state:at safepoint (shutting down) | |
101 | - | |
102 | -VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event]) | |
103 | -[0x0000000002a4d4e0] Threads_lock - owner thread: 0x0000000017a38800 | |
104 | - | |
105 | -Heap: | |
106 | - PSYoungGen total 229376K, used 169866K [0x00000000d6300000, 0x00000000e5d80000, 0x0000000100000000) | |
107 | - eden space 212992K, 72% used [0x00000000d6300000,0x00000000df8e4a90,0x00000000e3300000) | |
108 | - from space 16384K, 99% used [0x00000000e4600000,0x00000000e55fe040,0x00000000e5600000) | |
109 | - to space 19456K, 0% used [0x00000000e3300000,0x00000000e3300000,0x00000000e4600000) | |
110 | - ParOldGen total 100352K, used 24306K [0x0000000082800000, 0x0000000088a00000, 0x00000000d6300000) | |
111 | - object space 100352K, 24% used [0x0000000082800000,0x0000000083fbc968,0x0000000088a00000) | |
112 | - Metaspace used 52792K, capacity 55156K, committed 55384K, reserved 1097728K | |
113 | - class space used 7032K, capacity 7442K, committed 7552K, reserved 1048576K | |
114 | - | |
115 | -Card table byte_map: [0x0000000011f10000,0x0000000012300000] byte_map_base: 0x0000000011afc000 | |
116 | - | |
117 | -Marking Bits: (ParMarkBitMap*) 0x0000000059632d00 | |
118 | - Begin Bits: [0x0000000012da0000, 0x0000000014d00000) | |
119 | - End Bits: [0x0000000014d00000, 0x0000000016c60000) | |
120 | - | |
121 | -Polling page: 0x0000000000df0000 | |
122 | - | |
123 | -CodeCache: size=245760Kb used=19164Kb max_used=19620Kb free=226595Kb | |
124 | - bounds [0x0000000002b50000, 0x0000000003e90000, 0x0000000011b50000] | |
125 | - total_blobs=5377 nmethods=4885 adapters=404 | |
126 | - compilation: enabled | |
127 | - | |
128 | -Compilation events (10 events): | |
129 | -Event: 15.601 Thread 0x00000000199b9000 5742 1 io.micrometer.shaded.org.pcollections.ConsPStack::size (5 bytes) | |
130 | -Event: 15.601 Thread 0x00000000199b9000 nmethod 5742 0x00000000030f4710 code [0x00000000030f4860, 0x00000000030f4970] | |
131 | -Event: 15.602 Thread 0x00000000199b9000 5743 2 io.micrometer.shaded.org.pcollections.ConsPStack::subList (39 bytes) | |
132 | -Event: 15.602 Thread 0x00000000199b9000 nmethod 5743 0x0000000002c60290 code [0x0000000002c60400, 0x0000000002c60668] | |
133 | -Event: 15.602 Thread 0x00000000199b9000 5744 2 io.micrometer.shaded.org.pcollections.ConsPStack::listIterator (30 bytes) | |
134 | -Event: 15.603 Thread 0x00000000199b9000 nmethod 5744 0x0000000002f68850 code [0x0000000002f689c0, 0x0000000002f68c38] | |
135 | -Event: 15.603 Thread 0x00000000199b9000 5746 % ! 3 java.util.concurrent.ConcurrentHashMap::clear @ 10 (176 bytes) | |
136 | -Event: 15.604 Thread 0x00000000199b9000 nmethod 5746% 0x000000000307b410 code [0x000000000307b620, 0x000000000307c458] | |
137 | -Event: 15.605 Thread 0x00000000199b9000 5748 ! 2 org.springframework.beans.factory.support.DefaultSingletonBeanRegistry::destroyBean (385 bytes) | |
138 | -Event: 15.607 Thread 0x00000000199b9000 nmethod 5748 0x00000000036569d0 code [0x0000000003656d60, 0x0000000003657ff8] | |
139 | - | |
140 | -GC Heap History (10 events): | |
141 | -Event: 5.156 GC heap before | |
142 | -{Heap before GC invocations=10 (full 2): | |
143 | - PSYoungGen total 163328K, used 11262K [0x00000000d6300000, 0x00000000e3d80000, 0x0000000100000000) | |
144 | - eden space 152064K, 0% used [0x00000000d6300000,0x00000000d6300000,0x00000000df780000) | |
145 | - from space 11264K, 99% used [0x00000000e0580000,0x00000000e107fa28,0x00000000e1080000) | |
146 | - to space 14336K, 0% used [0x00000000df780000,0x00000000df780000,0x00000000e0580000) | |
147 | - ParOldGen total 58880K, used 13528K [0x0000000082800000, 0x0000000086180000, 0x00000000d6300000) | |
148 | - object space 58880K, 22% used [0x0000000082800000,0x0000000083536040,0x0000000086180000) | |
149 | - Metaspace used 34216K, capacity 35304K, committed 35416K, reserved 1079296K | |
150 | - class space used 4434K, capacity 4672K, committed 4736K, reserved 1048576K | |
151 | -Event: 5.284 GC heap after | |
152 | -Heap after GC invocations=10 (full 2): | |
153 | - PSYoungGen total 163328K, used 0K [0x00000000d6300000, 0x00000000e3d80000, 0x0000000100000000) | |
154 | - eden space 152064K, 0% used [0x00000000d6300000,0x00000000d6300000,0x00000000df780000) | |
155 | - from space 11264K, 0% used [0x00000000e0580000,0x00000000e0580000,0x00000000e1080000) | |
156 | - to space 14336K, 0% used [0x00000000df780000,0x00000000df780000,0x00000000e0580000) | |
157 | - ParOldGen total 100352K, used 19595K [0x0000000082800000, 0x0000000088a00000, 0x00000000d6300000) | |
158 | - object space 100352K, 19% used [0x0000000082800000,0x0000000083b22d68,0x0000000088a00000) | |
159 | - Metaspace used 34216K, capacity 35304K, committed 35416K, reserved 1079296K | |
160 | - class space used 4434K, capacity 4672K, committed 4736K, reserved 1048576K | |
161 | -} | |
162 | -Event: 8.028 GC heap before | |
163 | -{Heap before GC invocations=11 (full 2): | |
164 | - PSYoungGen total 163328K, used 152064K [0x00000000d6300000, 0x00000000e3d80000, 0x0000000100000000) | |
165 | - eden space 152064K, 100% used [0x00000000d6300000,0x00000000df780000,0x00000000df780000) | |
166 | - from space 11264K, 0% used [0x00000000e0580000,0x00000000e0580000,0x00000000e1080000) | |
167 | - to space 14336K, 0% used [0x00000000df780000,0x00000000df780000,0x00000000e0580000) | |
168 | - ParOldGen total 100352K, used 19595K [0x0000000082800000, 0x0000000088a00000, 0x00000000d6300000) | |
169 | - object space 100352K, 19% used [0x0000000082800000,0x0000000083b22d68,0x0000000088a00000) | |
170 | - Metaspace used 40712K, capacity 41948K, committed 42072K, reserved 1085440K | |
171 | - class space used 5223K, capacity 5484K, committed 5504K, reserved 1048576K | |
172 | -Event: 8.044 GC heap after | |
173 | -Heap after GC invocations=11 (full 2): | |
174 | - PSYoungGen total 166400K, used 8849K [0x00000000d6300000, 0x00000000e3180000, 0x0000000100000000) | |
175 | - eden space 152064K, 0% used [0x00000000d6300000,0x00000000d6300000,0x00000000df780000) | |
176 | - from space 14336K, 61% used [0x00000000df780000,0x00000000e0024670,0x00000000e0580000) | |
177 | - to space 13824K, 0% used [0x00000000e2400000,0x00000000e2400000,0x00000000e3180000) | |
178 | - ParOldGen total 100352K, used 19603K [0x0000000082800000, 0x0000000088a00000, 0x00000000d6300000) | |
179 | - object space 100352K, 19% used [0x0000000082800000,0x0000000083b24d68,0x0000000088a00000) | |
180 | - Metaspace used 40712K, capacity 41948K, committed 42072K, reserved 1085440K | |
181 | - class space used 5223K, capacity 5484K, committed 5504K, reserved 1048576K | |
182 | -} | |
183 | -Event: 10.103 GC heap before | |
184 | -{Heap before GC invocations=12 (full 2): | |
185 | - PSYoungGen total 166400K, used 160913K [0x00000000d6300000, 0x00000000e3180000, 0x0000000100000000) | |
186 | - eden space 152064K, 100% used [0x00000000d6300000,0x00000000df780000,0x00000000df780000) | |
187 | - from space 14336K, 61% used [0x00000000df780000,0x00000000e0024670,0x00000000e0580000) | |
188 | - to space 13824K, 0% used [0x00000000e2400000,0x00000000e2400000,0x00000000e3180000) | |
189 | - ParOldGen total 100352K, used 19603K [0x0000000082800000, 0x0000000088a00000, 0x00000000d6300000) | |
190 | - object space 100352K, 19% used [0x0000000082800000,0x0000000083b24d68,0x0000000088a00000) | |
191 | - Metaspace used 43123K, capacity 44628K, committed 44760K, reserved 1087488K | |
192 | - class space used 5571K, capacity 5878K, committed 5888K, reserved 1048576K | |
193 | -Event: 10.118 GC heap after | |
194 | -Heap after GC invocations=12 (full 2): | |
195 | - PSYoungGen total 193536K, used 10657K [0x00000000d6300000, 0x00000000e3000000, 0x0000000100000000) | |
196 | - eden space 181248K, 0% used [0x00000000d6300000,0x00000000d6300000,0x00000000e1400000) | |
197 | - from space 12288K, 86% used [0x00000000e2400000,0x00000000e2e68648,0x00000000e3000000) | |
198 | - to space 14336K, 0% used [0x00000000e1400000,0x00000000e1400000,0x00000000e2200000) | |
199 | - ParOldGen total 100352K, used 19611K [0x0000000082800000, 0x0000000088a00000, 0x00000000d6300000) | |
200 | - object space 100352K, 19% used [0x0000000082800000,0x0000000083b26d68,0x0000000088a00000) | |
201 | - Metaspace used 43123K, capacity 44628K, committed 44760K, reserved 1087488K | |
202 | - class space used 5571K, capacity 5878K, committed 5888K, reserved 1048576K | |
203 | -} | |
204 | -Event: 11.781 GC heap before | |
205 | -{Heap before GC invocations=13 (full 2): | |
206 | - PSYoungGen total 193536K, used 191905K [0x00000000d6300000, 0x00000000e3000000, 0x0000000100000000) | |
207 | - eden space 181248K, 100% used [0x00000000d6300000,0x00000000e1400000,0x00000000e1400000) | |
208 | - from space 12288K, 86% used [0x00000000e2400000,0x00000000e2e68648,0x00000000e3000000) | |
209 | - to space 14336K, 0% used [0x00000000e1400000,0x00000000e1400000,0x00000000e2200000) | |
210 | - ParOldGen total 100352K, used 19611K [0x0000000082800000, 0x0000000088a00000, 0x00000000d6300000) | |
211 | - object space 100352K, 19% used [0x0000000082800000,0x0000000083b26d68,0x0000000088a00000) | |
212 | - Metaspace used 45610K, capacity 47612K, committed 47832K, reserved 1091584K | |
213 | - class space used 5935K, capacity 6306K, committed 6400K, reserved 1048576K | |
214 | -Event: 11.800 GC heap after | |
215 | -Heap after GC invocations=13 (full 2): | |
216 | - PSYoungGen total 195584K, used 14307K [0x00000000d6300000, 0x00000000e5600000, 0x0000000100000000) | |
217 | - eden space 181248K, 0% used [0x00000000d6300000,0x00000000d6300000,0x00000000e1400000) | |
218 | - from space 14336K, 99% used [0x00000000e1400000,0x00000000e21f8fa0,0x00000000e2200000) | |
219 | - to space 16384K, 0% used [0x00000000e4600000,0x00000000e4600000,0x00000000e5600000) | |
220 | - ParOldGen total 100352K, used 20359K [0x0000000082800000, 0x0000000088a00000, 0x00000000d6300000) | |
221 | - object space 100352K, 20% used [0x0000000082800000,0x0000000083be1c78,0x0000000088a00000) | |
222 | - Metaspace used 45610K, capacity 47612K, committed 47832K, reserved 1091584K | |
223 | - class space used 5935K, capacity 6306K, committed 6400K, reserved 1048576K | |
224 | -} | |
225 | -Event: 13.394 GC heap before | |
226 | -{Heap before GC invocations=14 (full 2): | |
227 | - PSYoungGen total 195584K, used 195555K [0x00000000d6300000, 0x00000000e5600000, 0x0000000100000000) | |
228 | - eden space 181248K, 100% used [0x00000000d6300000,0x00000000e1400000,0x00000000e1400000) | |
229 | - from space 14336K, 99% used [0x00000000e1400000,0x00000000e21f8fa0,0x00000000e2200000) | |
230 | - to space 16384K, 0% used [0x00000000e4600000,0x00000000e4600000,0x00000000e5600000) | |
231 | - ParOldGen total 100352K, used 20359K [0x0000000082800000, 0x0000000088a00000, 0x00000000d6300000) | |
232 | - object space 100352K, 20% used [0x0000000082800000,0x0000000083be1c78,0x0000000088a00000) | |
233 | - Metaspace used 48536K, capacity 50852K, committed 51032K, reserved 1093632K | |
234 | - class space used 6341K, capacity 6738K, committed 6784K, reserved 1048576K | |
235 | -Event: 13.420 GC heap after | |
236 | -Heap after GC invocations=14 (full 2): | |
237 | - PSYoungGen total 229376K, used 16376K [0x00000000d6300000, 0x00000000e5d80000, 0x0000000100000000) | |
238 | - eden space 212992K, 0% used [0x00000000d6300000,0x00000000d6300000,0x00000000e3300000) | |
239 | - from space 16384K, 99% used [0x00000000e4600000,0x00000000e55fe040,0x00000000e5600000) | |
240 | - to space 19456K, 0% used [0x00000000e3300000,0x00000000e3300000,0x00000000e4600000) | |
241 | - ParOldGen total 100352K, used 24306K [0x0000000082800000, 0x0000000088a00000, 0x00000000d6300000) | |
242 | - object space 100352K, 24% used [0x0000000082800000,0x0000000083fbc968,0x0000000088a00000) | |
243 | - Metaspace used 48536K, capacity 50852K, committed 51032K, reserved 1093632K | |
244 | - class space used 6341K, capacity 6738K, committed 6784K, reserved 1048576K | |
245 | -} | |
246 | - | |
247 | -Deoptimization events (10 events): | |
248 | -Event: 14.577 Thread 0x0000000002a52800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000002c6d880 method=java.lang.CharacterData.of(I)Ljava/lang/CharacterData; @ 4 | |
249 | -Event: 14.736 Thread 0x0000000002a52800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000036df84c method=java.util.HashMap.putMapEntries(Ljava/util/Map;Z)V @ 53 | |
250 | -Event: 15.223 Thread 0x0000000002a52800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000032c1b94 method=java.util.AbstractList$Itr.hasNext()Z @ 8 | |
251 | -Event: 15.223 Thread 0x0000000002a52800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000035c7604 method=java.util.AbstractList$Itr.next()Ljava/lang/Object; @ 14 | |
252 | -Event: 15.226 Thread 0x0000000002a52800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000032c1b94 method=java.util.AbstractList$Itr.hasNext()Z @ 8 | |
253 | -Event: 15.226 Thread 0x0000000002a52800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000035c7604 method=java.util.AbstractList$Itr.next()Ljava/lang/Object; @ 14 | |
254 | -Event: 15.226 Thread 0x0000000002a52800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000032c1b94 method=java.util.AbstractList$Itr.hasNext()Z @ 8 | |
255 | -Event: 15.226 Thread 0x0000000002a52800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000035c7604 method=java.util.AbstractList$Itr.next()Ljava/lang/Object; @ 14 | |
256 | -Event: 15.584 Thread 0x0000000020ef7800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000003b7760c method=java.lang.AbstractStringBuilder.append(I)Ljava/lang/AbstractStringBuilder; @ 16 | |
257 | -Event: 15.584 Thread 0x0000000020ef7800 Uncommon trap: reason=null_check action=make_not_entrant pc=0x000000000372e3f8 method=java.lang.StringCoding.encode(Ljava/lang/String;[CII)[B @ 6 | |
258 | - | |
259 | -Classes redefined (0 events): | |
260 | -No events | |
261 | - | |
262 | -Internal exceptions (10 events): | |
263 | -Event: 14.212 Thread 0x0000000002a52800 Exception <a 'java/lang/ClassNotFoundException': org/springframework/boot/actuate/autoconfigure/web/server/ManagementServerPropertiesCustomizer> (0x00000000da3211a0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\shar | |
264 | -Event: 14.256 Thread 0x0000000002a52800 Exception <a 'java/lang/ClassNotFoundException': java/lang/ObjectCustomizer> (0x00000000da6e7de8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 210] | |
265 | -Event: 14.257 Thread 0x0000000002a52800 Exception <a 'java/lang/ClassNotFoundException': org/springframework/cloud/netflix/eureka/serviceregistry/EurekaRegistrationCustomizer> (0x00000000da7271c8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\clas | |
266 | -Event: 14.258 Thread 0x0000000002a52800 Exception <a 'java/lang/ClassNotFoundException': org/springframework/cloud/client/serviceregistry/RegistrationCustomizer> (0x00000000da77f478) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDi | |
267 | -Event: 14.259 Thread 0x0000000002a52800 Exception <a 'java/lang/ClassNotFoundException': org/springframework/cloud/client/ServiceInstanceCustomizer> (0x00000000da7ab6a8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.cpp, | |
268 | -Event: 15.014 Thread 0x0000000002a52800 Exception <a 'java/lang/ClassNotFoundException': java/lang/ObjectCustomizer> (0x00000000dcd2d080) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 210] | |
269 | -Event: 15.015 Thread 0x0000000002a52800 Exception <a 'java/lang/ClassNotFoundException': com/sincere/haikangface/HaikangfaceApplicationTestsCustomizer> (0x00000000dcd5e818) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.c | |
270 | -Event: 15.584 Thread 0x0000000020ef7800 Implicit null exception at 0x000000000372da4b to 0x000000000372e3dd | |
271 | -Event: 15.586 Thread 0x0000000020ef7800 Exception <a 'java/lang/ClassNotFoundException': java/lang/ObjectCustomizer> (0x00000000df64bd60) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 210] | |
272 | -Event: 15.587 Thread 0x0000000020ef7800 Exception <a 'java/lang/ClassNotFoundException': com/netflix/appinfo/ApplicationInfoManagerCustomizer> (0x00000000df678358) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.cpp, line | |
273 | - | |
274 | -Events (10 events): | |
275 | -Event: 15.600 Executing VM operation: RevokeBias | |
276 | -Event: 15.600 Executing VM operation: RevokeBias done | |
277 | -Event: 15.600 Thread 0x000000001b1ad000 Thread exited: 0x000000001b1ad000 | |
278 | -Event: 15.601 Thread 0x00000000199b9000 flushing nmethod 0x00000000032ba410 | |
279 | -Event: 15.603 Thread 0x00000000199b9000 flushing nmethod 0x00000000034e8390 | |
280 | -Event: 15.605 Thread 0x0000000020ef7800 DEOPT PACKING pc=0x0000000003433314 sp=0x000000002b8aeb50 | |
281 | -Event: 15.605 Thread 0x0000000020ef7800 DEOPT UNPACKING pc=0x0000000002b97890 sp=0x000000002b8ae898 mode 0 | |
282 | -Event: 15.607 Thread 0x0000000020ef7800 Thread exited: 0x0000000020ef7800 | |
283 | -Event: 15.607 Executing VM operation: Exit | |
284 | -Event: 15.607 Thread 0x00000000199b9000 flushing nmethod 0x0000000003700a50 | |
285 | - | |
286 | - | |
287 | -Dynamic libraries: | |
288 | -0x00007ff62d540000 - 0x00007ff62d577000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\java.exe | |
289 | -0x00007ffbb2020000 - 0x00007ffbb2210000 C:\WINDOWS\SYSTEM32\ntdll.dll | |
290 | -0x00007ffbb00d0000 - 0x00007ffbb0182000 C:\WINDOWS\System32\KERNEL32.DLL | |
291 | -0x00007ffbafe20000 - 0x00007ffbb00c3000 C:\WINDOWS\System32\KERNELBASE.dll | |
292 | -0x00007ffbb05a0000 - 0x00007ffbb0643000 C:\WINDOWS\System32\ADVAPI32.dll | |
293 | -0x00007ffbb1e80000 - 0x00007ffbb1f1e000 C:\WINDOWS\System32\msvcrt.dll | |
294 | -0x00007ffbb1bd0000 - 0x00007ffbb1c67000 C:\WINDOWS\System32\sechost.dll | |
295 | -0x00007ffbb1d50000 - 0x00007ffbb1e70000 C:\WINDOWS\System32\RPCRT4.dll | |
296 | -0x00007ffbb0650000 - 0x00007ffbb07e4000 C:\WINDOWS\System32\USER32.dll | |
297 | -0x00007ffbafa50000 - 0x00007ffbafa71000 C:\WINDOWS\System32\win32u.dll | |
298 | -0x00007ffbb14d0000 - 0x00007ffbb14f6000 C:\WINDOWS\System32\GDI32.dll | |
299 | -0x00007ffbafa80000 - 0x00007ffbafc14000 C:\WINDOWS\System32\gdi32full.dll | |
300 | -0x00007ffbaf900000 - 0x00007ffbaf99e000 C:\WINDOWS\System32\msvcp_win.dll | |
301 | -0x00007ffbafca0000 - 0x00007ffbafd9a000 C:\WINDOWS\System32\ucrtbase.dll | |
302 | -0x00007ffbae400000 - 0x00007ffbae685000 C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.18362.418_none_e6c6b287130d565d\COMCTL32.dll | |
303 | -0x00007ffbb0190000 - 0x00007ffbb04c6000 C:\WINDOWS\System32\combase.dll | |
304 | -0x00007ffbafda0000 - 0x00007ffbafe20000 C:\WINDOWS\System32\bcryptPrimitives.dll | |
305 | -0x00007ffbb14a0000 - 0x00007ffbb14ce000 C:\WINDOWS\System32\IMM32.DLL | |
306 | -0x00000000596e0000 - 0x00000000597b2000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\msvcr100.dll | |
307 | -0x0000000058e10000 - 0x00000000596b2000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\server\jvm.dll | |
308 | -0x00007ffbb1fd0000 - 0x00007ffbb1fd8000 C:\WINDOWS\System32\PSAPI.DLL | |
309 | -0x00007ffb99d60000 - 0x00007ffb99d69000 C:\WINDOWS\SYSTEM32\WSOCK32.dll | |
310 | -0x00007ffba4940000 - 0x00007ffba494a000 C:\WINDOWS\SYSTEM32\VERSION.dll | |
311 | -0x00007ffba8600000 - 0x00007ffba8624000 C:\WINDOWS\SYSTEM32\WINMM.dll | |
312 | -0x00007ffbb1af0000 - 0x00007ffbb1b5f000 C:\WINDOWS\System32\WS2_32.dll | |
313 | -0x00007ffba83d0000 - 0x00007ffba83fd000 C:\WINDOWS\SYSTEM32\winmmbase.dll | |
314 | -0x00007ffbaf8b0000 - 0x00007ffbaf8fa000 C:\WINDOWS\System32\cfgmgr32.dll | |
315 | -0x0000000058e00000 - 0x0000000058e0f000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\verify.dll | |
316 | -0x0000000058dd0000 - 0x0000000058df9000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\java.dll | |
317 | -0x0000000058db0000 - 0x0000000058dc6000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\zip.dll | |
318 | -0x00007ffbb0c60000 - 0x00007ffbb1345000 C:\WINDOWS\System32\SHELL32.dll | |
319 | -0x00007ffbb1f20000 - 0x00007ffbb1fc9000 C:\WINDOWS\System32\shcore.dll | |
320 | -0x00007ffbaefb0000 - 0x00007ffbaf72f000 C:\WINDOWS\System32\windows.storage.dll | |
321 | -0x00007ffbaef20000 - 0x00007ffbaef3f000 C:\WINDOWS\System32\profapi.dll | |
322 | -0x00007ffbaef60000 - 0x00007ffbaefaa000 C:\WINDOWS\System32\powrprof.dll | |
323 | -0x00007ffbaeef0000 - 0x00007ffbaef00000 C:\WINDOWS\System32\UMPDC.dll | |
324 | -0x00007ffbb1500000 - 0x00007ffbb1552000 C:\WINDOWS\System32\shlwapi.dll | |
325 | -0x00007ffbaef40000 - 0x00007ffbaef51000 C:\WINDOWS\System32\kernel.appcore.dll | |
326 | -0x00007ffbafc80000 - 0x00007ffbafc97000 C:\WINDOWS\System32\cryptsp.dll | |
327 | -0x0000000058cd0000 - 0x0000000058cdd000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\management.dll | |
328 | -0x0000000058ce0000 - 0x0000000058cfa000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\net.dll | |
329 | -0x00007ffbae0e0000 - 0x00007ffbae147000 C:\WINDOWS\system32\mswsock.dll | |
330 | -0x0000000058c90000 - 0x0000000058ca1000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\nio.dll | |
331 | -0x00007ffbaddf0000 - 0x00007ffbade2a000 C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL | |
332 | -0x00007ffbb1e70000 - 0x00007ffbb1e78000 C:\WINDOWS\System32\NSI.dll | |
333 | -0x00007ffba5cf0000 - 0x00007ffba5d06000 C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL | |
334 | -0x00007ffba6580000 - 0x00007ffba659c000 C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL | |
335 | -0x00007ffbade30000 - 0x00007ffbadefa000 C:\WINDOWS\SYSTEM32\DNSAPI.dll | |
336 | -0x00007ffba7f00000 - 0x00007ffba7f0a000 C:\Windows\System32\rasadhlp.dll | |
337 | -0x00007ffba5a20000 - 0x00007ffba5a97000 C:\WINDOWS\System32\fwpuclnt.dll | |
338 | -0x00007ffbaf730000 - 0x00007ffbaf756000 C:\WINDOWS\System32\bcrypt.dll | |
339 | -0x00007ffb98420000 - 0x00007ffb98436000 C:\WINDOWS\system32\napinsp.dll | |
340 | -0x00007ffb98310000 - 0x00007ffb9832a000 C:\WINDOWS\system32\pnrpnsp.dll | |
341 | -0x00007ffb97bd0000 - 0x00007ffb97bde000 C:\WINDOWS\System32\winrnr.dll | |
342 | -0x00007ffbaa690000 - 0x00007ffbaa6ac000 C:\WINDOWS\system32\NLAapi.dll | |
343 | -0x00007ffba9f60000 - 0x00007ffba9f75000 C:\WINDOWS\system32\wshbth.dll | |
344 | -0x00007ffbadc50000 - 0x00007ffbadc83000 C:\WINDOWS\system32\rsaenh.dll | |
345 | -0x00007ffbaee10000 - 0x00007ffbaee35000 C:\WINDOWS\SYSTEM32\USERENV.dll | |
346 | -0x00007ffbae2b0000 - 0x00007ffbae2bc000 C:\WINDOWS\SYSTEM32\CRYPTBASE.dll | |
347 | -0x0000000180000000 - 0x0000000180031000 C:\Users\taohandong\AppData\Local\Temp\jna6635457522169454925.tmp | |
348 | -0x00000000235f0000 - 0x00000000239b7000 C:\lib\HCEHomeCMS.DLL | |
349 | -0x00007ffb5a820000 - 0x00007ffb5acea000 C:\lib\HCEHomeSS.DLL | |
350 | -0x00007ffb593f0000 - 0x00007ffb598dc000 C:\lib\HCNetUtils.dll | |
351 | -0x00000000239c0000 - 0x0000000023b90000 C:\lib\sqlite3.dll | |
352 | -0x0000000023b90000 - 0x0000000023f1f000 C:\lib\HCEHomeAlarm.DLL | |
353 | -0x00000000250f0000 - 0x00000000252e0000 C:\TaoHandong\Java_Code\apache-tomcat-8.5.34\bin\tcnative-1.dll | |
354 | -0x00007ffbaea10000 - 0x00007ffbaec04000 C:\WINDOWS\SYSTEM32\dbghelp.dll | |
355 | - | |
356 | -VM Arguments: | |
357 | -java_command: C:\Users\TAOHAN~1\AppData\Local\Temp\surefire6913914386574293255\surefirebooter6897078643845521062.jar C:\Users\taohandong\AppData\Local\Temp\surefire6913914386574293255 2019-11-05T18-38-21_060-jvmRun1 surefire8689155750300349729tmp surefire_08152926672731416257tmp | |
358 | -java_class_path (initial): C:\Users\TAOHAN~1\AppData\Local\Temp\surefire6913914386574293255\surefirebooter6897078643845521062.jar | |
359 | -Launcher Type: SUN_STANDARD | |
360 | - | |
361 | -Environment Variables: | |
362 | -JAVA_HOME=C:\Program Files\Java\jdk1.8.0_181 | |
363 | -CLASSPATH=.;C:\Program Files\Java\jdk1.8.0_181\lib;C:\Program Files\Java\jdk1.8.0_181\lib\tools.jar; | |
364 | -PATH=C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\TaoHandong\¹¤¾ßÀàÈí¼þ\Git\cmd;C:\Program Files\Java\jdk1.8.0_181\bin;C:\Program Files\Java\jdk1.8.0_181\jre\bin;C:\Program Files (x86)\Tesseract-OCR;C:\WINDOWS\System32\OpenSSH\;C:\TaoHandong\Java_Code\apache-tomcat-8.5.34\bin;c:\windows\system32;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Program Files (x86)\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\130\DTS\Binn\;C:\Program Files\Microsoft SQL Server\130\DTS\Binn\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn\;C:\TaoHandong\server\mysql-8.0.16-winx64\bin;C:\Program Files\nodejs\;C:\Program Files\RabbitMQ Server\rabbitmq_server-3.7.16\sbin;C:\Program Files\erl10.4\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files\MySQL\MySQL Shell 8.0\bin\;C:\Users\taohandong\AppData\Local\Microsoft\WindowsApps;C:\Program Files\Java\jdk1.8.0_181\bin;C:\Users\taohandong\Downloads\apache-maven-3.6.0-bin\apache-maven-3.6.0\bin;C:\Users\taohandong;C:\TaoHandong\Anaconda;C:\TaoHandong\Anaconda\Scripts;C:\Users\taohandong\AppData\Roaming\npm; | |
365 | -USERNAME=taohandong | |
366 | -OS=Windows_NT | |
367 | -PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 142 Stepping 10, GenuineIntel | |
368 | - | |
369 | - | |
370 | - | |
371 | ---------------- S Y S T E M --------------- | |
372 | - | |
373 | -OS: Windows 10.0 , 64 bit Build 18362 (10.0.18362.329) | |
374 | - | |
375 | -CPU:total 8 (initial active 8) (4 cores per cpu, 2 threads per core) family 6 model 142 stepping 10, 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 | |
376 | - | |
377 | -Memory: 4k page, physical 8218728k(1765008k free), swap 23206748k(12027900k free) | |
378 | - | |
379 | -vm_info: Java HotSpot(TM) 64-Bit Server VM (25.181-b13) for windows-amd64 JRE (1.8.0_181-b13), built on Jul 7 2018 04:01:33 by "java_re" with MS VC++ 10.0 (VS2010) | |
380 | - | |
381 | -time: Tue Nov 05 18:38:37 2019 | |
382 | -elapsed time: 16 seconds (0d 0h 0m 16s) | |
383 | - |
cloud/haikangface/hs_err_pid20988.log
... | ... | @@ -1,383 +0,0 @@ |
1 | -# | |
2 | -# A fatal error has been detected by the Java Runtime Environment: | |
3 | -# | |
4 | -# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000021a4643f, pid=20988, tid=0x0000000000005ca8 | |
5 | -# | |
6 | -# JRE version: Java(TM) SE Runtime Environment (8.0_181-b13) (build 1.8.0_181-b13) | |
7 | -# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.181-b13 mixed mode windows-amd64 compressed oops) | |
8 | -# Problematic frame: | |
9 | -# C [HCEHomeAlarm.DLL+0x2643f] | |
10 | -# | |
11 | -# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows | |
12 | -# | |
13 | -# If you would like to submit a bug report, please visit: | |
14 | -# http://bugreport.java.com/bugreport/crash.jsp | |
15 | -# | |
16 | - | |
17 | ---------------- T H R E A D --------------- | |
18 | - | |
19 | -Current thread (0x0000000017d59000): VMThread [stack: 0x0000000019a40000,0x0000000019b40000] [id=23720] | |
20 | - | |
21 | -siginfo: ExceptionCode=0xc0000005, reading address 0x0000000000000000 | |
22 | - | |
23 | -Registers: | |
24 | -RAX=0x0000000000000001, RBX=0x0000000000000000, RCX=0x0000000000000000, RDX=0x0000000000000000 | |
25 | -RSP=0x0000000019b3f330, RBP=0x0000000000000000, RSI=0x0000000000000000, RDI=0x0000000000aa79e0 | |
26 | -R8 =0x0000000000000001, R9 =0x0000000000000001, R10=0x0000000000008000, R11=0x0000000019b3f3c0 | |
27 | -R12=0x0000000000a97620, R13=0x0000000000000000, R14=0x0000000000000001, R15=0x0000000000a976d0 | |
28 | -RIP=0x0000000021a4643f, EFLAGS=0x0000000000010206 | |
29 | - | |
30 | -Top of Stack: (sp=0x0000000019b3f330) | |
31 | -0x0000000019b3f330: 000000002999f0c0 00007ffca866083d | |
32 | -0x0000000019b3f340: 0000000024f02c40 0000002700a50000 | |
33 | -0x0000000019b3f350: 0000000000aa79e0 0000000021adcb11 | |
34 | -0x0000000019b3f360: 0000000000000000 0000000000000000 | |
35 | -0x0000000019b3f370: 0000000000aa1100 00000002a865fc11 | |
36 | -0x0000000019b3f380: 0000000024ef3a30 0000000021a46bf2 | |
37 | -0x0000000019b3f390: 0000000000000000 0000000000000001 | |
38 | -0x0000000019b3f3a0: 0000000000000000 0000000000a97620 | |
39 | -0x0000000019b3f3b0: 0000000000000001 0000000021a46620 | |
40 | -0x0000000019b3f3c0: 0000000000000000 0000000024ef3a30 | |
41 | -0x0000000019b3f3d0: 0000000000a97620 0000000000000000 | |
42 | -0x0000000019b3f3e0: 0000000000a98e50 0000000017be5500 | |
43 | -0x0000000019b3f3f0: 0000000024f136b0 0000000021a45cc8 | |
44 | -0x0000000019b3f400: 0000000017be5500 0000000024ef3a30 | |
45 | -0x0000000019b3f410: 0000000000000000 0000000017be5500 | |
46 | -0x0000000019b3f420: 0000000024f136b0 0000000021addb04 | |
47 | - | |
48 | -Instructions: (pc=0x0000000021a4643f) | |
49 | -0x0000000021a4641f: 38 48 8b 74 24 40 48 83 c4 20 5f c3 cc cc cc cc | |
50 | -0x0000000021a4642f: cc 48 89 5c 24 08 48 89 74 24 10 57 48 83 ec 20 | |
51 | -0x0000000021a4643f: 48 8b 01 41 8b f0 8b da 48 8b f9 ff 50 08 85 c0 | |
52 | -0x0000000021a4644f: 75 48 48 8b 05 78 70 17 00 48 83 f8 ff 74 1f ba | |
53 | - | |
54 | - | |
55 | -Register to memory mapping: | |
56 | - | |
57 | -RAX=0x0000000000000001 is an unknown value | |
58 | -RBX=0x0000000000000000 is an unknown value | |
59 | -RCX=0x0000000000000000 is an unknown value | |
60 | -RDX=0x0000000000000000 is an unknown value | |
61 | -RSP=0x0000000019b3f330 is an unknown value | |
62 | -RBP=0x0000000000000000 is an unknown value | |
63 | -RSI=0x0000000000000000 is an unknown value | |
64 | -RDI=0x0000000000aa79e0 is an unknown value | |
65 | -R8 =0x0000000000000001 is an unknown value | |
66 | -R9 =0x0000000000000001 is an unknown value | |
67 | -R10=0x0000000000008000 is an unknown value | |
68 | -R11=0x0000000019b3f3c0 is an unknown value | |
69 | -R12=0x0000000000a97620 is an unknown value | |
70 | -R13=0x0000000000000000 is an unknown value | |
71 | -R14=0x0000000000000001 is an unknown value | |
72 | -R15=0x0000000000a976d0 is an unknown value | |
73 | - | |
74 | - | |
75 | -Stack: [0x0000000019a40000,0x0000000019b40000], sp=0x0000000019b3f330, free space=1020k | |
76 | -Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) | |
77 | - | |
78 | -VM_Operation (0x0000000002d6f290): Exit, mode: safepoint, requested by thread 0x0000000002d72800 | |
79 | - | |
80 | - | |
81 | ---------------- P R O C E S S --------------- | |
82 | - | |
83 | -Java Threads: ( => current thread ) | |
84 | - 0x0000000019ce1800 JavaThread "surefire-forkedjvm-last-ditch-daemon-shutdown-thread-30s" daemon [_thread_blocked, id=23832, stack(0x000000002b7f0000,0x000000002b8f0000)] | |
85 | - 0x0000000019e24000 JavaThread "surefire-forkedjvm-command-thread" daemon [_thread_in_native, id=13672, stack(0x000000001a9a0000,0x000000001aaa0000)] | |
86 | - 0x0000000019d70800 JavaThread "Service Thread" daemon [_thread_blocked, id=20048, stack(0x000000001a7a0000,0x000000001a8a0000)] | |
87 | - 0x0000000019ce0000 JavaThread "C1 CompilerThread3" daemon [_thread_blocked, id=16096, stack(0x000000001a6a0000,0x000000001a7a0000)] | |
88 | - 0x0000000019cdd000 JavaThread "C2 CompilerThread2" daemon [_thread_blocked, id=23932, stack(0x000000001a5a0000,0x000000001a6a0000)] | |
89 | - 0x0000000019cd4000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=8028, stack(0x000000001a4a0000,0x000000001a5a0000)] | |
90 | - 0x0000000019c7b000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=17668, stack(0x000000001a3a0000,0x000000001a4a0000)] | |
91 | - 0x0000000019c78800 JavaThread "Attach Listener" daemon [_thread_blocked, id=22588, stack(0x000000001a2a0000,0x000000001a3a0000)] | |
92 | - 0x0000000019cd0000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=21972, stack(0x000000001a1a0000,0x000000001a2a0000)] | |
93 | - 0x0000000019c60800 JavaThread "Finalizer" daemon [_thread_blocked, id=21524, stack(0x000000001a040000,0x000000001a140000)] | |
94 | - 0x0000000002e67000 JavaThread "Reference Handler" daemon [_thread_blocked, id=23292, stack(0x0000000019b40000,0x0000000019c40000)] | |
95 | - 0x0000000002d72800 JavaThread "main" [_thread_blocked, id=20624, stack(0x0000000002c70000,0x0000000002d70000)] | |
96 | - | |
97 | -Other Threads: | |
98 | -=>0x0000000017d59000 VMThread [stack: 0x0000000019a40000,0x0000000019b40000] [id=23720] | |
99 | - | |
100 | -VM state:at safepoint (shutting down) | |
101 | - | |
102 | -VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event]) | |
103 | -[0x00000000007fde60] Threads_lock - owner thread: 0x0000000017d59000 | |
104 | - | |
105 | -Heap: | |
106 | - PSYoungGen total 264192K, used 106563K [0x00000000d6300000, 0x00000000e8300000, 0x0000000100000000) | |
107 | - eden space 247296K, 36% used [0x00000000d6300000,0x00000000dba96e98,0x00000000e5480000) | |
108 | - from space 16896K, 99% used [0x00000000e6900000,0x00000000e797a030,0x00000000e7980000) | |
109 | - to space 20992K, 0% used [0x00000000e5480000,0x00000000e5480000,0x00000000e6900000) | |
110 | - ParOldGen total 92672K, used 26055K [0x0000000082800000, 0x0000000088280000, 0x00000000d6300000) | |
111 | - object space 92672K, 28% used [0x0000000082800000,0x0000000084171ce0,0x0000000088280000) | |
112 | - Metaspace used 52789K, capacity 55156K, committed 55384K, reserved 1097728K | |
113 | - class space used 7035K, capacity 7442K, committed 7552K, reserved 1048576K | |
114 | - | |
115 | -Card table byte_map: [0x0000000012230000,0x0000000012620000] byte_map_base: 0x0000000011e1c000 | |
116 | - | |
117 | -Marking Bits: (ParMarkBitMap*) 0x0000000069732d00 | |
118 | - Begin Bits: [0x00000000130c0000, 0x0000000015020000) | |
119 | - End Bits: [0x0000000015020000, 0x0000000016f80000) | |
120 | - | |
121 | -Polling page: 0x00000000027a0000 | |
122 | - | |
123 | -CodeCache: size=245760Kb used=19893Kb max_used=19893Kb free=225866Kb | |
124 | - bounds [0x0000000002e70000, 0x0000000004200000, 0x0000000011e70000] | |
125 | - total_blobs=5465 nmethods=4971 adapters=404 | |
126 | - compilation: enabled | |
127 | - | |
128 | -Compilation events (10 events): | |
129 | -Event: 9.421 Thread 0x0000000019ce0000 5792 1 io.micrometer.shaded.org.pcollections.ConsPStack::size (5 bytes) | |
130 | -Event: 9.421 Thread 0x0000000019ce0000 nmethod 5792 0x00000000031d6ad0 code [0x00000000031d6c20, 0x00000000031d6d30] | |
131 | -Event: 9.421 Thread 0x0000000019cdd000 nmethod 5761 0x00000000041e3850 code [0x00000000041e3ac0, 0x00000000041e55a0] | |
132 | -Event: 9.421 Thread 0x0000000019cdd000 5784 4 java.util.HashMap::removeNode (291 bytes) | |
133 | -Event: 9.422 Thread 0x0000000019ce0000 5793 3 io.micrometer.shaded.org.pcollections.ConsPStack::subList (39 bytes) | |
134 | -Event: 9.422 Thread 0x0000000019ce0000 nmethod 5793 0x00000000041d8f90 code [0x00000000041d9120, 0x00000000041d9468] | |
135 | -Event: 9.422 Thread 0x0000000019ce0000 5794 3 io.micrometer.shaded.org.pcollections.ConsPStack::listIterator (30 bytes) | |
136 | -Event: 9.422 Thread 0x0000000019ce0000 nmethod 5794 0x00000000041d89d0 code [0x00000000041d8b60, 0x00000000041d8e78] | |
137 | -Event: 9.424 Thread 0x0000000019ce0000 5796 ! 3 org.springframework.beans.factory.support.DefaultSingletonBeanRegistry::destroyBean (385 bytes) | |
138 | -Event: 9.427 Thread 0x0000000019ce0000 nmethod 5796 0x00000000041f1450 code [0x00000000041f1920, 0x00000000041f4d38] | |
139 | - | |
140 | -GC Heap History (10 events): | |
141 | -Event: 3.803 GC heap before | |
142 | -{Heap before GC invocations=10 (full 2): | |
143 | - PSYoungGen total 175104K, used 11259K [0x00000000d6300000, 0x00000000e4480000, 0x0000000100000000) | |
144 | - eden space 163840K, 0% used [0x00000000d6300000,0x00000000d6300000,0x00000000e0300000) | |
145 | - from space 11264K, 99% used [0x00000000e1100000,0x00000000e1bfef30,0x00000000e1c00000) | |
146 | - to space 14336K, 0% used [0x00000000e0300000,0x00000000e0300000,0x00000000e1100000) | |
147 | - ParOldGen total 56320K, used 13674K [0x0000000082800000, 0x0000000085f00000, 0x00000000d6300000) | |
148 | - object space 56320K, 24% used [0x0000000082800000,0x000000008355a838,0x0000000085f00000) | |
149 | - Metaspace used 34209K, capacity 35304K, committed 35416K, reserved 1079296K | |
150 | - class space used 4429K, capacity 4672K, committed 4736K, reserved 1048576K | |
151 | -Event: 3.862 GC heap after | |
152 | -Heap after GC invocations=10 (full 2): | |
153 | - PSYoungGen total 175104K, used 0K [0x00000000d6300000, 0x00000000e4480000, 0x0000000100000000) | |
154 | - eden space 163840K, 0% used [0x00000000d6300000,0x00000000d6300000,0x00000000e0300000) | |
155 | - from space 11264K, 0% used [0x00000000e1100000,0x00000000e1100000,0x00000000e1c00000) | |
156 | - to space 14336K, 0% used [0x00000000e0300000,0x00000000e0300000,0x00000000e1100000) | |
157 | - ParOldGen total 92672K, used 19424K [0x0000000082800000, 0x0000000088280000, 0x00000000d6300000) | |
158 | - object space 92672K, 20% used [0x0000000082800000,0x0000000083af8010,0x0000000088280000) | |
159 | - Metaspace used 34209K, capacity 35304K, committed 35416K, reserved 1079296K | |
160 | - class space used 4429K, capacity 4672K, committed 4736K, reserved 1048576K | |
161 | -} | |
162 | -Event: 5.321 GC heap before | |
163 | -{Heap before GC invocations=11 (full 2): | |
164 | - PSYoungGen total 175104K, used 163840K [0x00000000d6300000, 0x00000000e4480000, 0x0000000100000000) | |
165 | - eden space 163840K, 100% used [0x00000000d6300000,0x00000000e0300000,0x00000000e0300000) | |
166 | - from space 11264K, 0% used [0x00000000e1100000,0x00000000e1100000,0x00000000e1c00000) | |
167 | - to space 14336K, 0% used [0x00000000e0300000,0x00000000e0300000,0x00000000e1100000) | |
168 | - ParOldGen total 92672K, used 19424K [0x0000000082800000, 0x0000000088280000, 0x00000000d6300000) | |
169 | - object space 92672K, 20% used [0x0000000082800000,0x0000000083af8010,0x0000000088280000) | |
170 | - Metaspace used 40779K, capacity 42064K, committed 42328K, reserved 1085440K | |
171 | - class space used 5231K, capacity 5484K, committed 5504K, reserved 1048576K | |
172 | -Event: 5.331 GC heap after | |
173 | -Heap after GC invocations=11 (full 2): | |
174 | - PSYoungGen total 178176K, used 9099K [0x00000000d6300000, 0x00000000e4700000, 0x0000000100000000) | |
175 | - eden space 163840K, 0% used [0x00000000d6300000,0x00000000d6300000,0x00000000e0300000) | |
176 | - from space 14336K, 63% used [0x00000000e0300000,0x00000000e0be2e78,0x00000000e1100000) | |
177 | - to space 13824K, 0% used [0x00000000e3980000,0x00000000e3980000,0x00000000e4700000) | |
178 | - ParOldGen total 92672K, used 19432K [0x0000000082800000, 0x0000000088280000, 0x00000000d6300000) | |
179 | - object space 92672K, 20% used [0x0000000082800000,0x0000000083afa010,0x0000000088280000) | |
180 | - Metaspace used 40779K, capacity 42064K, committed 42328K, reserved 1085440K | |
181 | - class space used 5231K, capacity 5484K, committed 5504K, reserved 1048576K | |
182 | -} | |
183 | -Event: 6.446 GC heap before | |
184 | -{Heap before GC invocations=12 (full 2): | |
185 | - PSYoungGen total 178176K, used 172939K [0x00000000d6300000, 0x00000000e4700000, 0x0000000100000000) | |
186 | - eden space 163840K, 100% used [0x00000000d6300000,0x00000000e0300000,0x00000000e0300000) | |
187 | - from space 14336K, 63% used [0x00000000e0300000,0x00000000e0be2e78,0x00000000e1100000) | |
188 | - to space 13824K, 0% used [0x00000000e3980000,0x00000000e3980000,0x00000000e4700000) | |
189 | - ParOldGen total 92672K, used 19432K [0x0000000082800000, 0x0000000088280000, 0x00000000d6300000) | |
190 | - object space 92672K, 20% used [0x0000000082800000,0x0000000083afa010,0x0000000088280000) | |
191 | - Metaspace used 43305K, capacity 44812K, committed 45016K, reserved 1089536K | |
192 | - class space used 5596K, capacity 5878K, committed 5888K, reserved 1048576K | |
193 | -Event: 6.455 GC heap after | |
194 | -Heap after GC invocations=12 (full 2): | |
195 | - PSYoungGen total 216576K, used 11147K [0x00000000d6300000, 0x00000000e4680000, 0x0000000100000000) | |
196 | - eden space 203264K, 0% used [0x00000000d6300000,0x00000000d6300000,0x00000000e2980000) | |
197 | - from space 13312K, 83% used [0x00000000e3980000,0x00000000e4462ee8,0x00000000e4680000) | |
198 | - to space 14848K, 0% used [0x00000000e2980000,0x00000000e2980000,0x00000000e3800000) | |
199 | - ParOldGen total 92672K, used 19440K [0x0000000082800000, 0x0000000088280000, 0x00000000d6300000) | |
200 | - object space 92672K, 20% used [0x0000000082800000,0x0000000083afc010,0x0000000088280000) | |
201 | - Metaspace used 43305K, capacity 44812K, committed 45016K, reserved 1089536K | |
202 | - class space used 5596K, capacity 5878K, committed 5888K, reserved 1048576K | |
203 | -} | |
204 | -Event: 7.461 GC heap before | |
205 | -{Heap before GC invocations=13 (full 2): | |
206 | - PSYoungGen total 216576K, used 214411K [0x00000000d6300000, 0x00000000e4680000, 0x0000000100000000) | |
207 | - eden space 203264K, 100% used [0x00000000d6300000,0x00000000e2980000,0x00000000e2980000) | |
208 | - from space 13312K, 83% used [0x00000000e3980000,0x00000000e4462ee8,0x00000000e4680000) | |
209 | - to space 14848K, 0% used [0x00000000e2980000,0x00000000e2980000,0x00000000e3800000) | |
210 | - ParOldGen total 92672K, used 19440K [0x0000000082800000, 0x0000000088280000, 0x00000000d6300000) | |
211 | - object space 92672K, 20% used [0x0000000082800000,0x0000000083afc010,0x0000000088280000) | |
212 | - Metaspace used 46177K, capacity 48178K, committed 48344K, reserved 1091584K | |
213 | - class space used 6004K, capacity 6355K, committed 6400K, reserved 1048576K | |
214 | -Event: 7.474 GC heap after | |
215 | -Heap after GC invocations=13 (full 2): | |
216 | - PSYoungGen total 218112K, used 14824K [0x00000000d6300000, 0x00000000e7980000, 0x0000000100000000) | |
217 | - eden space 203264K, 0% used [0x00000000d6300000,0x00000000d6300000,0x00000000e2980000) | |
218 | - from space 14848K, 99% used [0x00000000e2980000,0x00000000e37fa030,0x00000000e3800000) | |
219 | - to space 16896K, 0% used [0x00000000e6900000,0x00000000e6900000,0x00000000e7980000) | |
220 | - ParOldGen total 92672K, used 21258K [0x0000000082800000, 0x0000000088280000, 0x00000000d6300000) | |
221 | - object space 92672K, 22% used [0x0000000082800000,0x0000000083cc2918,0x0000000088280000) | |
222 | - Metaspace used 46177K, capacity 48178K, committed 48344K, reserved 1091584K | |
223 | - class space used 6004K, capacity 6355K, committed 6400K, reserved 1048576K | |
224 | -} | |
225 | -Event: 8.686 GC heap before | |
226 | -{Heap before GC invocations=14 (full 2): | |
227 | - PSYoungGen total 218112K, used 218088K [0x00000000d6300000, 0x00000000e7980000, 0x0000000100000000) | |
228 | - eden space 203264K, 100% used [0x00000000d6300000,0x00000000e2980000,0x00000000e2980000) | |
229 | - from space 14848K, 99% used [0x00000000e2980000,0x00000000e37fa030,0x00000000e3800000) | |
230 | - to space 16896K, 0% used [0x00000000e6900000,0x00000000e6900000,0x00000000e7980000) | |
231 | - ParOldGen total 92672K, used 21258K [0x0000000082800000, 0x0000000088280000, 0x00000000d6300000) | |
232 | - object space 92672K, 22% used [0x0000000082800000,0x0000000083cc2918,0x0000000088280000) | |
233 | - Metaspace used 48981K, capacity 51324K, committed 51416K, reserved 1093632K | |
234 | - class space used 6412K, capacity 6842K, committed 6912K, reserved 1048576K | |
235 | -Event: 8.705 GC heap after | |
236 | -Heap after GC invocations=14 (full 2): | |
237 | - PSYoungGen total 264192K, used 16872K [0x00000000d6300000, 0x00000000e8300000, 0x0000000100000000) | |
238 | - eden space 247296K, 0% used [0x00000000d6300000,0x00000000d6300000,0x00000000e5480000) | |
239 | - from space 16896K, 99% used [0x00000000e6900000,0x00000000e797a030,0x00000000e7980000) | |
240 | - to space 20992K, 0% used [0x00000000e5480000,0x00000000e5480000,0x00000000e6900000) | |
241 | - ParOldGen total 92672K, used 26055K [0x0000000082800000, 0x0000000088280000, 0x00000000d6300000) | |
242 | - object space 92672K, 28% used [0x0000000082800000,0x0000000084171ce0,0x0000000088280000) | |
243 | - Metaspace used 48981K, capacity 51324K, committed 51416K, reserved 1093632K | |
244 | - class space used 6412K, capacity 6842K, committed 6912K, reserved 1048576K | |
245 | -} | |
246 | - | |
247 | -Deoptimization events (10 events): | |
248 | -Event: 8.796 Thread 0x0000000002d72800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000000000360a5b4 method=java.util.regex.Pattern$CharProperty.match(Ljava/util/regex/Matcher;ILjava/lang/CharSequence;)Z @ 40 | |
249 | -Event: 8.874 Thread 0x0000000002d72800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000002f925c0 method=java.lang.CharacterData.of(I)Ljava/lang/CharacterData; @ 4 | |
250 | -Event: 8.978 Thread 0x0000000002d72800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000003a45a8c method=java.util.HashMap.putMapEntries(Ljava/util/Map;Z)V @ 53 | |
251 | -Event: 9.221 Thread 0x0000000002d72800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003621854 method=java.util.AbstractList$Itr.hasNext()Z @ 8 | |
252 | -Event: 9.221 Thread 0x0000000002d72800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003932284 method=java.util.AbstractList$Itr.next()Ljava/lang/Object; @ 14 | |
253 | -Event: 9.222 Thread 0x0000000002d72800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003621854 method=java.util.AbstractList$Itr.hasNext()Z @ 8 | |
254 | -Event: 9.222 Thread 0x0000000002d72800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003932284 method=java.util.AbstractList$Itr.next()Ljava/lang/Object; @ 14 | |
255 | -Event: 9.222 Thread 0x0000000002d72800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003621854 method=java.util.AbstractList$Itr.hasNext()Z @ 8 | |
256 | -Event: 9.222 Thread 0x0000000002d72800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003932284 method=java.util.AbstractList$Itr.next()Ljava/lang/Object; @ 14 | |
257 | -Event: 9.409 Thread 0x0000000019ce4000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000003d94a8c method=java.lang.AbstractStringBuilder.append(I)Ljava/lang/AbstractStringBuilder; @ 16 | |
258 | - | |
259 | -Classes redefined (0 events): | |
260 | -No events | |
261 | - | |
262 | -Internal exceptions (10 events): | |
263 | -Event: 8.650 Thread 0x0000000002d72800 Exception <a 'java/lang/ClassNotFoundException': java/lang/ObjectCustomizer> (0x00000000e253ed78) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 210] | |
264 | -Event: 8.650 Thread 0x0000000002d72800 Exception <a 'java/lang/ClassNotFoundException': org/springframework/boot/actuate/autoconfigure/web/server/ManagementServerPropertiesCustomizer> (0x00000000e25818e8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\shar | |
265 | -Event: 8.686 Thread 0x0000000002d72800 Exception <a 'java/lang/ClassNotFoundException': java/lang/ObjectCustomizer> (0x00000000e2940eb8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 210] | |
266 | -Event: 8.705 Thread 0x0000000002d72800 Exception <a 'java/lang/ClassNotFoundException': org/springframework/cloud/netflix/eureka/serviceregistry/EurekaRegistrationCustomizer> (0x00000000e7266fb8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\clas | |
267 | -Event: 8.707 Thread 0x0000000002d72800 Exception <a 'java/lang/ClassNotFoundException': org/springframework/cloud/client/serviceregistry/RegistrationCustomizer> (0x00000000d64ebe58) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDi | |
268 | -Event: 8.707 Thread 0x0000000002d72800 Exception <a 'java/lang/ClassNotFoundException': org/springframework/cloud/client/ServiceInstanceCustomizer> (0x00000000d6517d28) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.cpp, | |
269 | -Event: 9.127 Thread 0x0000000002d72800 Exception <a 'java/lang/ClassNotFoundException': java/lang/ObjectCustomizer> (0x00000000d8a86598) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 210] | |
270 | -Event: 9.127 Thread 0x0000000002d72800 Exception <a 'java/lang/ClassNotFoundException': com/sincere/haikangface/HaikangfaceApplicationTestsCustomizer> (0x00000000d8ab8558) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.c | |
271 | -Event: 9.411 Thread 0x0000000019ce4000 Exception <a 'java/lang/ClassNotFoundException': java/lang/ObjectCustomizer> (0x00000000db718e10) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 210] | |
272 | -Event: 9.412 Thread 0x0000000019ce4000 Exception <a 'java/lang/ClassNotFoundException': com/netflix/appinfo/ApplicationInfoManagerCustomizer> (0x00000000db7450d8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.cpp, line | |
273 | - | |
274 | -Events (10 events): | |
275 | -Event: 9.419 loading class sun/reflect/UnsafeQualifiedStaticBooleanFieldAccessorImpl | |
276 | -Event: 9.419 loading class sun/reflect/UnsafeQualifiedStaticBooleanFieldAccessorImpl done | |
277 | -Event: 9.419 Executing VM operation: RevokeBias | |
278 | -Event: 9.419 Executing VM operation: RevokeBias done | |
279 | -Event: 9.420 Executing VM operation: RevokeBias | |
280 | -Event: 9.420 Executing VM operation: RevokeBias done | |
281 | -Event: 9.420 Thread 0x000000001b8dc000 Thread exited: 0x000000001b8dc000 | |
282 | -Event: 9.421 Thread 0x0000000019ce0000 flushing nmethod 0x000000000369bb50 | |
283 | -Event: 9.426 Thread 0x0000000019ce4000 Thread exited: 0x0000000019ce4000 | |
284 | -Event: 9.427 Executing VM operation: Exit | |
285 | - | |
286 | - | |
287 | -Dynamic libraries: | |
288 | -0x00007ff68fe90000 - 0x00007ff68fec7000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\java.exe | |
289 | -0x00007ffca8620000 - 0x00007ffca8810000 C:\WINDOWS\SYSTEM32\ntdll.dll | |
290 | -0x00007ffca67e0000 - 0x00007ffca6892000 C:\WINDOWS\System32\KERNEL32.DLL | |
291 | -0x00007ffca55b0000 - 0x00007ffca5853000 C:\WINDOWS\System32\KERNELBASE.dll | |
292 | -0x00007ffca83b0000 - 0x00007ffca8453000 C:\WINDOWS\System32\ADVAPI32.dll | |
293 | -0x00007ffca66d0000 - 0x00007ffca676e000 C:\WINDOWS\System32\msvcrt.dll | |
294 | -0x00007ffca7cb0000 - 0x00007ffca7d47000 C:\WINDOWS\System32\sechost.dll | |
295 | -0x00007ffca6b80000 - 0x00007ffca6ca0000 C:\WINDOWS\System32\RPCRT4.dll | |
296 | -0x00007ffca73a0000 - 0x00007ffca7534000 C:\WINDOWS\System32\USER32.dll | |
297 | -0x00007ffca5860000 - 0x00007ffca5881000 C:\WINDOWS\System32\win32u.dll | |
298 | -0x00007ffca7030000 - 0x00007ffca7056000 C:\WINDOWS\System32\GDI32.dll | |
299 | -0x00007ffca59f0000 - 0x00007ffca5b84000 C:\WINDOWS\System32\gdi32full.dll | |
300 | -0x00007ffca5ce0000 - 0x00007ffca5d7e000 C:\WINDOWS\System32\msvcp_win.dll | |
301 | -0x00007ffca5890000 - 0x00007ffca598a000 C:\WINDOWS\System32\ucrtbase.dll | |
302 | -0x00007ffc902e0000 - 0x00007ffc90565000 C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.18362.418_none_e6c6b287130d565d\COMCTL32.dll | |
303 | -0x00007ffca7060000 - 0x00007ffca7396000 C:\WINDOWS\System32\combase.dll | |
304 | -0x00007ffca5d80000 - 0x00007ffca5e00000 C:\WINDOWS\System32\bcryptPrimitives.dll | |
305 | -0x00007ffca6d70000 - 0x00007ffca6d9e000 C:\WINDOWS\System32\IMM32.DLL | |
306 | -0x00000000697c0000 - 0x0000000069892000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\msvcr100.dll | |
307 | -0x0000000068f10000 - 0x00000000697b2000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\server\jvm.dll | |
308 | -0x00007ffca67d0000 - 0x00007ffca67d8000 C:\WINDOWS\System32\PSAPI.DLL | |
309 | -0x00007ffc9f430000 - 0x00007ffc9f454000 C:\WINDOWS\SYSTEM32\WINMM.dll | |
310 | -0x00007ffc8fdf0000 - 0x00007ffc8fdf9000 C:\WINDOWS\SYSTEM32\WSOCK32.dll | |
311 | -0x00007ffc9ccc0000 - 0x00007ffc9ccca000 C:\WINDOWS\SYSTEM32\VERSION.dll | |
312 | -0x00007ffca6ca0000 - 0x00007ffca6d0f000 C:\WINDOWS\System32\WS2_32.dll | |
313 | -0x00007ffc9f3e0000 - 0x00007ffc9f40d000 C:\WINDOWS\SYSTEM32\WINMMBASE.dll | |
314 | -0x00007ffca6680000 - 0x00007ffca66ca000 C:\WINDOWS\System32\cfgmgr32.dll | |
315 | -0x0000000068ef0000 - 0x0000000068eff000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\verify.dll | |
316 | -0x0000000068ec0000 - 0x0000000068ee9000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\java.dll | |
317 | -0x0000000068ea0000 - 0x0000000068eb6000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\zip.dll | |
318 | -0x00007ffca7540000 - 0x00007ffca7c25000 C:\WINDOWS\System32\SHELL32.dll | |
319 | -0x00007ffca8460000 - 0x00007ffca8509000 C:\WINDOWS\System32\shcore.dll | |
320 | -0x00007ffca5e00000 - 0x00007ffca657f000 C:\WINDOWS\System32\windows.storage.dll | |
321 | -0x00007ffca5590000 - 0x00007ffca55af000 C:\WINDOWS\System32\profapi.dll | |
322 | -0x00007ffca5520000 - 0x00007ffca556a000 C:\WINDOWS\System32\powrprof.dll | |
323 | -0x00007ffca54f0000 - 0x00007ffca5500000 C:\WINDOWS\System32\UMPDC.dll | |
324 | -0x00007ffca6d10000 - 0x00007ffca6d62000 C:\WINDOWS\System32\shlwapi.dll | |
325 | -0x00007ffca5570000 - 0x00007ffca5581000 C:\WINDOWS\System32\kernel.appcore.dll | |
326 | -0x00007ffca6660000 - 0x00007ffca6677000 C:\WINDOWS\System32\cryptsp.dll | |
327 | -0x0000000068da0000 - 0x0000000068dad000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\management.dll | |
328 | -0x0000000068e60000 - 0x0000000068e7a000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\net.dll | |
329 | -0x00007ffca4d60000 - 0x00007ffca4dc7000 C:\WINDOWS\system32\mswsock.dll | |
330 | -0x0000000068d80000 - 0x0000000068d91000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\nio.dll | |
331 | -0x00007ffca4a70000 - 0x00007ffca4aaa000 C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL | |
332 | -0x00007ffca6da0000 - 0x00007ffca6da8000 C:\WINDOWS\System32\NSI.dll | |
333 | -0x00007ffc9cd40000 - 0x00007ffc9cd56000 C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL | |
334 | -0x00007ffc9cea0000 - 0x00007ffc9cebc000 C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL | |
335 | -0x00007ffca4ab0000 - 0x00007ffca4b7a000 C:\WINDOWS\SYSTEM32\DNSAPI.dll | |
336 | -0x00007ffc9dfc0000 - 0x00007ffc9dfca000 C:\Windows\System32\rasadhlp.dll | |
337 | -0x00007ffc9b8d0000 - 0x00007ffc9b947000 C:\WINDOWS\System32\fwpuclnt.dll | |
338 | -0x00007ffca6630000 - 0x00007ffca6656000 C:\WINDOWS\System32\bcrypt.dll | |
339 | -0x00007ffc8dd10000 - 0x00007ffc8dd26000 C:\WINDOWS\system32\napinsp.dll | |
340 | -0x00007ffc8cf80000 - 0x00007ffc8cf9a000 C:\WINDOWS\system32\pnrpnsp.dll | |
341 | -0x00007ffc8cfa0000 - 0x00007ffc8cfae000 C:\WINDOWS\System32\winrnr.dll | |
342 | -0x00007ffca0cb0000 - 0x00007ffca0ccc000 C:\WINDOWS\system32\NLAapi.dll | |
343 | -0x00007ffca0c00000 - 0x00007ffca0c15000 C:\WINDOWS\system32\wshbth.dll | |
344 | -0x00007ffca48d0000 - 0x00007ffca4903000 C:\WINDOWS\system32\rsaenh.dll | |
345 | -0x00007ffca5410000 - 0x00007ffca5435000 C:\WINDOWS\SYSTEM32\USERENV.dll | |
346 | -0x00007ffca4f30000 - 0x00007ffca4f3c000 C:\WINDOWS\SYSTEM32\CRYPTBASE.dll | |
347 | -0x0000000180000000 - 0x0000000180031000 C:\Users\taohandong\AppData\Local\Temp\jna6825045322531046448.tmp | |
348 | -0x0000000021320000 - 0x00000000216e7000 C:\lib\HCEHomeCMS.DLL | |
349 | -0x00007ffc4a810000 - 0x00007ffc4acda000 C:\lib\HCEHomeSS.DLL | |
350 | -0x00007ffc4a320000 - 0x00007ffc4a80c000 C:\lib\HCNetUtils.dll | |
351 | -0x00000000216f0000 - 0x00000000218c0000 C:\lib\sqlite3.dll | |
352 | -0x0000000021a20000 - 0x0000000021daf000 C:\lib\HCEHomeAlarm.DLL | |
353 | -0x00000000235f0000 - 0x00000000237e0000 C:\TaoHandong\Java_Code\apache-tomcat-8.5.34\bin\tcnative-1.dll | |
354 | -0x00007ffca3e10000 - 0x00007ffca4004000 C:\WINDOWS\SYSTEM32\dbghelp.dll | |
355 | - | |
356 | -VM Arguments: | |
357 | -java_command: C:\Users\TAOHAN~1\AppData\Local\Temp\surefire882042119316300206\surefirebooter3833454862521583760.jar C:\Users\taohandong\AppData\Local\Temp\surefire882042119316300206 2019-11-04T16-48-55_322-jvmRun1 surefire5459401834400651885tmp surefire_07457550953577293224tmp | |
358 | -java_class_path (initial): C:\Users\TAOHAN~1\AppData\Local\Temp\surefire882042119316300206\surefirebooter3833454862521583760.jar | |
359 | -Launcher Type: SUN_STANDARD | |
360 | - | |
361 | -Environment Variables: | |
362 | -JAVA_HOME=C:\Program Files\Java\jdk1.8.0_181 | |
363 | -CLASSPATH=.;C:\Program Files\Java\jdk1.8.0_181\lib;C:\Program Files\Java\jdk1.8.0_181\lib\tools.jar; | |
364 | -PATH=C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\TaoHandong\¹¤¾ßÀàÈí¼þ\Git\cmd;C:\Program Files\Java\jdk1.8.0_181\bin;C:\Program Files\Java\jdk1.8.0_181\jre\bin;C:\Program Files (x86)\Tesseract-OCR;C:\WINDOWS\System32\OpenSSH\;C:\TaoHandong\Java_Code\apache-tomcat-8.5.34\bin;c:\windows\system32;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Program Files (x86)\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\130\DTS\Binn\;C:\Program Files\Microsoft SQL Server\130\DTS\Binn\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn\;C:\TaoHandong\server\mysql-8.0.16-winx64\bin;C:\Program Files\nodejs\;C:\Program Files\RabbitMQ Server\rabbitmq_server-3.7.16\sbin;C:\Program Files\erl10.4\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files\MySQL\MySQL Shell 8.0\bin\;C:\Users\taohandong\AppData\Local\Microsoft\WindowsApps;C:\Program Files\Java\jdk1.8.0_181\bin;C:\Users\taohandong\Downloads\apache-maven-3.6.0-bin\apache-maven-3.6.0\bin;C:\Users\taohandong;C:\TaoHandong\Anaconda;C:\TaoHandong\Anaconda\Scripts;C:\Users\taohandong\AppData\Roaming\npm; | |
365 | -USERNAME=taohandong | |
366 | -OS=Windows_NT | |
367 | -PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 142 Stepping 10, GenuineIntel | |
368 | - | |
369 | - | |
370 | - | |
371 | ---------------- S Y S T E M --------------- | |
372 | - | |
373 | -OS: Windows 10.0 , 64 bit Build 18362 (10.0.18362.329) | |
374 | - | |
375 | -CPU:total 8 (initial active 8) (4 cores per cpu, 2 threads per core) family 6 model 142 stepping 10, 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 | |
376 | - | |
377 | -Memory: 4k page, physical 8218728k(944744k free), swap 21565288k(2503592k free) | |
378 | - | |
379 | -vm_info: Java HotSpot(TM) 64-Bit Server VM (25.181-b13) for windows-amd64 JRE (1.8.0_181-b13), built on Jul 7 2018 04:01:33 by "java_re" with MS VC++ 10.0 (VS2010) | |
380 | - | |
381 | -time: Mon Nov 04 16:49:05 2019 | |
382 | -elapsed time: 9 seconds (0d 0h 0m 9s) | |
383 | - |
cloud/haikangface/hs_err_pid21560.log
... | ... | @@ -1,383 +0,0 @@ |
1 | -# | |
2 | -# A fatal error has been detected by the Java Runtime Environment: | |
3 | -# | |
4 | -# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000023d7643f, pid=21560, tid=0x000000000000355c | |
5 | -# | |
6 | -# JRE version: Java(TM) SE Runtime Environment (8.0_181-b13) (build 1.8.0_181-b13) | |
7 | -# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.181-b13 mixed mode windows-amd64 compressed oops) | |
8 | -# Problematic frame: | |
9 | -# C [HCEHomeAlarm.DLL+0x2643f] | |
10 | -# | |
11 | -# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows | |
12 | -# | |
13 | -# If you would like to submit a bug report, please visit: | |
14 | -# http://bugreport.java.com/bugreport/crash.jsp | |
15 | -# | |
16 | - | |
17 | ---------------- T H R E A D --------------- | |
18 | - | |
19 | -Current thread (0x0000000017f99800): VMThread [stack: 0x0000000019c90000,0x0000000019d90000] [id=13660] | |
20 | - | |
21 | -siginfo: ExceptionCode=0xc0000005, reading address 0x0000000000000000 | |
22 | - | |
23 | -Registers: | |
24 | -RAX=0x0000000000000001, RBX=0x0000000000000000, RCX=0x0000000000000000, RDX=0x0000000000000000 | |
25 | -RSP=0x0000000019d8f240, RBP=0x0000000000000000, RSI=0x0000000000000000, RDI=0x0000000000e1d320 | |
26 | -R8 =0x0000000000000001, R9 =0x0000000000000001, R10=0x0000000000008000, R11=0x0000000019d8f2d0 | |
27 | -R12=0x0000000000e15360, R13=0x0000000000000000, R14=0x0000000000000001, R15=0x0000000000e15410 | |
28 | -RIP=0x0000000023d7643f, EFLAGS=0x0000000000010202 | |
29 | - | |
30 | -Top of Stack: (sp=0x0000000019d8f240) | |
31 | -0x0000000019d8f240: 0000000029cdf2c0 00007ffca866083d | |
32 | -0x0000000019d8f250: 0000000029ba3dd0 0000002800dd0000 | |
33 | -0x0000000019d8f260: 0000000000e1d320 0000000023e0cb11 | |
34 | -0x0000000019d8f270: 0000000000000000 0000000000000000 | |
35 | -0x0000000019d8f280: 0000000000e7f170 0000000ba865fc11 | |
36 | -0x0000000019d8f290: 000000002698f4b0 0000000023d76bf2 | |
37 | -0x0000000019d8f2a0: 0000000000000000 0000000000000001 | |
38 | -0x0000000019d8f2b0: 0000000000000000 0000000000e15360 | |
39 | -0x0000000019d8f2c0: 0000000000000001 0000000023d76620 | |
40 | -0x0000000019d8f2d0: 0000000000000000 000000002698f4b0 | |
41 | -0x0000000019d8f2e0: 0000000000e15360 0000000000000000 | |
42 | -0x0000000019d8f2f0: 0000000000e59870 0000000017e25400 | |
43 | -0x0000000019d8f300: 0000000029ba3bd0 0000000023d75cc8 | |
44 | -0x0000000019d8f310: 0000000017e25400 000000002698f4b0 | |
45 | -0x0000000019d8f320: 0000000000000000 0000000017e25400 | |
46 | -0x0000000019d8f330: 0000000029ba3bd0 0000000023e0db04 | |
47 | - | |
48 | -Instructions: (pc=0x0000000023d7643f) | |
49 | -0x0000000023d7641f: 38 48 8b 74 24 40 48 83 c4 20 5f c3 cc cc cc cc | |
50 | -0x0000000023d7642f: cc 48 89 5c 24 08 48 89 74 24 10 57 48 83 ec 20 | |
51 | -0x0000000023d7643f: 48 8b 01 41 8b f0 8b da 48 8b f9 ff 50 08 85 c0 | |
52 | -0x0000000023d7644f: 75 48 48 8b 05 78 70 17 00 48 83 f8 ff 74 1f ba | |
53 | - | |
54 | - | |
55 | -Register to memory mapping: | |
56 | - | |
57 | -RAX=0x0000000000000001 is an unknown value | |
58 | -RBX=0x0000000000000000 is an unknown value | |
59 | -RCX=0x0000000000000000 is an unknown value | |
60 | -RDX=0x0000000000000000 is an unknown value | |
61 | -RSP=0x0000000019d8f240 is an unknown value | |
62 | -RBP=0x0000000000000000 is an unknown value | |
63 | -RSI=0x0000000000000000 is an unknown value | |
64 | -RDI=0x0000000000e1d320 is an unknown value | |
65 | -R8 =0x0000000000000001 is an unknown value | |
66 | -R9 =0x0000000000000001 is an unknown value | |
67 | -R10=0x0000000000008000 is an unknown value | |
68 | -R11=0x0000000019d8f2d0 is an unknown value | |
69 | -R12=0x0000000000e15360 is an unknown value | |
70 | -R13=0x0000000000000000 is an unknown value | |
71 | -R14=0x0000000000000001 is an unknown value | |
72 | -R15=0x0000000000e15410 is an unknown value | |
73 | - | |
74 | - | |
75 | -Stack: [0x0000000019c90000,0x0000000019d90000], sp=0x0000000019d8f240, free space=1020k | |
76 | -Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) | |
77 | - | |
78 | -VM_Operation (0x0000000002f6f160): Exit, mode: safepoint, requested by thread 0x0000000002fb2800 | |
79 | - | |
80 | - | |
81 | ---------------- P R O C E S S --------------- | |
82 | - | |
83 | -Java Threads: ( => current thread ) | |
84 | - 0x000000001c224800 JavaThread "surefire-forkedjvm-last-ditch-daemon-shutdown-thread-30s" daemon [_thread_blocked, id=13664, stack(0x0000000023bb0000,0x0000000023cb0000)] | |
85 | - 0x000000001a076000 JavaThread "surefire-forkedjvm-command-thread" daemon [_thread_blocked, id=22728, stack(0x000000001abf0000,0x000000001acf0000)] | |
86 | - 0x0000000019fba000 JavaThread "Service Thread" daemon [_thread_blocked, id=21380, stack(0x000000001a9f0000,0x000000001aaf0000)] | |
87 | - 0x0000000019f38800 JavaThread "C1 CompilerThread3" daemon [_thread_blocked, id=392, stack(0x000000001a8f0000,0x000000001a9f0000)] | |
88 | - 0x0000000019f2e800 JavaThread "C2 CompilerThread2" daemon [_thread_blocked, id=9552, stack(0x000000001a7f0000,0x000000001a8f0000)] | |
89 | - 0x0000000019f21800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=16996, stack(0x000000001a6f0000,0x000000001a7f0000)] | |
90 | - 0x0000000019f1d800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=12256, stack(0x000000001a5f0000,0x000000001a6f0000)] | |
91 | - 0x0000000019eca000 JavaThread "Attach Listener" daemon [_thread_blocked, id=7876, stack(0x000000001a4f0000,0x000000001a5f0000)] | |
92 | - 0x0000000019ec9000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=13924, stack(0x000000001a3f0000,0x000000001a4f0000)] | |
93 | - 0x0000000019eb0800 JavaThread "Finalizer" daemon [_thread_blocked, id=23772, stack(0x000000001a290000,0x000000001a390000)] | |
94 | - 0x00000000030a7000 JavaThread "Reference Handler" daemon [_thread_blocked, id=2488, stack(0x0000000019d90000,0x0000000019e90000)] | |
95 | - 0x0000000002fb2800 JavaThread "main" [_thread_blocked, id=3860, stack(0x0000000002e70000,0x0000000002f70000)] | |
96 | - | |
97 | -Other Threads: | |
98 | -=>0x0000000017f99800 VMThread [stack: 0x0000000019c90000,0x0000000019d90000] [id=13660] | |
99 | - | |
100 | -VM state:at safepoint (shutting down) | |
101 | - | |
102 | -VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event]) | |
103 | -[0x0000000002fae260] Threads_lock - owner thread: 0x0000000017f99800 | |
104 | - | |
105 | -Heap: | |
106 | - PSYoungGen total 257536K, used 127455K [0x00000000d6300000, 0x00000000e7980000, 0x0000000100000000) | |
107 | - eden space 240640K, 45% used [0x00000000d6300000,0x00000000dcef9c38,0x00000000e4e00000) | |
108 | - from space 16896K, 99% used [0x00000000e6200000,0x00000000e727e040,0x00000000e7280000) | |
109 | - to space 20480K, 0% used [0x00000000e4e00000,0x00000000e4e00000,0x00000000e6200000) | |
110 | - ParOldGen total 93184K, used 25317K [0x0000000082800000, 0x0000000088300000, 0x00000000d6300000) | |
111 | - object space 93184K, 27% used [0x0000000082800000,0x00000000840b9670,0x0000000088300000) | |
112 | - Metaspace used 52783K, capacity 55156K, committed 55384K, reserved 1097728K | |
113 | - class space used 7034K, capacity 7442K, committed 7552K, reserved 1048576K | |
114 | - | |
115 | -Card table byte_map: [0x0000000012470000,0x0000000012860000] byte_map_base: 0x000000001205c000 | |
116 | - | |
117 | -Marking Bits: (ParMarkBitMap*) 0x0000000069732d00 | |
118 | - Begin Bits: [0x0000000013300000, 0x0000000015260000) | |
119 | - End Bits: [0x0000000015260000, 0x00000000171c0000) | |
120 | - | |
121 | -Polling page: 0x0000000000d50000 | |
122 | - | |
123 | -CodeCache: size=245760Kb used=19237Kb max_used=19800Kb free=226522Kb | |
124 | - bounds [0x00000000030b0000, 0x0000000004440000, 0x00000000120b0000] | |
125 | - total_blobs=5321 nmethods=4829 adapters=404 | |
126 | - compilation: enabled | |
127 | - | |
128 | -Compilation events (10 events): | |
129 | -Event: 9.750 Thread 0x0000000019f2e800 nmethod 5662 0x00000000038cc750 code [0x00000000038cc8e0, 0x00000000038ccfd8] | |
130 | -Event: 9.751 Thread 0x0000000019f2e800 5665 4 java.util.HashMap::removeNode (291 bytes) | |
131 | -Event: 9.751 Thread 0x0000000019f38800 5675 3 org.springframework.beans.factory.support.DefaultListableBeanFactory::removeManualSingletonName (17 bytes) | |
132 | -Event: 9.752 Thread 0x0000000019f38800 nmethod 5675 0x0000000003639a50 code [0x0000000003639c40, 0x000000000363a448] | |
133 | -Event: 9.752 Thread 0x0000000019f38800 5676 3 org.springframework.beans.factory.support.DefaultListableBeanFactory$$Lambda$112/258112787::get$Lambda (9 bytes) | |
134 | -Event: 9.752 Thread 0x0000000019f38800 nmethod 5676 0x00000000034d6450 code [0x00000000034d65c0, 0x00000000034d6810] | |
135 | -Event: 9.753 Thread 0x0000000019f38800 5677 3 org.springframework.beans.factory.support.DefaultListableBeanFactory$$Lambda$112/258112787::<init> (10 bytes) | |
136 | -Event: 9.753 Thread 0x0000000019f38800 nmethod 5677 0x0000000003f3bdd0 code [0x0000000003f3bf20, 0x0000000003f3c0f0] | |
137 | -Event: 9.753 Thread 0x0000000019f38800 5678 3 org.springframework.beans.factory.support.DefaultListableBeanFactory$$Lambda$113/1318227903::get$Lambda (9 bytes) | |
138 | -Event: 9.754 Thread 0x0000000019f38800 nmethod 5678 0x0000000003d0c790 code [0x0000000003d0c900, 0x0000000003d0cb50] | |
139 | - | |
140 | -GC Heap History (10 events): | |
141 | -Event: 3.869 GC heap before | |
142 | -{Heap before GC invocations=10 (full 2): | |
143 | - PSYoungGen total 168960K, used 11246K [0x00000000d6300000, 0x00000000e4200000, 0x0000000100000000) | |
144 | - eden space 157696K, 0% used [0x00000000d6300000,0x00000000d6300000,0x00000000dfd00000) | |
145 | - from space 11264K, 99% used [0x00000000e0b00000,0x00000000e15fb9f8,0x00000000e1600000) | |
146 | - to space 14336K, 0% used [0x00000000dfd00000,0x00000000dfd00000,0x00000000e0b00000) | |
147 | - ParOldGen total 56320K, used 13329K [0x0000000082800000, 0x0000000085f00000, 0x00000000d6300000) | |
148 | - object space 56320K, 23% used [0x0000000082800000,0x0000000083504568,0x0000000085f00000) | |
149 | - Metaspace used 34222K, capacity 35304K, committed 35416K, reserved 1079296K | |
150 | - class space used 4429K, capacity 4672K, committed 4736K, reserved 1048576K | |
151 | -Event: 3.927 GC heap after | |
152 | -Heap after GC invocations=10 (full 2): | |
153 | - PSYoungGen total 168960K, used 0K [0x00000000d6300000, 0x00000000e4200000, 0x0000000100000000) | |
154 | - eden space 157696K, 0% used [0x00000000d6300000,0x00000000d6300000,0x00000000dfd00000) | |
155 | - from space 11264K, 0% used [0x00000000e0b00000,0x00000000e0b00000,0x00000000e1600000) | |
156 | - to space 14336K, 0% used [0x00000000dfd00000,0x00000000dfd00000,0x00000000e0b00000) | |
157 | - ParOldGen total 93184K, used 19577K [0x0000000082800000, 0x0000000088300000, 0x00000000d6300000) | |
158 | - object space 93184K, 21% used [0x0000000082800000,0x0000000083b1e4e0,0x0000000088300000) | |
159 | - Metaspace used 34222K, capacity 35304K, committed 35416K, reserved 1079296K | |
160 | - class space used 4429K, capacity 4672K, committed 4736K, reserved 1048576K | |
161 | -} | |
162 | -Event: 5.320 GC heap before | |
163 | -{Heap before GC invocations=11 (full 2): | |
164 | - PSYoungGen total 168960K, used 157696K [0x00000000d6300000, 0x00000000e4200000, 0x0000000100000000) | |
165 | - eden space 157696K, 100% used [0x00000000d6300000,0x00000000dfd00000,0x00000000dfd00000) | |
166 | - from space 11264K, 0% used [0x00000000e0b00000,0x00000000e0b00000,0x00000000e1600000) | |
167 | - to space 14336K, 0% used [0x00000000dfd00000,0x00000000dfd00000,0x00000000e0b00000) | |
168 | - ParOldGen total 93184K, used 19577K [0x0000000082800000, 0x0000000088300000, 0x00000000d6300000) | |
169 | - object space 93184K, 21% used [0x0000000082800000,0x0000000083b1e4e0,0x0000000088300000) | |
170 | - Metaspace used 40759K, capacity 42010K, committed 42072K, reserved 1085440K | |
171 | - class space used 5228K, capacity 5483K, committed 5504K, reserved 1048576K | |
172 | -Event: 5.329 GC heap after | |
173 | -Heap after GC invocations=11 (full 2): | |
174 | - PSYoungGen total 172032K, used 8960K [0x00000000d6300000, 0x00000000e3f80000, 0x0000000100000000) | |
175 | - eden space 157696K, 0% used [0x00000000d6300000,0x00000000d6300000,0x00000000dfd00000) | |
176 | - from space 14336K, 62% used [0x00000000dfd00000,0x00000000e05c0320,0x00000000e0b00000) | |
177 | - to space 13824K, 0% used [0x00000000e3200000,0x00000000e3200000,0x00000000e3f80000) | |
178 | - ParOldGen total 93184K, used 19585K [0x0000000082800000, 0x0000000088300000, 0x00000000d6300000) | |
179 | - object space 93184K, 21% used [0x0000000082800000,0x0000000083b204e0,0x0000000088300000) | |
180 | - Metaspace used 40759K, capacity 42010K, committed 42072K, reserved 1085440K | |
181 | - class space used 5228K, capacity 5483K, committed 5504K, reserved 1048576K | |
182 | -} | |
183 | -Event: 6.456 GC heap before | |
184 | -{Heap before GC invocations=12 (full 2): | |
185 | - PSYoungGen total 172032K, used 166656K [0x00000000d6300000, 0x00000000e3f80000, 0x0000000100000000) | |
186 | - eden space 157696K, 100% used [0x00000000d6300000,0x00000000dfd00000,0x00000000dfd00000) | |
187 | - from space 14336K, 62% used [0x00000000dfd00000,0x00000000e05c0320,0x00000000e0b00000) | |
188 | - to space 13824K, 0% used [0x00000000e3200000,0x00000000e3200000,0x00000000e3f80000) | |
189 | - ParOldGen total 93184K, used 19585K [0x0000000082800000, 0x0000000088300000, 0x00000000d6300000) | |
190 | - object space 93184K, 21% used [0x0000000082800000,0x0000000083b204e0,0x0000000088300000) | |
191 | - Metaspace used 43279K, capacity 44760K, committed 45016K, reserved 1089536K | |
192 | - class space used 5591K, capacity 5878K, committed 5888K, reserved 1048576K | |
193 | -Event: 6.466 GC heap after | |
194 | -Heap after GC invocations=12 (full 2): | |
195 | - PSYoungGen total 208896K, used 10929K [0x00000000d6300000, 0x00000000e3e80000, 0x0000000100000000) | |
196 | - eden space 196096K, 0% used [0x00000000d6300000,0x00000000d6300000,0x00000000e2280000) | |
197 | - from space 12800K, 85% used [0x00000000e3200000,0x00000000e3cac658,0x00000000e3e80000) | |
198 | - to space 14336K, 0% used [0x00000000e2280000,0x00000000e2280000,0x00000000e3080000) | |
199 | - ParOldGen total 93184K, used 19593K [0x0000000082800000, 0x0000000088300000, 0x00000000d6300000) | |
200 | - object space 93184K, 21% used [0x0000000082800000,0x0000000083b224e0,0x0000000088300000) | |
201 | - Metaspace used 43279K, capacity 44760K, committed 45016K, reserved 1089536K | |
202 | - class space used 5591K, capacity 5878K, committed 5888K, reserved 1048576K | |
203 | -} | |
204 | -Event: 7.467 GC heap before | |
205 | -{Heap before GC invocations=13 (full 2): | |
206 | - PSYoungGen total 208896K, used 207025K [0x00000000d6300000, 0x00000000e3e80000, 0x0000000100000000) | |
207 | - eden space 196096K, 100% used [0x00000000d6300000,0x00000000e2280000,0x00000000e2280000) | |
208 | - from space 12800K, 85% used [0x00000000e3200000,0x00000000e3cac658,0x00000000e3e80000) | |
209 | - to space 14336K, 0% used [0x00000000e2280000,0x00000000e2280000,0x00000000e3080000) | |
210 | - ParOldGen total 93184K, used 19593K [0x0000000082800000, 0x0000000088300000, 0x00000000d6300000) | |
211 | - object space 93184K, 21% used [0x0000000082800000,0x0000000083b224e0,0x0000000088300000) | |
212 | - Metaspace used 46052K, capacity 48068K, committed 48344K, reserved 1091584K | |
213 | - class space used 5982K, capacity 6346K, committed 6400K, reserved 1048576K | |
214 | -Event: 7.482 GC heap after | |
215 | -Heap after GC invocations=13 (full 2): | |
216 | - PSYoungGen total 210432K, used 14328K [0x00000000d6300000, 0x00000000e7280000, 0x0000000100000000) | |
217 | - eden space 196096K, 0% used [0x00000000d6300000,0x00000000d6300000,0x00000000e2280000) | |
218 | - from space 14336K, 99% used [0x00000000e2280000,0x00000000e307e040,0x00000000e3080000) | |
219 | - to space 16896K, 0% used [0x00000000e6200000,0x00000000e6200000,0x00000000e7280000) | |
220 | - ParOldGen total 93184K, used 21421K [0x0000000082800000, 0x0000000088300000, 0x00000000d6300000) | |
221 | - object space 93184K, 22% used [0x0000000082800000,0x0000000083ceb458,0x0000000088300000) | |
222 | - Metaspace used 46052K, capacity 48068K, committed 48344K, reserved 1091584K | |
223 | - class space used 5982K, capacity 6346K, committed 6400K, reserved 1048576K | |
224 | -} | |
225 | -Event: 8.916 GC heap before | |
226 | -{Heap before GC invocations=14 (full 2): | |
227 | - PSYoungGen total 210432K, used 210424K [0x00000000d6300000, 0x00000000e7280000, 0x0000000100000000) | |
228 | - eden space 196096K, 100% used [0x00000000d6300000,0x00000000e2280000,0x00000000e2280000) | |
229 | - from space 14336K, 99% used [0x00000000e2280000,0x00000000e307e040,0x00000000e3080000) | |
230 | - to space 16896K, 0% used [0x00000000e6200000,0x00000000e6200000,0x00000000e7280000) | |
231 | - ParOldGen total 93184K, used 21421K [0x0000000082800000, 0x0000000088300000, 0x00000000d6300000) | |
232 | - object space 93184K, 22% used [0x0000000082800000,0x0000000083ceb458,0x0000000088300000) | |
233 | - Metaspace used 48806K, capacity 51132K, committed 51416K, reserved 1093632K | |
234 | - class space used 6383K, capacity 6806K, committed 6912K, reserved 1048576K | |
235 | -Event: 8.935 GC heap after | |
236 | -Heap after GC invocations=14 (full 2): | |
237 | - PSYoungGen total 257536K, used 16888K [0x00000000d6300000, 0x00000000e7980000, 0x0000000100000000) | |
238 | - eden space 240640K, 0% used [0x00000000d6300000,0x00000000d6300000,0x00000000e4e00000) | |
239 | - from space 16896K, 99% used [0x00000000e6200000,0x00000000e727e040,0x00000000e7280000) | |
240 | - to space 20480K, 0% used [0x00000000e4e00000,0x00000000e4e00000,0x00000000e6200000) | |
241 | - ParOldGen total 93184K, used 25317K [0x0000000082800000, 0x0000000088300000, 0x00000000d6300000) | |
242 | - object space 93184K, 27% used [0x0000000082800000,0x00000000840b9670,0x0000000088300000) | |
243 | - Metaspace used 48806K, capacity 51132K, committed 51416K, reserved 1093632K | |
244 | - class space used 6383K, capacity 6806K, committed 6912K, reserved 1048576K | |
245 | -} | |
246 | - | |
247 | -Deoptimization events (10 events): | |
248 | -Event: 9.104 Thread 0x0000000002fb2800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000003566324 method=java.util.HashMap.getNode(ILjava/lang/Object;)Ljava/util/HashMap$Node; @ 84 | |
249 | -Event: 9.135 Thread 0x0000000002fb2800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000038412b4 method=java.util.regex.Pattern$CharProperty.match(Ljava/util/regex/Matcher;ILjava/lang/CharSequence;)Z @ 40 | |
250 | -Event: 9.208 Thread 0x0000000002fb2800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000031ccd80 method=java.lang.CharacterData.of(I)Ljava/lang/CharacterData; @ 4 | |
251 | -Event: 9.291 Thread 0x0000000002fb2800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000003c8d92c method=java.util.HashMap.putMapEntries(Ljava/util/Map;Z)V @ 53 | |
252 | -Event: 9.535 Thread 0x0000000002fb2800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003856654 method=java.util.AbstractList$Itr.hasNext()Z @ 8 | |
253 | -Event: 9.535 Thread 0x0000000002fb2800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003ca44c4 method=java.util.AbstractList$Itr.next()Ljava/lang/Object; @ 14 | |
254 | -Event: 9.537 Thread 0x0000000002fb2800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003856654 method=java.util.AbstractList$Itr.hasNext()Z @ 8 | |
255 | -Event: 9.538 Thread 0x0000000002fb2800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003ca44c4 method=java.util.AbstractList$Itr.next()Ljava/lang/Object; @ 14 | |
256 | -Event: 9.538 Thread 0x0000000002fb2800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003856654 method=java.util.AbstractList$Itr.hasNext()Z @ 8 | |
257 | -Event: 9.538 Thread 0x0000000002fb2800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003ca44c4 method=java.util.AbstractList$Itr.next()Ljava/lang/Object; @ 14 | |
258 | - | |
259 | -Classes redefined (0 events): | |
260 | -No events | |
261 | - | |
262 | -Internal exceptions (10 events): | |
263 | -Event: 8.999 Thread 0x0000000002fb2800 Exception <a 'java/lang/ClassNotFoundException': java/lang/ObjectCustomizer> (0x00000000d761d030) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 210] | |
264 | -Event: 9.000 Thread 0x0000000002fb2800 Exception <a 'java/lang/ClassNotFoundException': org/springframework/boot/actuate/autoconfigure/web/server/ManagementServerPropertiesCustomizer> (0x00000000d765fba0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\shar | |
265 | -Event: 9.035 Thread 0x0000000002fb2800 Exception <a 'java/lang/ClassNotFoundException': java/lang/ObjectCustomizer> (0x00000000d7a2bb78) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 210] | |
266 | -Event: 9.036 Thread 0x0000000002fb2800 Exception <a 'java/lang/ClassNotFoundException': org/springframework/cloud/netflix/eureka/serviceregistry/EurekaRegistrationCustomizer> (0x00000000d7a6aa98) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\clas | |
267 | -Event: 9.037 Thread 0x0000000002fb2800 Exception <a 'java/lang/ClassNotFoundException': org/springframework/cloud/client/serviceregistry/RegistrationCustomizer> (0x00000000d7ac2710) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDi | |
268 | -Event: 9.037 Thread 0x0000000002fb2800 Exception <a 'java/lang/ClassNotFoundException': org/springframework/cloud/client/ServiceInstanceCustomizer> (0x00000000d7aee5e0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.cpp, | |
269 | -Event: 9.430 Thread 0x0000000002fb2800 Exception <a 'java/lang/ClassNotFoundException': java/lang/ObjectCustomizer> (0x00000000da02c3a8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 210] | |
270 | -Event: 9.430 Thread 0x0000000002fb2800 Exception <a 'java/lang/ClassNotFoundException': com/sincere/haikangface/HaikangfaceApplicationTestsCustomizer> (0x00000000da05d7a0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.c | |
271 | -Event: 9.734 Thread 0x000000001c223000 Exception <a 'java/lang/ClassNotFoundException': java/lang/ObjectCustomizer> (0x00000000dca6aaa0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 210] | |
272 | -Event: 9.734 Thread 0x000000001c223000 Exception <a 'java/lang/ClassNotFoundException': com/netflix/appinfo/ApplicationInfoManagerCustomizer> (0x00000000dca96d68) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.cpp, line | |
273 | - | |
274 | -Events (10 events): | |
275 | -Event: 9.752 Thread 0x0000000019f38800 flushing nmethod 0x0000000003e09ed0 | |
276 | -Event: 9.752 Thread 0x0000000019f38800 flushing nmethod 0x0000000003e0f8d0 | |
277 | -Event: 9.752 Thread 0x0000000019f38800 flushing nmethod 0x0000000003e2c5d0 | |
278 | -Event: 9.752 Thread 0x0000000019f38800 flushing nmethod 0x0000000003e89c90 | |
279 | -Event: 9.752 Thread 0x0000000019f38800 flushing nmethod 0x0000000003eb8c90 | |
280 | -Event: 9.752 Thread 0x0000000019f38800 flushing nmethod 0x0000000003edc610 | |
281 | -Event: 9.752 Thread 0x0000000019f38800 flushing nmethod 0x0000000003f3bdd0 | |
282 | -Event: 9.753 Thread 0x000000001c223000 Thread exited: 0x000000001c223000 | |
283 | -Event: 9.753 Thread 0x0000000019f38800 flushing nmethod 0x0000000004089fd0 | |
284 | -Event: 9.754 Executing VM operation: Exit | |
285 | - | |
286 | - | |
287 | -Dynamic libraries: | |
288 | -0x00007ff68fe90000 - 0x00007ff68fec7000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\java.exe | |
289 | -0x00007ffca8620000 - 0x00007ffca8810000 C:\WINDOWS\SYSTEM32\ntdll.dll | |
290 | -0x00007ffca67e0000 - 0x00007ffca6892000 C:\WINDOWS\System32\KERNEL32.DLL | |
291 | -0x00007ffca55b0000 - 0x00007ffca5853000 C:\WINDOWS\System32\KERNELBASE.dll | |
292 | -0x00007ffca83b0000 - 0x00007ffca8453000 C:\WINDOWS\System32\ADVAPI32.dll | |
293 | -0x00007ffca66d0000 - 0x00007ffca676e000 C:\WINDOWS\System32\msvcrt.dll | |
294 | -0x00007ffca7cb0000 - 0x00007ffca7d47000 C:\WINDOWS\System32\sechost.dll | |
295 | -0x00007ffca6b80000 - 0x00007ffca6ca0000 C:\WINDOWS\System32\RPCRT4.dll | |
296 | -0x00007ffca73a0000 - 0x00007ffca7534000 C:\WINDOWS\System32\USER32.dll | |
297 | -0x00007ffca5860000 - 0x00007ffca5881000 C:\WINDOWS\System32\win32u.dll | |
298 | -0x00007ffca7030000 - 0x00007ffca7056000 C:\WINDOWS\System32\GDI32.dll | |
299 | -0x00007ffca59f0000 - 0x00007ffca5b84000 C:\WINDOWS\System32\gdi32full.dll | |
300 | -0x00007ffca5ce0000 - 0x00007ffca5d7e000 C:\WINDOWS\System32\msvcp_win.dll | |
301 | -0x00007ffca5890000 - 0x00007ffca598a000 C:\WINDOWS\System32\ucrtbase.dll | |
302 | -0x00007ffc902e0000 - 0x00007ffc90565000 C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.18362.418_none_e6c6b287130d565d\COMCTL32.dll | |
303 | -0x00007ffca7060000 - 0x00007ffca7396000 C:\WINDOWS\System32\combase.dll | |
304 | -0x00007ffca5d80000 - 0x00007ffca5e00000 C:\WINDOWS\System32\bcryptPrimitives.dll | |
305 | -0x00007ffca6d70000 - 0x00007ffca6d9e000 C:\WINDOWS\System32\IMM32.DLL | |
306 | -0x00000000697c0000 - 0x0000000069892000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\msvcr100.dll | |
307 | -0x0000000068f10000 - 0x00000000697b2000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\server\jvm.dll | |
308 | -0x00007ffca67d0000 - 0x00007ffca67d8000 C:\WINDOWS\System32\PSAPI.DLL | |
309 | -0x00007ffc8fdf0000 - 0x00007ffc8fdf9000 C:\WINDOWS\SYSTEM32\WSOCK32.dll | |
310 | -0x00007ffc9ccc0000 - 0x00007ffc9ccca000 C:\WINDOWS\SYSTEM32\VERSION.dll | |
311 | -0x00007ffca6ca0000 - 0x00007ffca6d0f000 C:\WINDOWS\System32\WS2_32.dll | |
312 | -0x00007ffc9f430000 - 0x00007ffc9f454000 C:\WINDOWS\SYSTEM32\WINMM.dll | |
313 | -0x00007ffc9f3e0000 - 0x00007ffc9f40d000 C:\WINDOWS\SYSTEM32\WINMMBASE.dll | |
314 | -0x00007ffca6680000 - 0x00007ffca66ca000 C:\WINDOWS\System32\cfgmgr32.dll | |
315 | -0x0000000068ef0000 - 0x0000000068eff000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\verify.dll | |
316 | -0x0000000068ec0000 - 0x0000000068ee9000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\java.dll | |
317 | -0x0000000068ea0000 - 0x0000000068eb6000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\zip.dll | |
318 | -0x00007ffca7540000 - 0x00007ffca7c25000 C:\WINDOWS\System32\SHELL32.dll | |
319 | -0x00007ffca8460000 - 0x00007ffca8509000 C:\WINDOWS\System32\shcore.dll | |
320 | -0x00007ffca5e00000 - 0x00007ffca657f000 C:\WINDOWS\System32\windows.storage.dll | |
321 | -0x00007ffca5590000 - 0x00007ffca55af000 C:\WINDOWS\System32\profapi.dll | |
322 | -0x00007ffca5520000 - 0x00007ffca556a000 C:\WINDOWS\System32\powrprof.dll | |
323 | -0x00007ffca54f0000 - 0x00007ffca5500000 C:\WINDOWS\System32\UMPDC.dll | |
324 | -0x00007ffca6d10000 - 0x00007ffca6d62000 C:\WINDOWS\System32\shlwapi.dll | |
325 | -0x00007ffca5570000 - 0x00007ffca5581000 C:\WINDOWS\System32\kernel.appcore.dll | |
326 | -0x00007ffca6660000 - 0x00007ffca6677000 C:\WINDOWS\System32\cryptsp.dll | |
327 | -0x0000000068da0000 - 0x0000000068dad000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\management.dll | |
328 | -0x0000000068e60000 - 0x0000000068e7a000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\net.dll | |
329 | -0x00007ffca4d60000 - 0x00007ffca4dc7000 C:\WINDOWS\system32\mswsock.dll | |
330 | -0x0000000068d80000 - 0x0000000068d91000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\nio.dll | |
331 | -0x00007ffca4a70000 - 0x00007ffca4aaa000 C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL | |
332 | -0x00007ffca6da0000 - 0x00007ffca6da8000 C:\WINDOWS\System32\NSI.dll | |
333 | -0x00007ffc9cd40000 - 0x00007ffc9cd56000 C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL | |
334 | -0x00007ffc9cea0000 - 0x00007ffc9cebc000 C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL | |
335 | -0x00007ffca4ab0000 - 0x00007ffca4b7a000 C:\WINDOWS\SYSTEM32\DNSAPI.dll | |
336 | -0x00007ffc9dfc0000 - 0x00007ffc9dfca000 C:\Windows\System32\rasadhlp.dll | |
337 | -0x00007ffc9b8d0000 - 0x00007ffc9b947000 C:\WINDOWS\System32\fwpuclnt.dll | |
338 | -0x00007ffca6630000 - 0x00007ffca6656000 C:\WINDOWS\System32\bcrypt.dll | |
339 | -0x00007ffc8dd10000 - 0x00007ffc8dd26000 C:\WINDOWS\system32\napinsp.dll | |
340 | -0x00007ffc8cf80000 - 0x00007ffc8cf9a000 C:\WINDOWS\system32\pnrpnsp.dll | |
341 | -0x00007ffc8cfa0000 - 0x00007ffc8cfae000 C:\WINDOWS\System32\winrnr.dll | |
342 | -0x00007ffca0cb0000 - 0x00007ffca0ccc000 C:\WINDOWS\system32\NLAapi.dll | |
343 | -0x00007ffca0c00000 - 0x00007ffca0c15000 C:\WINDOWS\system32\wshbth.dll | |
344 | -0x00007ffca48d0000 - 0x00007ffca4903000 C:\WINDOWS\system32\rsaenh.dll | |
345 | -0x00007ffca5410000 - 0x00007ffca5435000 C:\WINDOWS\SYSTEM32\USERENV.dll | |
346 | -0x00007ffca4f30000 - 0x00007ffca4f3c000 C:\WINDOWS\SYSTEM32\CRYPTBASE.dll | |
347 | -0x0000000180000000 - 0x0000000180031000 C:\Users\taohandong\AppData\Local\Temp\jna369438478795086279.tmp | |
348 | -0x00000000235f0000 - 0x00000000239b7000 C:\lib\HCEHomeCMS.DLL | |
349 | -0x00007ffc4a810000 - 0x00007ffc4acda000 C:\lib\HCEHomeSS.DLL | |
350 | -0x00007ffc4a320000 - 0x00007ffc4a80c000 C:\lib\HCNetUtils.dll | |
351 | -0x00000000239c0000 - 0x0000000023b90000 C:\lib\sqlite3.dll | |
352 | -0x0000000023d50000 - 0x00000000240df000 C:\lib\HCEHomeAlarm.DLL | |
353 | -0x0000000024600000 - 0x00000000247f0000 C:\TaoHandong\Java_Code\apache-tomcat-8.5.34\bin\tcnative-1.dll | |
354 | -0x00007ffca3e10000 - 0x00007ffca4004000 C:\WINDOWS\SYSTEM32\dbghelp.dll | |
355 | - | |
356 | -VM Arguments: | |
357 | -java_command: C:\Users\TAOHAN~1\AppData\Local\Temp\surefire2096208519851775758\surefirebooter2467308903008658281.jar C:\Users\taohandong\AppData\Local\Temp\surefire2096208519851775758 2019-11-04T16-34-50_809-jvmRun1 surefire8618987474723457992tmp surefire_07348991059737516563tmp | |
358 | -java_class_path (initial): C:\Users\TAOHAN~1\AppData\Local\Temp\surefire2096208519851775758\surefirebooter2467308903008658281.jar | |
359 | -Launcher Type: SUN_STANDARD | |
360 | - | |
361 | -Environment Variables: | |
362 | -JAVA_HOME=C:\Program Files\Java\jdk1.8.0_181 | |
363 | -CLASSPATH=.;C:\Program Files\Java\jdk1.8.0_181\lib;C:\Program Files\Java\jdk1.8.0_181\lib\tools.jar; | |
364 | -PATH=C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\TaoHandong\¹¤¾ßÀàÈí¼þ\Git\cmd;C:\Program Files\Java\jdk1.8.0_181\bin;C:\Program Files\Java\jdk1.8.0_181\jre\bin;C:\Program Files (x86)\Tesseract-OCR;C:\WINDOWS\System32\OpenSSH\;C:\TaoHandong\Java_Code\apache-tomcat-8.5.34\bin;c:\windows\system32;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Program Files (x86)\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\130\DTS\Binn\;C:\Program Files\Microsoft SQL Server\130\DTS\Binn\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn\;C:\TaoHandong\server\mysql-8.0.16-winx64\bin;C:\Program Files\nodejs\;C:\Program Files\RabbitMQ Server\rabbitmq_server-3.7.16\sbin;C:\Program Files\erl10.4\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files\MySQL\MySQL Shell 8.0\bin\;C:\Users\taohandong\AppData\Local\Microsoft\WindowsApps;C:\Program Files\Java\jdk1.8.0_181\bin;C:\Users\taohandong\Downloads\apache-maven-3.6.0-bin\apache-maven-3.6.0\bin;C:\Users\taohandong;C:\TaoHandong\Anaconda;C:\TaoHandong\Anaconda\Scripts;C:\Users\taohandong\AppData\Roaming\npm; | |
365 | -USERNAME=taohandong | |
366 | -OS=Windows_NT | |
367 | -PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 142 Stepping 10, GenuineIntel | |
368 | - | |
369 | - | |
370 | - | |
371 | ---------------- S Y S T E M --------------- | |
372 | - | |
373 | -OS: Windows 10.0 , 64 bit Build 18362 (10.0.18362.329) | |
374 | - | |
375 | -CPU:total 8 (initial active 8) (4 cores per cpu, 2 threads per core) family 6 model 142 stepping 10, 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 | |
376 | - | |
377 | -Memory: 4k page, physical 8218728k(1241904k free), swap 21565288k(2762588k free) | |
378 | - | |
379 | -vm_info: Java HotSpot(TM) 64-Bit Server VM (25.181-b13) for windows-amd64 JRE (1.8.0_181-b13), built on Jul 7 2018 04:01:33 by "java_re" with MS VC++ 10.0 (VS2010) | |
380 | - | |
381 | -time: Mon Nov 04 16:35:01 2019 | |
382 | -elapsed time: 9 seconds (0d 0h 0m 9s) | |
383 | - |
cloud/haikangface/hs_err_pid23660.log
... | ... | @@ -1,382 +0,0 @@ |
1 | -# | |
2 | -# A fatal error has been detected by the Java Runtime Environment: | |
3 | -# | |
4 | -# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000002163643f, pid=23660, tid=0x0000000000005c8c | |
5 | -# | |
6 | -# JRE version: Java(TM) SE Runtime Environment (8.0_181-b13) (build 1.8.0_181-b13) | |
7 | -# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.181-b13 mixed mode windows-amd64 compressed oops) | |
8 | -# Problematic frame: | |
9 | -# C [HCEHomeAlarm.DLL+0x2643f] | |
10 | -# | |
11 | -# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows | |
12 | -# | |
13 | -# If you would like to submit a bug report, please visit: | |
14 | -# http://bugreport.java.com/bugreport/crash.jsp | |
15 | -# | |
16 | - | |
17 | ---------------- T H R E A D --------------- | |
18 | - | |
19 | -Current thread (0x0000000017959800): VMThread [stack: 0x0000000019650000,0x0000000019750000] [id=23692] | |
20 | - | |
21 | -siginfo: ExceptionCode=0xc0000005, reading address 0x0000000000000000 | |
22 | - | |
23 | -Registers: | |
24 | -RAX=0x0000000000000001, RBX=0x0000000000000000, RCX=0x0000000000000000, RDX=0x0000000000000000 | |
25 | -RSP=0x000000001974f0f0, RBP=0x0000000000000000, RSI=0x0000000000000000, RDI=0x000000000075df10 | |
26 | -R8 =0x0000000000000001, R9 =0x0000000000000001, R10=0x0000000000008000, R11=0x000000001974f180 | |
27 | -R12=0x0000000000718a90, R13=0x0000000000000000, R14=0x0000000000000001, R15=0x0000000000718b40 | |
28 | -RIP=0x000000002163643f, EFLAGS=0x0000000000010206 | |
29 | - | |
30 | -Top of Stack: (sp=0x000000001974f0f0) | |
31 | -0x000000001974f0f0: 000000002a664c90 00007ffca866083d | |
32 | -0x000000001974f100: 0000000025ccebe0 0000000c006d0000 | |
33 | -0x000000001974f110: 000000000075df10 00000000216ccb11 | |
34 | -0x000000001974f120: 0000000000000000 0000000000000000 | |
35 | -0x000000001974f130: 0000000000735a80 00000036a865fc11 | |
36 | -0x000000001974f140: 0000000025d4c550 0000000021636bf2 | |
37 | -0x000000001974f150: 0000000000000000 0000000000000001 | |
38 | -0x000000001974f160: 0000000000000000 0000000000718a90 | |
39 | -0x000000001974f170: 0000000000000001 0000000021636620 | |
40 | -0x000000001974f180: 0000000000000000 0000000025d4c550 | |
41 | -0x000000001974f190: 0000000000718a90 0000000000000000 | |
42 | -0x000000001974f1a0: 000000000077a570 00000000177e5400 | |
43 | -0x000000001974f1b0: 0000000025cce9c0 0000000021635cc8 | |
44 | -0x000000001974f1c0: 00000000177e5400 0000000025d4c550 | |
45 | -0x000000001974f1d0: 0000000000000000 00000000177e5400 | |
46 | -0x000000001974f1e0: 0000000025cce9c0 00000000216cdb04 | |
47 | - | |
48 | -Instructions: (pc=0x000000002163643f) | |
49 | -0x000000002163641f: 38 48 8b 74 24 40 48 83 c4 20 5f c3 cc cc cc cc | |
50 | -0x000000002163642f: cc 48 89 5c 24 08 48 89 74 24 10 57 48 83 ec 20 | |
51 | -0x000000002163643f: 48 8b 01 41 8b f0 8b da 48 8b f9 ff 50 08 85 c0 | |
52 | -0x000000002163644f: 75 48 48 8b 05 78 70 17 00 48 83 f8 ff 74 1f ba | |
53 | - | |
54 | - | |
55 | -Register to memory mapping: | |
56 | - | |
57 | -RAX=0x0000000000000001 is an unknown value | |
58 | -RBX=0x0000000000000000 is an unknown value | |
59 | -RCX=0x0000000000000000 is an unknown value | |
60 | -RDX=0x0000000000000000 is an unknown value | |
61 | -RSP=0x000000001974f0f0 is an unknown value | |
62 | -RBP=0x0000000000000000 is an unknown value | |
63 | -RSI=0x0000000000000000 is an unknown value | |
64 | -RDI=0x000000000075df10 is an unknown value | |
65 | -R8 =0x0000000000000001 is an unknown value | |
66 | -R9 =0x0000000000000001 is an unknown value | |
67 | -R10=0x0000000000008000 is an unknown value | |
68 | -R11=0x000000001974f180 is an unknown value | |
69 | -R12=0x0000000000718a90 is an unknown value | |
70 | -R13=0x0000000000000000 is an unknown value | |
71 | -R14=0x0000000000000001 is an unknown value | |
72 | -R15=0x0000000000718b40 is an unknown value | |
73 | - | |
74 | - | |
75 | -Stack: [0x0000000019650000,0x0000000019750000], sp=0x000000001974f0f0, free space=1020k | |
76 | -Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) | |
77 | - | |
78 | -VM_Operation (0x000000000293f2e0): Exit, mode: safepoint, requested by thread 0x0000000002942800 | |
79 | - | |
80 | - | |
81 | ---------------- P R O C E S S --------------- | |
82 | - | |
83 | -Java Threads: ( => current thread ) | |
84 | - 0x0000000023903800 JavaThread "surefire-forkedjvm-last-ditch-daemon-shutdown-thread-30s" daemon [_thread_blocked, id=3256, stack(0x000000002c070000,0x000000002c170000)] | |
85 | - 0x0000000019ae7000 JavaThread "surefire-forkedjvm-command-thread" daemon [_thread_blocked, id=3448, stack(0x000000001a5c0000,0x000000001a6c0000)] | |
86 | - 0x000000001992e000 JavaThread "Service Thread" daemon [_thread_blocked, id=20128, stack(0x000000001a3c0000,0x000000001a4c0000)] | |
87 | - 0x00000000198f8000 JavaThread "C1 CompilerThread3" daemon [_thread_blocked, id=24412, stack(0x000000001a2c0000,0x000000001a3c0000)] | |
88 | - 0x00000000198f0800 JavaThread "C2 CompilerThread2" daemon [_thread_blocked, id=23788, stack(0x000000001a1c0000,0x000000001a2c0000)] | |
89 | - 0x00000000198e2800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=12416, stack(0x000000001a0c0000,0x000000001a1c0000)] | |
90 | - 0x00000000198de800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=12908, stack(0x0000000019fc0000,0x000000001a0c0000)] | |
91 | - 0x000000001988b000 JavaThread "Attach Listener" daemon [_thread_blocked, id=5620, stack(0x0000000019ec0000,0x0000000019fc0000)] | |
92 | - 0x0000000019870800 JavaThread "Finalizer" daemon [_thread_blocked, id=18816, stack(0x0000000019c50000,0x0000000019d50000)] | |
93 | - 0x0000000002a37000 JavaThread "Reference Handler" daemon [_thread_blocked, id=17112, stack(0x0000000019750000,0x0000000019850000)] | |
94 | - 0x0000000002942800 JavaThread "main" [_thread_blocked, id=20724, stack(0x0000000002840000,0x0000000002940000)] | |
95 | - | |
96 | -Other Threads: | |
97 | -=>0x0000000017959800 VMThread [stack: 0x0000000019650000,0x0000000019750000] [id=23692] | |
98 | - | |
99 | -VM state:at safepoint (shutting down) | |
100 | - | |
101 | -VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event]) | |
102 | -[0x00000000027fdfe0] Threads_lock - owner thread: 0x0000000017959800 | |
103 | - | |
104 | -Heap: | |
105 | - PSYoungGen total 264192K, used 101628K [0x00000000d6300000, 0x00000000e8180000, 0x0000000100000000) | |
106 | - eden space 247296K, 34% used [0x00000000d6300000,0x00000000db5c53c8,0x00000000e5480000) | |
107 | - from space 16896K, 99% used [0x00000000e6900000,0x00000000e797a030,0x00000000e7980000) | |
108 | - to space 20992K, 0% used [0x00000000e5480000,0x00000000e5480000,0x00000000e6900000) | |
109 | - ParOldGen total 93696K, used 26358K [0x0000000082800000, 0x0000000088380000, 0x00000000d6300000) | |
110 | - object space 93696K, 28% used [0x0000000082800000,0x00000000841bdb40,0x0000000088380000) | |
111 | - Metaspace used 52775K, capacity 55156K, committed 55384K, reserved 1097728K | |
112 | - class space used 7034K, capacity 7442K, committed 7552K, reserved 1048576K | |
113 | - | |
114 | -Card table byte_map: [0x0000000011e00000,0x00000000121f0000] byte_map_base: 0x00000000119ec000 | |
115 | - | |
116 | -Marking Bits: (ParMarkBitMap*) 0x0000000069732d00 | |
117 | - Begin Bits: [0x0000000012c90000, 0x0000000014bf0000) | |
118 | - End Bits: [0x0000000014bf0000, 0x0000000016b50000) | |
119 | - | |
120 | -Polling page: 0x00000000027c0000 | |
121 | - | |
122 | -CodeCache: size=245760Kb used=19912Kb max_used=19912Kb free=225847Kb | |
123 | - bounds [0x0000000002a40000, 0x0000000003dd0000, 0x0000000011a40000] | |
124 | - total_blobs=5416 nmethods=4922 adapters=404 | |
125 | - compilation: enabled | |
126 | - | |
127 | -Compilation events (10 events): | |
128 | -Event: 9.788 Thread 0x00000000198f8000 5721 1 io.micrometer.shaded.org.pcollections.ConsPStack::size (5 bytes) | |
129 | -Event: 9.788 Thread 0x00000000198f8000 nmethod 5721 0x0000000003db3950 code [0x0000000003db3aa0, 0x0000000003db3bb0] | |
130 | -Event: 9.789 Thread 0x00000000198f8000 5722 3 io.micrometer.shaded.org.pcollections.ConsPStack::subList (39 bytes) | |
131 | -Event: 9.789 Thread 0x00000000198f8000 nmethod 5722 0x0000000003db3310 code [0x0000000003db34a0, 0x0000000003db37e8] | |
132 | -Event: 9.789 Thread 0x00000000198f8000 5723 3 io.micrometer.shaded.org.pcollections.ConsPStack::listIterator (30 bytes) | |
133 | -Event: 9.790 Thread 0x00000000198f8000 nmethod 5723 0x0000000003db2c90 code [0x0000000003db2e20, 0x0000000003db3138] | |
134 | -Event: 9.792 Thread 0x00000000198f8000 5725 ! 3 org.springframework.beans.factory.support.DefaultSingletonBeanRegistry::destroyBean (385 bytes) | |
135 | -Event: 9.793 Thread 0x00000000198e2800 nmethod 5712 0x0000000002d23d10 code [0x0000000002d23ea0, 0x0000000002d24658] | |
136 | -Event: 9.794 Thread 0x00000000198e2800 5714 4 java.util.HashMap::remove (26 bytes) | |
137 | -Event: 9.795 Thread 0x00000000198f8000 nmethod 5725 0x0000000003dc46d0 code [0x0000000003dc4ba0, 0x0000000003dc7fb8] | |
138 | - | |
139 | -GC Heap History (10 events): | |
140 | -Event: 3.869 GC heap before | |
141 | -{Heap before GC invocations=10 (full 2): | |
142 | - PSYoungGen total 175616K, used 11237K [0x00000000d6300000, 0x00000000e4580000, 0x0000000100000000) | |
143 | - eden space 164352K, 0% used [0x00000000d6300000,0x00000000d6300000,0x00000000e0380000) | |
144 | - from space 11264K, 99% used [0x00000000e1180000,0x00000000e1c79410,0x00000000e1c80000) | |
145 | - to space 14336K, 0% used [0x00000000e0380000,0x00000000e0380000,0x00000000e1180000) | |
146 | - ParOldGen total 56320K, used 13554K [0x0000000082800000, 0x0000000085f00000, 0x00000000d6300000) | |
147 | - object space 56320K, 24% used [0x0000000082800000,0x000000008353cb18,0x0000000085f00000) | |
148 | - Metaspace used 34221K, capacity 35310K, committed 35416K, reserved 1079296K | |
149 | - class space used 4432K, capacity 4673K, committed 4736K, reserved 1048576K | |
150 | -Event: 3.937 GC heap after | |
151 | -Heap after GC invocations=10 (full 2): | |
152 | - PSYoungGen total 175616K, used 0K [0x00000000d6300000, 0x00000000e4580000, 0x0000000100000000) | |
153 | - eden space 164352K, 0% used [0x00000000d6300000,0x00000000d6300000,0x00000000e0380000) | |
154 | - from space 11264K, 0% used [0x00000000e1180000,0x00000000e1180000,0x00000000e1c80000) | |
155 | - to space 14336K, 0% used [0x00000000e0380000,0x00000000e0380000,0x00000000e1180000) | |
156 | - ParOldGen total 93696K, used 19451K [0x0000000082800000, 0x0000000088380000, 0x00000000d6300000) | |
157 | - object space 93696K, 20% used [0x0000000082800000,0x0000000083afee08,0x0000000088380000) | |
158 | - Metaspace used 34219K, capacity 35304K, committed 35416K, reserved 1079296K | |
159 | - class space used 4431K, capacity 4672K, committed 4736K, reserved 1048576K | |
160 | -} | |
161 | -Event: 5.392 GC heap before | |
162 | -{Heap before GC invocations=11 (full 2): | |
163 | - PSYoungGen total 175616K, used 164352K [0x00000000d6300000, 0x00000000e4580000, 0x0000000100000000) | |
164 | - eden space 164352K, 100% used [0x00000000d6300000,0x00000000e0380000,0x00000000e0380000) | |
165 | - from space 11264K, 0% used [0x00000000e1180000,0x00000000e1180000,0x00000000e1c80000) | |
166 | - to space 14336K, 0% used [0x00000000e0380000,0x00000000e0380000,0x00000000e1180000) | |
167 | - ParOldGen total 93696K, used 19451K [0x0000000082800000, 0x0000000088380000, 0x00000000d6300000) | |
168 | - object space 93696K, 20% used [0x0000000082800000,0x0000000083afee08,0x0000000088380000) | |
169 | - Metaspace used 41066K, capacity 42366K, committed 42712K, reserved 1087488K | |
170 | - class space used 5270K, capacity 5529K, committed 5632K, reserved 1048576K | |
171 | -Event: 5.401 GC heap after | |
172 | -Heap after GC invocations=11 (full 2): | |
173 | - PSYoungGen total 178688K, used 9435K [0x00000000d6300000, 0x00000000e4800000, 0x0000000100000000) | |
174 | - eden space 164352K, 0% used [0x00000000d6300000,0x00000000d6300000,0x00000000e0380000) | |
175 | - from space 14336K, 65% used [0x00000000e0380000,0x00000000e0cb6e40,0x00000000e1180000) | |
176 | - to space 14336K, 0% used [0x00000000e3a00000,0x00000000e3a00000,0x00000000e4800000) | |
177 | - ParOldGen total 93696K, used 19459K [0x0000000082800000, 0x0000000088380000, 0x00000000d6300000) | |
178 | - object space 93696K, 20% used [0x0000000082800000,0x0000000083b00e08,0x0000000088380000) | |
179 | - Metaspace used 41066K, capacity 42366K, committed 42712K, reserved 1087488K | |
180 | - class space used 5270K, capacity 5529K, committed 5632K, reserved 1048576K | |
181 | -} | |
182 | -Event: 6.574 GC heap before | |
183 | -{Heap before GC invocations=12 (full 2): | |
184 | - PSYoungGen total 178688K, used 173787K [0x00000000d6300000, 0x00000000e4800000, 0x0000000100000000) | |
185 | - eden space 164352K, 100% used [0x00000000d6300000,0x00000000e0380000,0x00000000e0380000) | |
186 | - from space 14336K, 65% used [0x00000000e0380000,0x00000000e0cb6e40,0x00000000e1180000) | |
187 | - to space 14336K, 0% used [0x00000000e3a00000,0x00000000e3a00000,0x00000000e4800000) | |
188 | - ParOldGen total 93696K, used 19459K [0x0000000082800000, 0x0000000088380000, 0x00000000d6300000) | |
189 | - object space 93696K, 20% used [0x0000000082800000,0x0000000083b00e08,0x0000000088380000) | |
190 | - Metaspace used 43362K, capacity 44828K, committed 45016K, reserved 1089536K | |
191 | - class space used 5599K, capacity 5878K, committed 5888K, reserved 1048576K | |
192 | -Event: 6.586 GC heap after | |
193 | -Heap after GC invocations=12 (full 2): | |
194 | - PSYoungGen total 216064K, used 10987K [0x00000000d6300000, 0x00000000e4680000, 0x0000000100000000) | |
195 | - eden space 203264K, 0% used [0x00000000d6300000,0x00000000d6300000,0x00000000e2980000) | |
196 | - from space 12800K, 85% used [0x00000000e3a00000,0x00000000e44baee8,0x00000000e4680000) | |
197 | - to space 14848K, 0% used [0x00000000e2980000,0x00000000e2980000,0x00000000e3800000) | |
198 | - ParOldGen total 93696K, used 19467K [0x0000000082800000, 0x0000000088380000, 0x00000000d6300000) | |
199 | - object space 93696K, 20% used [0x0000000082800000,0x0000000083b02e08,0x0000000088380000) | |
200 | - Metaspace used 43362K, capacity 44828K, committed 45016K, reserved 1089536K | |
201 | - class space used 5599K, capacity 5878K, committed 5888K, reserved 1048576K | |
202 | -} | |
203 | -Event: 7.665 GC heap before | |
204 | -{Heap before GC invocations=13 (full 2): | |
205 | - PSYoungGen total 216064K, used 214251K [0x00000000d6300000, 0x00000000e4680000, 0x0000000100000000) | |
206 | - eden space 203264K, 100% used [0x00000000d6300000,0x00000000e2980000,0x00000000e2980000) | |
207 | - from space 12800K, 85% used [0x00000000e3a00000,0x00000000e44baee8,0x00000000e4680000) | |
208 | - to space 14848K, 0% used [0x00000000e2980000,0x00000000e2980000,0x00000000e3800000) | |
209 | - ParOldGen total 93696K, used 19467K [0x0000000082800000, 0x0000000088380000, 0x00000000d6300000) | |
210 | - object space 93696K, 20% used [0x0000000082800000,0x0000000083b02e08,0x0000000088380000) | |
211 | - Metaspace used 46267K, capacity 48274K, committed 48344K, reserved 1091584K | |
212 | - class space used 6016K, capacity 6387K, committed 6400K, reserved 1048576K | |
213 | -Event: 7.680 GC heap after | |
214 | -Heap after GC invocations=13 (full 2): | |
215 | - PSYoungGen total 218112K, used 14824K [0x00000000d6300000, 0x00000000e7980000, 0x0000000100000000) | |
216 | - eden space 203264K, 0% used [0x00000000d6300000,0x00000000d6300000,0x00000000e2980000) | |
217 | - from space 14848K, 99% used [0x00000000e2980000,0x00000000e37fa030,0x00000000e3800000) | |
218 | - to space 16896K, 0% used [0x00000000e6900000,0x00000000e6900000,0x00000000e7980000) | |
219 | - ParOldGen total 93696K, used 21462K [0x0000000082800000, 0x0000000088380000, 0x00000000d6300000) | |
220 | - object space 93696K, 22% used [0x0000000082800000,0x0000000083cf5a00,0x0000000088380000) | |
221 | - Metaspace used 46267K, capacity 48274K, committed 48344K, reserved 1091584K | |
222 | - class space used 6016K, capacity 6387K, committed 6400K, reserved 1048576K | |
223 | -} | |
224 | -Event: 8.957 GC heap before | |
225 | -{Heap before GC invocations=14 (full 2): | |
226 | - PSYoungGen total 218112K, used 218088K [0x00000000d6300000, 0x00000000e7980000, 0x0000000100000000) | |
227 | - eden space 203264K, 100% used [0x00000000d6300000,0x00000000e2980000,0x00000000e2980000) | |
228 | - from space 14848K, 99% used [0x00000000e2980000,0x00000000e37fa030,0x00000000e3800000) | |
229 | - to space 16896K, 0% used [0x00000000e6900000,0x00000000e6900000,0x00000000e7980000) | |
230 | - ParOldGen total 93696K, used 21462K [0x0000000082800000, 0x0000000088380000, 0x00000000d6300000) | |
231 | - object space 93696K, 22% used [0x0000000082800000,0x0000000083cf5a00,0x0000000088380000) | |
232 | - Metaspace used 49205K, capacity 51548K, committed 51672K, reserved 1093632K | |
233 | - class space used 6453K, capacity 6874K, committed 6912K, reserved 1048576K | |
234 | -Event: 8.974 GC heap after | |
235 | -Heap after GC invocations=14 (full 2): | |
236 | - PSYoungGen total 264192K, used 16872K [0x00000000d6300000, 0x00000000e8180000, 0x0000000100000000) | |
237 | - eden space 247296K, 0% used [0x00000000d6300000,0x00000000d6300000,0x00000000e5480000) | |
238 | - from space 16896K, 99% used [0x00000000e6900000,0x00000000e797a030,0x00000000e7980000) | |
239 | - to space 20992K, 0% used [0x00000000e5480000,0x00000000e5480000,0x00000000e6900000) | |
240 | - ParOldGen total 93696K, used 26358K [0x0000000082800000, 0x0000000088380000, 0x00000000d6300000) | |
241 | - object space 93696K, 28% used [0x0000000082800000,0x00000000841bdb40,0x0000000088380000) | |
242 | - Metaspace used 49205K, capacity 51548K, committed 51672K, reserved 1093632K | |
243 | - class space used 6453K, capacity 6874K, committed 6912K, reserved 1048576K | |
244 | -} | |
245 | - | |
246 | -Deoptimization events (10 events): | |
247 | -Event: 9.121 Thread 0x0000000002942800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000002b60780 method=java.lang.CharacterData.of(I)Ljava/lang/CharacterData; @ 4 | |
248 | -Event: 9.222 Thread 0x0000000002942800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000000000369720c method=java.util.HashMap.putMapEntries(Ljava/util/Map;Z)V @ 53 | |
249 | -Event: 9.509 Thread 0x0000000002942800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003203214 method=java.util.AbstractList$Itr.hasNext()Z @ 8 | |
250 | -Event: 9.509 Thread 0x0000000002942800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003511204 method=java.util.AbstractList$Itr.next()Ljava/lang/Object; @ 14 | |
251 | -Event: 9.512 Thread 0x0000000002942800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003203214 method=java.util.AbstractList$Itr.hasNext()Z @ 8 | |
252 | -Event: 9.512 Thread 0x0000000002942800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003511204 method=java.util.AbstractList$Itr.next()Ljava/lang/Object; @ 14 | |
253 | -Event: 9.512 Thread 0x0000000002942800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003203214 method=java.util.AbstractList$Itr.hasNext()Z @ 8 | |
254 | -Event: 9.512 Thread 0x0000000002942800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003511204 method=java.util.AbstractList$Itr.next()Ljava/lang/Object; @ 14 | |
255 | -Event: 9.757 Thread 0x0000000023902000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000003853350 method=org.springframework.beans.factory.support.AbstractBeanFactory.getType(Ljava/lang/String;)Ljava/lang/Class; @ 37 | |
256 | -Event: 9.772 Thread 0x0000000023902000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000031113d0 method=java.lang.AbstractStringBuilder.append(I)Ljava/lang/AbstractStringBuilder; @ 16 | |
257 | - | |
258 | -Classes redefined (0 events): | |
259 | -No events | |
260 | - | |
261 | -Internal exceptions (10 events): | |
262 | -Event: 8.888 Thread 0x0000000002942800 Exception <a 'java/lang/ClassNotFoundException': java/lang/ObjectCustomizer> (0x00000000e2031d70) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 210] | |
263 | -Event: 8.888 Thread 0x0000000002942800 Exception <a 'java/lang/ClassNotFoundException': org/springframework/boot/actuate/autoconfigure/web/server/ManagementServerPropertiesCustomizer> (0x00000000e20748e0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\shar | |
264 | -Event: 8.923 Thread 0x0000000002942800 Exception <a 'java/lang/ClassNotFoundException': java/lang/ObjectCustomizer> (0x00000000e242ef20) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 210] | |
265 | -Event: 8.923 Thread 0x0000000002942800 Exception <a 'java/lang/ClassNotFoundException': org/springframework/cloud/netflix/eureka/serviceregistry/EurekaRegistrationCustomizer> (0x00000000e246de40) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\clas | |
266 | -Event: 8.924 Thread 0x0000000002942800 Exception <a 'java/lang/ClassNotFoundException': org/springframework/cloud/client/serviceregistry/RegistrationCustomizer> (0x00000000e24c5900) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDi | |
267 | -Event: 8.925 Thread 0x0000000002942800 Exception <a 'java/lang/ClassNotFoundException': org/springframework/cloud/client/ServiceInstanceCustomizer> (0x00000000e24f17d0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.cpp, | |
268 | -Event: 9.377 Thread 0x0000000002942800 Exception <a 'java/lang/ClassNotFoundException': java/lang/ObjectCustomizer> (0x00000000d8547160) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 210] | |
269 | -Event: 9.378 Thread 0x0000000002942800 Exception <a 'java/lang/ClassNotFoundException': com/sincere/haikangface/HaikangfaceApplicationTestsCustomizer> (0x00000000d8579120) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.c | |
270 | -Event: 9.775 Thread 0x0000000023902000 Exception <a 'java/lang/ClassNotFoundException': java/lang/ObjectCustomizer> (0x00000000db37c5e0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 210] | |
271 | -Event: 9.777 Thread 0x0000000023902000 Exception <a 'java/lang/ClassNotFoundException': com/netflix/appinfo/ApplicationInfoManagerCustomizer> (0x00000000db3a88a8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.cpp, line | |
272 | - | |
273 | -Events (10 events): | |
274 | -Event: 9.786 Executing VM operation: RevokeBias | |
275 | -Event: 9.786 Executing VM operation: RevokeBias done | |
276 | -Event: 9.787 Executing VM operation: RevokeBias | |
277 | -Event: 9.787 Executing VM operation: RevokeBias done | |
278 | -Event: 9.787 Thread 0x000000001b357000 Thread exited: 0x000000001b357000 | |
279 | -Event: 9.789 Thread 0x00000000198f8000 flushing nmethod 0x0000000003343210 | |
280 | -Event: 9.789 Thread 0x00000000198f8000 flushing nmethod 0x00000000033635d0 | |
281 | -Event: 9.794 Thread 0x0000000023902000 Thread exited: 0x0000000023902000 | |
282 | -Event: 9.795 Thread 0x000000001988a000 Thread exited: 0x000000001988a000 | |
283 | -Event: 9.795 Executing VM operation: Exit | |
284 | - | |
285 | - | |
286 | -Dynamic libraries: | |
287 | -0x00007ff68fe90000 - 0x00007ff68fec7000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\java.exe | |
288 | -0x00007ffca8620000 - 0x00007ffca8810000 C:\WINDOWS\SYSTEM32\ntdll.dll | |
289 | -0x00007ffca67e0000 - 0x00007ffca6892000 C:\WINDOWS\System32\KERNEL32.DLL | |
290 | -0x00007ffca55b0000 - 0x00007ffca5853000 C:\WINDOWS\System32\KERNELBASE.dll | |
291 | -0x00007ffca83b0000 - 0x00007ffca8453000 C:\WINDOWS\System32\ADVAPI32.dll | |
292 | -0x00007ffca66d0000 - 0x00007ffca676e000 C:\WINDOWS\System32\msvcrt.dll | |
293 | -0x00007ffca7cb0000 - 0x00007ffca7d47000 C:\WINDOWS\System32\sechost.dll | |
294 | -0x00007ffca6b80000 - 0x00007ffca6ca0000 C:\WINDOWS\System32\RPCRT4.dll | |
295 | -0x00007ffca73a0000 - 0x00007ffca7534000 C:\WINDOWS\System32\USER32.dll | |
296 | -0x00007ffca5860000 - 0x00007ffca5881000 C:\WINDOWS\System32\win32u.dll | |
297 | -0x00007ffca7030000 - 0x00007ffca7056000 C:\WINDOWS\System32\GDI32.dll | |
298 | -0x00007ffca59f0000 - 0x00007ffca5b84000 C:\WINDOWS\System32\gdi32full.dll | |
299 | -0x00007ffca5ce0000 - 0x00007ffca5d7e000 C:\WINDOWS\System32\msvcp_win.dll | |
300 | -0x00007ffca5890000 - 0x00007ffca598a000 C:\WINDOWS\System32\ucrtbase.dll | |
301 | -0x00007ffc902e0000 - 0x00007ffc90565000 C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.18362.418_none_e6c6b287130d565d\COMCTL32.dll | |
302 | -0x00007ffca7060000 - 0x00007ffca7396000 C:\WINDOWS\System32\combase.dll | |
303 | -0x00007ffca5d80000 - 0x00007ffca5e00000 C:\WINDOWS\System32\bcryptPrimitives.dll | |
304 | -0x00007ffca6d70000 - 0x00007ffca6d9e000 C:\WINDOWS\System32\IMM32.DLL | |
305 | -0x00000000697c0000 - 0x0000000069892000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\msvcr100.dll | |
306 | -0x0000000068f10000 - 0x00000000697b2000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\server\jvm.dll | |
307 | -0x00007ffca67d0000 - 0x00007ffca67d8000 C:\WINDOWS\System32\PSAPI.DLL | |
308 | -0x00007ffc8fdf0000 - 0x00007ffc8fdf9000 C:\WINDOWS\SYSTEM32\WSOCK32.dll | |
309 | -0x00007ffc9f430000 - 0x00007ffc9f454000 C:\WINDOWS\SYSTEM32\WINMM.dll | |
310 | -0x00007ffca6ca0000 - 0x00007ffca6d0f000 C:\WINDOWS\System32\WS2_32.dll | |
311 | -0x00007ffc9ccc0000 - 0x00007ffc9ccca000 C:\WINDOWS\SYSTEM32\VERSION.dll | |
312 | -0x00007ffc9f3e0000 - 0x00007ffc9f40d000 C:\WINDOWS\SYSTEM32\WINMMBASE.dll | |
313 | -0x00007ffca6680000 - 0x00007ffca66ca000 C:\WINDOWS\System32\cfgmgr32.dll | |
314 | -0x0000000068ef0000 - 0x0000000068eff000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\verify.dll | |
315 | -0x0000000068ec0000 - 0x0000000068ee9000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\java.dll | |
316 | -0x0000000068ea0000 - 0x0000000068eb6000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\zip.dll | |
317 | -0x00007ffca7540000 - 0x00007ffca7c25000 C:\WINDOWS\System32\SHELL32.dll | |
318 | -0x00007ffca8460000 - 0x00007ffca8509000 C:\WINDOWS\System32\shcore.dll | |
319 | -0x00007ffca5e00000 - 0x00007ffca657f000 C:\WINDOWS\System32\windows.storage.dll | |
320 | -0x00007ffca5590000 - 0x00007ffca55af000 C:\WINDOWS\System32\profapi.dll | |
321 | -0x00007ffca5520000 - 0x00007ffca556a000 C:\WINDOWS\System32\powrprof.dll | |
322 | -0x00007ffca54f0000 - 0x00007ffca5500000 C:\WINDOWS\System32\UMPDC.dll | |
323 | -0x00007ffca6d10000 - 0x00007ffca6d62000 C:\WINDOWS\System32\shlwapi.dll | |
324 | -0x00007ffca5570000 - 0x00007ffca5581000 C:\WINDOWS\System32\kernel.appcore.dll | |
325 | -0x00007ffca6660000 - 0x00007ffca6677000 C:\WINDOWS\System32\cryptsp.dll | |
326 | -0x0000000068da0000 - 0x0000000068dad000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\management.dll | |
327 | -0x0000000068e60000 - 0x0000000068e7a000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\net.dll | |
328 | -0x00007ffca4d60000 - 0x00007ffca4dc7000 C:\WINDOWS\system32\mswsock.dll | |
329 | -0x0000000068d80000 - 0x0000000068d91000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\nio.dll | |
330 | -0x00007ffca4a70000 - 0x00007ffca4aaa000 C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL | |
331 | -0x00007ffca6da0000 - 0x00007ffca6da8000 C:\WINDOWS\System32\NSI.dll | |
332 | -0x00007ffc9cd40000 - 0x00007ffc9cd56000 C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL | |
333 | -0x00007ffc9cea0000 - 0x00007ffc9cebc000 C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL | |
334 | -0x00007ffca4ab0000 - 0x00007ffca4b7a000 C:\WINDOWS\SYSTEM32\DNSAPI.dll | |
335 | -0x00007ffc9dfc0000 - 0x00007ffc9dfca000 C:\Windows\System32\rasadhlp.dll | |
336 | -0x00007ffc9b8d0000 - 0x00007ffc9b947000 C:\WINDOWS\System32\fwpuclnt.dll | |
337 | -0x00007ffca6630000 - 0x00007ffca6656000 C:\WINDOWS\System32\bcrypt.dll | |
338 | -0x00007ffc8dd10000 - 0x00007ffc8dd26000 C:\WINDOWS\system32\napinsp.dll | |
339 | -0x00007ffc8cf80000 - 0x00007ffc8cf9a000 C:\WINDOWS\system32\pnrpnsp.dll | |
340 | -0x00007ffc8cfa0000 - 0x00007ffc8cfae000 C:\WINDOWS\System32\winrnr.dll | |
341 | -0x00007ffca0cb0000 - 0x00007ffca0ccc000 C:\WINDOWS\system32\NLAapi.dll | |
342 | -0x00007ffca0c00000 - 0x00007ffca0c15000 C:\WINDOWS\system32\wshbth.dll | |
343 | -0x00007ffca48d0000 - 0x00007ffca4903000 C:\WINDOWS\system32\rsaenh.dll | |
344 | -0x00007ffca5410000 - 0x00007ffca5435000 C:\WINDOWS\SYSTEM32\USERENV.dll | |
345 | -0x00007ffca4f30000 - 0x00007ffca4f3c000 C:\WINDOWS\SYSTEM32\CRYPTBASE.dll | |
346 | -0x0000000180000000 - 0x0000000180031000 C:\Users\taohandong\AppData\Local\Temp\jna3110543321697393241.tmp | |
347 | -0x0000000020ea0000 - 0x0000000021267000 C:\lib\HCEHomeCMS.DLL | |
348 | -0x00007ffc4a810000 - 0x00007ffc4acda000 C:\lib\HCEHomeSS.DLL | |
349 | -0x00007ffc4a320000 - 0x00007ffc4a80c000 C:\lib\HCNetUtils.dll | |
350 | -0x0000000021270000 - 0x0000000021440000 C:\lib\sqlite3.dll | |
351 | -0x0000000021610000 - 0x000000002199f000 C:\lib\HCEHomeAlarm.DLL | |
352 | -0x00000000241d0000 - 0x00000000243c0000 C:\TaoHandong\Java_Code\apache-tomcat-8.5.34\bin\tcnative-1.dll | |
353 | -0x00007ffca3e10000 - 0x00007ffca4004000 C:\WINDOWS\SYSTEM32\dbghelp.dll | |
354 | - | |
355 | -VM Arguments: | |
356 | -java_command: C:\Users\TAOHAN~1\AppData\Local\Temp\surefire6734419859915358299\surefirebooter99494854223724296.jar C:\Users\taohandong\AppData\Local\Temp\surefire6734419859915358299 2019-11-04T16-44-52_262-jvmRun1 surefire5450594546159097010tmp surefire_02296992375388307678tmp | |
357 | -java_class_path (initial): C:\Users\TAOHAN~1\AppData\Local\Temp\surefire6734419859915358299\surefirebooter99494854223724296.jar | |
358 | -Launcher Type: SUN_STANDARD | |
359 | - | |
360 | -Environment Variables: | |
361 | -JAVA_HOME=C:\Program Files\Java\jdk1.8.0_181 | |
362 | -CLASSPATH=.;C:\Program Files\Java\jdk1.8.0_181\lib;C:\Program Files\Java\jdk1.8.0_181\lib\tools.jar; | |
363 | -PATH=C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\TaoHandong\¹¤¾ßÀàÈí¼þ\Git\cmd;C:\Program Files\Java\jdk1.8.0_181\bin;C:\Program Files\Java\jdk1.8.0_181\jre\bin;C:\Program Files (x86)\Tesseract-OCR;C:\WINDOWS\System32\OpenSSH\;C:\TaoHandong\Java_Code\apache-tomcat-8.5.34\bin;c:\windows\system32;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Program Files (x86)\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\130\DTS\Binn\;C:\Program Files\Microsoft SQL Server\130\DTS\Binn\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn\;C:\TaoHandong\server\mysql-8.0.16-winx64\bin;C:\Program Files\nodejs\;C:\Program Files\RabbitMQ Server\rabbitmq_server-3.7.16\sbin;C:\Program Files\erl10.4\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files\MySQL\MySQL Shell 8.0\bin\;C:\Users\taohandong\AppData\Local\Microsoft\WindowsApps;C:\Program Files\Java\jdk1.8.0_181\bin;C:\Users\taohandong\Downloads\apache-maven-3.6.0-bin\apache-maven-3.6.0\bin;C:\Users\taohandong;C:\TaoHandong\Anaconda;C:\TaoHandong\Anaconda\Scripts;C:\Users\taohandong\AppData\Roaming\npm; | |
364 | -USERNAME=taohandong | |
365 | -OS=Windows_NT | |
366 | -PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 142 Stepping 10, GenuineIntel | |
367 | - | |
368 | - | |
369 | - | |
370 | ---------------- S Y S T E M --------------- | |
371 | - | |
372 | -OS: Windows 10.0 , 64 bit Build 18362 (10.0.18362.329) | |
373 | - | |
374 | -CPU:total 8 (initial active 8) (4 cores per cpu, 2 threads per core) family 6 model 142 stepping 10, 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 | |
375 | - | |
376 | -Memory: 4k page, physical 8218728k(1004124k free), swap 21565288k(2507612k free) | |
377 | - | |
378 | -vm_info: Java HotSpot(TM) 64-Bit Server VM (25.181-b13) for windows-amd64 JRE (1.8.0_181-b13), built on Jul 7 2018 04:01:33 by "java_re" with MS VC++ 10.0 (VS2010) | |
379 | - | |
380 | -time: Mon Nov 04 16:45:02 2019 | |
381 | -elapsed time: 9 seconds (0d 0h 0m 9s) | |
382 | - |
cloud/haikangface/hs_err_pid23928.log
... | ... | @@ -1,382 +0,0 @@ |
1 | -# | |
2 | -# A fatal error has been detected by the Java Runtime Environment: | |
3 | -# | |
4 | -# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000022a7643f, pid=23928, tid=0x000000000000336c | |
5 | -# | |
6 | -# JRE version: Java(TM) SE Runtime Environment (8.0_181-b13) (build 1.8.0_181-b13) | |
7 | -# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.181-b13 mixed mode windows-amd64 compressed oops) | |
8 | -# Problematic frame: | |
9 | -# C [HCEHomeAlarm.DLL+0x2643f] | |
10 | -# | |
11 | -# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows | |
12 | -# | |
13 | -# If you would like to submit a bug report, please visit: | |
14 | -# http://bugreport.java.com/bugreport/crash.jsp | |
15 | -# | |
16 | - | |
17 | ---------------- T H R E A D --------------- | |
18 | - | |
19 | -Current thread (0x0000000017f39800): VMThread [stack: 0x0000000019c30000,0x0000000019d30000] [id=13164] | |
20 | - | |
21 | -siginfo: ExceptionCode=0xc0000005, reading address 0x0000000000000000 | |
22 | - | |
23 | -Registers: | |
24 | -RAX=0x0000000000000001, RBX=0x0000000000000000, RCX=0x0000000000000000, RDX=0x0000000000000000 | |
25 | -RSP=0x0000000019d2efb0, RBP=0x0000000000000000, RSI=0x0000000000000000, RDI=0x0000000000ce1d20 | |
26 | -R8 =0x0000000000000001, R9 =0x0000000000000001, R10=0x0000000000008000, R11=0x0000000019d2f040 | |
27 | -R12=0x0000000000ccb7a0, R13=0x0000000000000000, R14=0x0000000000000001, R15=0x0000000000ccb850 | |
28 | -RIP=0x0000000022a7643f, EFLAGS=0x0000000000010202 | |
29 | - | |
30 | -Top of Stack: (sp=0x0000000019d2efb0) | |
31 | -0x0000000019d2efb0: 0000000029f22e60 00007ffca866083d | |
32 | -0x0000000019d2efc0: 0000000000ce0630 0000000100c80000 | |
33 | -0x0000000019d2efd0: 0000000000ce1d20 0000000022b0cb11 | |
34 | -0x0000000019d2efe0: 0000000000000000 0000000000000000 | |
35 | -0x0000000019d2eff0: 0000000000cdeeb0 0000003ca865fc11 | |
36 | -0x0000000019d2f000: 0000000026a73470 0000000022a76bf2 | |
37 | -0x0000000019d2f010: 0000000000000000 0000000000000001 | |
38 | -0x0000000019d2f020: 0000000000000000 0000000000ccb7a0 | |
39 | -0x0000000019d2f030: 0000000000000001 0000000022a76620 | |
40 | -0x0000000019d2f040: 0000000000000000 0000000026a73470 | |
41 | -0x0000000019d2f050: 0000000000ccb7a0 0000000000000000 | |
42 | -0x0000000019d2f060: 0000000000d337c0 0000000017dc5400 | |
43 | -0x0000000019d2f070: 00000000269da9d0 0000000022a75cc8 | |
44 | -0x0000000019d2f080: 0000000017dc5400 0000000026a73470 | |
45 | -0x0000000019d2f090: 0000000000000000 0000000017dc5400 | |
46 | -0x0000000019d2f0a0: 00000000269da9d0 0000000022b0db04 | |
47 | - | |
48 | -Instructions: (pc=0x0000000022a7643f) | |
49 | -0x0000000022a7641f: 38 48 8b 74 24 40 48 83 c4 20 5f c3 cc cc cc cc | |
50 | -0x0000000022a7642f: cc 48 89 5c 24 08 48 89 74 24 10 57 48 83 ec 20 | |
51 | -0x0000000022a7643f: 48 8b 01 41 8b f0 8b da 48 8b f9 ff 50 08 85 c0 | |
52 | -0x0000000022a7644f: 75 48 48 8b 05 78 70 17 00 48 83 f8 ff 74 1f ba | |
53 | - | |
54 | - | |
55 | -Register to memory mapping: | |
56 | - | |
57 | -RAX=0x0000000000000001 is an unknown value | |
58 | -RBX=0x0000000000000000 is an unknown value | |
59 | -RCX=0x0000000000000000 is an unknown value | |
60 | -RDX=0x0000000000000000 is an unknown value | |
61 | -RSP=0x0000000019d2efb0 is an unknown value | |
62 | -RBP=0x0000000000000000 is an unknown value | |
63 | -RSI=0x0000000000000000 is an unknown value | |
64 | -RDI=0x0000000000ce1d20 is an unknown value | |
65 | -R8 =0x0000000000000001 is an unknown value | |
66 | -R9 =0x0000000000000001 is an unknown value | |
67 | -R10=0x0000000000008000 is an unknown value | |
68 | -R11=0x0000000019d2f040 is an unknown value | |
69 | -R12=0x0000000000ccb7a0 is an unknown value | |
70 | -R13=0x0000000000000000 is an unknown value | |
71 | -R14=0x0000000000000001 is an unknown value | |
72 | -R15=0x0000000000ccb850 is an unknown value | |
73 | - | |
74 | - | |
75 | -Stack: [0x0000000019c30000,0x0000000019d30000], sp=0x0000000019d2efb0, free space=1019k | |
76 | -Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) | |
77 | - | |
78 | -VM_Operation (0x0000000002b9f130): Exit, mode: safepoint, requested by thread 0x0000000002f52800 | |
79 | - | |
80 | - | |
81 | ---------------- P R O C E S S --------------- | |
82 | - | |
83 | -Java Threads: ( => current thread ) | |
84 | - 0x0000000019ecf000 JavaThread "surefire-forkedjvm-last-ditch-daemon-shutdown-thread-30s" daemon [_thread_blocked, id=17268, stack(0x0000000025f50000,0x0000000026050000)] | |
85 | - 0x000000001a005000 JavaThread "surefire-forkedjvm-command-thread" daemon [_thread_in_native, id=23564, stack(0x000000001ab90000,0x000000001ac90000)] | |
86 | - 0x0000000019f4f800 JavaThread "Service Thread" daemon [_thread_blocked, id=24156, stack(0x000000001a990000,0x000000001aa90000)] | |
87 | - 0x0000000019ed1000 JavaThread "C1 CompilerThread3" daemon [_thread_blocked, id=17848, stack(0x000000001a890000,0x000000001a990000)] | |
88 | - 0x0000000019ec6000 JavaThread "C2 CompilerThread2" daemon [_thread_blocked, id=5316, stack(0x000000001a790000,0x000000001a890000)] | |
89 | - 0x0000000019ec1000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=15952, stack(0x000000001a690000,0x000000001a790000)] | |
90 | - 0x0000000019ebd800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=22768, stack(0x000000001a590000,0x000000001a690000)] | |
91 | - 0x0000000019e6a000 JavaThread "Attach Listener" daemon [_thread_blocked, id=23560, stack(0x000000001a490000,0x000000001a590000)] | |
92 | - 0x0000000019e50800 JavaThread "Finalizer" daemon [_thread_blocked, id=24404, stack(0x000000001a230000,0x000000001a330000)] | |
93 | - 0x0000000003047000 JavaThread "Reference Handler" daemon [_thread_blocked, id=19216, stack(0x0000000019d30000,0x0000000019e30000)] | |
94 | - 0x0000000002f52800 JavaThread "main" [_thread_blocked, id=19932, stack(0x0000000002aa0000,0x0000000002ba0000)] | |
95 | - | |
96 | -Other Threads: | |
97 | -=>0x0000000017f39800 VMThread [stack: 0x0000000019c30000,0x0000000019d30000] [id=13164] | |
98 | - | |
99 | -VM state:at safepoint (shutting down) | |
100 | - | |
101 | -VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event]) | |
102 | -[0x0000000002bfdbe0] Threads_lock - owner thread: 0x0000000017f39800 | |
103 | - | |
104 | -Heap: | |
105 | - PSYoungGen total 188416K, used 141670K [0x00000000d6300000, 0x00000000e5800000, 0x0000000100000000) | |
106 | - eden space 173056K, 74% used [0x00000000d6300000,0x00000000de0d7028,0x00000000e0c00000) | |
107 | - from space 15360K, 83% used [0x00000000e0c00000,0x00000000e1882838,0x00000000e1b00000) | |
108 | - to space 16384K, 0% used [0x00000000e4800000,0x00000000e4800000,0x00000000e5800000) | |
109 | - ParOldGen total 91648K, used 25874K [0x0000000082800000, 0x0000000088180000, 0x00000000d6300000) | |
110 | - object space 91648K, 28% used [0x0000000082800000,0x00000000841449a0,0x0000000088180000) | |
111 | - Metaspace used 52798K, capacity 55156K, committed 55384K, reserved 1097728K | |
112 | - class space used 7031K, capacity 7442K, committed 7552K, reserved 1048576K | |
113 | - | |
114 | -Card table byte_map: [0x0000000012410000,0x0000000012800000] byte_map_base: 0x0000000011ffc000 | |
115 | - | |
116 | -Marking Bits: (ParMarkBitMap*) 0x0000000069732d00 | |
117 | - Begin Bits: [0x00000000132a0000, 0x0000000015200000) | |
118 | - End Bits: [0x0000000015200000, 0x0000000017160000) | |
119 | - | |
120 | -Polling page: 0x0000000001290000 | |
121 | - | |
122 | -CodeCache: size=245760Kb used=20752Kb max_used=20752Kb free=225007Kb | |
123 | - bounds [0x0000000003050000, 0x00000000044b0000, 0x0000000012050000] | |
124 | - total_blobs=5559 nmethods=5065 adapters=404 | |
125 | - compilation: enabled | |
126 | - | |
127 | -Compilation events (10 events): | |
128 | -Event: 9.210 Thread 0x0000000019ed1000 5705 3 io.micrometer.shaded.org.pcollections.ConsPStack::subList (39 bytes) | |
129 | -Event: 9.211 Thread 0x0000000019ed1000 nmethod 5705 0x0000000004497090 code [0x0000000004497220, 0x0000000004497568] | |
130 | -Event: 9.211 Thread 0x0000000019ed1000 5706 3 io.micrometer.shaded.org.pcollections.ConsPStack::listIterator (30 bytes) | |
131 | -Event: 9.211 Thread 0x0000000019ed1000 nmethod 5706 0x0000000004496ad0 code [0x0000000004496c60, 0x0000000004496f78] | |
132 | -Event: 9.212 Thread 0x0000000019ebd800 nmethod 5695 0x00000000036a1a50 code [0x00000000036a1be0, 0x00000000036a2398] | |
133 | -Event: 9.212 Thread 0x0000000019ebd800 5699 4 java.util.concurrent.ConcurrentHashMap$BaseIterator::hasNext (13 bytes) | |
134 | -Event: 9.212 Thread 0x0000000019ebd800 nmethod 5699 0x000000000448c4d0 code [0x000000000448c600, 0x000000000448c678] | |
135 | -Event: 9.213 Thread 0x0000000019ebd800 5700 4 java.util.concurrent.ConcurrentHashMap$EntryIterator::next (5 bytes) | |
136 | -Event: 9.214 Thread 0x0000000019ed1000 5709 ! 3 org.springframework.beans.factory.support.DefaultSingletonBeanRegistry::destroyBean (385 bytes) | |
137 | -Event: 9.216 Thread 0x0000000019ed1000 nmethod 5709 0x00000000044a2e90 code [0x00000000044a3360, 0x00000000044a6778] | |
138 | - | |
139 | -GC Heap History (10 events): | |
140 | -Event: 4.789 GC heap before | |
141 | -{Heap before GC invocations=13 (full 2): | |
142 | - PSYoungGen total 123904K, used 112640K [0x00000000d6300000, 0x00000000de800000, 0x0000000100000000) | |
143 | - eden space 112640K, 100% used [0x00000000d6300000,0x00000000dd100000,0x00000000dd100000) | |
144 | - from space 11264K, 0% used [0x00000000ddd00000,0x00000000ddd00000,0x00000000de800000) | |
145 | - to space 11776K, 0% used [0x00000000dd100000,0x00000000dd100000,0x00000000ddc80000) | |
146 | - ParOldGen total 91648K, used 16979K [0x0000000082800000, 0x0000000088180000, 0x00000000d6300000) | |
147 | - object space 91648K, 18% used [0x0000000082800000,0x0000000083894da0,0x0000000088180000) | |
148 | - Metaspace used 40445K, capacity 41622K, committed 41816K, reserved 1085440K | |
149 | - class space used 5195K, capacity 5447K, committed 5504K, reserved 1048576K | |
150 | -Event: 4.797 GC heap after | |
151 | -Heap after GC invocations=13 (full 2): | |
152 | - PSYoungGen total 124416K, used 7410K [0x00000000d6300000, 0x00000000e0400000, 0x0000000100000000) | |
153 | - eden space 112640K, 0% used [0x00000000d6300000,0x00000000d6300000,0x00000000dd100000) | |
154 | - from space 11776K, 62% used [0x00000000dd100000,0x00000000dd83ca80,0x00000000ddc80000) | |
155 | - to space 11264K, 0% used [0x00000000df900000,0x00000000df900000,0x00000000e0400000) | |
156 | - ParOldGen total 91648K, used 16987K [0x0000000082800000, 0x0000000088180000, 0x00000000d6300000) | |
157 | - object space 91648K, 18% used [0x0000000082800000,0x0000000083896da0,0x0000000088180000) | |
158 | - Metaspace used 40445K, capacity 41622K, committed 41816K, reserved 1085440K | |
159 | - class space used 5195K, capacity 5447K, committed 5504K, reserved 1048576K | |
160 | -} | |
161 | -Event: 5.497 GC heap before | |
162 | -{Heap before GC invocations=14 (full 2): | |
163 | - PSYoungGen total 124416K, used 120050K [0x00000000d6300000, 0x00000000e0400000, 0x0000000100000000) | |
164 | - eden space 112640K, 100% used [0x00000000d6300000,0x00000000dd100000,0x00000000dd100000) | |
165 | - from space 11776K, 62% used [0x00000000dd100000,0x00000000dd83ca80,0x00000000ddc80000) | |
166 | - to space 11264K, 0% used [0x00000000df900000,0x00000000df900000,0x00000000e0400000) | |
167 | - ParOldGen total 91648K, used 16987K [0x0000000082800000, 0x0000000088180000, 0x00000000d6300000) | |
168 | - object space 91648K, 18% used [0x0000000082800000,0x0000000083896da0,0x0000000088180000) | |
169 | - Metaspace used 42393K, capacity 43852K, committed 43992K, reserved 1087488K | |
170 | - class space used 5469K, capacity 5762K, committed 5888K, reserved 1048576K | |
171 | -Event: 5.507 GC heap after | |
172 | -Heap after GC invocations=14 (full 2): | |
173 | - PSYoungGen total 153088K, used 8847K [0x00000000d6300000, 0x00000000e0480000, 0x0000000100000000) | |
174 | - eden space 141824K, 0% used [0x00000000d6300000,0x00000000d6300000,0x00000000ded80000) | |
175 | - from space 11264K, 78% used [0x00000000df900000,0x00000000e01a3db8,0x00000000e0400000) | |
176 | - to space 11776K, 0% used [0x00000000ded80000,0x00000000ded80000,0x00000000df900000) | |
177 | - ParOldGen total 91648K, used 16995K [0x0000000082800000, 0x0000000088180000, 0x00000000d6300000) | |
178 | - object space 91648K, 18% used [0x0000000082800000,0x0000000083898da0,0x0000000088180000) | |
179 | - Metaspace used 42393K, capacity 43852K, committed 43992K, reserved 1087488K | |
180 | - class space used 5469K, capacity 5762K, committed 5888K, reserved 1048576K | |
181 | -} | |
182 | -Event: 6.605 GC heap before | |
183 | -{Heap before GC invocations=15 (full 2): | |
184 | - PSYoungGen total 153088K, used 150671K [0x00000000d6300000, 0x00000000e0480000, 0x0000000100000000) | |
185 | - eden space 141824K, 100% used [0x00000000d6300000,0x00000000ded80000,0x00000000ded80000) | |
186 | - from space 11264K, 78% used [0x00000000df900000,0x00000000e01a3db8,0x00000000e0400000) | |
187 | - to space 11776K, 0% used [0x00000000ded80000,0x00000000ded80000,0x00000000df900000) | |
188 | - ParOldGen total 91648K, used 16995K [0x0000000082800000, 0x0000000088180000, 0x00000000d6300000) | |
189 | - object space 91648K, 18% used [0x0000000082800000,0x0000000083898da0,0x0000000088180000) | |
190 | - Metaspace used 44260K, capacity 45850K, committed 46040K, reserved 1089536K | |
191 | - class space used 5743K, capacity 6051K, committed 6144K, reserved 1048576K | |
192 | -Event: 6.613 GC heap after | |
193 | -Heap after GC invocations=15 (full 2): | |
194 | - PSYoungGen total 153600K, used 11536K [0x00000000d6300000, 0x00000000e2780000, 0x0000000100000000) | |
195 | - eden space 141824K, 0% used [0x00000000d6300000,0x00000000d6300000,0x00000000ded80000) | |
196 | - from space 11776K, 97% used [0x00000000ded80000,0x00000000df8c41c8,0x00000000df900000) | |
197 | - to space 12800K, 0% used [0x00000000e1b00000,0x00000000e1b00000,0x00000000e2780000) | |
198 | - ParOldGen total 91648K, used 17003K [0x0000000082800000, 0x0000000088180000, 0x00000000d6300000) | |
199 | - object space 91648K, 18% used [0x0000000082800000,0x000000008389ada0,0x0000000088180000) | |
200 | - Metaspace used 44260K, capacity 45850K, committed 46040K, reserved 1089536K | |
201 | - class space used 5743K, capacity 6051K, committed 6144K, reserved 1048576K | |
202 | -} | |
203 | -Event: 7.258 GC heap before | |
204 | -{Heap before GC invocations=16 (full 2): | |
205 | - PSYoungGen total 153600K, used 153360K [0x00000000d6300000, 0x00000000e2780000, 0x0000000100000000) | |
206 | - eden space 141824K, 100% used [0x00000000d6300000,0x00000000ded80000,0x00000000ded80000) | |
207 | - from space 11776K, 97% used [0x00000000ded80000,0x00000000df8c41c8,0x00000000df900000) | |
208 | - to space 12800K, 0% used [0x00000000e1b00000,0x00000000e1b00000,0x00000000e2780000) | |
209 | - ParOldGen total 91648K, used 17003K [0x0000000082800000, 0x0000000088180000, 0x00000000d6300000) | |
210 | - object space 91648K, 18% used [0x0000000082800000,0x000000008389ada0,0x0000000088180000) | |
211 | - Metaspace used 46046K, capacity 48074K, committed 48344K, reserved 1091584K | |
212 | - class space used 5979K, capacity 6347K, committed 6400K, reserved 1048576K | |
213 | -Event: 7.270 GC heap after | |
214 | -Heap after GC invocations=16 (full 2): | |
215 | - PSYoungGen total 185856K, used 12776K [0x00000000d6300000, 0x00000000e2e80000, 0x0000000100000000) | |
216 | - eden space 173056K, 0% used [0x00000000d6300000,0x00000000d6300000,0x00000000e0c00000) | |
217 | - from space 12800K, 99% used [0x00000000e1b00000,0x00000000e277a030,0x00000000e2780000) | |
218 | - to space 15360K, 0% used [0x00000000e0c00000,0x00000000e0c00000,0x00000000e1b00000) | |
219 | - ParOldGen total 91648K, used 19834K [0x0000000082800000, 0x0000000088180000, 0x00000000d6300000) | |
220 | - object space 91648K, 21% used [0x0000000082800000,0x0000000083b5e940,0x0000000088180000) | |
221 | - Metaspace used 46046K, capacity 48074K, committed 48344K, reserved 1091584K | |
222 | - class space used 5979K, capacity 6347K, committed 6400K, reserved 1048576K | |
223 | -} | |
224 | -Event: 8.114 GC heap before | |
225 | -{Heap before GC invocations=17 (full 2): | |
226 | - PSYoungGen total 185856K, used 185832K [0x00000000d6300000, 0x00000000e2e80000, 0x0000000100000000) | |
227 | - eden space 173056K, 100% used [0x00000000d6300000,0x00000000e0c00000,0x00000000e0c00000) | |
228 | - from space 12800K, 99% used [0x00000000e1b00000,0x00000000e277a030,0x00000000e2780000) | |
229 | - to space 15360K, 0% used [0x00000000e0c00000,0x00000000e0c00000,0x00000000e1b00000) | |
230 | - ParOldGen total 91648K, used 19834K [0x0000000082800000, 0x0000000088180000, 0x00000000d6300000) | |
231 | - object space 91648K, 21% used [0x0000000082800000,0x0000000083b5e940,0x0000000088180000) | |
232 | - Metaspace used 48654K, capacity 50928K, committed 51032K, reserved 1093632K | |
233 | - class space used 6354K, capacity 6740K, committed 6784K, reserved 1048576K | |
234 | -Event: 8.129 GC heap after | |
235 | -Heap after GC invocations=17 (full 2): | |
236 | - PSYoungGen total 188416K, used 12810K [0x00000000d6300000, 0x00000000e5800000, 0x0000000100000000) | |
237 | - eden space 173056K, 0% used [0x00000000d6300000,0x00000000d6300000,0x00000000e0c00000) | |
238 | - from space 15360K, 83% used [0x00000000e0c00000,0x00000000e1882838,0x00000000e1b00000) | |
239 | - to space 16384K, 0% used [0x00000000e4800000,0x00000000e4800000,0x00000000e5800000) | |
240 | - ParOldGen total 91648K, used 25874K [0x0000000082800000, 0x0000000088180000, 0x00000000d6300000) | |
241 | - object space 91648K, 28% used [0x0000000082800000,0x00000000841449a0,0x0000000088180000) | |
242 | - Metaspace used 48654K, capacity 50928K, committed 51032K, reserved 1093632K | |
243 | - class space used 6354K, capacity 6740K, committed 6784K, reserved 1048576K | |
244 | -} | |
245 | - | |
246 | -Deoptimization events (10 events): | |
247 | -Event: 8.562 Thread 0x0000000002f52800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000034e5be4 method=java.util.HashMap.getNode(ILjava/lang/Object;)Ljava/util/HashMap$Node; @ 84 | |
248 | -Event: 8.590 Thread 0x0000000002f52800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000037cb034 method=java.util.regex.Pattern$CharProperty.match(Ljava/util/regex/Matcher;ILjava/lang/CharSequence;)Z @ 40 | |
249 | -Event: 8.664 Thread 0x0000000002f52800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000003171e40 method=java.lang.CharacterData.of(I)Ljava/lang/CharacterData; @ 4 | |
250 | -Event: 8.772 Thread 0x0000000002f52800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000003cc5f0c method=java.util.HashMap.putMapEntries(Ljava/util/Map;Z)V @ 53 | |
251 | -Event: 9.032 Thread 0x0000000002f52800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000037d78d4 method=java.util.AbstractList$Itr.hasNext()Z @ 8 | |
252 | -Event: 9.032 Thread 0x0000000002f52800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003af4544 method=java.util.AbstractList$Itr.next()Ljava/lang/Object; @ 14 | |
253 | -Event: 9.034 Thread 0x0000000002f52800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000037d78d4 method=java.util.AbstractList$Itr.hasNext()Z @ 8 | |
254 | -Event: 9.034 Thread 0x0000000002f52800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003af4544 method=java.util.AbstractList$Itr.next()Ljava/lang/Object; @ 14 | |
255 | -Event: 9.034 Thread 0x0000000002f52800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000037d78d4 method=java.util.AbstractList$Itr.hasNext()Z @ 8 | |
256 | -Event: 9.034 Thread 0x0000000002f52800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003af4544 method=java.util.AbstractList$Itr.next()Ljava/lang/Object; @ 14 | |
257 | - | |
258 | -Classes redefined (0 events): | |
259 | -No events | |
260 | - | |
261 | -Internal exceptions (10 events): | |
262 | -Event: 8.480 Thread 0x0000000002f52800 Exception <a 'java/lang/ClassNotFoundException': java/lang/ObjectCustomizer> (0x00000000d8c2b0e0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 210] | |
263 | -Event: 8.481 Thread 0x0000000002f52800 Exception <a 'java/lang/ClassNotFoundException': org/springframework/boot/actuate/autoconfigure/web/server/ManagementServerPropertiesCustomizer> (0x00000000d8c6e170) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\shar | |
264 | -Event: 8.509 Thread 0x0000000002f52800 Exception <a 'java/lang/ClassNotFoundException': java/lang/ObjectCustomizer> (0x00000000d9032a38) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 210] | |
265 | -Event: 8.510 Thread 0x0000000002f52800 Exception <a 'java/lang/ClassNotFoundException': org/springframework/cloud/netflix/eureka/serviceregistry/EurekaRegistrationCustomizer> (0x00000000d9071e18) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\clas | |
266 | -Event: 8.511 Thread 0x0000000002f52800 Exception <a 'java/lang/ClassNotFoundException': org/springframework/cloud/client/serviceregistry/RegistrationCustomizer> (0x00000000d90c9d90) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDi | |
267 | -Event: 8.511 Thread 0x0000000002f52800 Exception <a 'java/lang/ClassNotFoundException': org/springframework/cloud/client/ServiceInstanceCustomizer> (0x00000000d90f5fc0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.cpp, | |
268 | -Event: 8.928 Thread 0x0000000002f52800 Exception <a 'java/lang/ClassNotFoundException': java/lang/ObjectCustomizer> (0x00000000db641290) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 210] | |
269 | -Event: 8.929 Thread 0x0000000002f52800 Exception <a 'java/lang/ClassNotFoundException': com/sincere/haikangface/HaikangfaceApplicationTestsCustomizer> (0x00000000db672a28) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.c | |
270 | -Event: 9.198 Thread 0x0000000019ed2800 Exception <a 'java/lang/ClassNotFoundException': java/lang/ObjectCustomizer> (0x00000000dded41a8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 210] | |
271 | -Event: 9.199 Thread 0x0000000019ed2800 Exception <a 'java/lang/ClassNotFoundException': com/netflix/appinfo/ApplicationInfoManagerCustomizer> (0x00000000ddf007a0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.cpp, line | |
272 | - | |
273 | -Events (10 events): | |
274 | -Event: 9.208 loading class sun/reflect/UnsafeQualifiedStaticBooleanFieldAccessorImpl done | |
275 | -Event: 9.208 Executing VM operation: RevokeBias | |
276 | -Event: 9.208 Executing VM operation: RevokeBias done | |
277 | -Event: 9.209 Executing VM operation: RevokeBias | |
278 | -Event: 9.209 Executing VM operation: RevokeBias done | |
279 | -Event: 9.209 Thread 0x000000001beef000 Thread exited: 0x000000001beef000 | |
280 | -Event: 9.210 Thread 0x0000000019ed1000 flushing nmethod 0x00000000036a1a50 | |
281 | -Event: 9.215 Thread 0x0000000019ed2800 Thread exited: 0x0000000019ed2800 | |
282 | -Event: 9.217 Thread 0x0000000019e69000 Thread exited: 0x0000000019e69000 | |
283 | -Event: 9.217 Executing VM operation: Exit | |
284 | - | |
285 | - | |
286 | -Dynamic libraries: | |
287 | -0x00007ff68fe90000 - 0x00007ff68fec7000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\java.exe | |
288 | -0x00007ffca8620000 - 0x00007ffca8810000 C:\WINDOWS\SYSTEM32\ntdll.dll | |
289 | -0x00007ffca67e0000 - 0x00007ffca6892000 C:\WINDOWS\System32\KERNEL32.DLL | |
290 | -0x00007ffca55b0000 - 0x00007ffca5853000 C:\WINDOWS\System32\KERNELBASE.dll | |
291 | -0x00007ffca83b0000 - 0x00007ffca8453000 C:\WINDOWS\System32\ADVAPI32.dll | |
292 | -0x00007ffca66d0000 - 0x00007ffca676e000 C:\WINDOWS\System32\msvcrt.dll | |
293 | -0x00007ffca7cb0000 - 0x00007ffca7d47000 C:\WINDOWS\System32\sechost.dll | |
294 | -0x00007ffca6b80000 - 0x00007ffca6ca0000 C:\WINDOWS\System32\RPCRT4.dll | |
295 | -0x00007ffca73a0000 - 0x00007ffca7534000 C:\WINDOWS\System32\USER32.dll | |
296 | -0x00007ffca5860000 - 0x00007ffca5881000 C:\WINDOWS\System32\win32u.dll | |
297 | -0x00007ffca7030000 - 0x00007ffca7056000 C:\WINDOWS\System32\GDI32.dll | |
298 | -0x00007ffca59f0000 - 0x00007ffca5b84000 C:\WINDOWS\System32\gdi32full.dll | |
299 | -0x00007ffca5ce0000 - 0x00007ffca5d7e000 C:\WINDOWS\System32\msvcp_win.dll | |
300 | -0x00007ffca5890000 - 0x00007ffca598a000 C:\WINDOWS\System32\ucrtbase.dll | |
301 | -0x00007ffc902e0000 - 0x00007ffc90565000 C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.18362.418_none_e6c6b287130d565d\COMCTL32.dll | |
302 | -0x00007ffca7060000 - 0x00007ffca7396000 C:\WINDOWS\System32\combase.dll | |
303 | -0x00007ffca5d80000 - 0x00007ffca5e00000 C:\WINDOWS\System32\bcryptPrimitives.dll | |
304 | -0x00007ffca6d70000 - 0x00007ffca6d9e000 C:\WINDOWS\System32\IMM32.DLL | |
305 | -0x00000000697c0000 - 0x0000000069892000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\msvcr100.dll | |
306 | -0x0000000068f10000 - 0x00000000697b2000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\server\jvm.dll | |
307 | -0x00007ffca67d0000 - 0x00007ffca67d8000 C:\WINDOWS\System32\PSAPI.DLL | |
308 | -0x00007ffc9f430000 - 0x00007ffc9f454000 C:\WINDOWS\SYSTEM32\WINMM.dll | |
309 | -0x00007ffc8fdf0000 - 0x00007ffc8fdf9000 C:\WINDOWS\SYSTEM32\WSOCK32.dll | |
310 | -0x00007ffc9ccc0000 - 0x00007ffc9ccca000 C:\WINDOWS\SYSTEM32\VERSION.dll | |
311 | -0x00007ffca6ca0000 - 0x00007ffca6d0f000 C:\WINDOWS\System32\WS2_32.dll | |
312 | -0x00007ffc9f3e0000 - 0x00007ffc9f40d000 C:\WINDOWS\SYSTEM32\winmmbase.dll | |
313 | -0x00007ffca6680000 - 0x00007ffca66ca000 C:\WINDOWS\System32\cfgmgr32.dll | |
314 | -0x0000000068ef0000 - 0x0000000068eff000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\verify.dll | |
315 | -0x0000000068ec0000 - 0x0000000068ee9000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\java.dll | |
316 | -0x0000000068ea0000 - 0x0000000068eb6000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\zip.dll | |
317 | -0x00007ffca7540000 - 0x00007ffca7c25000 C:\WINDOWS\System32\SHELL32.dll | |
318 | -0x00007ffca8460000 - 0x00007ffca8509000 C:\WINDOWS\System32\shcore.dll | |
319 | -0x00007ffca5e00000 - 0x00007ffca657f000 C:\WINDOWS\System32\windows.storage.dll | |
320 | -0x00007ffca5590000 - 0x00007ffca55af000 C:\WINDOWS\System32\profapi.dll | |
321 | -0x00007ffca5520000 - 0x00007ffca556a000 C:\WINDOWS\System32\powrprof.dll | |
322 | -0x00007ffca54f0000 - 0x00007ffca5500000 C:\WINDOWS\System32\UMPDC.dll | |
323 | -0x00007ffca6d10000 - 0x00007ffca6d62000 C:\WINDOWS\System32\shlwapi.dll | |
324 | -0x00007ffca5570000 - 0x00007ffca5581000 C:\WINDOWS\System32\kernel.appcore.dll | |
325 | -0x00007ffca6660000 - 0x00007ffca6677000 C:\WINDOWS\System32\cryptsp.dll | |
326 | -0x0000000068da0000 - 0x0000000068dad000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\management.dll | |
327 | -0x0000000068e60000 - 0x0000000068e7a000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\net.dll | |
328 | -0x00007ffca4d60000 - 0x00007ffca4dc7000 C:\WINDOWS\system32\mswsock.dll | |
329 | -0x0000000068d80000 - 0x0000000068d91000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\nio.dll | |
330 | -0x00007ffca4a70000 - 0x00007ffca4aaa000 C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL | |
331 | -0x00007ffca6da0000 - 0x00007ffca6da8000 C:\WINDOWS\System32\NSI.dll | |
332 | -0x00007ffc9cd40000 - 0x00007ffc9cd56000 C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL | |
333 | -0x00007ffc9cea0000 - 0x00007ffc9cebc000 C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL | |
334 | -0x00007ffca4ab0000 - 0x00007ffca4b7a000 C:\WINDOWS\SYSTEM32\DNSAPI.dll | |
335 | -0x00007ffc9dfc0000 - 0x00007ffc9dfca000 C:\Windows\System32\rasadhlp.dll | |
336 | -0x00007ffc9b8d0000 - 0x00007ffc9b947000 C:\WINDOWS\System32\fwpuclnt.dll | |
337 | -0x00007ffca6630000 - 0x00007ffca6656000 C:\WINDOWS\System32\bcrypt.dll | |
338 | -0x00007ffc8dd10000 - 0x00007ffc8dd26000 C:\WINDOWS\system32\napinsp.dll | |
339 | -0x00007ffc8cf80000 - 0x00007ffc8cf9a000 C:\WINDOWS\system32\pnrpnsp.dll | |
340 | -0x00007ffc8cfa0000 - 0x00007ffc8cfae000 C:\WINDOWS\System32\winrnr.dll | |
341 | -0x00007ffca0cb0000 - 0x00007ffca0ccc000 C:\WINDOWS\system32\NLAapi.dll | |
342 | -0x00007ffca0c00000 - 0x00007ffca0c15000 C:\WINDOWS\system32\wshbth.dll | |
343 | -0x00007ffca48d0000 - 0x00007ffca4903000 C:\WINDOWS\system32\rsaenh.dll | |
344 | -0x00007ffca5410000 - 0x00007ffca5435000 C:\WINDOWS\SYSTEM32\USERENV.dll | |
345 | -0x00007ffca4f30000 - 0x00007ffca4f3c000 C:\WINDOWS\SYSTEM32\CRYPTBASE.dll | |
346 | -0x0000000180000000 - 0x0000000180031000 C:\Users\taohandong\AppData\Local\Temp\jna4086348664222919239.tmp | |
347 | -0x00000000224b0000 - 0x0000000022877000 C:\lib\HCEHomeCMS.DLL | |
348 | -0x00007ffc4a810000 - 0x00007ffc4acda000 C:\lib\HCEHomeSS.DLL | |
349 | -0x00007ffc4a320000 - 0x00007ffc4a80c000 C:\lib\HCNetUtils.dll | |
350 | -0x0000000022880000 - 0x0000000022a50000 C:\lib\sqlite3.dll | |
351 | -0x0000000022a50000 - 0x0000000022ddf000 C:\lib\HCEHomeAlarm.DLL | |
352 | -0x00000000220f0000 - 0x00000000222e0000 C:\TaoHandong\Java_Code\apache-tomcat-8.5.34\bin\tcnative-1.dll | |
353 | -0x00007ffca3e10000 - 0x00007ffca4004000 C:\WINDOWS\SYSTEM32\dbghelp.dll | |
354 | - | |
355 | -VM Arguments: | |
356 | -java_command: C:\Users\TAOHAN~1\AppData\Local\Temp\surefire3102764597286087844\surefirebooter1942384245154262853.jar C:\Users\taohandong\AppData\Local\Temp\surefire3102764597286087844 2019-11-04T16-23-58_079-jvmRun1 surefire7557400324490980548tmp surefire_08299846880609231905tmp | |
357 | -java_class_path (initial): C:\Users\TAOHAN~1\AppData\Local\Temp\surefire3102764597286087844\surefirebooter1942384245154262853.jar | |
358 | -Launcher Type: SUN_STANDARD | |
359 | - | |
360 | -Environment Variables: | |
361 | -JAVA_HOME=C:\Program Files\Java\jdk1.8.0_181 | |
362 | -CLASSPATH=.;C:\Program Files\Java\jdk1.8.0_181\lib;C:\Program Files\Java\jdk1.8.0_181\lib\tools.jar; | |
363 | -PATH=C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\TaoHandong\¹¤¾ßÀàÈí¼þ\Git\cmd;C:\Program Files\Java\jdk1.8.0_181\bin;C:\Program Files\Java\jdk1.8.0_181\jre\bin;C:\Program Files (x86)\Tesseract-OCR;C:\WINDOWS\System32\OpenSSH\;C:\TaoHandong\Java_Code\apache-tomcat-8.5.34\bin;c:\windows\system32;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Program Files (x86)\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\130\DTS\Binn\;C:\Program Files\Microsoft SQL Server\130\DTS\Binn\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn\;C:\TaoHandong\server\mysql-8.0.16-winx64\bin;C:\Program Files\nodejs\;C:\Program Files\RabbitMQ Server\rabbitmq_server-3.7.16\sbin;C:\Program Files\erl10.4\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files\MySQL\MySQL Shell 8.0\bin\;C:\Users\taohandong\AppData\Local\Microsoft\WindowsApps;C:\Program Files\Java\jdk1.8.0_181\bin;C:\Users\taohandong\Downloads\apache-maven-3.6.0-bin\apache-maven-3.6.0\bin;C:\Users\taohandong;C:\TaoHandong\Anaconda;C:\TaoHandong\Anaconda\Scripts;C:\Users\taohandong\AppData\Roaming\npm; | |
364 | -USERNAME=taohandong | |
365 | -OS=Windows_NT | |
366 | -PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 142 Stepping 10, GenuineIntel | |
367 | - | |
368 | - | |
369 | - | |
370 | ---------------- S Y S T E M --------------- | |
371 | - | |
372 | -OS: Windows 10.0 , 64 bit Build 18362 (10.0.18362.329) | |
373 | - | |
374 | -CPU:total 8 (initial active 8) (4 cores per cpu, 2 threads per core) family 6 model 142 stepping 10, 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 | |
375 | - | |
376 | -Memory: 4k page, physical 8218728k(1288812k free), swap 21565288k(2862900k free) | |
377 | - | |
378 | -vm_info: Java HotSpot(TM) 64-Bit Server VM (25.181-b13) for windows-amd64 JRE (1.8.0_181-b13), built on Jul 7 2018 04:01:33 by "java_re" with MS VC++ 10.0 (VS2010) | |
379 | - | |
380 | -time: Mon Nov 04 16:24:08 2019 | |
381 | -elapsed time: 9 seconds (0d 0h 0m 9s) | |
382 | - |
cloud/haikangface/hs_err_pid24400.log
... | ... | @@ -1,383 +0,0 @@ |
1 | -# | |
2 | -# A fatal error has been detected by the Java Runtime Environment: | |
3 | -# | |
4 | -# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000024fa643f, pid=24400, tid=0x000000000000130c | |
5 | -# | |
6 | -# JRE version: Java(TM) SE Runtime Environment (8.0_181-b13) (build 1.8.0_181-b13) | |
7 | -# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.181-b13 mixed mode windows-amd64 compressed oops) | |
8 | -# Problematic frame: | |
9 | -# C [HCEHomeAlarm.DLL+0x2643f] | |
10 | -# | |
11 | -# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows | |
12 | -# | |
13 | -# If you would like to submit a bug report, please visit: | |
14 | -# http://bugreport.java.com/bugreport/crash.jsp | |
15 | -# | |
16 | - | |
17 | ---------------- T H R E A D --------------- | |
18 | - | |
19 | -Current thread (0x0000000017b48800): VMThread [stack: 0x0000000019820000,0x0000000019920000] [id=4876] | |
20 | - | |
21 | -siginfo: ExceptionCode=0xc0000005, reading address 0x0000000000000000 | |
22 | - | |
23 | -Registers: | |
24 | -RAX=0x0000000000000001, RBX=0x0000000000000000, RCX=0x0000000000000000, RDX=0x0000000000000000 | |
25 | -RSP=0x000000001991f4b0, RBP=0x0000000000000000, RSI=0x0000000000000000, RDI=0x00000000007b8330 | |
26 | -R8 =0x0000000000000001, R9 =0x0000000000000001, R10=0x0000000000008000, R11=0x000000001991f540 | |
27 | -R12=0x0000000000809a60, R13=0x0000000000000000, R14=0x0000000000000001, R15=0x0000000000809b10 | |
28 | -RIP=0x0000000024fa643f, EFLAGS=0x0000000000010202 | |
29 | - | |
30 | -Top of Stack: (sp=0x000000001991f4b0) | |
31 | -0x000000001991f4b0: 000000002a5b1e60 00007ffca866083d | |
32 | -0x000000001991f4c0: 00000000007b4940 0000000d00770000 | |
33 | -0x000000001991f4d0: 00000000007b8330 000000002503cb11 | |
34 | -0x000000001991f4e0: 0000000000000000 0000000000000000 | |
35 | -0x000000001991f4f0: 00000000007eb300 00000000a865fc11 | |
36 | -0x000000001991f500: 000000002a464000 0000000024fa6bf2 | |
37 | -0x000000001991f510: 0000000000000000 0000000000000001 | |
38 | -0x000000001991f520: 0000000000000000 0000000000809a60 | |
39 | -0x000000001991f530: 0000000000000001 0000000024fa6620 | |
40 | -0x000000001991f540: 0000000000000000 000000002a464000 | |
41 | -0x000000001991f550: 0000000000809a60 0000000000000000 | |
42 | -0x000000001991f560: 0000000000816990 0000000002c0ae30 | |
43 | -0x000000001991f570: 0000000026f8c720 0000000024fa5cc8 | |
44 | -0x000000001991f580: 0000000002c0ae30 000000002a464000 | |
45 | -0x000000001991f590: 0000000000000000 0000000002c0ae30 | |
46 | -0x000000001991f5a0: 0000000026f8c720 000000002503db04 | |
47 | - | |
48 | -Instructions: (pc=0x0000000024fa643f) | |
49 | -0x0000000024fa641f: 38 48 8b 74 24 40 48 83 c4 20 5f c3 cc cc cc cc | |
50 | -0x0000000024fa642f: cc 48 89 5c 24 08 48 89 74 24 10 57 48 83 ec 20 | |
51 | -0x0000000024fa643f: 48 8b 01 41 8b f0 8b da 48 8b f9 ff 50 08 85 c0 | |
52 | -0x0000000024fa644f: 75 48 48 8b 05 78 70 17 00 48 83 f8 ff 74 1f ba | |
53 | - | |
54 | - | |
55 | -Register to memory mapping: | |
56 | - | |
57 | -RAX=0x0000000000000001 is an unknown value | |
58 | -RBX=0x0000000000000000 is an unknown value | |
59 | -RCX=0x0000000000000000 is an unknown value | |
60 | -RDX=0x0000000000000000 is an unknown value | |
61 | -RSP=0x000000001991f4b0 is an unknown value | |
62 | -RBP=0x0000000000000000 is an unknown value | |
63 | -RSI=0x0000000000000000 is an unknown value | |
64 | -RDI=0x00000000007b8330 is an unknown value | |
65 | -R8 =0x0000000000000001 is an unknown value | |
66 | -R9 =0x0000000000000001 is an unknown value | |
67 | -R10=0x0000000000008000 is an unknown value | |
68 | -R11=0x000000001991f540 is an unknown value | |
69 | -R12=0x0000000000809a60 is an unknown value | |
70 | -R13=0x0000000000000000 is an unknown value | |
71 | -R14=0x0000000000000001 is an unknown value | |
72 | -R15=0x0000000000809b10 is an unknown value | |
73 | - | |
74 | - | |
75 | -Stack: [0x0000000019820000,0x0000000019920000], sp=0x000000001991f4b0, free space=1021k | |
76 | -Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) | |
77 | - | |
78 | -VM_Operation (0x0000000002b5ed90): Exit, mode: safepoint, requested by thread 0x0000000002b62800 | |
79 | - | |
80 | - | |
81 | ---------------- P R O C E S S --------------- | |
82 | - | |
83 | -Java Threads: ( => current thread ) | |
84 | - 0x0000000019abb800 JavaThread "surefire-forkedjvm-last-ditch-daemon-shutdown-thread-30s" daemon [_thread_blocked, id=24468, stack(0x0000000028f70000,0x0000000029070000)] | |
85 | - 0x0000000019caa800 JavaThread "surefire-forkedjvm-command-thread" daemon [_thread_blocked, id=19932, stack(0x000000001a720000,0x000000001a820000)] | |
86 | - 0x0000000019b55000 JavaThread "Service Thread" daemon [_thread_blocked, id=17060, stack(0x000000001a520000,0x000000001a620000)] | |
87 | - 0x0000000019abf800 JavaThread "C1 CompilerThread3" daemon [_thread_blocked, id=18080, stack(0x000000001a420000,0x000000001a520000)] | |
88 | - 0x0000000019abc800 JavaThread "C2 CompilerThread2" daemon [_thread_blocked, id=18616, stack(0x000000001a320000,0x000000001a420000)] | |
89 | - 0x0000000019ab6800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=8320, stack(0x000000001a220000,0x000000001a320000)] | |
90 | - 0x0000000019ab1800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=18252, stack(0x000000001a120000,0x000000001a220000)] | |
91 | - 0x0000000019a5a000 JavaThread "Attach Listener" daemon [_thread_blocked, id=6700, stack(0x000000001a020000,0x000000001a120000)] | |
92 | - 0x0000000019a59000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=10704, stack(0x0000000019f20000,0x000000001a020000)] | |
93 | - 0x0000000017b53000 JavaThread "Finalizer" daemon [_thread_blocked, id=19260, stack(0x0000000019e20000,0x0000000019f20000)] | |
94 | - 0x0000000002c58800 JavaThread "Reference Handler" daemon [_thread_blocked, id=8708, stack(0x0000000019920000,0x0000000019a20000)] | |
95 | - 0x0000000002b62800 JavaThread "main" [_thread_blocked, id=14616, stack(0x0000000002a60000,0x0000000002b60000)] | |
96 | - | |
97 | -Other Threads: | |
98 | -=>0x0000000017b48800 VMThread [stack: 0x0000000019820000,0x0000000019920000] [id=4876] | |
99 | - | |
100 | -VM state:at safepoint (shutting down) | |
101 | - | |
102 | -VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event]) | |
103 | -[0x000000000265d6e0] Threads_lock - owner thread: 0x0000000017b48800 | |
104 | - | |
105 | -Heap: | |
106 | - PSYoungGen total 252928K, used 138508K [0x00000000d6300000, 0x00000000e7700000, 0x0000000100000000) | |
107 | - eden space 236544K, 51% used [0x00000000d6300000,0x00000000dda49110,0x00000000e4a00000) | |
108 | - from space 16384K, 99% used [0x00000000e5d80000,0x00000000e6d7a030,0x00000000e6d80000) | |
109 | - to space 19968K, 0% used [0x00000000e4a00000,0x00000000e4a00000,0x00000000e5d80000) | |
110 | - ParOldGen total 93696K, used 25445K [0x0000000082800000, 0x0000000088380000, 0x00000000d6300000) | |
111 | - object space 93696K, 27% used [0x0000000082800000,0x00000000840d9440,0x0000000088380000) | |
112 | - Metaspace used 52780K, capacity 55156K, committed 55384K, reserved 1097728K | |
113 | - class space used 7035K, capacity 7442K, committed 7552K, reserved 1048576K | |
114 | - | |
115 | -Card table byte_map: [0x0000000012020000,0x0000000012410000] byte_map_base: 0x0000000011c0c000 | |
116 | - | |
117 | -Marking Bits: (ParMarkBitMap*) 0x0000000069732d00 | |
118 | - Begin Bits: [0x0000000012eb0000, 0x0000000014e10000) | |
119 | - End Bits: [0x0000000014e10000, 0x0000000016d70000) | |
120 | - | |
121 | -Polling page: 0x0000000000750000 | |
122 | - | |
123 | -CodeCache: size=245760Kb used=20364Kb max_used=20452Kb free=225395Kb | |
124 | - bounds [0x0000000002c60000, 0x0000000004070000, 0x0000000011c60000] | |
125 | - total_blobs=5461 nmethods=4969 adapters=404 | |
126 | - compilation: enabled | |
127 | - | |
128 | -Compilation events (10 events): | |
129 | -Event: 9.791 Thread 0x0000000019abf800 nmethod 5622 0x0000000004065090 code [0x0000000004065200, 0x0000000004065388] | |
130 | -Event: 9.794 Thread 0x0000000019abf800 5625 1 io.micrometer.shaded.org.pcollections.ConsPStack::size (5 bytes) | |
131 | -Event: 9.795 Thread 0x0000000019abf800 nmethod 5625 0x00000000032e5f90 code [0x00000000032e60e0, 0x00000000032e61f0] | |
132 | -Event: 9.795 Thread 0x0000000019abf800 5627 2 java.util.AbstractSequentialList::<init> (5 bytes) | |
133 | -Event: 9.795 Thread 0x0000000019abf800 nmethod 5627 0x00000000032e5c50 code [0x00000000032e5da0, 0x00000000032e5ef0] | |
134 | -Event: 9.795 Thread 0x0000000019abf800 5626 2 io.micrometer.shaded.org.pcollections.ConsPStack::subList (39 bytes) | |
135 | -Event: 9.796 Thread 0x0000000019abf800 nmethod 5626 0x00000000032e5710 code [0x00000000032e5880, 0x00000000032e5ae8] | |
136 | -Event: 9.797 Thread 0x0000000019abf800 5629 % ! 3 java.util.concurrent.ConcurrentHashMap::clear @ 10 (176 bytes) | |
137 | -Event: 9.798 Thread 0x0000000019abf800 nmethod 5629% 0x00000000033009d0 code [0x0000000003300be0, 0x0000000003301a18] | |
138 | -Event: 9.798 Thread 0x0000000019abf800 5631 ! 2 org.springframework.beans.factory.support.DefaultSingletonBeanRegistry::destroyBean (385 bytes) | |
139 | - | |
140 | -GC Heap History (10 events): | |
141 | -Event: 3.839 GC heap before | |
142 | -{Heap before GC invocations=10 (full 2): | |
143 | - PSYoungGen total 167424K, used 11237K [0x00000000d6300000, 0x00000000e3f80000, 0x0000000100000000) | |
144 | - eden space 156160K, 0% used [0x00000000d6300000,0x00000000d6300000,0x00000000dfb80000) | |
145 | - from space 11264K, 99% used [0x00000000e0980000,0x00000000e1479410,0x00000000e1480000) | |
146 | - to space 14336K, 0% used [0x00000000dfb80000,0x00000000dfb80000,0x00000000e0980000) | |
147 | - ParOldGen total 56832K, used 13385K [0x0000000082800000, 0x0000000085f80000, 0x00000000d6300000) | |
148 | - object space 56832K, 23% used [0x0000000082800000,0x0000000083512578,0x0000000085f80000) | |
149 | - Metaspace used 34226K, capacity 35304K, committed 35416K, reserved 1079296K | |
150 | - class space used 4434K, capacity 4672K, committed 4736K, reserved 1048576K | |
151 | -Event: 3.892 GC heap after | |
152 | -Heap after GC invocations=10 (full 2): | |
153 | - PSYoungGen total 167424K, used 0K [0x00000000d6300000, 0x00000000e3f80000, 0x0000000100000000) | |
154 | - eden space 156160K, 0% used [0x00000000d6300000,0x00000000d6300000,0x00000000dfb80000) | |
155 | - from space 11264K, 0% used [0x00000000e0980000,0x00000000e0980000,0x00000000e1480000) | |
156 | - to space 14336K, 0% used [0x00000000dfb80000,0x00000000dfb80000,0x00000000e0980000) | |
157 | - ParOldGen total 93696K, used 19578K [0x0000000082800000, 0x0000000088380000, 0x00000000d6300000) | |
158 | - object space 93696K, 20% used [0x0000000082800000,0x0000000083b1e948,0x0000000088380000) | |
159 | - Metaspace used 34226K, capacity 35304K, committed 35416K, reserved 1079296K | |
160 | - class space used 4434K, capacity 4672K, committed 4736K, reserved 1048576K | |
161 | -} | |
162 | -Event: 5.435 GC heap before | |
163 | -{Heap before GC invocations=11 (full 2): | |
164 | - PSYoungGen total 167424K, used 156160K [0x00000000d6300000, 0x00000000e3f80000, 0x0000000100000000) | |
165 | - eden space 156160K, 100% used [0x00000000d6300000,0x00000000dfb80000,0x00000000dfb80000) | |
166 | - from space 11264K, 0% used [0x00000000e0980000,0x00000000e0980000,0x00000000e1480000) | |
167 | - to space 14336K, 0% used [0x00000000dfb80000,0x00000000dfb80000,0x00000000e0980000) | |
168 | - ParOldGen total 93696K, used 19578K [0x0000000082800000, 0x0000000088380000, 0x00000000d6300000) | |
169 | - object space 93696K, 20% used [0x0000000082800000,0x0000000083b1e948,0x0000000088380000) | |
170 | - Metaspace used 40712K, capacity 41942K, committed 42072K, reserved 1085440K | |
171 | - class space used 5227K, capacity 5483K, committed 5504K, reserved 1048576K | |
172 | -Event: 5.443 GC heap after | |
173 | -Heap after GC invocations=11 (full 2): | |
174 | - PSYoungGen total 170496K, used 8797K [0x00000000d6300000, 0x00000000e3d80000, 0x0000000100000000) | |
175 | - eden space 156160K, 0% used [0x00000000d6300000,0x00000000d6300000,0x00000000dfb80000) | |
176 | - from space 14336K, 61% used [0x00000000dfb80000,0x00000000e0417598,0x00000000e0980000) | |
177 | - to space 13824K, 0% used [0x00000000e3000000,0x00000000e3000000,0x00000000e3d80000) | |
178 | - ParOldGen total 93696K, used 19586K [0x0000000082800000, 0x0000000088380000, 0x00000000d6300000) | |
179 | - object space 93696K, 20% used [0x0000000082800000,0x0000000083b20948,0x0000000088380000) | |
180 | - Metaspace used 40712K, capacity 41942K, committed 42072K, reserved 1085440K | |
181 | - class space used 5227K, capacity 5483K, committed 5504K, reserved 1048576K | |
182 | -} | |
183 | -Event: 6.556 GC heap before | |
184 | -{Heap before GC invocations=12 (full 2): | |
185 | - PSYoungGen total 170496K, used 164957K [0x00000000d6300000, 0x00000000e3d80000, 0x0000000100000000) | |
186 | - eden space 156160K, 100% used [0x00000000d6300000,0x00000000dfb80000,0x00000000dfb80000) | |
187 | - from space 14336K, 61% used [0x00000000dfb80000,0x00000000e0417598,0x00000000e0980000) | |
188 | - to space 13824K, 0% used [0x00000000e3000000,0x00000000e3000000,0x00000000e3d80000) | |
189 | - ParOldGen total 93696K, used 19586K [0x0000000082800000, 0x0000000088380000, 0x00000000d6300000) | |
190 | - object space 93696K, 20% used [0x0000000082800000,0x0000000083b20948,0x0000000088380000) | |
191 | - Metaspace used 43206K, capacity 44692K, committed 44760K, reserved 1087488K | |
192 | - class space used 5584K, capacity 5878K, committed 5888K, reserved 1048576K | |
193 | -Event: 6.565 GC heap after | |
194 | -Heap after GC invocations=12 (full 2): | |
195 | - PSYoungGen total 205824K, used 10801K [0x00000000d6300000, 0x00000000e3c00000, 0x0000000100000000) | |
196 | - eden space 193536K, 0% used [0x00000000d6300000,0x00000000d6300000,0x00000000e2000000) | |
197 | - from space 12288K, 87% used [0x00000000e3000000,0x00000000e3a8c658,0x00000000e3c00000) | |
198 | - to space 14336K, 0% used [0x00000000e2000000,0x00000000e2000000,0x00000000e2e00000) | |
199 | - ParOldGen total 93696K, used 19594K [0x0000000082800000, 0x0000000088380000, 0x00000000d6300000) | |
200 | - object space 93696K, 20% used [0x0000000082800000,0x0000000083b22948,0x0000000088380000) | |
201 | - Metaspace used 43206K, capacity 44692K, committed 44760K, reserved 1087488K | |
202 | - class space used 5584K, capacity 5878K, committed 5888K, reserved 1048576K | |
203 | -} | |
204 | -Event: 7.637 GC heap before | |
205 | -{Heap before GC invocations=13 (full 2): | |
206 | - PSYoungGen total 205824K, used 204337K [0x00000000d6300000, 0x00000000e3c00000, 0x0000000100000000) | |
207 | - eden space 193536K, 100% used [0x00000000d6300000,0x00000000e2000000,0x00000000e2000000) | |
208 | - from space 12288K, 87% used [0x00000000e3000000,0x00000000e3a8c658,0x00000000e3c00000) | |
209 | - to space 14336K, 0% used [0x00000000e2000000,0x00000000e2000000,0x00000000e2e00000) | |
210 | - ParOldGen total 93696K, used 19594K [0x0000000082800000, 0x0000000088380000, 0x00000000d6300000) | |
211 | - object space 93696K, 20% used [0x0000000082800000,0x0000000083b22948,0x0000000088380000) | |
212 | - Metaspace used 45856K, capacity 47838K, committed 48088K, reserved 1091584K | |
213 | - class space used 5964K, capacity 6313K, committed 6400K, reserved 1048576K | |
214 | -Event: 7.652 GC heap after | |
215 | -Heap after GC invocations=13 (full 2): | |
216 | - PSYoungGen total 207872K, used 14312K [0x00000000d6300000, 0x00000000e6d80000, 0x0000000100000000) | |
217 | - eden space 193536K, 0% used [0x00000000d6300000,0x00000000d6300000,0x00000000e2000000) | |
218 | - from space 14336K, 99% used [0x00000000e2000000,0x00000000e2dfa030,0x00000000e2e00000) | |
219 | - to space 16384K, 0% used [0x00000000e5d80000,0x00000000e5d80000,0x00000000e6d80000) | |
220 | - ParOldGen total 93696K, used 20786K [0x0000000082800000, 0x0000000088380000, 0x00000000d6300000) | |
221 | - object space 93696K, 22% used [0x0000000082800000,0x0000000083c4c9c8,0x0000000088380000) | |
222 | - Metaspace used 45856K, capacity 47838K, committed 48088K, reserved 1091584K | |
223 | - class space used 5964K, capacity 6313K, committed 6400K, reserved 1048576K | |
224 | -} | |
225 | -Event: 8.888 GC heap before | |
226 | -{Heap before GC invocations=14 (full 2): | |
227 | - PSYoungGen total 207872K, used 207848K [0x00000000d6300000, 0x00000000e6d80000, 0x0000000100000000) | |
228 | - eden space 193536K, 100% used [0x00000000d6300000,0x00000000e2000000,0x00000000e2000000) | |
229 | - from space 14336K, 99% used [0x00000000e2000000,0x00000000e2dfa030,0x00000000e2e00000) | |
230 | - to space 16384K, 0% used [0x00000000e5d80000,0x00000000e5d80000,0x00000000e6d80000) | |
231 | - ParOldGen total 93696K, used 20786K [0x0000000082800000, 0x0000000088380000, 0x00000000d6300000) | |
232 | - object space 93696K, 22% used [0x0000000082800000,0x0000000083c4c9c8,0x0000000088380000) | |
233 | - Metaspace used 48727K, capacity 51024K, committed 51288K, reserved 1093632K | |
234 | - class space used 6369K, capacity 6772K, committed 6784K, reserved 1048576K | |
235 | -Event: 8.911 GC heap after | |
236 | -Heap after GC invocations=14 (full 2): | |
237 | - PSYoungGen total 252928K, used 16360K [0x00000000d6300000, 0x00000000e7700000, 0x0000000100000000) | |
238 | - eden space 236544K, 0% used [0x00000000d6300000,0x00000000d6300000,0x00000000e4a00000) | |
239 | - from space 16384K, 99% used [0x00000000e5d80000,0x00000000e6d7a030,0x00000000e6d80000) | |
240 | - to space 19968K, 0% used [0x00000000e4a00000,0x00000000e4a00000,0x00000000e5d80000) | |
241 | - ParOldGen total 93696K, used 25445K [0x0000000082800000, 0x0000000088380000, 0x00000000d6300000) | |
242 | - object space 93696K, 27% used [0x0000000082800000,0x00000000840d9440,0x0000000088380000) | |
243 | - Metaspace used 48727K, capacity 51024K, committed 51288K, reserved 1093632K | |
244 | - class space used 6369K, capacity 6772K, committed 6784K, reserved 1048576K | |
245 | -} | |
246 | - | |
247 | -Deoptimization events (10 events): | |
248 | -Event: 9.169 Thread 0x0000000002b62800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000033f5af4 method=java.util.regex.Pattern$CharProperty.match(Ljava/util/regex/Matcher;ILjava/lang/CharSequence;)Z @ 40 | |
249 | -Event: 9.235 Thread 0x0000000002b62800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000002d7fc40 method=java.lang.CharacterData.of(I)Ljava/lang/CharacterData; @ 4 | |
250 | -Event: 9.327 Thread 0x0000000002b62800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000000000384a84c method=java.util.HashMap.putMapEntries(Ljava/util/Map;Z)V @ 53 | |
251 | -Event: 9.483 Thread 0x0000000002b62800 Uncommon trap: reason=null_check action=make_not_entrant pc=0x0000000003fc1e0c method=org.springframework.core.annotation.AnnotatedElementUtils.searchWithGetSemanticsInAnnotations(Ljava/lang/reflect/AnnotatedElement;Ljava/util/List;Ljava/util/Set;Ljava/la | |
252 | -Event: 9.585 Thread 0x0000000002b62800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003404754 method=java.util.AbstractList$Itr.hasNext()Z @ 8 | |
253 | -Event: 9.585 Thread 0x0000000002b62800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000000385d784 method=java.util.AbstractList$Itr.next()Ljava/lang/Object; @ 14 | |
254 | -Event: 9.587 Thread 0x0000000002b62800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003404754 method=java.util.AbstractList$Itr.hasNext()Z @ 8 | |
255 | -Event: 9.587 Thread 0x0000000002b62800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000000385d784 method=java.util.AbstractList$Itr.next()Ljava/lang/Object; @ 14 | |
256 | -Event: 9.587 Thread 0x0000000002b62800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003404754 method=java.util.AbstractList$Itr.hasNext()Z @ 8 | |
257 | -Event: 9.587 Thread 0x0000000002b62800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000000385d784 method=java.util.AbstractList$Itr.next()Ljava/lang/Object; @ 14 | |
258 | - | |
259 | -Classes redefined (0 events): | |
260 | -No events | |
261 | - | |
262 | -Internal exceptions (10 events): | |
263 | -Event: 9.036 Thread 0x0000000002b62800 Exception <a 'java/lang/ClassNotFoundException': org/springframework/boot/actuate/autoconfigure/web/server/ManagementServerPropertiesCustomizer> (0x00000000d83c2290) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\shar | |
264 | -Event: 9.067 Thread 0x0000000002b62800 Exception <a 'java/lang/ClassNotFoundException': java/lang/ObjectCustomizer> (0x00000000d8784740) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 210] | |
265 | -Event: 9.067 Thread 0x0000000002b62800 Exception <a 'java/lang/ClassNotFoundException': org/springframework/cloud/netflix/eureka/serviceregistry/EurekaRegistrationCustomizer> (0x00000000d87c3b20) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\clas | |
266 | -Event: 9.068 Thread 0x0000000002b62800 Exception <a 'java/lang/ClassNotFoundException': org/springframework/cloud/client/serviceregistry/RegistrationCustomizer> (0x00000000d881bfe0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDi | |
267 | -Event: 9.068 Thread 0x0000000002b62800 Exception <a 'java/lang/ClassNotFoundException': org/springframework/cloud/client/ServiceInstanceCustomizer> (0x00000000d8848210) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.cpp, | |
268 | -Event: 9.481 Thread 0x0000000002b62800 Exception <a 'java/lang/ClassNotFoundException': java/lang/ObjectCustomizer> (0x00000000dad87e38) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 210] | |
269 | -Event: 9.482 Thread 0x0000000002b62800 Exception <a 'java/lang/ClassNotFoundException': com/sincere/haikangface/HaikangfaceApplicationTestsCustomizer> (0x00000000dadb95d0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.c | |
270 | -Event: 9.483 Thread 0x0000000002b62800 Implicit null exception at 0x0000000003fc05c7 to 0x0000000003fc1dd9 | |
271 | -Event: 9.786 Thread 0x0000000019abb000 Exception <a 'java/lang/ClassNotFoundException': java/lang/ObjectCustomizer> (0x00000000dd5d0440) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 210] | |
272 | -Event: 9.787 Thread 0x0000000019abb000 Exception <a 'java/lang/ClassNotFoundException': com/netflix/appinfo/ApplicationInfoManagerCustomizer> (0x00000000dd5fca38) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.cpp, line | |
273 | - | |
274 | -Events (10 events): | |
275 | -Event: 9.793 Executing VM operation: RevokeBias done | |
276 | -Event: 9.793 Thread 0x000000001b119000 Thread exited: 0x000000001b119000 | |
277 | -Event: 9.796 Thread 0x0000000019abf800 flushing nmethod 0x0000000003699490 | |
278 | -Event: 9.798 Thread 0x0000000019abf800 flushing nmethod 0x000000000377efd0 | |
279 | -Event: 9.798 Thread 0x0000000019abf800 flushing nmethod 0x00000000037b2450 | |
280 | -Event: 9.798 Thread 0x0000000019abf800 flushing nmethod 0x00000000037d5310 | |
281 | -Event: 9.798 Thread 0x0000000019abb000 DEOPT PACKING pc=0x0000000004064a14 sp=0x000000002cafef90 | |
282 | -Event: 9.798 Thread 0x0000000019abb000 DEOPT UNPACKING pc=0x0000000002ca7890 sp=0x000000002cafecd8 mode 0 | |
283 | -Event: 9.799 Thread 0x0000000019abb000 Thread exited: 0x0000000019abb000 | |
284 | -Event: 9.800 Executing VM operation: Exit | |
285 | - | |
286 | - | |
287 | -Dynamic libraries: | |
288 | -0x00007ff68fe90000 - 0x00007ff68fec7000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\java.exe | |
289 | -0x00007ffca8620000 - 0x00007ffca8810000 C:\WINDOWS\SYSTEM32\ntdll.dll | |
290 | -0x00007ffca67e0000 - 0x00007ffca6892000 C:\WINDOWS\System32\KERNEL32.DLL | |
291 | -0x00007ffca55b0000 - 0x00007ffca5853000 C:\WINDOWS\System32\KERNELBASE.dll | |
292 | -0x00007ffca83b0000 - 0x00007ffca8453000 C:\WINDOWS\System32\ADVAPI32.dll | |
293 | -0x00007ffca66d0000 - 0x00007ffca676e000 C:\WINDOWS\System32\msvcrt.dll | |
294 | -0x00007ffca7cb0000 - 0x00007ffca7d47000 C:\WINDOWS\System32\sechost.dll | |
295 | -0x00007ffca6b80000 - 0x00007ffca6ca0000 C:\WINDOWS\System32\RPCRT4.dll | |
296 | -0x00007ffca73a0000 - 0x00007ffca7534000 C:\WINDOWS\System32\USER32.dll | |
297 | -0x00007ffca5860000 - 0x00007ffca5881000 C:\WINDOWS\System32\win32u.dll | |
298 | -0x00007ffca7030000 - 0x00007ffca7056000 C:\WINDOWS\System32\GDI32.dll | |
299 | -0x00007ffca59f0000 - 0x00007ffca5b84000 C:\WINDOWS\System32\gdi32full.dll | |
300 | -0x00007ffca5ce0000 - 0x00007ffca5d7e000 C:\WINDOWS\System32\msvcp_win.dll | |
301 | -0x00007ffca5890000 - 0x00007ffca598a000 C:\WINDOWS\System32\ucrtbase.dll | |
302 | -0x00007ffc902e0000 - 0x00007ffc90565000 C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.18362.418_none_e6c6b287130d565d\COMCTL32.dll | |
303 | -0x00007ffca7060000 - 0x00007ffca7396000 C:\WINDOWS\System32\combase.dll | |
304 | -0x00007ffca5d80000 - 0x00007ffca5e00000 C:\WINDOWS\System32\bcryptPrimitives.dll | |
305 | -0x00007ffca6d70000 - 0x00007ffca6d9e000 C:\WINDOWS\System32\IMM32.DLL | |
306 | -0x00000000697c0000 - 0x0000000069892000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\msvcr100.dll | |
307 | -0x0000000068f10000 - 0x00000000697b2000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\server\jvm.dll | |
308 | -0x00007ffca67d0000 - 0x00007ffca67d8000 C:\WINDOWS\System32\PSAPI.DLL | |
309 | -0x00007ffc9f430000 - 0x00007ffc9f454000 C:\WINDOWS\SYSTEM32\WINMM.dll | |
310 | -0x00007ffc8fdf0000 - 0x00007ffc8fdf9000 C:\WINDOWS\SYSTEM32\WSOCK32.dll | |
311 | -0x00007ffc9ccc0000 - 0x00007ffc9ccca000 C:\WINDOWS\SYSTEM32\VERSION.dll | |
312 | -0x00007ffca6ca0000 - 0x00007ffca6d0f000 C:\WINDOWS\System32\WS2_32.dll | |
313 | -0x00007ffc9f3e0000 - 0x00007ffc9f40d000 C:\WINDOWS\SYSTEM32\WINMMBASE.dll | |
314 | -0x00007ffca6680000 - 0x00007ffca66ca000 C:\WINDOWS\System32\cfgmgr32.dll | |
315 | -0x0000000068ef0000 - 0x0000000068eff000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\verify.dll | |
316 | -0x0000000068ec0000 - 0x0000000068ee9000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\java.dll | |
317 | -0x0000000068ea0000 - 0x0000000068eb6000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\zip.dll | |
318 | -0x00007ffca7540000 - 0x00007ffca7c25000 C:\WINDOWS\System32\SHELL32.dll | |
319 | -0x00007ffca8460000 - 0x00007ffca8509000 C:\WINDOWS\System32\shcore.dll | |
320 | -0x00007ffca5e00000 - 0x00007ffca657f000 C:\WINDOWS\System32\windows.storage.dll | |
321 | -0x00007ffca5590000 - 0x00007ffca55af000 C:\WINDOWS\System32\profapi.dll | |
322 | -0x00007ffca5520000 - 0x00007ffca556a000 C:\WINDOWS\System32\powrprof.dll | |
323 | -0x00007ffca54f0000 - 0x00007ffca5500000 C:\WINDOWS\System32\UMPDC.dll | |
324 | -0x00007ffca6d10000 - 0x00007ffca6d62000 C:\WINDOWS\System32\shlwapi.dll | |
325 | -0x00007ffca5570000 - 0x00007ffca5581000 C:\WINDOWS\System32\kernel.appcore.dll | |
326 | -0x00007ffca6660000 - 0x00007ffca6677000 C:\WINDOWS\System32\cryptsp.dll | |
327 | -0x0000000068da0000 - 0x0000000068dad000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\management.dll | |
328 | -0x0000000068e60000 - 0x0000000068e7a000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\net.dll | |
329 | -0x00007ffca4d60000 - 0x00007ffca4dc7000 C:\WINDOWS\system32\mswsock.dll | |
330 | -0x0000000068d80000 - 0x0000000068d91000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\nio.dll | |
331 | -0x00007ffca4a70000 - 0x00007ffca4aaa000 C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL | |
332 | -0x00007ffca6da0000 - 0x00007ffca6da8000 C:\WINDOWS\System32\NSI.dll | |
333 | -0x00007ffc9cd40000 - 0x00007ffc9cd56000 C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL | |
334 | -0x00007ffc9cea0000 - 0x00007ffc9cebc000 C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL | |
335 | -0x00007ffca4ab0000 - 0x00007ffca4b7a000 C:\WINDOWS\SYSTEM32\DNSAPI.dll | |
336 | -0x00007ffc9dfc0000 - 0x00007ffc9dfca000 C:\Windows\System32\rasadhlp.dll | |
337 | -0x00007ffc9b8d0000 - 0x00007ffc9b947000 C:\WINDOWS\System32\fwpuclnt.dll | |
338 | -0x00007ffca6630000 - 0x00007ffca6656000 C:\WINDOWS\System32\bcrypt.dll | |
339 | -0x00007ffc8dd10000 - 0x00007ffc8dd26000 C:\WINDOWS\system32\napinsp.dll | |
340 | -0x00007ffc8cf80000 - 0x00007ffc8cf9a000 C:\WINDOWS\system32\pnrpnsp.dll | |
341 | -0x00007ffc8cfa0000 - 0x00007ffc8cfae000 C:\WINDOWS\System32\winrnr.dll | |
342 | -0x00007ffca0cb0000 - 0x00007ffca0ccc000 C:\WINDOWS\system32\NLAapi.dll | |
343 | -0x00007ffca0c00000 - 0x00007ffca0c15000 C:\WINDOWS\system32\wshbth.dll | |
344 | -0x00007ffca48d0000 - 0x00007ffca4903000 C:\WINDOWS\system32\rsaenh.dll | |
345 | -0x00007ffca5410000 - 0x00007ffca5435000 C:\WINDOWS\SYSTEM32\USERENV.dll | |
346 | -0x00007ffca4f30000 - 0x00007ffca4f3c000 C:\WINDOWS\SYSTEM32\CRYPTBASE.dll | |
347 | -0x0000000180000000 - 0x0000000180031000 C:\Users\taohandong\AppData\Local\Temp\jna2589851183553812787.tmp | |
348 | -0x00000000247f0000 - 0x0000000024bb7000 C:\lib\HCEHomeCMS.DLL | |
349 | -0x00007ffc4a810000 - 0x00007ffc4acda000 C:\lib\HCEHomeSS.DLL | |
350 | -0x00007ffc4a320000 - 0x00007ffc4a80c000 C:\lib\HCNetUtils.dll | |
351 | -0x0000000024bc0000 - 0x0000000024d90000 C:\lib\sqlite3.dll | |
352 | -0x0000000024f80000 - 0x000000002530f000 C:\lib\HCEHomeAlarm.DLL | |
353 | -0x00000000230a0000 - 0x0000000023290000 C:\TaoHandong\Java_Code\apache-tomcat-8.5.34\bin\tcnative-1.dll | |
354 | -0x00007ffca3e10000 - 0x00007ffca4004000 C:\WINDOWS\SYSTEM32\dbghelp.dll | |
355 | - | |
356 | -VM Arguments: | |
357 | -java_command: C:\Users\TAOHAN~1\AppData\Local\Temp\surefire6739885143926147943\surefirebooter6177090851467957430.jar C:\Users\taohandong\AppData\Local\Temp\surefire6739885143926147943 2019-11-04T16-20-10_542-jvmRun1 surefire7291440436953742962tmp surefire_01820658154210475648tmp | |
358 | -java_class_path (initial): C:\Users\TAOHAN~1\AppData\Local\Temp\surefire6739885143926147943\surefirebooter6177090851467957430.jar | |
359 | -Launcher Type: SUN_STANDARD | |
360 | - | |
361 | -Environment Variables: | |
362 | -JAVA_HOME=C:\Program Files\Java\jdk1.8.0_181 | |
363 | -CLASSPATH=.;C:\Program Files\Java\jdk1.8.0_181\lib;C:\Program Files\Java\jdk1.8.0_181\lib\tools.jar; | |
364 | -PATH=C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\TaoHandong\¹¤¾ßÀàÈí¼þ\Git\cmd;C:\Program Files\Java\jdk1.8.0_181\bin;C:\Program Files\Java\jdk1.8.0_181\jre\bin;C:\Program Files (x86)\Tesseract-OCR;C:\WINDOWS\System32\OpenSSH\;C:\TaoHandong\Java_Code\apache-tomcat-8.5.34\bin;c:\windows\system32;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Program Files (x86)\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\130\DTS\Binn\;C:\Program Files\Microsoft SQL Server\130\DTS\Binn\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn\;C:\TaoHandong\server\mysql-8.0.16-winx64\bin;C:\Program Files\nodejs\;C:\Program Files\RabbitMQ Server\rabbitmq_server-3.7.16\sbin;C:\Program Files\erl10.4\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files\MySQL\MySQL Shell 8.0\bin\;C:\Users\taohandong\AppData\Local\Microsoft\WindowsApps;C:\Program Files\Java\jdk1.8.0_181\bin;C:\Users\taohandong\Downloads\apache-maven-3.6.0-bin\apache-maven-3.6.0\bin;C:\Users\taohandong;C:\TaoHandong\Anaconda;C:\TaoHandong\Anaconda\Scripts;C:\Users\taohandong\AppData\Roaming\npm; | |
365 | -USERNAME=taohandong | |
366 | -OS=Windows_NT | |
367 | -PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 142 Stepping 10, GenuineIntel | |
368 | - | |
369 | - | |
370 | - | |
371 | ---------------- S Y S T E M --------------- | |
372 | - | |
373 | -OS: Windows 10.0 , 64 bit Build 18362 (10.0.18362.329) | |
374 | - | |
375 | -CPU:total 8 (initial active 8) (4 cores per cpu, 2 threads per core) family 6 model 142 stepping 10, 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 | |
376 | - | |
377 | -Memory: 4k page, physical 8218728k(1098232k free), swap 21565288k(2818792k free) | |
378 | - | |
379 | -vm_info: Java HotSpot(TM) 64-Bit Server VM (25.181-b13) for windows-amd64 JRE (1.8.0_181-b13), built on Jul 7 2018 04:01:33 by "java_re" with MS VC++ 10.0 (VS2010) | |
380 | - | |
381 | -time: Mon Nov 04 16:20:20 2019 | |
382 | -elapsed time: 9 seconds (0d 0h 0m 9s) | |
383 | - |
cloud/haikangface/hs_err_pid2864.log
... | ... | @@ -1,383 +0,0 @@ |
1 | -# | |
2 | -# A fatal error has been detected by the Java Runtime Environment: | |
3 | -# | |
4 | -# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000002265643f, pid=2864, tid=0x00000000000063dc | |
5 | -# | |
6 | -# JRE version: Java(TM) SE Runtime Environment (8.0_181-b13) (build 1.8.0_181-b13) | |
7 | -# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.181-b13 mixed mode windows-amd64 compressed oops) | |
8 | -# Problematic frame: | |
9 | -# C [HCEHomeAlarm.DLL+0x2643f] | |
10 | -# | |
11 | -# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows | |
12 | -# | |
13 | -# If you would like to submit a bug report, please visit: | |
14 | -# http://bugreport.java.com/bugreport/crash.jsp | |
15 | -# | |
16 | - | |
17 | ---------------- T H R E A D --------------- | |
18 | - | |
19 | -Current thread (0x0000000017af9000): VMThread [stack: 0x00000000197c0000,0x00000000198c0000] [id=25564] | |
20 | - | |
21 | -siginfo: ExceptionCode=0xc0000005, reading address 0x0000000000000000 | |
22 | - | |
23 | -Registers: | |
24 | -RAX=0x0000000000000001, RBX=0x0000000000000000, RCX=0x0000000000000000, RDX=0x0000000000000000 | |
25 | -RSP=0x00000000198bf010, RBP=0x0000000000000000, RSI=0x0000000000000000, RDI=0x000000000093dce0 | |
26 | -R8 =0x0000000000000001, R9 =0x0000000000000001, R10=0x0000000000008000, R11=0x00000000198bf0a0 | |
27 | -R12=0x0000000000935610, R13=0x0000000000000000, R14=0x0000000000000001, R15=0x00000000009356c0 | |
28 | -RIP=0x000000002265643f, EFLAGS=0x0000000000010202 | |
29 | - | |
30 | -Top of Stack: (sp=0x00000000198bf010) | |
31 | -0x00000000198bf010: 00000000284f1e70 00007ffbb206083d | |
32 | -0x00000000198bf020: 0000000000932de0 00000025008f0000 | |
33 | -0x00000000198bf030: 000000000093dce0 00000000226ecb11 | |
34 | -0x00000000198bf040: 0000000000000000 0000000000000000 | |
35 | -0x00000000198bf050: 000000000094a3c0 0000002db205fc11 | |
36 | -0x00000000198bf060: 000000002521a8e0 0000000022656bf2 | |
37 | -0x00000000198bf070: 0000000000000000 0000000000000001 | |
38 | -0x00000000198bf080: 0000000000000000 0000000000935610 | |
39 | -0x00000000198bf090: 0000000000000001 0000000022656620 | |
40 | -0x00000000198bf0a0: 0000000000000000 000000002521a8e0 | |
41 | -0x00000000198bf0b0: 0000000000935610 0000000000000000 | |
42 | -0x00000000198bf0c0: 0000000000977a30 0000000017985400 | |
43 | -0x00000000198bf0d0: 00000000283a3e40 0000000022655cc8 | |
44 | -0x00000000198bf0e0: 0000000017985400 000000002521a8e0 | |
45 | -0x00000000198bf0f0: 0000000000000000 0000000017985400 | |
46 | -0x00000000198bf100: 00000000283a3e40 00000000226edb04 | |
47 | - | |
48 | -Instructions: (pc=0x000000002265643f) | |
49 | -0x000000002265641f: 38 48 8b 74 24 40 48 83 c4 20 5f c3 cc cc cc cc | |
50 | -0x000000002265642f: cc 48 89 5c 24 08 48 89 74 24 10 57 48 83 ec 20 | |
51 | -0x000000002265643f: 48 8b 01 41 8b f0 8b da 48 8b f9 ff 50 08 85 c0 | |
52 | -0x000000002265644f: 75 48 48 8b 05 78 70 17 00 48 83 f8 ff 74 1f ba | |
53 | - | |
54 | - | |
55 | -Register to memory mapping: | |
56 | - | |
57 | -RAX=0x0000000000000001 is an unknown value | |
58 | -RBX=0x0000000000000000 is an unknown value | |
59 | -RCX=0x0000000000000000 is an unknown value | |
60 | -RDX=0x0000000000000000 is an unknown value | |
61 | -RSP=0x00000000198bf010 is an unknown value | |
62 | -RBP=0x0000000000000000 is an unknown value | |
63 | -RSI=0x0000000000000000 is an unknown value | |
64 | -RDI=0x000000000093dce0 is an unknown value | |
65 | -R8 =0x0000000000000001 is an unknown value | |
66 | -R9 =0x0000000000000001 is an unknown value | |
67 | -R10=0x0000000000008000 is an unknown value | |
68 | -R11=0x00000000198bf0a0 is an unknown value | |
69 | -R12=0x0000000000935610 is an unknown value | |
70 | -R13=0x0000000000000000 is an unknown value | |
71 | -R14=0x0000000000000001 is an unknown value | |
72 | -R15=0x00000000009356c0 is an unknown value | |
73 | - | |
74 | - | |
75 | -Stack: [0x00000000197c0000,0x00000000198c0000], sp=0x00000000198bf010, free space=1020k | |
76 | -Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) | |
77 | - | |
78 | -VM_Operation (0x0000000002b0f050): Exit, mode: safepoint, requested by thread 0x0000000002b12800 | |
79 | - | |
80 | - | |
81 | ---------------- P R O C E S S --------------- | |
82 | - | |
83 | -Java Threads: ( => current thread ) | |
84 | - 0x000000001e70b800 JavaThread "surefire-forkedjvm-last-ditch-daemon-shutdown-thread-30s" daemon [_thread_blocked, id=8068, stack(0x0000000029f70000,0x000000002a070000)] | |
85 | - 0x0000000019b8d800 JavaThread "surefire-forkedjvm-command-thread" daemon [_thread_in_native, id=15364, stack(0x000000001a6c0000,0x000000001a7c0000)] | |
86 | - 0x0000000019ae8800 JavaThread "Service Thread" daemon [_thread_blocked, id=20552, stack(0x000000001a4c0000,0x000000001a5c0000)] | |
87 | - 0x0000000019a5a000 JavaThread "C1 CompilerThread3" daemon [_thread_blocked, id=17856, stack(0x000000001a3c0000,0x000000001a4c0000)] | |
88 | - 0x0000000019a56000 JavaThread "C2 CompilerThread2" daemon [_thread_blocked, id=13644, stack(0x000000001a2c0000,0x000000001a3c0000)] | |
89 | - 0x0000000019a53000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=3324, stack(0x000000001a1c0000,0x000000001a2c0000)] | |
90 | - 0x0000000019a4f000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=17712, stack(0x000000001a0c0000,0x000000001a1c0000)] | |
91 | - 0x0000000019a4c800 JavaThread "Attach Listener" daemon [_thread_blocked, id=18792, stack(0x0000000019fc0000,0x000000001a0c0000)] | |
92 | - 0x00000000199f9800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2536, stack(0x0000000019ec0000,0x0000000019fc0000)] | |
93 | - 0x0000000002c09800 JavaThread "Finalizer" daemon [_thread_blocked, id=2248, stack(0x0000000019dc0000,0x0000000019ec0000)] | |
94 | - 0x0000000002c06000 JavaThread "Reference Handler" daemon [_thread_blocked, id=24240, stack(0x00000000198c0000,0x00000000199c0000)] | |
95 | - 0x0000000002b12800 JavaThread "main" [_thread_blocked, id=20776, stack(0x0000000002a10000,0x0000000002b10000)] | |
96 | - | |
97 | -Other Threads: | |
98 | -=>0x0000000017af9000 VMThread [stack: 0x00000000197c0000,0x00000000198c0000] [id=25564] | |
99 | - | |
100 | -VM state:at safepoint (shutting down) | |
101 | - | |
102 | -VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event]) | |
103 | -[0x0000000000d0d860] Threads_lock - owner thread: 0x0000000017af9000 | |
104 | - | |
105 | -Heap: | |
106 | - PSYoungGen total 253952K, used 143135K [0x00000000d6300000, 0x00000000e7500000, 0x0000000100000000) | |
107 | - eden space 237568K, 53% used [0x00000000d6300000,0x00000000ddecde40,0x00000000e4b00000) | |
108 | - from space 16384K, 99% used [0x00000000e5e80000,0x00000000e6e7a030,0x00000000e6e80000) | |
109 | - to space 19968K, 0% used [0x00000000e4b00000,0x00000000e4b00000,0x00000000e5e80000) | |
110 | - ParOldGen total 94720K, used 25329K [0x0000000082800000, 0x0000000088480000, 0x00000000d6300000) | |
111 | - object space 94720K, 26% used [0x0000000082800000,0x00000000840bc680,0x0000000088480000) | |
112 | - Metaspace used 52806K, capacity 55156K, committed 55384K, reserved 1097728K | |
113 | - class space used 7038K, capacity 7442K, committed 7552K, reserved 1048576K | |
114 | - | |
115 | -Card table byte_map: [0x0000000011fd0000,0x00000000123c0000] byte_map_base: 0x0000000011bbc000 | |
116 | - | |
117 | -Marking Bits: (ParMarkBitMap*) 0x0000000059632d00 | |
118 | - Begin Bits: [0x0000000012e60000, 0x0000000014dc0000) | |
119 | - End Bits: [0x0000000014dc0000, 0x0000000016d20000) | |
120 | - | |
121 | -Polling page: 0x00000000008d0000 | |
122 | - | |
123 | -CodeCache: size=245760Kb used=19783Kb max_used=20038Kb free=225976Kb | |
124 | - bounds [0x0000000002c10000, 0x0000000003fd0000, 0x0000000011c10000] | |
125 | - total_blobs=5396 nmethods=4904 adapters=404 | |
126 | - compilation: enabled | |
127 | - | |
128 | -Compilation events (10 events): | |
129 | -Event: 9.174 Thread 0x0000000019a5a000 nmethod 5714 0x00000000037639d0 code [0x0000000003763b40, 0x0000000003763d68] | |
130 | -Event: 9.178 Thread 0x0000000019a5a000 5722 1 io.micrometer.shaded.org.pcollections.ConsPStack::size (5 bytes) | |
131 | -Event: 9.179 Thread 0x0000000019a5a000 nmethod 5722 0x00000000035c7a50 code [0x00000000035c7ba0, 0x00000000035c7cb0] | |
132 | -Event: 9.179 Thread 0x0000000019a5a000 5723 3 io.micrometer.shaded.org.pcollections.ConsPStack::subList (39 bytes) | |
133 | -Event: 9.179 Thread 0x0000000019a5a000 nmethod 5723 0x0000000003150b50 code [0x0000000003150ce0, 0x0000000003151028] | |
134 | -Event: 9.180 Thread 0x0000000019a5a000 5724 3 io.micrometer.shaded.org.pcollections.ConsPStack::listIterator (30 bytes) | |
135 | -Event: 9.180 Thread 0x0000000019a53000 nmethod 5715 0x0000000002f72990 code [0x0000000002f72b20, 0x0000000002f732d8] | |
136 | -Event: 9.180 Thread 0x0000000019a5a000 nmethod 5724 0x0000000002fb5810 code [0x0000000002fb59a0, 0x0000000002fb5cb8] | |
137 | -Event: 9.181 Thread 0x0000000019a53000 5721 4 java.util.HashSet::remove (20 bytes) | |
138 | -Event: 9.183 Thread 0x0000000019a5a000 5726 ! 3 org.springframework.beans.factory.support.DefaultSingletonBeanRegistry::destroyBean (385 bytes) | |
139 | - | |
140 | -GC Heap History (10 events): | |
141 | -Event: 3.798 GC heap before | |
142 | -{Heap before GC invocations=10 (full 2): | |
143 | - PSYoungGen total 166400K, used 11234K [0x00000000d6300000, 0x00000000e3f00000, 0x0000000100000000) | |
144 | - eden space 155136K, 0% used [0x00000000d6300000,0x00000000d6300000,0x00000000dfa80000) | |
145 | - from space 11264K, 99% used [0x00000000e0880000,0x00000000e1378bf0,0x00000000e1380000) | |
146 | - to space 14336K, 0% used [0x00000000dfa80000,0x00000000dfa80000,0x00000000e0880000) | |
147 | - ParOldGen total 57856K, used 13336K [0x0000000082800000, 0x0000000086080000, 0x00000000d6300000) | |
148 | - object space 57856K, 23% used [0x0000000082800000,0x00000000835063d0,0x0000000086080000) | |
149 | - Metaspace used 34219K, capacity 35300K, committed 35416K, reserved 1079296K | |
150 | - class space used 4435K, capacity 4672K, committed 4736K, reserved 1048576K | |
151 | -Event: 3.857 GC heap after | |
152 | -Heap after GC invocations=10 (full 2): | |
153 | - PSYoungGen total 166400K, used 0K [0x00000000d6300000, 0x00000000e3f00000, 0x0000000100000000) | |
154 | - eden space 155136K, 0% used [0x00000000d6300000,0x00000000d6300000,0x00000000dfa80000) | |
155 | - from space 11264K, 0% used [0x00000000e0880000,0x00000000e0880000,0x00000000e1380000) | |
156 | - to space 14336K, 0% used [0x00000000dfa80000,0x00000000dfa80000,0x00000000e0880000) | |
157 | - ParOldGen total 94720K, used 19648K [0x0000000082800000, 0x0000000088480000, 0x00000000d6300000) | |
158 | - object space 94720K, 20% used [0x0000000082800000,0x0000000083b301c0,0x0000000088480000) | |
159 | - Metaspace used 34219K, capacity 35300K, committed 35416K, reserved 1079296K | |
160 | - class space used 4435K, capacity 4672K, committed 4736K, reserved 1048576K | |
161 | -} | |
162 | -Event: 5.138 GC heap before | |
163 | -{Heap before GC invocations=11 (full 2): | |
164 | - PSYoungGen total 166400K, used 155136K [0x00000000d6300000, 0x00000000e3f00000, 0x0000000100000000) | |
165 | - eden space 155136K, 100% used [0x00000000d6300000,0x00000000dfa80000,0x00000000dfa80000) | |
166 | - from space 11264K, 0% used [0x00000000e0880000,0x00000000e0880000,0x00000000e1380000) | |
167 | - to space 14336K, 0% used [0x00000000dfa80000,0x00000000dfa80000,0x00000000e0880000) | |
168 | - ParOldGen total 94720K, used 19648K [0x0000000082800000, 0x0000000088480000, 0x00000000d6300000) | |
169 | - object space 94720K, 20% used [0x0000000082800000,0x0000000083b301c0,0x0000000088480000) | |
170 | - Metaspace used 40740K, capacity 41936K, committed 42072K, reserved 1085440K | |
171 | - class space used 5230K, capacity 5484K, committed 5504K, reserved 1048576K | |
172 | -Event: 5.151 GC heap after | |
173 | -Heap after GC invocations=11 (full 2): | |
174 | - PSYoungGen total 169472K, used 8854K [0x00000000d6300000, 0x00000000e3e00000, 0x0000000100000000) | |
175 | - eden space 155136K, 0% used [0x00000000d6300000,0x00000000d6300000,0x00000000dfa80000) | |
176 | - from space 14336K, 61% used [0x00000000dfa80000,0x00000000e0325bc8,0x00000000e0880000) | |
177 | - to space 13824K, 0% used [0x00000000e3080000,0x00000000e3080000,0x00000000e3e00000) | |
178 | - ParOldGen total 94720K, used 19656K [0x0000000082800000, 0x0000000088480000, 0x00000000d6300000) | |
179 | - object space 94720K, 20% used [0x0000000082800000,0x0000000083b321c0,0x0000000088480000) | |
180 | - Metaspace used 40740K, capacity 41936K, committed 42072K, reserved 1085440K | |
181 | - class space used 5230K, capacity 5484K, committed 5504K, reserved 1048576K | |
182 | -} | |
183 | -Event: 6.140 GC heap before | |
184 | -{Heap before GC invocations=12 (full 2): | |
185 | - PSYoungGen total 169472K, used 163990K [0x00000000d6300000, 0x00000000e3e00000, 0x0000000100000000) | |
186 | - eden space 155136K, 100% used [0x00000000d6300000,0x00000000dfa80000,0x00000000dfa80000) | |
187 | - from space 14336K, 61% used [0x00000000dfa80000,0x00000000e0325bc8,0x00000000e0880000) | |
188 | - to space 13824K, 0% used [0x00000000e3080000,0x00000000e3080000,0x00000000e3e00000) | |
189 | - ParOldGen total 94720K, used 19656K [0x0000000082800000, 0x0000000088480000, 0x00000000d6300000) | |
190 | - object space 94720K, 20% used [0x0000000082800000,0x0000000083b321c0,0x0000000088480000) | |
191 | - Metaspace used 43180K, capacity 44712K, committed 44888K, reserved 1087488K | |
192 | - class space used 5584K, capacity 5910K, committed 6016K, reserved 1048576K | |
193 | -Event: 6.150 GC heap after | |
194 | -Heap after GC invocations=12 (full 2): | |
195 | - PSYoungGen total 206336K, used 10721K [0x00000000d6300000, 0x00000000e3c80000, 0x0000000100000000) | |
196 | - eden space 194048K, 0% used [0x00000000d6300000,0x00000000d6300000,0x00000000e2080000) | |
197 | - from space 12288K, 87% used [0x00000000e3080000,0x00000000e3af8648,0x00000000e3c80000) | |
198 | - to space 14336K, 0% used [0x00000000e2080000,0x00000000e2080000,0x00000000e2e80000) | |
199 | - ParOldGen total 94720K, used 19664K [0x0000000082800000, 0x0000000088480000, 0x00000000d6300000) | |
200 | - object space 94720K, 20% used [0x0000000082800000,0x0000000083b341c0,0x0000000088480000) | |
201 | - Metaspace used 43180K, capacity 44712K, committed 44888K, reserved 1087488K | |
202 | - class space used 5584K, capacity 5910K, committed 6016K, reserved 1048576K | |
203 | -} | |
204 | -Event: 7.072 GC heap before | |
205 | -{Heap before GC invocations=13 (full 2): | |
206 | - PSYoungGen total 206336K, used 204769K [0x00000000d6300000, 0x00000000e3c80000, 0x0000000100000000) | |
207 | - eden space 194048K, 100% used [0x00000000d6300000,0x00000000e2080000,0x00000000e2080000) | |
208 | - from space 12288K, 87% used [0x00000000e3080000,0x00000000e3af8648,0x00000000e3c80000) | |
209 | - to space 14336K, 0% used [0x00000000e2080000,0x00000000e2080000,0x00000000e2e80000) | |
210 | - ParOldGen total 94720K, used 19664K [0x0000000082800000, 0x0000000088480000, 0x00000000d6300000) | |
211 | - object space 94720K, 20% used [0x0000000082800000,0x0000000083b341c0,0x0000000088480000) | |
212 | - Metaspace used 45875K, capacity 47832K, committed 48088K, reserved 1091584K | |
213 | - class space used 5964K, capacity 6312K, committed 6400K, reserved 1048576K | |
214 | -Event: 7.083 GC heap after | |
215 | -Heap after GC invocations=13 (full 2): | |
216 | - PSYoungGen total 208384K, used 14328K [0x00000000d6300000, 0x00000000e6e80000, 0x0000000100000000) | |
217 | - eden space 194048K, 0% used [0x00000000d6300000,0x00000000d6300000,0x00000000e2080000) | |
218 | - from space 14336K, 99% used [0x00000000e2080000,0x00000000e2e7e040,0x00000000e2e80000) | |
219 | - to space 16384K, 0% used [0x00000000e5e80000,0x00000000e5e80000,0x00000000e6e80000) | |
220 | - ParOldGen total 94720K, used 20711K [0x0000000082800000, 0x0000000088480000, 0x00000000d6300000) | |
221 | - object space 94720K, 21% used [0x0000000082800000,0x0000000083c39ef8,0x0000000088480000) | |
222 | - Metaspace used 45875K, capacity 47832K, committed 48088K, reserved 1091584K | |
223 | - class space used 5964K, capacity 6312K, committed 6400K, reserved 1048576K | |
224 | -} | |
225 | -Event: 8.159 GC heap before | |
226 | -{Heap before GC invocations=14 (full 2): | |
227 | - PSYoungGen total 208384K, used 208376K [0x00000000d6300000, 0x00000000e6e80000, 0x0000000100000000) | |
228 | - eden space 194048K, 100% used [0x00000000d6300000,0x00000000e2080000,0x00000000e2080000) | |
229 | - from space 14336K, 99% used [0x00000000e2080000,0x00000000e2e7e040,0x00000000e2e80000) | |
230 | - to space 16384K, 0% used [0x00000000e5e80000,0x00000000e5e80000,0x00000000e6e80000) | |
231 | - ParOldGen total 94720K, used 20711K [0x0000000082800000, 0x0000000088480000, 0x00000000d6300000) | |
232 | - object space 94720K, 21% used [0x0000000082800000,0x0000000083c39ef8,0x0000000088480000) | |
233 | - Metaspace used 48738K, capacity 51024K, committed 51288K, reserved 1093632K | |
234 | - class space used 6370K, capacity 6772K, committed 6784K, reserved 1048576K | |
235 | -Event: 8.173 GC heap after | |
236 | -Heap after GC invocations=14 (full 2): | |
237 | - PSYoungGen total 253952K, used 16360K [0x00000000d6300000, 0x00000000e7500000, 0x0000000100000000) | |
238 | - eden space 237568K, 0% used [0x00000000d6300000,0x00000000d6300000,0x00000000e4b00000) | |
239 | - from space 16384K, 99% used [0x00000000e5e80000,0x00000000e6e7a030,0x00000000e6e80000) | |
240 | - to space 19968K, 0% used [0x00000000e4b00000,0x00000000e4b00000,0x00000000e5e80000) | |
241 | - ParOldGen total 94720K, used 25329K [0x0000000082800000, 0x0000000088480000, 0x00000000d6300000) | |
242 | - object space 94720K, 26% used [0x0000000082800000,0x00000000840bc680,0x0000000088480000) | |
243 | - Metaspace used 48738K, capacity 51024K, committed 51288K, reserved 1093632K | |
244 | - class space used 6370K, capacity 6772K, committed 6784K, reserved 1048576K | |
245 | -} | |
246 | - | |
247 | -Deoptimization events (10 events): | |
248 | -Event: 8.979 Thread 0x0000000002b12800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00000000039b833c method=java.util.AbstractList$Itr.next()Ljava/lang/Object; @ 14 | |
249 | -Event: 8.981 Thread 0x0000000002b12800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000000339a354 method=java.util.AbstractList$Itr.hasNext()Z @ 8 | |
250 | -Event: 8.981 Thread 0x0000000002b12800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00000000039b833c method=java.util.AbstractList$Itr.next()Ljava/lang/Object; @ 14 | |
251 | -Event: 8.981 Thread 0x0000000002b12800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000000339a354 method=java.util.AbstractList$Itr.hasNext()Z @ 8 | |
252 | -Event: 8.981 Thread 0x0000000002b12800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00000000039b833c method=java.util.AbstractList$Itr.next()Ljava/lang/Object; @ 14 | |
253 | -Event: 8.981 Thread 0x0000000002b12800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00000000039b833c method=java.util.AbstractList$Itr.next()Ljava/lang/Object; @ 14 | |
254 | -Event: 9.090 Thread 0x0000000002b12800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000002fdffe4 method=java.util.regex.Matcher.search(I)Z @ 86 | |
255 | -Event: 9.090 Thread 0x0000000002b12800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000002fdffe4 method=java.util.regex.Matcher.search(I)Z @ 86 | |
256 | -Event: 9.090 Thread 0x0000000002b12800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000002fdffe4 method=java.util.regex.Matcher.search(I)Z @ 86 | |
257 | -Event: 9.090 Thread 0x0000000002b12800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000002fdffe4 method=java.util.regex.Matcher.search(I)Z @ 86 | |
258 | - | |
259 | -Classes redefined (0 events): | |
260 | -No events | |
261 | - | |
262 | -Internal exceptions (10 events): | |
263 | -Event: 8.340 Thread 0x0000000002b12800 Exception <a 'java/lang/ClassNotFoundException': java/lang/ObjectCustomizer> (0x00000000d8604a98) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 210] | |
264 | -Event: 8.341 Thread 0x0000000002b12800 Exception <a 'java/lang/ClassNotFoundException': org/springframework/boot/actuate/autoconfigure/web/server/ManagementServerPropertiesCustomizer> (0x00000000d8647b28) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\shar | |
265 | -Event: 8.384 Thread 0x0000000002b12800 Exception <a 'java/lang/ClassNotFoundException': java/lang/ObjectCustomizer> (0x00000000d8a04020) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 210] | |
266 | -Event: 8.385 Thread 0x0000000002b12800 Exception <a 'java/lang/ClassNotFoundException': org/springframework/cloud/netflix/eureka/serviceregistry/EurekaRegistrationCustomizer> (0x00000000d8a43400) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\clas | |
267 | -Event: 8.386 Thread 0x0000000002b12800 Exception <a 'java/lang/ClassNotFoundException': org/springframework/cloud/client/serviceregistry/RegistrationCustomizer> (0x00000000d8a9b458) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDi | |
268 | -Event: 8.387 Thread 0x0000000002b12800 Exception <a 'java/lang/ClassNotFoundException': org/springframework/cloud/client/ServiceInstanceCustomizer> (0x00000000d8ac7688) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.cpp, | |
269 | -Event: 8.889 Thread 0x0000000002b12800 Exception <a 'java/lang/ClassNotFoundException': java/lang/ObjectCustomizer> (0x00000000db04c270) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 210] | |
270 | -Event: 8.889 Thread 0x0000000002b12800 Exception <a 'java/lang/ClassNotFoundException': com/sincere/haikangface/HaikangfaceApplicationTestsCustomizer> (0x00000000db07da08) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.c | |
271 | -Event: 9.167 Thread 0x000000001e70a000 Exception <a 'java/lang/ClassNotFoundException': java/lang/ObjectCustomizer> (0x00000000dda4f728) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 210] | |
272 | -Event: 9.168 Thread 0x000000001e70a000 Exception <a 'java/lang/ClassNotFoundException': com/netflix/appinfo/ApplicationInfoManagerCustomizer> (0x00000000dda7bd20) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.cpp, line | |
273 | - | |
274 | -Events (10 events): | |
275 | -Event: 9.176 loading class com/netflix/config/jmx/ConfigMBean done | |
276 | -Event: 9.176 loading class sun/reflect/UnsafeQualifiedStaticBooleanFieldAccessorImpl | |
277 | -Event: 9.176 loading class sun/reflect/UnsafeQualifiedStaticBooleanFieldAccessorImpl done | |
278 | -Event: 9.177 Executing VM operation: RevokeBias | |
279 | -Event: 9.177 Executing VM operation: RevokeBias done | |
280 | -Event: 9.178 Executing VM operation: RevokeBias | |
281 | -Event: 9.178 Executing VM operation: RevokeBias done | |
282 | -Event: 9.178 Thread 0x000000001e708800 Thread exited: 0x000000001e708800 | |
283 | -Event: 9.184 Thread 0x000000001e70a000 Thread exited: 0x000000001e70a000 | |
284 | -Event: 9.185 Executing VM operation: Exit | |
285 | - | |
286 | - | |
287 | -Dynamic libraries: | |
288 | -0x00007ff62d540000 - 0x00007ff62d577000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\java.exe | |
289 | -0x00007ffbb2020000 - 0x00007ffbb2210000 C:\WINDOWS\SYSTEM32\ntdll.dll | |
290 | -0x00007ffbb00d0000 - 0x00007ffbb0182000 C:\WINDOWS\System32\KERNEL32.DLL | |
291 | -0x00007ffbafe20000 - 0x00007ffbb00c3000 C:\WINDOWS\System32\KERNELBASE.dll | |
292 | -0x00007ffbb05a0000 - 0x00007ffbb0643000 C:\WINDOWS\System32\ADVAPI32.dll | |
293 | -0x00007ffbb1e80000 - 0x00007ffbb1f1e000 C:\WINDOWS\System32\msvcrt.dll | |
294 | -0x00007ffbb1bd0000 - 0x00007ffbb1c67000 C:\WINDOWS\System32\sechost.dll | |
295 | -0x00007ffbb1d50000 - 0x00007ffbb1e70000 C:\WINDOWS\System32\RPCRT4.dll | |
296 | -0x00007ffbb0650000 - 0x00007ffbb07e4000 C:\WINDOWS\System32\USER32.dll | |
297 | -0x00007ffbafa50000 - 0x00007ffbafa71000 C:\WINDOWS\System32\win32u.dll | |
298 | -0x00007ffbb14d0000 - 0x00007ffbb14f6000 C:\WINDOWS\System32\GDI32.dll | |
299 | -0x00007ffbafa80000 - 0x00007ffbafc14000 C:\WINDOWS\System32\gdi32full.dll | |
300 | -0x00007ffbaf900000 - 0x00007ffbaf99e000 C:\WINDOWS\System32\msvcp_win.dll | |
301 | -0x00007ffbafca0000 - 0x00007ffbafd9a000 C:\WINDOWS\System32\ucrtbase.dll | |
302 | -0x00007ffbae400000 - 0x00007ffbae685000 C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.18362.418_none_e6c6b287130d565d\COMCTL32.dll | |
303 | -0x00007ffbb0190000 - 0x00007ffbb04c6000 C:\WINDOWS\System32\combase.dll | |
304 | -0x00007ffbafda0000 - 0x00007ffbafe20000 C:\WINDOWS\System32\bcryptPrimitives.dll | |
305 | -0x00007ffbb14a0000 - 0x00007ffbb14ce000 C:\WINDOWS\System32\IMM32.DLL | |
306 | -0x00000000596e0000 - 0x00000000597b2000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\msvcr100.dll | |
307 | -0x0000000058e10000 - 0x00000000596b2000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\server\jvm.dll | |
308 | -0x00007ffbb1fd0000 - 0x00007ffbb1fd8000 C:\WINDOWS\System32\PSAPI.DLL | |
309 | -0x00007ffb99d60000 - 0x00007ffb99d69000 C:\WINDOWS\SYSTEM32\WSOCK32.dll | |
310 | -0x00007ffba4940000 - 0x00007ffba494a000 C:\WINDOWS\SYSTEM32\VERSION.dll | |
311 | -0x00007ffba8600000 - 0x00007ffba8624000 C:\WINDOWS\SYSTEM32\WINMM.dll | |
312 | -0x00007ffbb1af0000 - 0x00007ffbb1b5f000 C:\WINDOWS\System32\WS2_32.dll | |
313 | -0x00007ffba83d0000 - 0x00007ffba83fd000 C:\WINDOWS\SYSTEM32\WINMMBASE.dll | |
314 | -0x00007ffbaf8b0000 - 0x00007ffbaf8fa000 C:\WINDOWS\System32\cfgmgr32.dll | |
315 | -0x0000000058e00000 - 0x0000000058e0f000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\verify.dll | |
316 | -0x0000000058dd0000 - 0x0000000058df9000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\java.dll | |
317 | -0x0000000058db0000 - 0x0000000058dc6000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\zip.dll | |
318 | -0x00007ffbb0c60000 - 0x00007ffbb1345000 C:\WINDOWS\System32\SHELL32.dll | |
319 | -0x00007ffbb1f20000 - 0x00007ffbb1fc9000 C:\WINDOWS\System32\shcore.dll | |
320 | -0x00007ffbaefb0000 - 0x00007ffbaf72f000 C:\WINDOWS\System32\windows.storage.dll | |
321 | -0x00007ffbaef20000 - 0x00007ffbaef3f000 C:\WINDOWS\System32\profapi.dll | |
322 | -0x00007ffbaef60000 - 0x00007ffbaefaa000 C:\WINDOWS\System32\powrprof.dll | |
323 | -0x00007ffbaeef0000 - 0x00007ffbaef00000 C:\WINDOWS\System32\UMPDC.dll | |
324 | -0x00007ffbb1500000 - 0x00007ffbb1552000 C:\WINDOWS\System32\shlwapi.dll | |
325 | -0x00007ffbaef40000 - 0x00007ffbaef51000 C:\WINDOWS\System32\kernel.appcore.dll | |
326 | -0x00007ffbafc80000 - 0x00007ffbafc97000 C:\WINDOWS\System32\cryptsp.dll | |
327 | -0x0000000058cd0000 - 0x0000000058cdd000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\management.dll | |
328 | -0x0000000058ce0000 - 0x0000000058cfa000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\net.dll | |
329 | -0x00007ffbae0e0000 - 0x00007ffbae147000 C:\WINDOWS\system32\mswsock.dll | |
330 | -0x0000000058c90000 - 0x0000000058ca1000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\nio.dll | |
331 | -0x00007ffbaddf0000 - 0x00007ffbade2a000 C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL | |
332 | -0x00007ffbb1e70000 - 0x00007ffbb1e78000 C:\WINDOWS\System32\NSI.dll | |
333 | -0x00007ffba5cf0000 - 0x00007ffba5d06000 C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL | |
334 | -0x00007ffba6580000 - 0x00007ffba659c000 C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL | |
335 | -0x00007ffbade30000 - 0x00007ffbadefa000 C:\WINDOWS\SYSTEM32\DNSAPI.dll | |
336 | -0x00007ffba7f00000 - 0x00007ffba7f0a000 C:\Windows\System32\rasadhlp.dll | |
337 | -0x00007ffba5a20000 - 0x00007ffba5a97000 C:\WINDOWS\System32\fwpuclnt.dll | |
338 | -0x00007ffbaf730000 - 0x00007ffbaf756000 C:\WINDOWS\System32\bcrypt.dll | |
339 | -0x00007ffb98420000 - 0x00007ffb98436000 C:\WINDOWS\system32\napinsp.dll | |
340 | -0x00007ffb98310000 - 0x00007ffb9832a000 C:\WINDOWS\system32\pnrpnsp.dll | |
341 | -0x00007ffb97bd0000 - 0x00007ffb97bde000 C:\WINDOWS\System32\winrnr.dll | |
342 | -0x00007ffbaa690000 - 0x00007ffbaa6ac000 C:\WINDOWS\system32\NLAapi.dll | |
343 | -0x00007ffba9f60000 - 0x00007ffba9f75000 C:\WINDOWS\system32\wshbth.dll | |
344 | -0x00007ffbadc50000 - 0x00007ffbadc83000 C:\WINDOWS\system32\rsaenh.dll | |
345 | -0x00007ffbaee10000 - 0x00007ffbaee35000 C:\WINDOWS\SYSTEM32\USERENV.dll | |
346 | -0x00007ffbae2b0000 - 0x00007ffbae2bc000 C:\WINDOWS\SYSTEM32\CRYPTBASE.dll | |
347 | -0x0000000180000000 - 0x0000000180031000 C:\Users\taohandong\AppData\Local\Temp\jna4889412970732638883.tmp | |
348 | -0x0000000022090000 - 0x0000000022457000 C:\lib\HCEHomeCMS.DLL | |
349 | -0x00007ffb5a820000 - 0x00007ffb5acea000 C:\lib\HCEHomeSS.DLL | |
350 | -0x00007ffb593f0000 - 0x00007ffb598dc000 C:\lib\HCNetUtils.dll | |
351 | -0x0000000022460000 - 0x0000000022630000 C:\lib\sqlite3.dll | |
352 | -0x0000000022630000 - 0x00000000229bf000 C:\lib\HCEHomeAlarm.DLL | |
353 | -0x0000000024020000 - 0x0000000024210000 C:\TaoHandong\Java_Code\apache-tomcat-8.5.34\bin\tcnative-1.dll | |
354 | -0x00007ffbaea10000 - 0x00007ffbaec04000 C:\WINDOWS\SYSTEM32\dbghelp.dll | |
355 | - | |
356 | -VM Arguments: | |
357 | -java_command: C:\Users\TAOHAN~1\AppData\Local\Temp\surefire3658864601184871375\surefirebooter5608192043511420598.jar C:\Users\taohandong\AppData\Local\Temp\surefire3658864601184871375 2019-11-05T18-48-09_010-jvmRun1 surefire4616447274711027469tmp surefire_08967802069710255820tmp | |
358 | -java_class_path (initial): C:\Users\TAOHAN~1\AppData\Local\Temp\surefire3658864601184871375\surefirebooter5608192043511420598.jar | |
359 | -Launcher Type: SUN_STANDARD | |
360 | - | |
361 | -Environment Variables: | |
362 | -JAVA_HOME=C:\Program Files\Java\jdk1.8.0_181 | |
363 | -CLASSPATH=.;C:\Program Files\Java\jdk1.8.0_181\lib;C:\Program Files\Java\jdk1.8.0_181\lib\tools.jar; | |
364 | -PATH=C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\TaoHandong\¹¤¾ßÀàÈí¼þ\Git\cmd;C:\Program Files\Java\jdk1.8.0_181\bin;C:\Program Files\Java\jdk1.8.0_181\jre\bin;C:\Program Files (x86)\Tesseract-OCR;C:\WINDOWS\System32\OpenSSH\;C:\TaoHandong\Java_Code\apache-tomcat-8.5.34\bin;c:\windows\system32;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Program Files (x86)\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\130\DTS\Binn\;C:\Program Files\Microsoft SQL Server\130\DTS\Binn\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn\;C:\TaoHandong\server\mysql-8.0.16-winx64\bin;C:\Program Files\nodejs\;C:\Program Files\RabbitMQ Server\rabbitmq_server-3.7.16\sbin;C:\Program Files\erl10.4\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files\MySQL\MySQL Shell 8.0\bin\;C:\Users\taohandong\AppData\Local\Microsoft\WindowsApps;C:\Program Files\Java\jdk1.8.0_181\bin;C:\Users\taohandong\Downloads\apache-maven-3.6.0-bin\apache-maven-3.6.0\bin;C:\Users\taohandong;C:\TaoHandong\Anaconda;C:\TaoHandong\Anaconda\Scripts;C:\Users\taohandong\AppData\Roaming\npm; | |
365 | -USERNAME=taohandong | |
366 | -OS=Windows_NT | |
367 | -PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 142 Stepping 10, GenuineIntel | |
368 | - | |
369 | - | |
370 | - | |
371 | ---------------- S Y S T E M --------------- | |
372 | - | |
373 | -OS: Windows 10.0 , 64 bit Build 18362 (10.0.18362.329) | |
374 | - | |
375 | -CPU:total 8 (initial active 8) (4 cores per cpu, 2 threads per core) family 6 model 142 stepping 10, 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 | |
376 | - | |
377 | -Memory: 4k page, physical 8218728k(2005632k free), swap 23206748k(12035180k free) | |
378 | - | |
379 | -vm_info: Java HotSpot(TM) 64-Bit Server VM (25.181-b13) for windows-amd64 JRE (1.8.0_181-b13), built on Jul 7 2018 04:01:33 by "java_re" with MS VC++ 10.0 (VS2010) | |
380 | - | |
381 | -time: Tue Nov 05 18:48:19 2019 | |
382 | -elapsed time: 9 seconds (0d 0h 0m 9s) | |
383 | - |
cloud/haikangface/hs_err_pid4716.log
... | ... | @@ -1,384 +0,0 @@ |
1 | -# | |
2 | -# A fatal error has been detected by the Java Runtime Environment: | |
3 | -# | |
4 | -# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00000000216a643f, pid=4716, tid=0x0000000000000b48 | |
5 | -# | |
6 | -# JRE version: Java(TM) SE Runtime Environment (8.0_181-b13) (build 1.8.0_181-b13) | |
7 | -# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.181-b13 mixed mode windows-amd64 compressed oops) | |
8 | -# Problematic frame: | |
9 | -# C [HCEHomeAlarm.DLL+0x2643f] | |
10 | -# | |
11 | -# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows | |
12 | -# | |
13 | -# If you would like to submit a bug report, please visit: | |
14 | -# http://bugreport.java.com/bugreport/crash.jsp | |
15 | -# | |
16 | - | |
17 | ---------------- T H R E A D --------------- | |
18 | - | |
19 | -Current thread (0x0000000017ab8800): VMThread [stack: 0x00000000197a0000,0x00000000198a0000] [id=2888] | |
20 | - | |
21 | -siginfo: ExceptionCode=0xc0000005, reading address 0x0000000000000000 | |
22 | - | |
23 | -Registers: | |
24 | -RAX=0x0000000000000001, RBX=0x0000000000000000, RCX=0x0000000000000000, RDX=0x0000000000000000 | |
25 | -RSP=0x000000001989f060, RBP=0x0000000000000000, RSI=0x0000000000000000, RDI=0x00000000008d3e20 | |
26 | -R8 =0x0000000000000001, R9 =0x0000000000000001, R10=0x0000000000008000, R11=0x000000001989f0f0 | |
27 | -R12=0x00000000008b4800, R13=0x0000000000000000, R14=0x0000000000000001, R15=0x00000000008b48b0 | |
28 | -RIP=0x00000000216a643f, EFLAGS=0x0000000000010206 | |
29 | - | |
30 | -Top of Stack: (sp=0x000000001989f060) | |
31 | -0x000000001989f060: 000000002a56eeb0 00007ffca866083d | |
32 | -0x000000001989f070: 0000000025f5d060 0000003700850000 | |
33 | -0x000000001989f080: 00000000008d3e20 000000002173cb11 | |
34 | -0x000000001989f090: 0000000000000000 0000000000000000 | |
35 | -0x000000001989f0a0: 00000000008906a0 0000003ba865fc11 | |
36 | -0x000000001989f0b0: 000000002a5842f0 00000000216a6bf2 | |
37 | -0x000000001989f0c0: 0000000000000000 0000000000000001 | |
38 | -0x000000001989f0d0: 0000000000000000 00000000008b4800 | |
39 | -0x000000001989f0e0: 0000000000000001 00000000216a6620 | |
40 | -0x000000001989f0f0: 0000000000000000 000000002a5842f0 | |
41 | -0x000000001989f100: 00000000008b4800 0000000000000000 | |
42 | -0x000000001989f110: 000000000089be50 0000000017945400 | |
43 | -0x000000001989f120: 000000002a433730 00000000216a5cc8 | |
44 | -0x000000001989f130: 0000000017945400 000000002a5842f0 | |
45 | -0x000000001989f140: 0000000000000000 0000000017945400 | |
46 | -0x000000001989f150: 000000002a433730 000000002173db04 | |
47 | - | |
48 | -Instructions: (pc=0x00000000216a643f) | |
49 | -0x00000000216a641f: 38 48 8b 74 24 40 48 83 c4 20 5f c3 cc cc cc cc | |
50 | -0x00000000216a642f: cc 48 89 5c 24 08 48 89 74 24 10 57 48 83 ec 20 | |
51 | -0x00000000216a643f: 48 8b 01 41 8b f0 8b da 48 8b f9 ff 50 08 85 c0 | |
52 | -0x00000000216a644f: 75 48 48 8b 05 78 70 17 00 48 83 f8 ff 74 1f ba | |
53 | - | |
54 | - | |
55 | -Register to memory mapping: | |
56 | - | |
57 | -RAX=0x0000000000000001 is an unknown value | |
58 | -RBX=0x0000000000000000 is an unknown value | |
59 | -RCX=0x0000000000000000 is an unknown value | |
60 | -RDX=0x0000000000000000 is an unknown value | |
61 | -RSP=0x000000001989f060 is an unknown value | |
62 | -RBP=0x0000000000000000 is an unknown value | |
63 | -RSI=0x0000000000000000 is an unknown value | |
64 | -RDI=0x00000000008d3e20 is an unknown value | |
65 | -R8 =0x0000000000000001 is an unknown value | |
66 | -R9 =0x0000000000000001 is an unknown value | |
67 | -R10=0x0000000000008000 is an unknown value | |
68 | -R11=0x000000001989f0f0 is an unknown value | |
69 | -R12=0x00000000008b4800 is an unknown value | |
70 | -R13=0x0000000000000000 is an unknown value | |
71 | -R14=0x0000000000000001 is an unknown value | |
72 | -R15=0x00000000008b48b0 is an unknown value | |
73 | - | |
74 | - | |
75 | -Stack: [0x00000000197a0000,0x00000000198a0000], sp=0x000000001989f060, free space=1020k | |
76 | -Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) | |
77 | - | |
78 | -VM_Operation (0x0000000002a5f2a0): Exit, mode: safepoint, requested by thread 0x0000000002ad2800 | |
79 | - | |
80 | - | |
81 | ---------------- P R O C E S S --------------- | |
82 | - | |
83 | -Java Threads: ( => current thread ) | |
84 | - 0x00000000232ec800 JavaThread "surefire-forkedjvm-last-ditch-daemon-shutdown-thread-30s" daemon [_thread_blocked, id=1132, stack(0x000000002c130000,0x000000002c230000)] | |
85 | - 0x0000000019cb8800 JavaThread "surefire-forkedjvm-ping-30s" daemon [_thread_blocked, id=20352, stack(0x000000001a7a0000,0x000000001a8a0000)] | |
86 | - 0x0000000019bb5000 JavaThread "surefire-forkedjvm-command-thread" daemon [_thread_in_native, id=23720, stack(0x000000001a6a0000,0x000000001a7a0000)] | |
87 | - 0x0000000019ac6000 JavaThread "Service Thread" daemon [_thread_blocked, id=17968, stack(0x000000001a4a0000,0x000000001a5a0000)] | |
88 | - 0x0000000019a44800 JavaThread "C1 CompilerThread3" daemon [_thread_blocked, id=3620, stack(0x000000001a3a0000,0x000000001a4a0000)] | |
89 | - 0x0000000019a37000 JavaThread "C2 CompilerThread2" daemon [_thread_blocked, id=7360, stack(0x000000001a2a0000,0x000000001a3a0000)] | |
90 | - 0x0000000019a32000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=22580, stack(0x000000001a1a0000,0x000000001a2a0000)] | |
91 | - 0x00000000199da800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=11016, stack(0x000000001a0a0000,0x000000001a1a0000)] | |
92 | - 0x00000000199c5000 JavaThread "Attach Listener" daemon [_thread_blocked, id=20952, stack(0x0000000019fa0000,0x000000001a0a0000)] | |
93 | - 0x0000000019a30000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=11824, stack(0x0000000019ea0000,0x0000000019fa0000)] | |
94 | - 0x00000000199c0800 JavaThread "Finalizer" daemon [_thread_blocked, id=6916, stack(0x0000000019da0000,0x0000000019ea0000)] | |
95 | - 0x0000000002bc7000 JavaThread "Reference Handler" daemon [_thread_blocked, id=16928, stack(0x00000000198a0000,0x00000000199a0000)] | |
96 | - 0x0000000002ad2800 JavaThread "main" [_thread_blocked, id=22768, stack(0x0000000002960000,0x0000000002a60000)] | |
97 | - | |
98 | -Other Threads: | |
99 | -=>0x0000000017ab8800 VMThread [stack: 0x00000000197a0000,0x00000000198a0000] [id=2888] | |
100 | - | |
101 | -VM state:at safepoint (shutting down) | |
102 | - | |
103 | -VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event]) | |
104 | -[0x0000000002acdce0] Threads_lock - owner thread: 0x0000000017ab8800 | |
105 | - | |
106 | -Heap: | |
107 | - PSYoungGen total 292352K, used 45961K [0x00000000d6300000, 0x00000000e9280000, 0x0000000100000000) | |
108 | - eden space 284672K, 13% used [0x00000000d6300000,0x00000000d88d1c00,0x00000000e7900000) | |
109 | - from space 7680K, 94% used [0x00000000e8b00000,0x00000000e9210ad8,0x00000000e9280000) | |
110 | - to space 11776K, 0% used [0x00000000e7b80000,0x00000000e7b80000,0x00000000e8700000) | |
111 | - ParOldGen total 75776K, used 30886K [0x0000000082800000, 0x0000000087200000, 0x00000000d6300000) | |
112 | - object space 75776K, 40% used [0x0000000082800000,0x00000000846299c0,0x0000000087200000) | |
113 | - Metaspace used 52795K, capacity 55156K, committed 55376K, reserved 1097728K | |
114 | - class space used 7031K, capacity 7442K, committed 7504K, reserved 1048576K | |
115 | - | |
116 | -Card table byte_map: [0x0000000011f90000,0x0000000012380000] byte_map_base: 0x0000000011b7c000 | |
117 | - | |
118 | -Marking Bits: (ParMarkBitMap*) 0x0000000069732d00 | |
119 | - Begin Bits: [0x0000000012e20000, 0x0000000014d80000) | |
120 | - End Bits: [0x0000000014d80000, 0x0000000016ce0000) | |
121 | - | |
122 | -Polling page: 0x00000000003f0000 | |
123 | - | |
124 | -CodeCache: size=245760Kb used=20126Kb max_used=20426Kb free=225633Kb | |
125 | - bounds [0x0000000002bd0000, 0x0000000003fe0000, 0x0000000011bd0000] | |
126 | - total_blobs=5468 nmethods=4976 adapters=404 | |
127 | - compilation: enabled | |
128 | - | |
129 | -Compilation events (10 events): | |
130 | -Event: 10.265 Thread 0x0000000019a44800 5718 2 org.springframework.beans.factory.support.DefaultListableBeanFactory::removeManualSingletonName (17 bytes) | |
131 | -Event: 10.265 Thread 0x0000000019a44800 nmethod 5718 0x0000000003015c90 code [0x0000000003015e00, 0x0000000003016048] | |
132 | -Event: 10.266 Thread 0x0000000019a44800 5719 2 org.springframework.beans.factory.support.DefaultListableBeanFactory$$Lambda$112/258112787::get$Lambda (9 bytes) | |
133 | -Event: 10.266 Thread 0x0000000019a44800 nmethod 5719 0x0000000003272710 code [0x0000000003272860, 0x00000000032729f0] | |
134 | -Event: 10.268 Thread 0x0000000019a44800 5720 2 org.springframework.beans.factory.support.DefaultListableBeanFactory$$Lambda$112/258112787::<init> (10 bytes) | |
135 | -Event: 10.269 Thread 0x0000000019a44800 nmethod 5720 0x00000000032a2fd0 code [0x00000000032a3120, 0x00000000032a3290] | |
136 | -Event: 10.269 Thread 0x0000000019a44800 5721 2 org.springframework.beans.factory.support.DefaultListableBeanFactory$$Lambda$113/1318227903::get$Lambda (9 bytes) | |
137 | -Event: 10.271 Thread 0x0000000019a44800 nmethod 5721 0x000000000366a2d0 code [0x000000000366a420, 0x000000000366a5b0] | |
138 | -Event: 10.271 Thread 0x0000000019a44800 5722 2 org.springframework.beans.factory.support.DefaultListableBeanFactory$$Lambda$113/1318227903::<init> (10 bytes) | |
139 | -Event: 10.271 Thread 0x0000000019a44800 nmethod 5722 0x00000000032d1a50 code [0x00000000032d1ba0, 0x00000000032d1d10] | |
140 | - | |
141 | -GC Heap History (10 events): | |
142 | -Event: 3.999 GC heap before | |
143 | -{Heap before GC invocations=12 (full 2): | |
144 | - PSYoungGen total 177664K, used 8272K [0x00000000d6300000, 0x00000000e1e00000, 0x0000000100000000) | |
145 | - eden space 166912K, 0% used [0x00000000d6300000,0x00000000d6300000,0x00000000e0600000) | |
146 | - from space 10752K, 76% used [0x00000000e1380000,0x00000000e1b943e0,0x00000000e1e00000) | |
147 | - to space 12288K, 0% used [0x00000000e0600000,0x00000000e0600000,0x00000000e1200000) | |
148 | - ParOldGen total 47616K, used 15568K [0x0000000082800000, 0x0000000085680000, 0x00000000d6300000) | |
149 | - object space 47616K, 32% used [0x0000000082800000,0x0000000083734100,0x0000000085680000) | |
150 | - Metaspace used 34827K, capacity 35962K, committed 36048K, reserved 1081344K | |
151 | - class space used 4507K, capacity 4749K, committed 4816K, reserved 1048576K | |
152 | -Event: 4.052 GC heap after | |
153 | -Heap after GC invocations=12 (full 2): | |
154 | - PSYoungGen total 177664K, used 0K [0x00000000d6300000, 0x00000000e1e00000, 0x0000000100000000) | |
155 | - eden space 166912K, 0% used [0x00000000d6300000,0x00000000d6300000,0x00000000e0600000) | |
156 | - from space 10752K, 0% used [0x00000000e1380000,0x00000000e1380000,0x00000000e1e00000) | |
157 | - to space 12288K, 0% used [0x00000000e0600000,0x00000000e0600000,0x00000000e1200000) | |
158 | - ParOldGen total 75776K, used 17906K [0x0000000082800000, 0x0000000087200000, 0x00000000d6300000) | |
159 | - object space 75776K, 23% used [0x0000000082800000,0x000000008397c8d0,0x0000000087200000) | |
160 | - Metaspace used 34827K, capacity 35962K, committed 36048K, reserved 1081344K | |
161 | - class space used 4507K, capacity 4749K, committed 4816K, reserved 1048576K | |
162 | -} | |
163 | -Event: 5.762 GC heap before | |
164 | -{Heap before GC invocations=13 (full 2): | |
165 | - PSYoungGen total 177664K, used 166912K [0x00000000d6300000, 0x00000000e1e00000, 0x0000000100000000) | |
166 | - eden space 166912K, 100% used [0x00000000d6300000,0x00000000e0600000,0x00000000e0600000) | |
167 | - from space 10752K, 0% used [0x00000000e1380000,0x00000000e1380000,0x00000000e1e00000) | |
168 | - to space 12288K, 0% used [0x00000000e0600000,0x00000000e0600000,0x00000000e1200000) | |
169 | - ParOldGen total 75776K, used 17906K [0x0000000082800000, 0x0000000087200000, 0x00000000d6300000) | |
170 | - object space 75776K, 23% used [0x0000000082800000,0x000000008397c8d0,0x0000000087200000) | |
171 | - Metaspace used 41178K, capacity 42500K, committed 42704K, reserved 1087488K | |
172 | - class space used 5279K, capacity 5532K, committed 5584K, reserved 1048576K | |
173 | -Event: 5.770 GC heap after | |
174 | -Heap after GC invocations=13 (full 2): | |
175 | - PSYoungGen total 179200K, used 8132K [0x00000000d6300000, 0x00000000e5800000, 0x0000000100000000) | |
176 | - eden space 166912K, 0% used [0x00000000d6300000,0x00000000d6300000,0x00000000e0600000) | |
177 | - from space 12288K, 66% used [0x00000000e0600000,0x00000000e0df1148,0x00000000e1200000) | |
178 | - to space 12288K, 0% used [0x00000000e4c00000,0x00000000e4c00000,0x00000000e5800000) | |
179 | - ParOldGen total 75776K, used 17914K [0x0000000082800000, 0x0000000087200000, 0x00000000d6300000) | |
180 | - object space 75776K, 23% used [0x0000000082800000,0x000000008397e8d0,0x0000000087200000) | |
181 | - Metaspace used 41178K, capacity 42500K, committed 42704K, reserved 1087488K | |
182 | - class space used 5279K, capacity 5532K, committed 5584K, reserved 1048576K | |
183 | -} | |
184 | -Event: 7.120 GC heap before | |
185 | -{Heap before GC invocations=14 (full 2): | |
186 | - PSYoungGen total 179200K, used 175044K [0x00000000d6300000, 0x00000000e5800000, 0x0000000100000000) | |
187 | - eden space 166912K, 100% used [0x00000000d6300000,0x00000000e0600000,0x00000000e0600000) | |
188 | - from space 12288K, 66% used [0x00000000e0600000,0x00000000e0df1148,0x00000000e1200000) | |
189 | - to space 12288K, 0% used [0x00000000e4c00000,0x00000000e4c00000,0x00000000e5800000) | |
190 | - ParOldGen total 75776K, used 17914K [0x0000000082800000, 0x0000000087200000, 0x00000000d6300000) | |
191 | - object space 75776K, 23% used [0x0000000082800000,0x000000008397e8d0,0x0000000087200000) | |
192 | - Metaspace used 43673K, capacity 45272K, committed 45392K, reserved 1089536K | |
193 | - class space used 5642K, capacity 5958K, committed 5968K, reserved 1048576K | |
194 | -Event: 7.128 GC heap after | |
195 | -Heap after GC invocations=14 (full 2): | |
196 | - PSYoungGen total 228352K, used 5635K [0x00000000d6300000, 0x00000000e5300000, 0x0000000100000000) | |
197 | - eden space 221184K, 0% used [0x00000000d6300000,0x00000000d6300000,0x00000000e3b00000) | |
198 | - from space 7168K, 78% used [0x00000000e4c00000,0x00000000e5180ed8,0x00000000e5300000) | |
199 | - to space 12288K, 0% used [0x00000000e3b00000,0x00000000e3b00000,0x00000000e4700000) | |
200 | - ParOldGen total 75776K, used 22694K [0x0000000082800000, 0x0000000087200000, 0x00000000d6300000) | |
201 | - object space 75776K, 29% used [0x0000000082800000,0x0000000083e29910,0x0000000087200000) | |
202 | - Metaspace used 43673K, capacity 45272K, committed 45392K, reserved 1089536K | |
203 | - class space used 5642K, capacity 5958K, committed 5968K, reserved 1048576K | |
204 | -} | |
205 | -Event: 8.284 GC heap before | |
206 | -{Heap before GC invocations=15 (full 2): | |
207 | - PSYoungGen total 228352K, used 226819K [0x00000000d6300000, 0x00000000e5300000, 0x0000000100000000) | |
208 | - eden space 221184K, 100% used [0x00000000d6300000,0x00000000e3b00000,0x00000000e3b00000) | |
209 | - from space 7168K, 78% used [0x00000000e4c00000,0x00000000e5180ed8,0x00000000e5300000) | |
210 | - to space 12288K, 0% used [0x00000000e3b00000,0x00000000e3b00000,0x00000000e4700000) | |
211 | - ParOldGen total 75776K, used 22694K [0x0000000082800000, 0x0000000087200000, 0x00000000d6300000) | |
212 | - object space 75776K, 29% used [0x0000000082800000,0x0000000083e29910,0x0000000087200000) | |
213 | - Metaspace used 46832K, capacity 48924K, committed 48976K, reserved 1091584K | |
214 | - class space used 6092K, capacity 6474K, committed 6480K, reserved 1048576K | |
215 | -Event: 8.304 GC heap after | |
216 | -Heap after GC invocations=15 (full 2): | |
217 | - PSYoungGen total 233472K, used 8121K [0x00000000d6300000, 0x00000000e9680000, 0x0000000100000000) | |
218 | - eden space 221184K, 0% used [0x00000000d6300000,0x00000000d6300000,0x00000000e3b00000) | |
219 | - from space 12288K, 66% used [0x00000000e3b00000,0x00000000e42ee5d0,0x00000000e4700000) | |
220 | - to space 11776K, 0% used [0x00000000e8b00000,0x00000000e8b00000,0x00000000e9680000) | |
221 | - ParOldGen total 75776K, used 26802K [0x0000000082800000, 0x0000000087200000, 0x00000000d6300000) | |
222 | - object space 75776K, 35% used [0x0000000082800000,0x000000008422c970,0x0000000087200000) | |
223 | - Metaspace used 46832K, capacity 48924K, committed 48976K, reserved 1091584K | |
224 | - class space used 6092K, capacity 6474K, committed 6480K, reserved 1048576K | |
225 | -} | |
226 | -Event: 9.983 GC heap before | |
227 | -{Heap before GC invocations=16 (full 2): | |
228 | - PSYoungGen total 233472K, used 229305K [0x00000000d6300000, 0x00000000e9680000, 0x0000000100000000) | |
229 | - eden space 221184K, 100% used [0x00000000d6300000,0x00000000e3b00000,0x00000000e3b00000) | |
230 | - from space 12288K, 66% used [0x00000000e3b00000,0x00000000e42ee5d0,0x00000000e4700000) | |
231 | - to space 11776K, 0% used [0x00000000e8b00000,0x00000000e8b00000,0x00000000e9680000) | |
232 | - ParOldGen total 75776K, used 26802K [0x0000000082800000, 0x0000000087200000, 0x00000000d6300000) | |
233 | - object space 75776K, 35% used [0x0000000082800000,0x000000008422c970,0x0000000087200000) | |
234 | - Metaspace used 51618K, capacity 54008K, committed 54096K, reserved 1095680K | |
235 | - class space used 6802K, capacity 7210K, committed 7248K, reserved 1048576K | |
236 | -Event: 9.993 GC heap after | |
237 | -Heap after GC invocations=16 (full 2): | |
238 | - PSYoungGen total 292352K, used 7234K [0x00000000d6300000, 0x00000000e9280000, 0x0000000100000000) | |
239 | - eden space 284672K, 0% used [0x00000000d6300000,0x00000000d6300000,0x00000000e7900000) | |
240 | - from space 7680K, 94% used [0x00000000e8b00000,0x00000000e9210ad8,0x00000000e9280000) | |
241 | - to space 11776K, 0% used [0x00000000e7b80000,0x00000000e7b80000,0x00000000e8700000) | |
242 | - ParOldGen total 75776K, used 30886K [0x0000000082800000, 0x0000000087200000, 0x00000000d6300000) | |
243 | - object space 75776K, 40% used [0x0000000082800000,0x00000000846299c0,0x0000000087200000) | |
244 | - Metaspace used 51618K, capacity 54008K, committed 54096K, reserved 1095680K | |
245 | - class space used 6802K, capacity 7210K, committed 7248K, reserved 1048576K | |
246 | -} | |
247 | - | |
248 | -Deoptimization events (10 events): | |
249 | -Event: 9.540 Thread 0x0000000002ad2800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000030138fc method=java.util.HashMap.resize()[Ljava/util/HashMap$Node; @ 206 | |
250 | -Event: 9.541 Thread 0x0000000002ad2800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000000000306e8a4 method=java.util.HashMap.getNode(ILjava/lang/Object;)Ljava/util/HashMap$Node; @ 84 | |
251 | -Event: 9.573 Thread 0x0000000002ad2800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000000000335e6b4 method=java.util.regex.Pattern$CharProperty.match(Ljava/util/regex/Matcher;ILjava/lang/CharSequence;)Z @ 40 | |
252 | -Event: 9.645 Thread 0x0000000002ad2800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000002cf4180 method=java.lang.CharacterData.of(I)Ljava/lang/CharacterData; @ 4 | |
253 | -Event: 10.024 Thread 0x0000000002ad2800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003382fd4 method=java.util.AbstractList$Itr.hasNext()Z @ 8 | |
254 | -Event: 10.024 Thread 0x0000000002ad2800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000038c6844 method=java.util.AbstractList$Itr.next()Ljava/lang/Object; @ 14 | |
255 | -Event: 10.027 Thread 0x0000000002ad2800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003382fd4 method=java.util.AbstractList$Itr.hasNext()Z @ 8 | |
256 | -Event: 10.027 Thread 0x0000000002ad2800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000038c6844 method=java.util.AbstractList$Itr.next()Ljava/lang/Object; @ 14 | |
257 | -Event: 10.027 Thread 0x0000000002ad2800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003382fd4 method=java.util.AbstractList$Itr.hasNext()Z @ 8 | |
258 | -Event: 10.027 Thread 0x0000000002ad2800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000038c6844 method=java.util.AbstractList$Itr.next()Ljava/lang/Object; @ 14 | |
259 | - | |
260 | -Classes redefined (0 events): | |
261 | -No events | |
262 | - | |
263 | -Internal exceptions (10 events): | |
264 | -Event: 9.441 Thread 0x0000000002ad2800 Exception <a 'java/lang/ClassNotFoundException': java/lang/ObjectCustomizer> (0x00000000e03ca438) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 210] | |
265 | -Event: 9.441 Thread 0x0000000002ad2800 Exception <a 'java/lang/ClassNotFoundException': org/springframework/boot/actuate/autoconfigure/web/server/ManagementServerPropertiesCustomizer> (0x00000000e040cfa8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\shar | |
266 | -Event: 9.474 Thread 0x0000000002ad2800 Exception <a 'java/lang/ClassNotFoundException': java/lang/ObjectCustomizer> (0x00000000e07da630) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 210] | |
267 | -Event: 9.475 Thread 0x0000000002ad2800 Exception <a 'java/lang/ClassNotFoundException': org/springframework/cloud/netflix/eureka/serviceregistry/EurekaRegistrationCustomizer> (0x00000000e0819550) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\clas | |
268 | -Event: 9.476 Thread 0x0000000002ad2800 Exception <a 'java/lang/ClassNotFoundException': org/springframework/cloud/client/serviceregistry/RegistrationCustomizer> (0x00000000e0871198) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDi | |
269 | -Event: 9.477 Thread 0x0000000002ad2800 Exception <a 'java/lang/ClassNotFoundException': org/springframework/cloud/client/ServiceInstanceCustomizer> (0x00000000e089d068) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.cpp, | |
270 | -Event: 9.909 Thread 0x0000000002ad2800 Exception <a 'java/lang/ClassNotFoundException': java/lang/ObjectCustomizer> (0x00000000e2ddd1a8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 210] | |
271 | -Event: 9.909 Thread 0x0000000002ad2800 Exception <a 'java/lang/ClassNotFoundException': com/sincere/haikangface/HaikangfaceApplicationTestsCustomizer> (0x00000000e2e0e5a0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.c | |
272 | -Event: 10.245 Thread 0x00000000232e9800 Exception <a 'java/lang/ClassNotFoundException': java/lang/ObjectCustomizer> (0x00000000d844ad48) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 210] | |
273 | -Event: 10.247 Thread 0x00000000232e9800 Exception <a 'java/lang/ClassNotFoundException': com/netflix/appinfo/ApplicationInfoManagerCustomizer> (0x00000000d8477c10) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\classfile\systemDictionary.cpp, line | |
274 | - | |
275 | -Events (10 events): | |
276 | -Event: 10.260 Thread 0x0000000019a44800 flushing nmethod 0x000000000366c8d0 | |
277 | -Event: 10.260 Thread 0x0000000019a44800 flushing nmethod 0x00000000036aeb90 | |
278 | -Event: 10.261 Thread 0x0000000019a44800 flushing nmethod 0x0000000003725190 | |
279 | -Event: 10.261 Thread 0x0000000019a44800 flushing nmethod 0x0000000003768a50 | |
280 | -Event: 10.261 Thread 0x0000000019a44800 flushing nmethod 0x0000000003793390 | |
281 | -Event: 10.261 Thread 0x0000000019a44800 flushing nmethod 0x0000000003796010 | |
282 | -Event: 10.261 Thread 0x0000000019a44800 flushing nmethod 0x00000000037a1bd0 | |
283 | -Event: 10.261 Thread 0x0000000019a44800 flushing nmethod 0x0000000003801450 | |
284 | -Event: 10.265 Thread 0x00000000232e9800 Thread exited: 0x00000000232e9800 | |
285 | -Event: 10.281 Executing VM operation: Exit | |
286 | - | |
287 | - | |
288 | -Dynamic libraries: | |
289 | -0x00007ff68fe90000 - 0x00007ff68fec7000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\java.exe | |
290 | -0x00007ffca8620000 - 0x00007ffca8810000 C:\WINDOWS\SYSTEM32\ntdll.dll | |
291 | -0x00007ffca67e0000 - 0x00007ffca6892000 C:\WINDOWS\System32\KERNEL32.DLL | |
292 | -0x00007ffca55b0000 - 0x00007ffca5853000 C:\WINDOWS\System32\KERNELBASE.dll | |
293 | -0x00007ffca83b0000 - 0x00007ffca8453000 C:\WINDOWS\System32\ADVAPI32.dll | |
294 | -0x00007ffca66d0000 - 0x00007ffca676e000 C:\WINDOWS\System32\msvcrt.dll | |
295 | -0x00007ffca7cb0000 - 0x00007ffca7d47000 C:\WINDOWS\System32\sechost.dll | |
296 | -0x00007ffca6b80000 - 0x00007ffca6ca0000 C:\WINDOWS\System32\RPCRT4.dll | |
297 | -0x00007ffca73a0000 - 0x00007ffca7534000 C:\WINDOWS\System32\USER32.dll | |
298 | -0x00007ffca5860000 - 0x00007ffca5881000 C:\WINDOWS\System32\win32u.dll | |
299 | -0x00007ffca7030000 - 0x00007ffca7056000 C:\WINDOWS\System32\GDI32.dll | |
300 | -0x00007ffca59f0000 - 0x00007ffca5b84000 C:\WINDOWS\System32\gdi32full.dll | |
301 | -0x00007ffca5ce0000 - 0x00007ffca5d7e000 C:\WINDOWS\System32\msvcp_win.dll | |
302 | -0x00007ffca5890000 - 0x00007ffca598a000 C:\WINDOWS\System32\ucrtbase.dll | |
303 | -0x00007ffc902e0000 - 0x00007ffc90565000 C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.18362.418_none_e6c6b287130d565d\COMCTL32.dll | |
304 | -0x00007ffca7060000 - 0x00007ffca7396000 C:\WINDOWS\System32\combase.dll | |
305 | -0x00007ffca5d80000 - 0x00007ffca5e00000 C:\WINDOWS\System32\bcryptPrimitives.dll | |
306 | -0x00007ffca6d70000 - 0x00007ffca6d9e000 C:\WINDOWS\System32\IMM32.DLL | |
307 | -0x00000000697c0000 - 0x0000000069892000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\msvcr100.dll | |
308 | -0x0000000068f10000 - 0x00000000697b2000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\server\jvm.dll | |
309 | -0x00007ffca67d0000 - 0x00007ffca67d8000 C:\WINDOWS\System32\PSAPI.DLL | |
310 | -0x00007ffc9ccc0000 - 0x00007ffc9ccca000 C:\WINDOWS\SYSTEM32\VERSION.dll | |
311 | -0x00007ffc8fdf0000 - 0x00007ffc8fdf9000 C:\WINDOWS\SYSTEM32\WSOCK32.dll | |
312 | -0x00007ffca6ca0000 - 0x00007ffca6d0f000 C:\WINDOWS\System32\WS2_32.dll | |
313 | -0x00007ffc9f430000 - 0x00007ffc9f454000 C:\WINDOWS\SYSTEM32\WINMM.dll | |
314 | -0x00007ffc9f3e0000 - 0x00007ffc9f40d000 C:\WINDOWS\SYSTEM32\winmmbase.dll | |
315 | -0x00007ffca6680000 - 0x00007ffca66ca000 C:\WINDOWS\System32\cfgmgr32.dll | |
316 | -0x0000000068ef0000 - 0x0000000068eff000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\verify.dll | |
317 | -0x0000000068ec0000 - 0x0000000068ee9000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\java.dll | |
318 | -0x0000000068ea0000 - 0x0000000068eb6000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\zip.dll | |
319 | -0x00007ffca7540000 - 0x00007ffca7c25000 C:\WINDOWS\System32\SHELL32.dll | |
320 | -0x00007ffca8460000 - 0x00007ffca8509000 C:\WINDOWS\System32\shcore.dll | |
321 | -0x00007ffca5e00000 - 0x00007ffca657f000 C:\WINDOWS\System32\windows.storage.dll | |
322 | -0x00007ffca5590000 - 0x00007ffca55af000 C:\WINDOWS\System32\profapi.dll | |
323 | -0x00007ffca5520000 - 0x00007ffca556a000 C:\WINDOWS\System32\powrprof.dll | |
324 | -0x00007ffca54f0000 - 0x00007ffca5500000 C:\WINDOWS\System32\UMPDC.dll | |
325 | -0x00007ffca6d10000 - 0x00007ffca6d62000 C:\WINDOWS\System32\shlwapi.dll | |
326 | -0x00007ffca5570000 - 0x00007ffca5581000 C:\WINDOWS\System32\kernel.appcore.dll | |
327 | -0x00007ffca6660000 - 0x00007ffca6677000 C:\WINDOWS\System32\cryptsp.dll | |
328 | -0x0000000068da0000 - 0x0000000068dad000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\management.dll | |
329 | -0x0000000068e60000 - 0x0000000068e7a000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\net.dll | |
330 | -0x00007ffca4d60000 - 0x00007ffca4dc7000 C:\WINDOWS\system32\mswsock.dll | |
331 | -0x0000000068d80000 - 0x0000000068d91000 C:\Program Files\Java\jdk1.8.0_181\jre\bin\nio.dll | |
332 | -0x00007ffca4a70000 - 0x00007ffca4aaa000 C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL | |
333 | -0x00007ffca6da0000 - 0x00007ffca6da8000 C:\WINDOWS\System32\NSI.dll | |
334 | -0x00007ffc9cd40000 - 0x00007ffc9cd56000 C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL | |
335 | -0x00007ffc9cea0000 - 0x00007ffc9cebc000 C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL | |
336 | -0x00007ffca4ab0000 - 0x00007ffca4b7a000 C:\WINDOWS\SYSTEM32\DNSAPI.dll | |
337 | -0x00007ffc9dfc0000 - 0x00007ffc9dfca000 C:\Windows\System32\rasadhlp.dll | |
338 | -0x00007ffc9b8d0000 - 0x00007ffc9b947000 C:\WINDOWS\System32\fwpuclnt.dll | |
339 | -0x00007ffca6630000 - 0x00007ffca6656000 C:\WINDOWS\System32\bcrypt.dll | |
340 | -0x00007ffc8dd10000 - 0x00007ffc8dd26000 C:\WINDOWS\system32\napinsp.dll | |
341 | -0x00007ffc8cf80000 - 0x00007ffc8cf9a000 C:\WINDOWS\system32\pnrpnsp.dll | |
342 | -0x00007ffc8cfa0000 - 0x00007ffc8cfae000 C:\WINDOWS\System32\winrnr.dll | |
343 | -0x00007ffca0cb0000 - 0x00007ffca0ccc000 C:\WINDOWS\system32\NLAapi.dll | |
344 | -0x00007ffca0c00000 - 0x00007ffca0c15000 C:\WINDOWS\system32\wshbth.dll | |
345 | -0x00007ffca48d0000 - 0x00007ffca4903000 C:\WINDOWS\system32\rsaenh.dll | |
346 | -0x00007ffca5410000 - 0x00007ffca5435000 C:\WINDOWS\SYSTEM32\USERENV.dll | |
347 | -0x00007ffca4f30000 - 0x00007ffca4f3c000 C:\WINDOWS\SYSTEM32\CRYPTBASE.dll | |
348 | -0x0000000180000000 - 0x0000000180031000 C:\Users\taohandong\AppData\Local\Temp\jna5050847681250587787.tmp | |
349 | -0x0000000020f20000 - 0x00000000212e7000 C:\lib\HCEHomeCMS.DLL | |
350 | -0x00007ffc4a810000 - 0x00007ffc4acda000 C:\lib\HCEHomeSS.DLL | |
351 | -0x00007ffc4a320000 - 0x00007ffc4a80c000 C:\lib\HCNetUtils.dll | |
352 | -0x00000000212f0000 - 0x00000000214c0000 C:\lib\sqlite3.dll | |
353 | -0x0000000021680000 - 0x0000000021a0f000 C:\lib\HCEHomeAlarm.DLL | |
354 | -0x0000000024fc0000 - 0x00000000251b0000 C:\TaoHandong\Java_Code\apache-tomcat-8.5.34\bin\tcnative-1.dll | |
355 | -0x00007ffca3e10000 - 0x00007ffca4004000 C:\WINDOWS\SYSTEM32\dbghelp.dll | |
356 | - | |
357 | -VM Arguments: | |
358 | -java_command: C:\Users\TAOHAN~1\AppData\Local\Temp\surefire1040930807144496410\surefirebooter4352216010723039130.jar C:\Users\taohandong\AppData\Local\Temp\surefire1040930807144496410 2019-11-04T16-32-18_768-jvmRun1 surefire6464698690403734709tmp surefire_06366591335699242586tmp | |
359 | -java_class_path (initial): C:\Users\TAOHAN~1\AppData\Local\Temp\surefire1040930807144496410\surefirebooter4352216010723039130.jar | |
360 | -Launcher Type: SUN_STANDARD | |
361 | - | |
362 | -Environment Variables: | |
363 | -JAVA_HOME=C:\Program Files\Java\jdk1.8.0_181 | |
364 | -CLASSPATH=.;C:\Program Files\Java\jdk1.8.0_181\lib;C:\Program Files\Java\jdk1.8.0_181\lib\tools.jar; | |
365 | -PATH=C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\TaoHandong\¹¤¾ßÀàÈí¼þ\Git\cmd;C:\Program Files\Java\jdk1.8.0_181\bin;C:\Program Files\Java\jdk1.8.0_181\jre\bin;C:\Program Files (x86)\Tesseract-OCR;C:\WINDOWS\System32\OpenSSH\;C:\TaoHandong\Java_Code\apache-tomcat-8.5.34\bin;c:\windows\system32;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Program Files (x86)\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\130\DTS\Binn\;C:\Program Files\Microsoft SQL Server\130\DTS\Binn\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn\;C:\TaoHandong\server\mysql-8.0.16-winx64\bin;C:\Program Files\nodejs\;C:\Program Files\RabbitMQ Server\rabbitmq_server-3.7.16\sbin;C:\Program Files\erl10.4\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files\MySQL\MySQL Shell 8.0\bin\;C:\Users\taohandong\AppData\Local\Microsoft\WindowsApps;C:\Program Files\Java\jdk1.8.0_181\bin;C:\Users\taohandong\Downloads\apache-maven-3.6.0-bin\apache-maven-3.6.0\bin;C:\Users\taohandong;C:\TaoHandong\Anaconda;C:\TaoHandong\Anaconda\Scripts;C:\Users\taohandong\AppData\Roaming\npm; | |
366 | -USERNAME=taohandong | |
367 | -OS=Windows_NT | |
368 | -PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 142 Stepping 10, GenuineIntel | |
369 | - | |
370 | - | |
371 | - | |
372 | ---------------- S Y S T E M --------------- | |
373 | - | |
374 | -OS: Windows 10.0 , 64 bit Build 18362 (10.0.18362.329) | |
375 | - | |
376 | -CPU:total 8 (initial active 8) (4 cores per cpu, 2 threads per core) family 6 model 142 stepping 10, 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 | |
377 | - | |
378 | -Memory: 4k page, physical 8218728k(1139808k free), swap 21565288k(2596776k free) | |
379 | - | |
380 | -vm_info: Java HotSpot(TM) 64-Bit Server VM (25.181-b13) for windows-amd64 JRE (1.8.0_181-b13), built on Jul 7 2018 04:01:33 by "java_re" with MS VC++ 10.0 (VS2010) | |
381 | - | |
382 | -time: Mon Nov 04 16:32:29 2019 | |
383 | -elapsed time: 10 seconds (0d 0h 0m 10s) | |
384 | - |
cloud/haikangface/pom.xml
... | ... | @@ -171,13 +171,13 @@ |
171 | 171 | <configuration> |
172 | 172 | <includeSystemScope>true</includeSystemScope> |
173 | 173 | <layout>ZIP</layout> |
174 | - <!-- <includes> | |
174 | + <includes> | |
175 | 175 | <include> |
176 | - <!– 排除所有Jar –> | |
176 | + <!-- 排除所有Jar --> | |
177 | 177 | <groupId>nothing</groupId> |
178 | 178 | <artifactId>nothing</artifactId> |
179 | 179 | </include> |
180 | - </includes>--> | |
180 | + </includes> | |
181 | 181 | </configuration> |
182 | 182 | </plugin> |
183 | 183 | </plugins> | ... | ... |
cloud/haikangface/src/main/java/com/sincere/haikangface/CMSServer.java
... | ... | @@ -168,6 +168,16 @@ public class CMSServer implements ApplicationRunner { |
168 | 168 | dwInLen = pInBuffer.size(); |
169 | 169 | lLoginID = lUserID; |
170 | 170 | map.put(deviceId, lLoginID); |
171 | + | |
172 | + try { | |
173 | + Thread.sleep(1000); | |
174 | + for (int i = 0; i < 7; i++) { | |
175 | + SetCardWeekPlan(deviceId, HKXmlUtils.getInstance().SetCardWeekPlanTime("00:00:00", "23:00:00",""+i), "设置卡权限周计划时间"); | |
176 | + } | |
177 | + } catch (InterruptedException e) { | |
178 | + e.printStackTrace(); | |
179 | + } | |
180 | + | |
171 | 181 | } //设备下线 |
172 | 182 | return true; |
173 | 183 | } | ... | ... |
cloud/haikangface/src/main/java/com/sincere/haikangface/async/SendUserAsync.java
... | ... | @@ -46,7 +46,7 @@ public class SendUserAsync { |
46 | 46 | |
47 | 47 | // @Async("taskExecutor") |
48 | 48 | public void sendStuToHaiKang(String srcFile, String picUrl, String card, String startTime, String endTime, int validTimeEnabled, String name, String deviceId, String userType, int isPiliang) { |
49 | - System.out.println("下发卡号:"+card+" startTime:"+startTime+" endTime:"+endTime); | |
49 | +// System.out.println("下发卡号:"+card+" startTime:"+startTime+" endTime:"+endTime); | |
50 | 50 | if (null == sendRecoderUtils) sendRecoderUtils = new SendRecoderUtils(); |
51 | 51 | //1、检测图片是否合格 |
52 | 52 | boolean check = true; |
... | ... | @@ -63,9 +63,6 @@ public class SendUserAsync { |
63 | 63 | cmsServer.SetCardWeekPlan(deviceId, HKXmlUtils.getInstance().SetCardRightCfg(card), "设置卡权限"); |
64 | 64 | cmsServer.SetCardWeekPlan(deviceId, HKXmlUtils.getInstance().SetCardWeekPlan(), "卡权限周计划"); |
65 | 65 | // cmsServer.SetCardWeekPlan(deviceId, HKXmlUtils.getInstance().SetCardTemplate(), "设置卡权限计划模板"); |
66 | - for (int i = 0; i < 7; i++) { | |
67 | - cmsServer.SetCardWeekPlan(deviceId, HKXmlUtils.getInstance().SetCardWeekPlanTime("00:00:00", "23:00:00",""+i), "设置卡权限周计划时间"); | |
68 | - } | |
69 | 66 | if (result) { |
70 | 67 | if (isPiliang == 0) { |
71 | 68 | new File(srcFile).deleteOnExit(); | ... | ... |
cloud/haikangface/src/main/java/com/sincere/haikangface/bean/AttendanceBean.java
... | ... | @@ -21,6 +21,16 @@ public class AttendanceBean implements Serializable { |
21 | 21 | |
22 | 22 | private int state; |
23 | 23 | |
24 | + private int isKaoqin; | |
25 | + | |
26 | + public int getIsKaoqin() { | |
27 | + return isKaoqin; | |
28 | + } | |
29 | + | |
30 | + public void setIsKaoqin(int isKaoqin) { | |
31 | + this.isKaoqin = isKaoqin; | |
32 | + } | |
33 | + | |
24 | 34 | public String getClint_id() { |
25 | 35 | return clint_id; |
26 | 36 | } | ... | ... |
cloud/haikangface/src/main/java/com/sincere/haikangface/bean/HSGrade.java
0 → 100644
... | ... | @@ -0,0 +1,120 @@ |
1 | +package com.sincere.haikangface.bean; | |
2 | + | |
3 | +public class HSGrade { | |
4 | + | |
5 | + private String Name; | |
6 | + | |
7 | + private String AddTime; | |
8 | + | |
9 | + private int Status; | |
10 | + | |
11 | + private String UserId; | |
12 | + | |
13 | + private int SchoolId; | |
14 | + | |
15 | + private String ShortName; | |
16 | + | |
17 | + private int SchoolYear; | |
18 | + | |
19 | + private int Year; | |
20 | + | |
21 | + private String Remark; | |
22 | + | |
23 | + private int IsFinish; | |
24 | + | |
25 | + public String getName() { | |
26 | + return Name; | |
27 | + } | |
28 | + | |
29 | + public void setName(String name) { | |
30 | + Name = name; | |
31 | + } | |
32 | + | |
33 | + public String getAddTime() { | |
34 | + return AddTime; | |
35 | + } | |
36 | + | |
37 | + public void setAddTime(String addTime) { | |
38 | + AddTime = addTime; | |
39 | + } | |
40 | + | |
41 | + public int getStatus() { | |
42 | + return Status; | |
43 | + } | |
44 | + | |
45 | + public void setStatus(int status) { | |
46 | + Status = status; | |
47 | + } | |
48 | + | |
49 | + public String getUserId() { | |
50 | + return UserId; | |
51 | + } | |
52 | + | |
53 | + public void setUserId(String userId) { | |
54 | + UserId = userId; | |
55 | + } | |
56 | + | |
57 | + public int getSchoolId() { | |
58 | + return SchoolId; | |
59 | + } | |
60 | + | |
61 | + public void setSchoolId(int schoolId) { | |
62 | + SchoolId = schoolId; | |
63 | + } | |
64 | + | |
65 | + public String getShortName() { | |
66 | + return ShortName; | |
67 | + } | |
68 | + | |
69 | + public void setShortName(String shortName) { | |
70 | + ShortName = shortName; | |
71 | + } | |
72 | + | |
73 | + public int getSchoolYear() { | |
74 | + return SchoolYear; | |
75 | + } | |
76 | + | |
77 | + public void setSchoolYear(int schoolYear) { | |
78 | + SchoolYear = schoolYear; | |
79 | + } | |
80 | + | |
81 | + public int getYear() { | |
82 | + return Year; | |
83 | + } | |
84 | + | |
85 | + public void setYear(int year) { | |
86 | + Year = year; | |
87 | + } | |
88 | + | |
89 | + public String getRemark() { | |
90 | + return Remark; | |
91 | + } | |
92 | + | |
93 | + public void setRemark(String remark) { | |
94 | + Remark = remark; | |
95 | + } | |
96 | + | |
97 | + public int getIsFinish() { | |
98 | + return IsFinish; | |
99 | + } | |
100 | + | |
101 | + public void setIsFinish(int isFinish) { | |
102 | + IsFinish = isFinish; | |
103 | + } | |
104 | + | |
105 | + @Override | |
106 | + public String toString() { | |
107 | + return "HSGrade{" + | |
108 | + "Name='" + Name + '\'' + | |
109 | + ", AddTime='" + AddTime + '\'' + | |
110 | + ", Status=" + Status + | |
111 | + ", UserId='" + UserId + '\'' + | |
112 | + ", SchoolId=" + SchoolId + | |
113 | + ", ShortName='" + ShortName + '\'' + | |
114 | + ", SchoolYear=" + SchoolYear + | |
115 | + ", Year=" + Year + | |
116 | + ", Remark='" + Remark + '\'' + | |
117 | + ", IsFinish=" + IsFinish + | |
118 | + '}'; | |
119 | + } | |
120 | +} | ... | ... |
cloud/haikangface/src/main/java/com/sincere/haikangface/bean/HS_ResBook.java
0 → 100644
... | ... | @@ -0,0 +1,98 @@ |
1 | +package com.sincere.haikangface.bean; | |
2 | + | |
3 | +public class HS_ResBook { | |
4 | + | |
5 | + private String Name; | |
6 | + | |
7 | + private String AddTime; | |
8 | + | |
9 | + private String Status; | |
10 | + | |
11 | + private String UserId; | |
12 | + | |
13 | + private String SchoolId; | |
14 | + | |
15 | + private String Press; | |
16 | + | |
17 | + private String PressTimes; | |
18 | + | |
19 | + private String Price; | |
20 | + | |
21 | + public String getName() { | |
22 | + return Name; | |
23 | + } | |
24 | + | |
25 | + public void setName(String name) { | |
26 | + Name = name; | |
27 | + } | |
28 | + | |
29 | + public String getAddTime() { | |
30 | + return AddTime; | |
31 | + } | |
32 | + | |
33 | + public void setAddTime(String addTime) { | |
34 | + AddTime = addTime; | |
35 | + } | |
36 | + | |
37 | + public String getStatus() { | |
38 | + return Status; | |
39 | + } | |
40 | + | |
41 | + public void setStatus(String status) { | |
42 | + Status = status; | |
43 | + } | |
44 | + | |
45 | + public String getUserId() { | |
46 | + return UserId; | |
47 | + } | |
48 | + | |
49 | + public void setUserId(String userId) { | |
50 | + UserId = userId; | |
51 | + } | |
52 | + | |
53 | + public String getSchoolId() { | |
54 | + return SchoolId; | |
55 | + } | |
56 | + | |
57 | + public void setSchoolId(String schoolId) { | |
58 | + SchoolId = schoolId; | |
59 | + } | |
60 | + | |
61 | + public String getPress() { | |
62 | + return Press; | |
63 | + } | |
64 | + | |
65 | + public void setPress(String press) { | |
66 | + Press = press; | |
67 | + } | |
68 | + | |
69 | + public String getPressTimes() { | |
70 | + return PressTimes; | |
71 | + } | |
72 | + | |
73 | + public void setPressTimes(String pressTimes) { | |
74 | + PressTimes = pressTimes; | |
75 | + } | |
76 | + | |
77 | + public String getPrice() { | |
78 | + return Price; | |
79 | + } | |
80 | + | |
81 | + public void setPrice(String price) { | |
82 | + Price = price; | |
83 | + } | |
84 | + | |
85 | + @Override | |
86 | + public String toString() { | |
87 | + return "HS_ResBook{" + | |
88 | + "Name='" + Name + '\'' + | |
89 | + ", AddTime='" + AddTime + '\'' + | |
90 | + ", Status='" + Status + '\'' + | |
91 | + ", UserId='" + UserId + '\'' + | |
92 | + ", SchoolId='" + SchoolId + '\'' + | |
93 | + ", Press='" + Press + '\'' + | |
94 | + ", PressTimes='" + PressTimes + '\'' + | |
95 | + ", Price='" + Price + '\'' + | |
96 | + '}'; | |
97 | + } | |
98 | +} | ... | ... |
cloud/haikangface/src/main/java/com/sincere/haikangface/bean/HS_ResBookVersion.java
0 → 100644
... | ... | @@ -0,0 +1,87 @@ |
1 | +package com.sincere.haikangface.bean; | |
2 | + | |
3 | +public class HS_ResBookVersion { | |
4 | + | |
5 | + private int BookId; | |
6 | + | |
7 | + private int GradeId; | |
8 | + | |
9 | + private int SubjectId; | |
10 | + | |
11 | + private int IsUse; | |
12 | + | |
13 | + private int State; | |
14 | + | |
15 | + private String Intime; | |
16 | + | |
17 | + private int SchoolId; | |
18 | + | |
19 | + public int getBookId() { | |
20 | + return BookId; | |
21 | + } | |
22 | + | |
23 | + public void setBookId(int bookId) { | |
24 | + BookId = bookId; | |
25 | + } | |
26 | + | |
27 | + public int getGradeId() { | |
28 | + return GradeId; | |
29 | + } | |
30 | + | |
31 | + public void setGradeId(int gradeId) { | |
32 | + GradeId = gradeId; | |
33 | + } | |
34 | + | |
35 | + public int getSubjectId() { | |
36 | + return SubjectId; | |
37 | + } | |
38 | + | |
39 | + public void setSubjectId(int subjectId) { | |
40 | + SubjectId = subjectId; | |
41 | + } | |
42 | + | |
43 | + public int getIsUse() { | |
44 | + return IsUse; | |
45 | + } | |
46 | + | |
47 | + public void setIsUse(int isUse) { | |
48 | + IsUse = isUse; | |
49 | + } | |
50 | + | |
51 | + public int getState() { | |
52 | + return State; | |
53 | + } | |
54 | + | |
55 | + public void setState(int state) { | |
56 | + State = state; | |
57 | + } | |
58 | + | |
59 | + public String getIntime() { | |
60 | + return Intime; | |
61 | + } | |
62 | + | |
63 | + public void setIntime(String intime) { | |
64 | + Intime = intime; | |
65 | + } | |
66 | + | |
67 | + public int getSchoolId() { | |
68 | + return SchoolId; | |
69 | + } | |
70 | + | |
71 | + public void setSchoolId(int schoolId) { | |
72 | + SchoolId = schoolId; | |
73 | + } | |
74 | + | |
75 | + @Override | |
76 | + public String toString() { | |
77 | + return "HS_ResBookVersion{" + | |
78 | + "BookId=" + BookId + | |
79 | + ", GradeId=" + GradeId + | |
80 | + ", SubjectId=" + SubjectId + | |
81 | + ", IsUse=" + IsUse + | |
82 | + ", State=" + State + | |
83 | + ", Intime='" + Intime + '\'' + | |
84 | + ", SchoolId=" + SchoolId + | |
85 | + '}'; | |
86 | + } | |
87 | +} | ... | ... |
cloud/haikangface/src/main/java/com/sincere/haikangface/bean/HS_ResChapter.java
0 → 100644
... | ... | @@ -0,0 +1,152 @@ |
1 | +package com.sincere.haikangface.bean; | |
2 | + | |
3 | +public class HS_ResChapter { | |
4 | + | |
5 | + private int id; | |
6 | + | |
7 | + private String Name; | |
8 | + | |
9 | + private int SubjectId; | |
10 | + | |
11 | + private int GradeId; | |
12 | + | |
13 | + private int Pid; | |
14 | + | |
15 | + private int JiaoCaiId; | |
16 | + | |
17 | + private int BookVersionId; | |
18 | + | |
19 | + private int Sort; | |
20 | + | |
21 | + private int Type; | |
22 | + | |
23 | + private String AddTime; | |
24 | + | |
25 | + private int Status; | |
26 | + | |
27 | + private String UserId; | |
28 | + | |
29 | + private int SchoolId; | |
30 | + | |
31 | + public int getId() { | |
32 | + return id; | |
33 | + } | |
34 | + | |
35 | + public void setId(int id) { | |
36 | + this.id = id; | |
37 | + } | |
38 | + | |
39 | + public String getName() { | |
40 | + return Name; | |
41 | + } | |
42 | + | |
43 | + public void setName(String name) { | |
44 | + Name = name; | |
45 | + } | |
46 | + | |
47 | + public int getSubjectId() { | |
48 | + return SubjectId; | |
49 | + } | |
50 | + | |
51 | + public void setSubjectId(int subjectId) { | |
52 | + SubjectId = subjectId; | |
53 | + } | |
54 | + | |
55 | + public int getGradeId() { | |
56 | + return GradeId; | |
57 | + } | |
58 | + | |
59 | + public void setGradeId(int gradeId) { | |
60 | + GradeId = gradeId; | |
61 | + } | |
62 | + | |
63 | + public int getPid() { | |
64 | + return Pid; | |
65 | + } | |
66 | + | |
67 | + public void setPid(int pid) { | |
68 | + Pid = pid; | |
69 | + } | |
70 | + | |
71 | + public int getJiaoCaiId() { | |
72 | + return JiaoCaiId; | |
73 | + } | |
74 | + | |
75 | + public void setJiaoCaiId(int jiaoCaiId) { | |
76 | + JiaoCaiId = jiaoCaiId; | |
77 | + } | |
78 | + | |
79 | + public int getBookVersionId() { | |
80 | + return BookVersionId; | |
81 | + } | |
82 | + | |
83 | + public void setBookVersionId(int bookVersionId) { | |
84 | + BookVersionId = bookVersionId; | |
85 | + } | |
86 | + | |
87 | + public int getSort() { | |
88 | + return Sort; | |
89 | + } | |
90 | + | |
91 | + public void setSort(int sort) { | |
92 | + Sort = sort; | |
93 | + } | |
94 | + | |
95 | + public int getType() { | |
96 | + return Type; | |
97 | + } | |
98 | + | |
99 | + public void setType(int type) { | |
100 | + Type = type; | |
101 | + } | |
102 | + | |
103 | + public String getAddTime() { | |
104 | + return AddTime; | |
105 | + } | |
106 | + | |
107 | + public void setAddTime(String addTime) { | |
108 | + AddTime = addTime; | |
109 | + } | |
110 | + | |
111 | + public int getStatus() { | |
112 | + return Status; | |
113 | + } | |
114 | + | |
115 | + public void setStatus(int status) { | |
116 | + Status = status; | |
117 | + } | |
118 | + | |
119 | + public String getUserId() { | |
120 | + return UserId; | |
121 | + } | |
122 | + | |
123 | + public void setUserId(String userId) { | |
124 | + UserId = userId; | |
125 | + } | |
126 | + | |
127 | + public int getSchoolId() { | |
128 | + return SchoolId; | |
129 | + } | |
130 | + | |
131 | + public void setSchoolId(int schoolId) { | |
132 | + SchoolId = schoolId; | |
133 | + } | |
134 | + | |
135 | + @Override | |
136 | + public String toString() { | |
137 | + return "HS_ResChapter{" + | |
138 | + "Name='" + Name + '\'' + | |
139 | + ", SubjectId=" + SubjectId + | |
140 | + ", GradeId=" + GradeId + | |
141 | + ", Pid=" + Pid + | |
142 | + ", JiaoCaiId=" + JiaoCaiId + | |
143 | + ", BookVersionId=" + BookVersionId + | |
144 | + ", Sort=" + Sort + | |
145 | + ", Type=" + Type + | |
146 | + ", AddTime='" + AddTime + '\'' + | |
147 | + ", Status=" + Status + | |
148 | + ", UserId='" + UserId + '\'' + | |
149 | + ", SchoolId=" + SchoolId + | |
150 | + '}'; | |
151 | + } | |
152 | +} | ... | ... |
cloud/haikangface/src/main/java/com/sincere/haikangface/bean/SubjectBean.java
0 → 100644
... | ... | @@ -0,0 +1,120 @@ |
1 | +package com.sincere.haikangface.bean; | |
2 | + | |
3 | +public class SubjectBean { | |
4 | + | |
5 | + private int subject_id; | |
6 | + | |
7 | + private int school_id; | |
8 | + | |
9 | + private String subject_name; | |
10 | + | |
11 | + private String intime; | |
12 | + | |
13 | + private int subId; | |
14 | + | |
15 | + private int IsElective; | |
16 | + | |
17 | + private int Status; | |
18 | + | |
19 | + private int TypeId; | |
20 | + | |
21 | + private int MaxPerson; | |
22 | + | |
23 | + private String ShortName; | |
24 | + | |
25 | + public int getSubject_id() { | |
26 | + return subject_id; | |
27 | + } | |
28 | + | |
29 | + public void setSubject_id(int subject_id) { | |
30 | + this.subject_id = subject_id; | |
31 | + } | |
32 | + | |
33 | + public int getSchool_id() { | |
34 | + return school_id; | |
35 | + } | |
36 | + | |
37 | + public void setSchool_id(int school_id) { | |
38 | + this.school_id = school_id; | |
39 | + } | |
40 | + | |
41 | + public String getSubject_name() { | |
42 | + return subject_name; | |
43 | + } | |
44 | + | |
45 | + public void setSubject_name(String subject_name) { | |
46 | + this.subject_name = subject_name; | |
47 | + } | |
48 | + | |
49 | + public String getIntime() { | |
50 | + return intime; | |
51 | + } | |
52 | + | |
53 | + public void setIntime(String intime) { | |
54 | + this.intime = intime; | |
55 | + } | |
56 | + | |
57 | + public int getSubId() { | |
58 | + return subId; | |
59 | + } | |
60 | + | |
61 | + public void setSubId(int subId) { | |
62 | + this.subId = subId; | |
63 | + } | |
64 | + | |
65 | + public int getIsElective() { | |
66 | + return IsElective; | |
67 | + } | |
68 | + | |
69 | + public void setIsElective(int isElective) { | |
70 | + IsElective = isElective; | |
71 | + } | |
72 | + | |
73 | + public int getStatus() { | |
74 | + return Status; | |
75 | + } | |
76 | + | |
77 | + public void setStatus(int status) { | |
78 | + Status = status; | |
79 | + } | |
80 | + | |
81 | + public int getTypeId() { | |
82 | + return TypeId; | |
83 | + } | |
84 | + | |
85 | + public void setTypeId(int typeId) { | |
86 | + TypeId = typeId; | |
87 | + } | |
88 | + | |
89 | + public int getMaxPerson() { | |
90 | + return MaxPerson; | |
91 | + } | |
92 | + | |
93 | + public void setMaxPerson(int maxPerson) { | |
94 | + MaxPerson = maxPerson; | |
95 | + } | |
96 | + | |
97 | + public String getShortName() { | |
98 | + return ShortName; | |
99 | + } | |
100 | + | |
101 | + public void setShortName(String shortName) { | |
102 | + ShortName = shortName; | |
103 | + } | |
104 | + | |
105 | + @Override | |
106 | + public String toString() { | |
107 | + return "SubjectBean{" + | |
108 | + "subject_id=" + subject_id + | |
109 | + ", school_id=" + school_id + | |
110 | + ", subject_name='" + subject_name + '\'' + | |
111 | + ", intime='" + intime + '\'' + | |
112 | + ", subId=" + subId + | |
113 | + ", IsElective=" + IsElective + | |
114 | + ", Status=" + Status + | |
115 | + ", TypeId=" + TypeId + | |
116 | + ", MaxPerson=" + MaxPerson + | |
117 | + ", ShortName='" + ShortName + '\'' + | |
118 | + '}'; | |
119 | + } | |
120 | +} | ... | ... |
cloud/haikangface/src/main/java/com/sincere/haikangface/control/UserControl.java
... | ... | @@ -2,7 +2,9 @@ package com.sincere.haikangface.control; |
2 | 2 | |
3 | 3 | import com.sincere.haikangface.CMSServer; |
4 | 4 | import com.sincere.haikangface.async.SendUserAsync; |
5 | +import com.sincere.haikangface.bean.AttendanceBean; | |
5 | 6 | import com.sincere.haikangface.bean.StudentBean; |
7 | +import com.sincere.haikangface.dao.DeviceDao; | |
6 | 8 | import com.sincere.haikangface.dao.UserDao; |
7 | 9 | import com.sincere.haikangface.utils.*; |
8 | 10 | import com.sincere.haikangface.xiananDao.SendRecordDao; |
... | ... | @@ -11,6 +13,7 @@ import io.swagger.annotations.ApiOperation; |
11 | 13 | import org.json.JSONArray; |
12 | 14 | import org.json.JSONObject; |
13 | 15 | import org.springframework.beans.factory.annotation.Autowired; |
16 | +import org.springframework.util.StringUtils; | |
14 | 17 | import org.springframework.web.bind.annotation.RequestMapping; |
15 | 18 | import org.springframework.web.bind.annotation.RequestMethod; |
16 | 19 | import org.springframework.web.bind.annotation.RequestParam; |
... | ... | @@ -39,6 +42,9 @@ public class UserControl { |
39 | 42 | UserDao userDao; |
40 | 43 | |
41 | 44 | @Autowired |
45 | + DeviceDao deviceDao; | |
46 | + | |
47 | + @Autowired | |
42 | 48 | CMSServer cmsServer; |
43 | 49 | |
44 | 50 | @Autowired |
... | ... | @@ -53,6 +59,7 @@ public class UserControl { |
53 | 59 | |
54 | 60 | try { |
55 | 61 | System.out.println("设备编号:"+deviceId); |
62 | + long time = System.currentTimeMillis(); | |
56 | 63 | if (filePath.contains("\\.jpg"))filePath=filePath.replace("\\.jpg","\\.png"); |
57 | 64 | if (new File(filePath.trim()).exists()) { |
58 | 65 | String targetPath = FileUtils.picPathComp + new File(filePath).getName(); |
... | ... | @@ -66,6 +73,9 @@ public class UserControl { |
66 | 73 | isPiliang = 1; |
67 | 74 | } |
68 | 75 | sendUserAsync.sendStuToHaiKang(filePath, targetPath, new BigInteger(getCard(card), 16).toString(), startTime, endTime, validTimeEnabled, name, deviceId, userType, isPiliang); |
76 | + | |
77 | + System.out.println("time:"+(System.currentTimeMillis()-time)/1000); | |
78 | + | |
69 | 79 | } catch (Exception e) { |
70 | 80 | e.printStackTrace(); |
71 | 81 | return false; |
... | ... | @@ -128,11 +138,28 @@ public class UserControl { |
128 | 138 | |
129 | 139 | String targetPath = FileUtils.picPathComp; |
130 | 140 | System.out.println("fileName:" + file.getOriginalFilename()); |
131 | - return FileUtils.upload(file, targetPath, file.getOriginalFilename()); | |
141 | + return ""; | |
142 | + | |
143 | + } | |
144 | + | |
145 | + | |
146 | + @RequestMapping(value = "getKaoqinTem", method = RequestMethod.GET) | |
147 | + @ApiOperation("根据设备获取考勤模板") | |
148 | + public String getKaoqinTem(@RequestParam("deviceId") String deviceId) { | |
149 | + AttendanceBean attendanceBean = deviceDao.selectDevice(deviceId); | |
150 | + int isKaoqin = attendanceBean.getIsKaoqin();//获取考勤模板id | |
151 | + List<AttendanceBean> attendanceBeans = deviceDao.getAttens(isKaoqin);//获取同一模板下的设备 | |
152 | + List<String> list = new ArrayList<>(); | |
132 | 153 | |
154 | + for (int i = 0; i < attendanceBeans.size(); i++) { | |
155 | + String clientId = attendanceBeans.get(i).getClint_id(); | |
156 | + if (!StringUtils.isEmpty(clientId))list.add(clientId); | |
157 | + } | |
158 | + return list.toString(); | |
133 | 159 | } |
134 | 160 | |
135 | 161 | |
162 | + | |
136 | 163 | private String getCard(String card) { |
137 | 164 | |
138 | 165 | if (card.length() == 8) { | ... | ... |
cloud/haikangface/src/main/java/com/sincere/haikangface/dao/DeviceDao.java
... | ... | @@ -22,6 +22,9 @@ public interface DeviceDao { |
22 | 22 | @Select("select * from SZ_Attendance where clint_id = #{clint_id}") |
23 | 23 | AttendanceBean selectDevice(@Param("clint_id") String clint_id); |
24 | 24 | |
25 | + @Select("select * from SZ_Attendance where IsKaoqin = #{IsKaoqin}") | |
26 | + List<AttendanceBean> getAttens(@Param("IsKaoqin")int IsKaoqin); | |
27 | + | |
25 | 28 | @Update("update SZ_Attendance set isConnection = #{isConnection} where clint_id = #{clint_id}") |
26 | 29 | int updateDeviceStatu(@Param("isConnection") int isConnection, @Param("clint_id") String clint_id); |
27 | 30 | |
... | ... | @@ -48,9 +51,8 @@ public interface DeviceDao { |
48 | 51 | @Select("select school_id from SZ_Attendance where clint_id = #{deviceId}") |
49 | 52 | int getSchoolId(@Param("deviceId")String deviceId); |
50 | 53 | |
51 | - | |
52 | - | |
53 | 54 | @Select("select * from SZ_Attendance where clint_type = #{clint_type} and school_id = #{school_id}") |
54 | 55 | List<AttendanceBean> selectDeviceWithschool_id(@Param("clint_type") String clint_type, @Param("school_id") String school_id); |
55 | 56 | |
57 | + | |
56 | 58 | } | ... | ... |
cloud/haikangface/src/main/java/com/sincere/haikangface/dao/UserDao.java
1 | 1 | package com.sincere.haikangface.dao; |
2 | 2 | |
3 | -import com.sincere.haikangface.bean.FileBean; | |
4 | -import com.sincere.haikangface.bean.StudentBean; | |
5 | -import com.sincere.haikangface.bean.UserBean; | |
3 | +import com.sincere.haikangface.bean.*; | |
6 | 4 | import org.apache.ibatis.annotations.*; |
7 | 5 | import org.springframework.stereotype.Repository; |
8 | 6 | |
... | ... | @@ -71,15 +69,73 @@ public interface UserDao { |
71 | 69 | @Select("select * from HS_ResFiles where UserId = 'zy405704' and id >= 4476 ") |
72 | 70 | List<FileBean> getFIlesReses(); |
73 | 71 | // |
74 | - @Select("(select Name from HS_ResGrade where SchoolId = 1021 and id = #{id})") | |
72 | + @Select("(select Name from HS_ResGrade where SchoolId = 350 and id = #{id})") | |
75 | 73 | String getGradeName(@Param("id")String id); |
76 | 74 | // |
77 | - @Select("select id from HS_ResGrade where SchoolId = 885 and name = #{name}") | |
75 | + @Select("select id from HS_ResGrade where SchoolId = 349 and name = #{name}") | |
78 | 76 | String getGradeId(@Param("name")String name); |
77 | + | |
78 | + @Select("select * from HS_ResGrade where SchoolId = 350") | |
79 | + List<HSGrade> getGrades(); | |
80 | + | |
81 | + | |
82 | + @Insert("insert into HS_ResGrade values (#{name},#{addTime},#{status},#{userId},#{schoolId},#{shortName},#{schoolYear},#{year},#{remark},#{isFinish})") | |
83 | + void addGrade(@Param("name") String name, @Param("addTime") String addTime, @Param("status") int status, @Param("userId") String userId, | |
84 | + @Param("schoolId") int schoolId, @Param("shortName") String shortName, @Param("schoolYear") int schoolYear,@Param("year") int year, @Param("remark") String remark, @Param("isFinish") int isFinish); | |
79 | 85 | // |
80 | - @Select("select Top(1)subject_id from SZ_Subject where subject_name =(select subject_name from SZ_Subject where school_id = 1021 and subject_id = #{subject_id}) and school_id = 885") | |
81 | - String getSubjectId(@Param("subject_id")int subject_id); | |
86 | + @Select("select * from HS_ResBook where SchoolId = 350") | |
87 | + List<HS_ResBook> getHSResBook(); | |
88 | + | |
89 | + @Insert(" insert into HS_ResBook values (#{name},#{addTime},#{status},#{userId},#{schoolId},#{press},#{pressTimes},#{price})") | |
90 | + void addHSResBook(@Param("name") String name,@Param("addTime") String addTime, @Param("status")String status,@Param("userId") String userId, @Param("schoolId")String schoolId, @Param("press")String press, | |
91 | + @Param("pressTimes") String pressTimes,@Param("price") String price); | |
92 | + | |
93 | + @Select("select * from SZ_Subject where school_id =350 and Status = 1") | |
94 | + List<SubjectBean> getSubjects(); | |
95 | + | |
96 | + @Insert("insert into SZ_Subject values(#{school_id},#{subject_name},#{intime},#{subId},#{isElective},#{status},#{typeId},#{maxPerson},#{shortName})") | |
97 | + void addSubjectbean( @Param("school_id") int school_id, @Param("subject_name") String subject_name,@Param("intime") String intime, | |
98 | + @Param("subId") int subId, @Param("isElective") int isElective, @Param("status") int status, @Param("typeId") int typeId, @Param("maxPerson") int maxPerson, @Param("shortName") String shortName); | |
99 | + | |
100 | + @Select("select Top(1)subject_id from SZ_Subject where subject_name = #{subject_name} and school_id = 349") | |
101 | + String getSubjectId(@Param("subject_name")String subject_name); | |
102 | + | |
103 | + @Select("select Top(1) subject_name from SZ_Subject where subject_id = #{subject_id} and school_id = 350") | |
104 | + String getSubjectName(@Param("subject_id")int subject_id); | |
105 | + | |
106 | + @Select("select Top(1) name from HS_ResBook where SchoolId = 350 and id = #{id}") | |
107 | + String getBookName(@Param("id") int bookId); | |
108 | + | |
109 | + @Select("select Top(1) id from HS_ResBook where SchoolId = 349 and name = #{name}") | |
110 | + int getBookId(@Param("name") String bookName); | |
111 | + | |
112 | + @Select("select id from HS_ResBookVersion where SchoolId = #{SchoolId}") | |
113 | + List<String> getbookversionId(@Param("SchoolId")String SchoolId); | |
114 | + | |
115 | + @Select("select * from HS_ResChapter where SchoolId = 350") | |
116 | + List<HS_ResChapter> getChapters(); | |
117 | + | |
82 | 118 | // |
119 | + @Select(" select * from HS_ResBookVersion where SchoolId = 350") | |
120 | + List<HS_ResBookVersion> getResBookVersion(); | |
121 | + | |
122 | + @Insert("insert into HS_ResBookVersion values(#{bookId},#{gradeId},#{subjectId},#{isUse},#{state},#{intime},#{schoolId})") | |
123 | + void addResBookVersion(@Param("bookId") int bookId, @Param("gradeId")int gradeId,@Param("subjectId") int subjectId,@Param("isUse") int isUse, @Param("state")int state, | |
124 | + @Param("intime")String intime,@Param("schoolId") int schoolId); | |
125 | + | |
126 | + @Insert("insert into HS_ResChapter values(#{name},#{subjectId},#{gradeId},#{pid},#{jiaoCaiId},#{bookVersionId},#{sort},#{type},#{addTime},#{status},#{userId},#{schoolId})") | |
127 | + void addChapter(@Param("name") String name, @Param("subjectId")int subjectId, @Param("gradeId")int gradeId, @Param("pid")int pid, @Param("jiaoCaiId")int jiaoCaiId, @Param("bookVersionId")int bookVersionId, | |
128 | + @Param("sort")int sort, @Param("type")int type,@Param("addTime") String addTime,@Param("status") int status,@Param("userId") String userId, @Param("schoolId")int schoolId); | |
129 | + | |
130 | + @Select("Select Top(1)name from HS_ResChapter where id = #{pid} ") | |
131 | + String getChapterName(@Param("pid") int pid); | |
132 | + | |
133 | + @Select(" Select Top(1)id from HS_ResChapter where name=#{name} and SchoolId = 349") | |
134 | + String getChapterId(@Param("name") String name); | |
135 | + | |
136 | + @Update("update HS_ResChapter set Pid = #{pid} where SchoolId = 349 and userId = #{userId} and name = #{name}") | |
137 | + void updateChapter(@Param("userId") String userId, @Param("name") String name, @Param("pid") String chapterId); | |
138 | + | |
83 | 139 | @Select("select id from HS_ResBook where SchoolId = 885 and name =(select name from HS_ResBook where SchoolId = 1021 and Id = #{id})") |
84 | 140 | String getJiaoCaiId(@Param("id")int id); |
85 | 141 | |
... | ... | @@ -117,4 +173,5 @@ public interface UserDao { |
117 | 173 | |
118 | 174 | @Insert("insert into HS_ResRalation (FileId,AddTime,UserId) values (#{FileId},#{AddTime},#{userId})") |
119 | 175 | void addRelation(@Param("FileId") String id, @Param("AddTime") String time, @Param("userId") String userId); |
176 | + | |
120 | 177 | } | ... | ... |
cloud/haikangface/src/main/java/com/sincere/haikangface/utils/CompressPic.java
... | ... | @@ -16,7 +16,7 @@ import java.io.InputStream; |
16 | 16 | public class CompressPic { |
17 | 17 | |
18 | 18 | public static String CompressPic(String srcPath, String targetPath) throws Exception { |
19 | - double cutPercent = 0.1; | |
19 | + double cutPercent = 0.5; | |
20 | 20 | File file = new File(srcPath.trim()); |
21 | 21 | FileInputStream fileInputStreamSrc = new FileInputStream(file); |
22 | 22 | BufferedImage bufferedImage = ImageIO.read(fileInputStreamSrc); | ... | ... |
cloud/haikangface/src/test/java/com/sincere/haikangface/HaikangfaceApplicationTests.java
1 | 1 | package com.sincere.haikangface; |
2 | 2 | |
3 | -import com.sincere.haikangface.bean.AttendanceBean; | |
4 | -import com.sincere.haikangface.bean.FileBean; | |
5 | -import com.sincere.haikangface.bean.SendRecordBean; | |
6 | -import com.sincere.haikangface.bean.StudentBean; | |
3 | +import com.sincere.haikangface.bean.*; | |
7 | 4 | import com.sincere.haikangface.dao.DeviceDao; |
8 | 5 | import com.sincere.haikangface.dao.UserDao; |
9 | 6 | import com.sincere.haikangface.xiananDao.SendRecordDao; |
... | ... | @@ -88,48 +85,98 @@ public class HaikangfaceApplicationTests { |
88 | 85 | |
89 | 86 | @Test |
90 | 87 | public void send() { |
88 | + /* List<HSGrade> gradeList = userDao.getGrades(); | |
91 | 89 | |
92 | - /*List<SendRecordBean> sendRecordBeans = sendRecordDao.getSenSuccesss("luzx01","1066"); | |
93 | - List<StudentBean> studentBeans = userDao.getAllStuWithSchoolId("1066"); | |
94 | - List<SendRecordBean> studentBeanList = new ArrayList<>(); | |
95 | - for (int i = 0; i < sendRecordBeans.size(); i++) { | |
96 | - SendRecordBean sendRecordBean = sendRecordBeans.get(i); | |
97 | - | |
98 | - boolean isHas = false; | |
99 | - for (int j = 0; j < studentBeans.size(); j++) { | |
100 | - if (sendRecordBean.getCustomerid().equals(studentBeans.get(j).getStudent_id())){ | |
101 | - isHas = true; | |
102 | - break; | |
103 | - } | |
104 | - } | |
90 | + for (int i = 0; i < gradeList.size(); i++) { | |
91 | + HSGrade hsGrade = gradeList.get(i); | |
92 | + hsGrade.setUserId("zy205616"); | |
93 | + hsGrade.setSchoolId(349); | |
94 | + userDao.addGrade(hsGrade.getName(), hsGrade.getAddTime(), hsGrade.getStatus(), hsGrade.getUserId(), hsGrade.getSchoolId(), hsGrade.getShortName(), hsGrade.getSchoolYear(), hsGrade.getYear(), hsGrade.getRemark(), hsGrade.getIsFinish()); | |
95 | + }*/ | |
105 | 96 | |
106 | - if (!isHas){ | |
107 | - studentBeanList.add(sendRecordBean); | |
108 | - } | |
97 | + /*List<HS_ResBook> hs_resBookList = userDao.getHSResBook(); | |
98 | + for (int i = 0; i < hs_resBookList.size(); i++) { | |
99 | + HS_ResBook hs_resBook = hs_resBookList.get(i); | |
100 | + hs_resBook.setUserId("zy205616"); | |
101 | + hs_resBook.setSchoolId("349"); | |
102 | + userDao.addHSResBook(hs_resBook.getName(), hs_resBook.getAddTime(), hs_resBook.getStatus(), hs_resBook.getUserId(), hs_resBook.getSchoolId(), hs_resBook.getPress(), hs_resBook.getPressTimes(), hs_resBook.getPrice()); | |
103 | + }*/ | |
109 | 104 | |
110 | - } | |
105 | + /*List<SubjectBean> subjectBeans = userDao.getSubjects(); | |
111 | 106 | |
112 | - System.out.println("studentBeanList:"+studentBeanList.size());*/ | |
113 | - /* List<AttendanceBean> attendanceBeans = deviceDao.selectDeviceWithschool_id("18", "1066"); | |
107 | + for (int i = 0; i < subjectBeans.size(); i++) { | |
108 | + SubjectBean subjectBean = subjectBeans.get(i); | |
109 | + subjectBean.setSchool_id(349); | |
110 | + userDao.addSubjectbean(subjectBean.getSchool_id(),subjectBean.getSubject_name(),subjectBean.getIntime(),subjectBean.getSubId(), | |
111 | + subjectBean.getIsElective(),subjectBean.getStatus(),subjectBean.getTypeId(),subjectBean.getMaxPerson(),subjectBean.getShortName()); | |
112 | + }*/ | |
114 | 113 | |
115 | - List<StudentBean> studentBeans = userDao.getAllStudentsWithSchoolId("1066"); | |
114 | + /* List<HS_ResBookVersion> hs_resBookVersions = userDao.getResBookVersion(); | |
116 | 115 | |
117 | - RestTemplate restTemplate = new RestTemplate(); | |
118 | - int index = 0; | |
116 | + for (int i = 0; i < hs_resBookVersions.size(); i++) { | |
117 | + HS_ResBookVersion hs_resBookVersion = hs_resBookVersions.get(i); | |
118 | + | |
119 | + hs_resBookVersion.setSchoolId(349); | |
120 | + String gradeName = userDao.getGradeName(hs_resBookVersion.getGradeId() + ""); | |
121 | + hs_resBookVersion.setGradeId(Integer.parseInt(userDao.getGradeId(gradeName))); | |
122 | + | |
123 | + String subjectName = userDao.getSubjectName(hs_resBookVersion.getSubjectId()); | |
124 | + hs_resBookVersion.setSubjectId(Integer.parseInt(userDao.getSubjectId(subjectName))); | |
125 | + | |
126 | + String bookName = userDao.getBookName(hs_resBookVersion.getBookId()); | |
127 | + hs_resBookVersion.setBookId(userDao.getBookId(bookName)); | |
119 | 128 | |
120 | - for (int j = 0; j < attendanceBeans.size(); j++) { | |
121 | - String filePath = "E:\\wwwhtdocs\\SmartCampus\\face17e50\\School1066\\Student\\20191025.jpg"; | |
122 | - String deviceId = attendanceBeans.get(j).getClint_id(); | |
123 | - String url = String.format("http://114.55.30.100:8089/facereco/sendStuCardAndImg?card=%s&deviceId=%s&endTime=%s&filePath=%s&name=%s&userType=%s&validTimeEnabled=%s&startTime=%s" | |
124 | - , "34D6D9FB", deviceId, "2023-10-01 10:00:00", filePath, "ping", "2", "1", "2019-10-01 10:00:00"); | |
125 | - String result1 = restTemplate.getForObject(url, String.class); | |
126 | - System.out.println("下发人脸:" + result1 + " " + url + " idnex:" + index); | |
129 | + userDao.addResBookVersion(hs_resBookVersion.getBookId(), hs_resBookVersion.getGradeId(), hs_resBookVersion.getSubjectId(), hs_resBookVersion.getIsUse(), hs_resBookVersion.getState(), hs_resBookVersion.getIntime(), hs_resBookVersion.getSchoolId()); | |
130 | + | |
131 | + }*/ | |
132 | + | |
133 | + /* List<HS_ResChapter> hs_resChapters = userDao.getChapters(); | |
134 | + | |
135 | + List<String> ver1 = userDao.getbookversionId("349"); | |
136 | + List<String> ver2 = userDao.getbookversionId("350"); | |
137 | + System.out.println(ver1.toString()+ " ------- "+ver2.toString()); | |
138 | + for (int i = 0; i < hs_resChapters.size(); i++) { | |
139 | + HS_ResChapter hs_resChapter = hs_resChapters.get(i); | |
140 | + int position = index(hs_resChapter.getBookVersionId()+"",ver2); | |
141 | + System.out.println("position:"+position+" name:"+hs_resChapter.getName()+" bookid:"+hs_resChapter.getBookVersionId()); | |
142 | + if (position!=-1){ | |
143 | + String bookversionId = ver1.get(position); | |
144 | + hs_resChapter.setBookVersionId(Integer.parseInt(bookversionId)); | |
145 | + hs_resChapter.setUserId("zy205616"); | |
146 | + hs_resChapter.setSchoolId(349); | |
147 | + | |
148 | + userDao.addChapter(hs_resChapter.getName(),hs_resChapter.getSubjectId(),hs_resChapter.getGradeId(),hs_resChapter.getPid(), | |
149 | + hs_resChapter.getJiaoCaiId(),hs_resChapter.getBookVersionId(),hs_resChapter.getSort(),hs_resChapter.getType(), | |
150 | + hs_resChapter.getAddTime(),hs_resChapter.getStatus(),hs_resChapter.getUserId(),hs_resChapter.getSchoolId()); | |
151 | + } | |
152 | + }*/ | |
153 | + | |
154 | + /*List<HS_ResChapter> hs_resChapters = userDao.getChapters(); | |
155 | + | |
156 | + for (int i = 0; i < hs_resChapters.size(); i++) { | |
157 | + HS_ResChapter hs_resChapter = hs_resChapters.get(i); | |
158 | + if (hs_resChapter.getPid()!=0){ | |
159 | + System.out.println("hs_resChapter:"+hs_resChapter.getName()); | |
160 | + String chaname = userDao.getChapterName(hs_resChapter.getPid()); | |
161 | + String chapterId = userDao.getChapterId(chaname);//349的章节主目录 | |
162 | + hs_resChapter.setUserId("zy205616"); | |
163 | + hs_resChapter.setSchoolId(349); | |
164 | + userDao.updateChapter(hs_resChapter.getUserId(),hs_resChapter.getName(),chapterId); | |
165 | + } | |
127 | 166 | }*/ |
167 | + | |
168 | + } | |
169 | + | |
170 | + private int index(String content,List<String> list){ | |
171 | + for (int i = 0; i < list.size(); i++) { | |
172 | + if (list.get(i).trim().equals(content.trim()))return i; | |
173 | + } | |
174 | + return -1; | |
128 | 175 | } |
129 | 176 | |
130 | 177 | @Test |
131 | - public void fileRes(){ | |
132 | - File file = new File("C:\\TaoHandong\\copy\\zhiwen\\21_指纹签到.txt"); | |
178 | + public void fileRes() { | |
179 | + /*File file = new File("C:\\TaoHandong\\copy\\zhiwen\\21_指纹签到.txt"); | |
133 | 180 | |
134 | 181 | try { |
135 | 182 | BufferedReader bufferedReader = new BufferedReader(new FileReader(file)); |
... | ... | @@ -145,7 +192,7 @@ public class HaikangfaceApplicationTests { |
145 | 192 | e.printStackTrace(); |
146 | 193 | } catch (IOException e) { |
147 | 194 | e.printStackTrace(); |
148 | - } | |
195 | + }*/ | |
149 | 196 | |
150 | 197 | |
151 | 198 | // List<FileBean> fileBeans = userDao.getFileRes(); | ... | ... |
cloud/sdklog/2019-09-02_10-13-39.log
... | ... | @@ -1,13 +0,0 @@ |
1 | -Begin Time:2019-09-02 10:13:39.922 | |
2 | -[2019-09-02 10:13:39.922][P:12260/T:14392][AVNetSDKMgr.cpp:358][Info][0] Load avnetsdk library dynamically | |
3 | -[2019-09-02 10:13:39.938][P:12260/T:14392][AVNetSDKMgr.cpp:382][Info][0] avnetsdk module handle: 00000000254B0000 | |
4 | - | |
5 | -[2019-09-02 10:13:39.938][P:12260/T:14392][AVNetSDKMgr.cpp:702][Info][0] Load configsdk dynamically | |
6 | -[2019-09-02 10:13:39.941][P:12260/T:14392][dhnetsdk.cpp:186][Info][0] Enter CLIENT_SetAutoReconnect:[cbAutoConnect=00000000217A0050, dwUser=0000000000000000]. | |
7 | -[2019-09-02 10:13:39.941][P:12260/T:14392][dhnetsdk.cpp:188][Info][0] Leave CLIENT_SetAutoReconnect. | |
8 | -[2019-09-02 10:13:39.941][P:12260/T:14392][dhnetsdk.cpp:206][Info][0] Enter CLIENT_SetConnectTime:[nWaitTime=5000, nTryTimes=1]. | |
9 | -[2019-09-02 10:13:39.941][P:12260/T:14392][dhnetsdk.cpp:219][Info][0] Leave CLIENT_SetConnectTime. | |
10 | -[2019-09-02 10:13:39.942][P:12260/T:14392][dhnetsdk.cpp:230][Info][0] Enter CLIENT_SetNetworkParam:[nWaittime=0, nConnectTime=10000, nConnectTryNum=0, nSubConnectSpaceTime=0, nGetDevInfoTime=0, nConnectBufSize=0, nGetConnInfoTime=3000, nSearchRecordTime=0, nsubDisconnetTime=0, byNetType=0, byPlaybackBufSize=0, bDetectDisconnTime=0, bKeepLifeInterval=0, nPicBufSize=0]. | |
11 | -[2019-09-02 10:13:39.942][P:12260/T:14392][dhnetsdk.cpp:245][Info][0] Leave CLIENT_SetNetworkParam. | |
12 | -[2019-09-02 10:13:39.944][P:12260/T:14392][dhnetsdk.cpp:6654][Info][0] Enter CLIENT_ListenServer. [ip=192.168.66.54, port=9500, nTimeout=1000, cbListen=00000000217A0090, dwUserData=0000000000000000.] | |
13 | -[2019-09-02 10:13:39.944][P:12260/T:14392][dhnetsdk.cpp:6658][Info][0] Leave CLIENT_ListenServer.[ret=581757968.] |
cloud/sdklog/2019-09-04_11-27-02.log
... | ... | @@ -1,13 +0,0 @@ |
1 | -Begin Time:2019-09-04 11:27:02.062 | |
2 | -[2019-09-04 11:27:02.063][P:15756/T:12212][AVNetSDKMgr.cpp:358][Info][0] Load avnetsdk library dynamically | |
3 | -[2019-09-04 11:27:02.086][P:15756/T:12212][AVNetSDKMgr.cpp:382][Info][0] avnetsdk module handle: 0000000025760000 | |
4 | - | |
5 | -[2019-09-04 11:27:02.086][P:15756/T:12212][AVNetSDKMgr.cpp:702][Info][0] Load configsdk dynamically | |
6 | -[2019-09-04 11:27:02.090][P:15756/T:12212][dhnetsdk.cpp:186][Info][0] Enter CLIENT_SetAutoReconnect:[cbAutoConnect=00000000218F0050, dwUser=0000000000000000]. | |
7 | -[2019-09-04 11:27:02.090][P:15756/T:12212][dhnetsdk.cpp:188][Info][0] Leave CLIENT_SetAutoReconnect. | |
8 | -[2019-09-04 11:27:02.090][P:15756/T:12212][dhnetsdk.cpp:206][Info][0] Enter CLIENT_SetConnectTime:[nWaitTime=5000, nTryTimes=1]. | |
9 | -[2019-09-04 11:27:02.090][P:15756/T:12212][dhnetsdk.cpp:219][Info][0] Leave CLIENT_SetConnectTime. | |
10 | -[2019-09-04 11:27:02.091][P:15756/T:12212][dhnetsdk.cpp:230][Info][0] Enter CLIENT_SetNetworkParam:[nWaittime=0, nConnectTime=10000, nConnectTryNum=0, nSubConnectSpaceTime=0, nGetDevInfoTime=0, nConnectBufSize=0, nGetConnInfoTime=3000, nSearchRecordTime=0, nsubDisconnetTime=0, byNetType=0, byPlaybackBufSize=0, bDetectDisconnTime=0, bKeepLifeInterval=0, nPicBufSize=0]. | |
11 | -[2019-09-04 11:27:02.091][P:15756/T:12212][dhnetsdk.cpp:245][Info][0] Leave CLIENT_SetNetworkParam. | |
12 | -[2019-09-04 11:27:02.093][P:15756/T:12212][dhnetsdk.cpp:6654][Info][0] Enter CLIENT_ListenServer. [ip=192.168.66.54, port=9500, nTimeout=1000, cbListen=00000000218F0090, dwUserData=0000000000000000.] | |
13 | -[2019-09-04 11:27:02.093][P:15756/T:12212][dhnetsdk.cpp:6658][Info][0] Leave CLIENT_ListenServer.[ret=584313872.] |
cloud/sdklog/2019-09-04_11-29-52.log
... | ... | @@ -1,13 +0,0 @@ |
1 | -Begin Time:2019-09-04 11:29:52.136 | |
2 | -[2019-09-04 11:29:52.136][P:18472/T:12392][AVNetSDKMgr.cpp:358][Info][0] Load avnetsdk library dynamically | |
3 | -[2019-09-04 11:29:52.153][P:18472/T:12392][AVNetSDKMgr.cpp:382][Info][0] avnetsdk module handle: 00000000256A0000 | |
4 | - | |
5 | -[2019-09-04 11:29:52.153][P:18472/T:12392][AVNetSDKMgr.cpp:702][Info][0] Load configsdk dynamically | |
6 | -[2019-09-04 11:29:52.156][P:18472/T:12392][dhnetsdk.cpp:186][Info][0] Enter CLIENT_SetAutoReconnect:[cbAutoConnect=0000000021A30050, dwUser=0000000000000000]. | |
7 | -[2019-09-04 11:29:52.156][P:18472/T:12392][dhnetsdk.cpp:188][Info][0] Leave CLIENT_SetAutoReconnect. | |
8 | -[2019-09-04 11:29:52.157][P:18472/T:12392][dhnetsdk.cpp:206][Info][0] Enter CLIENT_SetConnectTime:[nWaitTime=5000, nTryTimes=1]. | |
9 | -[2019-09-04 11:29:52.157][P:18472/T:12392][dhnetsdk.cpp:219][Info][0] Leave CLIENT_SetConnectTime. | |
10 | -[2019-09-04 11:29:52.157][P:18472/T:12392][dhnetsdk.cpp:230][Info][0] Enter CLIENT_SetNetworkParam:[nWaittime=0, nConnectTime=10000, nConnectTryNum=0, nSubConnectSpaceTime=0, nGetDevInfoTime=0, nConnectBufSize=0, nGetConnInfoTime=3000, nSearchRecordTime=0, nsubDisconnetTime=0, byNetType=0, byPlaybackBufSize=0, bDetectDisconnTime=0, bKeepLifeInterval=0, nPicBufSize=0]. | |
11 | -[2019-09-04 11:29:52.157][P:18472/T:12392][dhnetsdk.cpp:245][Info][0] Leave CLIENT_SetNetworkParam. | |
12 | -[2019-09-04 11:29:52.159][P:18472/T:12392][dhnetsdk.cpp:6654][Info][0] Enter CLIENT_ListenServer. [ip=192.168.66.54, port=9500, nTimeout=1000, cbListen=0000000021A30090, dwUserData=0000000000000000.] | |
13 | -[2019-09-04 11:29:52.159][P:18472/T:12392][dhnetsdk.cpp:6658][Info][0] Leave CLIENT_ListenServer.[ret=564784144.] |
cloud/sdklog/2019-09-20_08-57-48.log
... | ... | @@ -1,13 +0,0 @@ |
1 | -Begin Time:2019-09-20 08:57:48.774 | |
2 | -[2019-09-20 08:57:48.774][P:5620/T:12648][AVNetSDKMgr.cpp:358][Info][0] Load avnetsdk library dynamically | |
3 | -[2019-09-20 08:57:48.795][P:5620/T:12648][AVNetSDKMgr.cpp:382][Info][0] avnetsdk module handle: 0000000025140000 | |
4 | - | |
5 | -[2019-09-20 08:57:48.795][P:5620/T:12648][AVNetSDKMgr.cpp:702][Info][0] Load configsdk dynamically | |
6 | -[2019-09-20 08:57:48.810][P:5620/T:12648][dhnetsdk.cpp:186][Info][0] Enter CLIENT_SetAutoReconnect:[cbAutoConnect=00000000215A0050, dwUser=0000000000000000]. | |
7 | -[2019-09-20 08:57:48.810][P:5620/T:12648][dhnetsdk.cpp:188][Info][0] Leave CLIENT_SetAutoReconnect. | |
8 | -[2019-09-20 08:57:48.810][P:5620/T:12648][dhnetsdk.cpp:206][Info][0] Enter CLIENT_SetConnectTime:[nWaitTime=5000, nTryTimes=1]. | |
9 | -[2019-09-20 08:57:48.810][P:5620/T:12648][dhnetsdk.cpp:219][Info][0] Leave CLIENT_SetConnectTime. | |
10 | -[2019-09-20 08:57:48.811][P:5620/T:12648][dhnetsdk.cpp:230][Info][0] Enter CLIENT_SetNetworkParam:[nWaittime=0, nConnectTime=10000, nConnectTryNum=0, nSubConnectSpaceTime=0, nGetDevInfoTime=0, nConnectBufSize=0, nGetConnInfoTime=3000, nSearchRecordTime=0, nsubDisconnetTime=0, byNetType=0, byPlaybackBufSize=0, bDetectDisconnTime=0, bKeepLifeInterval=0, nPicBufSize=0]. | |
11 | -[2019-09-20 08:57:48.811][P:5620/T:12648][dhnetsdk.cpp:245][Info][0] Leave CLIENT_SetNetworkParam. | |
12 | -[2019-09-20 08:57:48.814][P:5620/T:12648][dhnetsdk.cpp:6654][Info][0] Enter CLIENT_ListenServer. [ip=172.16.2.75, port=9500, nTimeout=1000, cbListen=00000000215A0090, dwUserData=0000000000000000.] | |
13 | -[2019-09-20 08:57:48.816][P:5620/T:12648][dhnetsdk.cpp:6658][Info][0] Leave CLIENT_ListenServer.[ret=576323632.] |
cloud/sdklog/2019-09-20_09-00-20.log
... | ... | @@ -1,13 +0,0 @@ |
1 | -Begin Time:2019-09-20 09:00:20.583 | |
2 | -[2019-09-20 09:00:20.583][P:30648/T:20424][AVNetSDKMgr.cpp:358][Info][0] Load avnetsdk library dynamically | |
3 | -[2019-09-20 09:00:20.599][P:30648/T:20424][AVNetSDKMgr.cpp:382][Info][0] avnetsdk module handle: 00000000255C0000 | |
4 | - | |
5 | -[2019-09-20 09:00:20.599][P:30648/T:20424][AVNetSDKMgr.cpp:702][Info][0] Load configsdk dynamically | |
6 | -[2019-09-20 09:00:20.602][P:30648/T:20424][dhnetsdk.cpp:186][Info][0] Enter CLIENT_SetAutoReconnect:[cbAutoConnect=00000000219F0050, dwUser=0000000000000000]. | |
7 | -[2019-09-20 09:00:20.602][P:30648/T:20424][dhnetsdk.cpp:188][Info][0] Leave CLIENT_SetAutoReconnect. | |
8 | -[2019-09-20 09:00:20.602][P:30648/T:20424][dhnetsdk.cpp:206][Info][0] Enter CLIENT_SetConnectTime:[nWaitTime=5000, nTryTimes=1]. | |
9 | -[2019-09-20 09:00:20.602][P:30648/T:20424][dhnetsdk.cpp:219][Info][0] Leave CLIENT_SetConnectTime. | |
10 | -[2019-09-20 09:00:20.603][P:30648/T:20424][dhnetsdk.cpp:230][Info][0] Enter CLIENT_SetNetworkParam:[nWaittime=0, nConnectTime=10000, nConnectTryNum=0, nSubConnectSpaceTime=0, nGetDevInfoTime=0, nConnectBufSize=0, nGetConnInfoTime=3000, nSearchRecordTime=0, nsubDisconnetTime=0, byNetType=0, byPlaybackBufSize=0, bDetectDisconnTime=0, bKeepLifeInterval=0, nPicBufSize=0]. | |
11 | -[2019-09-20 09:00:20.603][P:30648/T:20424][dhnetsdk.cpp:245][Info][0] Leave CLIENT_SetNetworkParam. | |
12 | -[2019-09-20 09:00:20.605][P:30648/T:20424][dhnetsdk.cpp:6654][Info][0] Enter CLIENT_ListenServer. [ip=172.16.2.75, port=9500, nTimeout=1000, cbListen=00000000219F0090, dwUserData=0000000000000000.] | |
13 | -[2019-09-20 09:00:20.605][P:30648/T:20424][dhnetsdk.cpp:6658][Info][0] Leave CLIENT_ListenServer.[ret=580188736.] |
cloud/sdklog/2019-09-20_09-47-43.log
... | ... | @@ -1,13 +0,0 @@ |
1 | -Begin Time:2019-09-20 09:47:43.024 | |
2 | -[2019-09-20 09:47:43.024][P:17184/T:21376][AVNetSDKMgr.cpp:358][Info][0] Load avnetsdk library dynamically | |
3 | -[2019-09-20 09:47:43.039][P:17184/T:21376][AVNetSDKMgr.cpp:382][Info][0] avnetsdk module handle: 00000000259F0000 | |
4 | - | |
5 | -[2019-09-20 09:47:43.039][P:17184/T:21376][AVNetSDKMgr.cpp:702][Info][0] Load configsdk dynamically | |
6 | -[2019-09-20 09:47:43.050][P:17184/T:21376][dhnetsdk.cpp:186][Info][0] Enter CLIENT_SetAutoReconnect:[cbAutoConnect=0000000021F40050, dwUser=0000000000000000]. | |
7 | -[2019-09-20 09:47:43.050][P:17184/T:21376][dhnetsdk.cpp:188][Info][0] Leave CLIENT_SetAutoReconnect. | |
8 | -[2019-09-20 09:47:43.050][P:17184/T:21376][dhnetsdk.cpp:206][Info][0] Enter CLIENT_SetConnectTime:[nWaitTime=5000, nTryTimes=1]. | |
9 | -[2019-09-20 09:47:43.050][P:17184/T:21376][dhnetsdk.cpp:219][Info][0] Leave CLIENT_SetConnectTime. | |
10 | -[2019-09-20 09:47:43.051][P:17184/T:21376][dhnetsdk.cpp:230][Info][0] Enter CLIENT_SetNetworkParam:[nWaittime=0, nConnectTime=10000, nConnectTryNum=0, nSubConnectSpaceTime=0, nGetDevInfoTime=0, nConnectBufSize=0, nGetConnInfoTime=3000, nSearchRecordTime=0, nsubDisconnetTime=0, byNetType=0, byPlaybackBufSize=0, bDetectDisconnTime=0, bKeepLifeInterval=0, nPicBufSize=0]. | |
11 | -[2019-09-20 09:47:43.051][P:17184/T:21376][dhnetsdk.cpp:245][Info][0] Leave CLIENT_SetNetworkParam. | |
12 | -[2019-09-20 09:47:43.054][P:17184/T:21376][dhnetsdk.cpp:6654][Info][0] Enter CLIENT_ListenServer. [ip=172.16.2.75, port=9500, nTimeout=1000, cbListen=0000000021F40090, dwUserData=0000000000000000.] | |
13 | -[2019-09-20 09:47:43.056][P:17184/T:21376][dhnetsdk.cpp:6658][Info][0] Leave CLIENT_ListenServer.[ret=568393040.] |
cloud/sdklog/2019-09-20_09-48-30.log
... | ... | @@ -1,13 +0,0 @@ |
1 | -Begin Time:2019-09-20 09:48:30.341 | |
2 | -[2019-09-20 09:48:30.341][P:6692/T:22100][AVNetSDKMgr.cpp:358][Info][0] Load avnetsdk library dynamically | |
3 | -[2019-09-20 09:48:30.363][P:6692/T:22100][AVNetSDKMgr.cpp:382][Info][0] avnetsdk module handle: 0000000025360000 | |
4 | - | |
5 | -[2019-09-20 09:48:30.363][P:6692/T:22100][AVNetSDKMgr.cpp:702][Info][0] Load configsdk dynamically | |
6 | -[2019-09-20 09:48:30.367][P:6692/T:22100][dhnetsdk.cpp:186][Info][0] Enter CLIENT_SetAutoReconnect:[cbAutoConnect=0000000022860050, dwUser=0000000000000000]. | |
7 | -[2019-09-20 09:48:30.367][P:6692/T:22100][dhnetsdk.cpp:188][Info][0] Leave CLIENT_SetAutoReconnect. | |
8 | -[2019-09-20 09:48:30.367][P:6692/T:22100][dhnetsdk.cpp:206][Info][0] Enter CLIENT_SetConnectTime:[nWaitTime=5000, nTryTimes=1]. | |
9 | -[2019-09-20 09:48:30.367][P:6692/T:22100][dhnetsdk.cpp:219][Info][0] Leave CLIENT_SetConnectTime. | |
10 | -[2019-09-20 09:48:30.367][P:6692/T:22100][dhnetsdk.cpp:230][Info][0] Enter CLIENT_SetNetworkParam:[nWaittime=0, nConnectTime=10000, nConnectTryNum=0, nSubConnectSpaceTime=0, nGetDevInfoTime=0, nConnectBufSize=0, nGetConnInfoTime=3000, nSearchRecordTime=0, nsubDisconnetTime=0, byNetType=0, byPlaybackBufSize=0, bDetectDisconnTime=0, bKeepLifeInterval=0, nPicBufSize=0]. | |
11 | -[2019-09-20 09:48:30.367][P:6692/T:22100][dhnetsdk.cpp:245][Info][0] Leave CLIENT_SetNetworkParam. | |
12 | -[2019-09-20 09:48:30.369][P:6692/T:22100][dhnetsdk.cpp:6654][Info][0] Enter CLIENT_ListenServer. [ip=172.16.2.75, port=9500, nTimeout=1000, cbListen=0000000022860090, dwUserData=0000000000000000.] | |
13 | -[2019-09-20 09:48:30.370][P:6692/T:22100][dhnetsdk.cpp:6658][Info][0] Leave CLIENT_ListenServer.[ret=579863312.] |
cloud/sdklog/2019-09-20_09-49-51.log
... | ... | @@ -1,13 +0,0 @@ |
1 | -Begin Time:2019-09-20 09:49:51.115 | |
2 | -[2019-09-20 09:49:51.115][P:25120/T:26048][AVNetSDKMgr.cpp:358][Info][0] Load avnetsdk library dynamically | |
3 | -[2019-09-20 09:49:51.134][P:25120/T:26048][AVNetSDKMgr.cpp:382][Info][0] avnetsdk module handle: 0000000025770000 | |
4 | - | |
5 | -[2019-09-20 09:49:51.134][P:25120/T:26048][AVNetSDKMgr.cpp:702][Info][0] Load configsdk dynamically | |
6 | -[2019-09-20 09:49:51.138][P:25120/T:26048][dhnetsdk.cpp:186][Info][0] Enter CLIENT_SetAutoReconnect:[cbAutoConnect=0000000002890050, dwUser=0000000000000000]. | |
7 | -[2019-09-20 09:49:51.138][P:25120/T:26048][dhnetsdk.cpp:188][Info][0] Leave CLIENT_SetAutoReconnect. | |
8 | -[2019-09-20 09:49:51.139][P:25120/T:26048][dhnetsdk.cpp:206][Info][0] Enter CLIENT_SetConnectTime:[nWaitTime=5000, nTryTimes=1]. | |
9 | -[2019-09-20 09:49:51.139][P:25120/T:26048][dhnetsdk.cpp:219][Info][0] Leave CLIENT_SetConnectTime. | |
10 | -[2019-09-20 09:49:51.140][P:25120/T:26048][dhnetsdk.cpp:230][Info][0] Enter CLIENT_SetNetworkParam:[nWaittime=0, nConnectTime=10000, nConnectTryNum=0, nSubConnectSpaceTime=0, nGetDevInfoTime=0, nConnectBufSize=0, nGetConnInfoTime=3000, nSearchRecordTime=0, nsubDisconnetTime=0, byNetType=0, byPlaybackBufSize=0, bDetectDisconnTime=0, bKeepLifeInterval=0, nPicBufSize=0]. | |
11 | -[2019-09-20 09:49:51.140][P:25120/T:26048][dhnetsdk.cpp:245][Info][0] Leave CLIENT_SetNetworkParam. | |
12 | -[2019-09-20 09:49:51.142][P:25120/T:26048][dhnetsdk.cpp:6654][Info][0] Enter CLIENT_ListenServer. [ip=172.16.2.75, port=9500, nTimeout=1000, cbListen=0000000002890090, dwUserData=0000000000000000.] | |
13 | -[2019-09-20 09:49:51.142][P:25120/T:26048][dhnetsdk.cpp:6658][Info][0] Leave CLIENT_ListenServer.[ret=566359808.] |
cloud/sdklog/2019-09-20_10-52-46.log
... | ... | @@ -1,13 +0,0 @@ |
1 | -Begin Time:2019-09-20 10:52:46.908 | |
2 | -[2019-09-20 10:52:46.908][P:5532/T:19264][AVNetSDKMgr.cpp:358][Info][0] Load avnetsdk library dynamically | |
3 | -[2019-09-20 10:52:46.928][P:5532/T:19264][AVNetSDKMgr.cpp:382][Info][0] avnetsdk module handle: 0000000025B70000 | |
4 | - | |
5 | -[2019-09-20 10:52:46.928][P:5532/T:19264][AVNetSDKMgr.cpp:702][Info][0] Load configsdk dynamically | |
6 | -[2019-09-20 10:52:46.937][P:5532/T:19264][dhnetsdk.cpp:186][Info][0] Enter CLIENT_SetAutoReconnect:[cbAutoConnect=00000000231B0050, dwUser=0000000000000000]. | |
7 | -[2019-09-20 10:52:46.937][P:5532/T:19264][dhnetsdk.cpp:188][Info][0] Leave CLIENT_SetAutoReconnect. | |
8 | -[2019-09-20 10:52:46.938][P:5532/T:19264][dhnetsdk.cpp:206][Info][0] Enter CLIENT_SetConnectTime:[nWaitTime=5000, nTryTimes=1]. | |
9 | -[2019-09-20 10:52:46.938][P:5532/T:19264][dhnetsdk.cpp:219][Info][0] Leave CLIENT_SetConnectTime. | |
10 | -[2019-09-20 10:52:46.939][P:5532/T:19264][dhnetsdk.cpp:230][Info][0] Enter CLIENT_SetNetworkParam:[nWaittime=0, nConnectTime=10000, nConnectTryNum=0, nSubConnectSpaceTime=0, nGetDevInfoTime=0, nConnectBufSize=0, nGetConnInfoTime=3000, nSearchRecordTime=0, nsubDisconnetTime=0, byNetType=0, byPlaybackBufSize=0, bDetectDisconnTime=0, bKeepLifeInterval=0, nPicBufSize=0]. | |
11 | -[2019-09-20 10:52:46.939][P:5532/T:19264][dhnetsdk.cpp:245][Info][0] Leave CLIENT_SetNetworkParam. | |
12 | -[2019-09-20 10:52:46.942][P:5532/T:19264][dhnetsdk.cpp:6654][Info][0] Enter CLIENT_ListenServer. [ip=172.16.2.75, port=9500, nTimeout=1000, cbListen=00000000231B0090, dwUserData=0000000000000000.] | |
13 | -[2019-09-20 10:52:46.945][P:5532/T:19264][dhnetsdk.cpp:6658][Info][0] Leave CLIENT_ListenServer.[ret=589690624.] |
cloud/sdklog/2019-09-20_10-54-51.log
... | ... | @@ -1,13 +0,0 @@ |
1 | -Begin Time:2019-09-20 10:54:51.038 | |
2 | -[2019-09-20 10:54:51.038][P:1160/T:11796][AVNetSDKMgr.cpp:358][Info][0] Load avnetsdk library dynamically | |
3 | -[2019-09-20 10:54:51.060][P:1160/T:11796][AVNetSDKMgr.cpp:382][Info][0] avnetsdk module handle: 0000000025840000 | |
4 | - | |
5 | -[2019-09-20 10:54:51.060][P:1160/T:11796][AVNetSDKMgr.cpp:702][Info][0] Load configsdk dynamically | |
6 | -[2019-09-20 10:54:51.069][P:1160/T:11796][dhnetsdk.cpp:186][Info][0] Enter CLIENT_SetAutoReconnect:[cbAutoConnect=00000000033A0050, dwUser=0000000000000000]. | |
7 | -[2019-09-20 10:54:51.069][P:1160/T:11796][dhnetsdk.cpp:188][Info][0] Leave CLIENT_SetAutoReconnect. | |
8 | -[2019-09-20 10:54:51.070][P:1160/T:11796][dhnetsdk.cpp:206][Info][0] Enter CLIENT_SetConnectTime:[nWaitTime=5000, nTryTimes=1]. | |
9 | -[2019-09-20 10:54:51.070][P:1160/T:11796][dhnetsdk.cpp:219][Info][0] Leave CLIENT_SetConnectTime. | |
10 | -[2019-09-20 10:54:51.071][P:1160/T:11796][dhnetsdk.cpp:230][Info][0] Enter CLIENT_SetNetworkParam:[nWaittime=0, nConnectTime=10000, nConnectTryNum=0, nSubConnectSpaceTime=0, nGetDevInfoTime=0, nConnectBufSize=0, nGetConnInfoTime=3000, nSearchRecordTime=0, nsubDisconnetTime=0, byNetType=0, byPlaybackBufSize=0, bDetectDisconnTime=0, bKeepLifeInterval=0, nPicBufSize=0]. | |
11 | -[2019-09-20 10:54:51.071][P:1160/T:11796][dhnetsdk.cpp:245][Info][0] Leave CLIENT_SetNetworkParam. | |
12 | -[2019-09-20 10:54:51.074][P:1160/T:11796][dhnetsdk.cpp:6654][Info][0] Enter CLIENT_ListenServer. [ip=172.16.2.75, port=9500, nTimeout=1000, cbListen=00000000033A0090, dwUserData=0000000000000000.] | |
13 | -[2019-09-20 10:54:51.076][P:1160/T:11796][dhnetsdk.cpp:6658][Info][0] Leave CLIENT_ListenServer.[ret=586942672.] |
cloud/sdklog/2019-09-20_10-55-55.log
... | ... | @@ -1,13 +0,0 @@ |
1 | -Begin Time:2019-09-20 10:55:55.107 | |
2 | -[2019-09-20 10:55:55.107][P:32444/T:26000][AVNetSDKMgr.cpp:358][Info][0] Load avnetsdk library dynamically | |
3 | -[2019-09-20 10:55:55.125][P:32444/T:26000][AVNetSDKMgr.cpp:382][Info][0] avnetsdk module handle: 0000000025A50000 | |
4 | - | |
5 | -[2019-09-20 10:55:55.125][P:32444/T:26000][AVNetSDKMgr.cpp:702][Info][0] Load configsdk dynamically | |
6 | -[2019-09-20 10:55:55.128][P:32444/T:26000][dhnetsdk.cpp:186][Info][0] Enter CLIENT_SetAutoReconnect:[cbAutoConnect=0000000021ED0050, dwUser=0000000000000000]. | |
7 | -[2019-09-20 10:55:55.128][P:32444/T:26000][dhnetsdk.cpp:188][Info][0] Leave CLIENT_SetAutoReconnect. | |
8 | -[2019-09-20 10:55:55.129][P:32444/T:26000][dhnetsdk.cpp:206][Info][0] Enter CLIENT_SetConnectTime:[nWaitTime=5000, nTryTimes=1]. | |
9 | -[2019-09-20 10:55:55.129][P:32444/T:26000][dhnetsdk.cpp:219][Info][0] Leave CLIENT_SetConnectTime. | |
10 | -[2019-09-20 10:55:55.129][P:32444/T:26000][dhnetsdk.cpp:230][Info][0] Enter CLIENT_SetNetworkParam:[nWaittime=0, nConnectTime=10000, nConnectTryNum=0, nSubConnectSpaceTime=0, nGetDevInfoTime=0, nConnectBufSize=0, nGetConnInfoTime=3000, nSearchRecordTime=0, nsubDisconnetTime=0, byNetType=0, byPlaybackBufSize=0, bDetectDisconnTime=0, bKeepLifeInterval=0, nPicBufSize=0]. | |
11 | -[2019-09-20 10:55:55.129][P:32444/T:26000][dhnetsdk.cpp:245][Info][0] Leave CLIENT_SetNetworkParam. | |
12 | -[2019-09-20 10:55:55.131][P:32444/T:26000][dhnetsdk.cpp:6654][Info][0] Enter CLIENT_ListenServer. [ip=172.16.2.75, port=9500, nTimeout=1000, cbListen=0000000021ED0090, dwUserData=0000000000000000.] | |
13 | -[2019-09-20 10:55:55.132][P:32444/T:26000][dhnetsdk.cpp:6658][Info][0] Leave CLIENT_ListenServer.[ret=586028112.] |
cloud/sdklog/2019-09-20_16-15-30.log
... | ... | @@ -1,13 +0,0 @@ |
1 | -Begin Time:2019-09-20 16:15:30.923 | |
2 | -[2019-09-20 16:15:30.923][P:26960/T:17136][AVNetSDKMgr.cpp:358][Info][0] Load avnetsdk library dynamically | |
3 | -[2019-09-20 16:15:30.945][P:26960/T:17136][AVNetSDKMgr.cpp:382][Info][0] avnetsdk module handle: 00000000257D0000 | |
4 | - | |
5 | -[2019-09-20 16:15:30.945][P:26960/T:17136][AVNetSDKMgr.cpp:702][Info][0] Load configsdk dynamically | |
6 | -[2019-09-20 16:15:30.955][P:26960/T:17136][dhnetsdk.cpp:186][Info][0] Enter CLIENT_SetAutoReconnect:[cbAutoConnect=0000000021E00050, dwUser=0000000000000000]. | |
7 | -[2019-09-20 16:15:30.955][P:26960/T:17136][dhnetsdk.cpp:188][Info][0] Leave CLIENT_SetAutoReconnect. | |
8 | -[2019-09-20 16:15:30.956][P:26960/T:17136][dhnetsdk.cpp:206][Info][0] Enter CLIENT_SetConnectTime:[nWaitTime=5000, nTryTimes=1]. | |
9 | -[2019-09-20 16:15:30.956][P:26960/T:17136][dhnetsdk.cpp:219][Info][0] Leave CLIENT_SetConnectTime. | |
10 | -[2019-09-20 16:15:30.957][P:26960/T:17136][dhnetsdk.cpp:230][Info][0] Enter CLIENT_SetNetworkParam:[nWaittime=0, nConnectTime=10000, nConnectTryNum=0, nSubConnectSpaceTime=0, nGetDevInfoTime=0, nConnectBufSize=0, nGetConnInfoTime=3000, nSearchRecordTime=0, nsubDisconnetTime=0, byNetType=0, byPlaybackBufSize=0, bDetectDisconnTime=0, bKeepLifeInterval=0, nPicBufSize=0]. | |
11 | -[2019-09-20 16:15:30.957][P:26960/T:17136][dhnetsdk.cpp:245][Info][0] Leave CLIENT_SetNetworkParam. | |
12 | -[2019-09-20 16:15:30.962][P:26960/T:17136][dhnetsdk.cpp:6654][Info][0] Enter CLIENT_ListenServer. [ip=172.16.2.75, port=9500, nTimeout=1000, cbListen=0000000021E00090, dwUserData=0000000000000000.] | |
13 | -[2019-09-20 16:15:30.964][P:26960/T:17136][dhnetsdk.cpp:6658][Info][0] Leave CLIENT_ListenServer.[ret=567150800.] |
cloud/sdklog/2019-09-20_17-52-56.log
... | ... | @@ -1,13 +0,0 @@ |
1 | -Begin Time:2019-09-20 17:52:56.257 | |
2 | -[2019-09-20 17:52:56.257][P:19260/T:22360][AVNetSDKMgr.cpp:358][Info][0] Load avnetsdk library dynamically | |
3 | -[2019-09-20 17:52:56.283][P:19260/T:22360][AVNetSDKMgr.cpp:382][Info][0] avnetsdk module handle: 0000000025790000 | |
4 | - | |
5 | -[2019-09-20 17:52:56.283][P:19260/T:22360][AVNetSDKMgr.cpp:702][Info][0] Load configsdk dynamically | |
6 | -[2019-09-20 17:52:56.288][P:19260/T:22360][dhnetsdk.cpp:186][Info][0] Enter CLIENT_SetAutoReconnect:[cbAutoConnect=0000000021730050, dwUser=0000000000000000]. | |
7 | -[2019-09-20 17:52:56.288][P:19260/T:22360][dhnetsdk.cpp:188][Info][0] Leave CLIENT_SetAutoReconnect. | |
8 | -[2019-09-20 17:52:56.288][P:19260/T:22360][dhnetsdk.cpp:206][Info][0] Enter CLIENT_SetConnectTime:[nWaitTime=5000, nTryTimes=1]. | |
9 | -[2019-09-20 17:52:56.289][P:19260/T:22360][dhnetsdk.cpp:219][Info][0] Leave CLIENT_SetConnectTime. | |
10 | -[2019-09-20 17:52:56.289][P:19260/T:22360][dhnetsdk.cpp:230][Info][0] Enter CLIENT_SetNetworkParam:[nWaittime=0, nConnectTime=10000, nConnectTryNum=0, nSubConnectSpaceTime=0, nGetDevInfoTime=0, nConnectBufSize=0, nGetConnInfoTime=3000, nSearchRecordTime=0, nsubDisconnetTime=0, byNetType=0, byPlaybackBufSize=0, bDetectDisconnTime=0, bKeepLifeInterval=0, nPicBufSize=0]. | |
11 | -[2019-09-20 17:52:56.291][P:19260/T:22360][dhnetsdk.cpp:245][Info][0] Leave CLIENT_SetNetworkParam. | |
12 | -[2019-09-20 17:52:56.291][P:19260/T:22360][dhnetsdk.cpp:6654][Info][0] Enter CLIENT_ListenServer. [ip=172.16.2.75, port=9500, nTimeout=1000, cbListen=0000000021730090, dwUserData=0000000000000000.] | |
13 | -[2019-09-20 17:52:56.292][P:19260/T:22360][dhnetsdk.cpp:6658][Info][0] Leave CLIENT_ListenServer.[ret=562564016.] |
cloud/sdklog/2019-09-20_17-55-25.log
... | ... | @@ -1,13 +0,0 @@ |
1 | -Begin Time:2019-09-20 17:55:25.477 | |
2 | -[2019-09-20 17:55:25.477][P:16068/T:26124][AVNetSDKMgr.cpp:358][Info][0] Load avnetsdk library dynamically | |
3 | -[2019-09-20 17:55:25.494][P:16068/T:26124][AVNetSDKMgr.cpp:382][Info][0] avnetsdk module handle: 0000000026230000 | |
4 | - | |
5 | -[2019-09-20 17:55:25.494][P:16068/T:26124][AVNetSDKMgr.cpp:702][Info][0] Load configsdk dynamically | |
6 | -[2019-09-20 17:55:25.499][P:16068/T:26124][dhnetsdk.cpp:186][Info][0] Enter CLIENT_SetAutoReconnect:[cbAutoConnect=0000000023350050, dwUser=0000000000000000]. | |
7 | -[2019-09-20 17:55:25.499][P:16068/T:26124][dhnetsdk.cpp:188][Info][0] Leave CLIENT_SetAutoReconnect. | |
8 | -[2019-09-20 17:55:25.499][P:16068/T:26124][dhnetsdk.cpp:206][Info][0] Enter CLIENT_SetConnectTime:[nWaitTime=5000, nTryTimes=1]. | |
9 | -[2019-09-20 17:55:25.499][P:16068/T:26124][dhnetsdk.cpp:219][Info][0] Leave CLIENT_SetConnectTime. | |
10 | -[2019-09-20 17:55:25.500][P:16068/T:26124][dhnetsdk.cpp:230][Info][0] Enter CLIENT_SetNetworkParam:[nWaittime=0, nConnectTime=10000, nConnectTryNum=0, nSubConnectSpaceTime=0, nGetDevInfoTime=0, nConnectBufSize=0, nGetConnInfoTime=3000, nSearchRecordTime=0, nsubDisconnetTime=0, byNetType=0, byPlaybackBufSize=0, bDetectDisconnTime=0, bKeepLifeInterval=0, nPicBufSize=0]. | |
11 | -[2019-09-20 17:55:25.500][P:16068/T:26124][dhnetsdk.cpp:245][Info][0] Leave CLIENT_SetNetworkParam. | |
12 | -[2019-09-20 17:55:25.501][P:16068/T:26124][dhnetsdk.cpp:6654][Info][0] Enter CLIENT_ListenServer. [ip=172.16.2.75, port=9500, nTimeout=1000, cbListen=0000000023350090, dwUserData=0000000000000000.] | |
13 | -[2019-09-20 17:55:25.502][P:16068/T:26124][dhnetsdk.cpp:6658][Info][0] Leave CLIENT_ListenServer.[ret=572330288.] |
cloud/sdklog/2019-09-20_18-00-58.log
... | ... | @@ -1,13 +0,0 @@ |
1 | -Begin Time:2019-09-20 18:00:58.446 | |
2 | -[2019-09-20 18:00:58.446][P:13592/T:420][AVNetSDKMgr.cpp:358][Info][0] Load avnetsdk library dynamically | |
3 | -[2019-09-20 18:00:58.462][P:13592/T:420][AVNetSDKMgr.cpp:382][Info][0] avnetsdk module handle: 0000000025F30000 | |
4 | - | |
5 | -[2019-09-20 18:00:58.462][P:13592/T:420][AVNetSDKMgr.cpp:702][Info][0] Load configsdk dynamically | |
6 | -[2019-09-20 18:00:58.465][P:13592/T:420][dhnetsdk.cpp:186][Info][0] Enter CLIENT_SetAutoReconnect:[cbAutoConnect=0000000003020050, dwUser=0000000000000000]. | |
7 | -[2019-09-20 18:00:58.465][P:13592/T:420][dhnetsdk.cpp:188][Info][0] Leave CLIENT_SetAutoReconnect. | |
8 | -[2019-09-20 18:00:58.465][P:13592/T:420][dhnetsdk.cpp:206][Info][0] Enter CLIENT_SetConnectTime:[nWaitTime=5000, nTryTimes=1]. | |
9 | -[2019-09-20 18:00:58.465][P:13592/T:420][dhnetsdk.cpp:219][Info][0] Leave CLIENT_SetConnectTime. | |
10 | -[2019-09-20 18:00:58.466][P:13592/T:420][dhnetsdk.cpp:230][Info][0] Enter CLIENT_SetNetworkParam:[nWaittime=0, nConnectTime=10000, nConnectTryNum=0, nSubConnectSpaceTime=0, nGetDevInfoTime=0, nConnectBufSize=0, nGetConnInfoTime=3000, nSearchRecordTime=0, nsubDisconnetTime=0, byNetType=0, byPlaybackBufSize=0, bDetectDisconnTime=0, bKeepLifeInterval=0, nPicBufSize=0]. | |
11 | -[2019-09-20 18:00:58.466][P:13592/T:420][dhnetsdk.cpp:245][Info][0] Leave CLIENT_SetNetworkParam. | |
12 | -[2019-09-20 18:00:58.467][P:13592/T:420][dhnetsdk.cpp:6654][Info][0] Enter CLIENT_ListenServer. [ip=172.16.2.75, port=9500, nTimeout=1000, cbListen=0000000003020090, dwUserData=0000000000000000.] | |
13 | -[2019-09-20 18:00:58.468][P:13592/T:420][dhnetsdk.cpp:6658][Info][0] Leave CLIENT_ListenServer.[ret=590483824.] |
cloud/sdklog/2019-09-20_18-02-16.log
... | ... | @@ -1,13 +0,0 @@ |
1 | -Begin Time:2019-09-20 18:02:16.139 | |
2 | -[2019-09-20 18:02:16.139][P:14072/T:18944][AVNetSDKMgr.cpp:358][Info][0] Load avnetsdk library dynamically | |
3 | -[2019-09-20 18:02:16.155][P:14072/T:18944][AVNetSDKMgr.cpp:382][Info][0] avnetsdk module handle: 0000000025B10000 | |
4 | - | |
5 | -[2019-09-20 18:02:16.155][P:14072/T:18944][AVNetSDKMgr.cpp:702][Info][0] Load configsdk dynamically | |
6 | -[2019-09-20 18:02:16.159][P:14072/T:18944][dhnetsdk.cpp:186][Info][0] Enter CLIENT_SetAutoReconnect:[cbAutoConnect=0000000021F70050, dwUser=0000000000000000]. | |
7 | -[2019-09-20 18:02:16.159][P:14072/T:18944][dhnetsdk.cpp:188][Info][0] Leave CLIENT_SetAutoReconnect. | |
8 | -[2019-09-20 18:02:16.159][P:14072/T:18944][dhnetsdk.cpp:206][Info][0] Enter CLIENT_SetConnectTime:[nWaitTime=5000, nTryTimes=1]. | |
9 | -[2019-09-20 18:02:16.159][P:14072/T:18944][dhnetsdk.cpp:219][Info][0] Leave CLIENT_SetConnectTime. | |
10 | -[2019-09-20 18:02:16.160][P:14072/T:18944][dhnetsdk.cpp:230][Info][0] Enter CLIENT_SetNetworkParam:[nWaittime=0, nConnectTime=10000, nConnectTryNum=0, nSubConnectSpaceTime=0, nGetDevInfoTime=0, nConnectBufSize=0, nGetConnInfoTime=3000, nSearchRecordTime=0, nsubDisconnetTime=0, byNetType=0, byPlaybackBufSize=0, bDetectDisconnTime=0, bKeepLifeInterval=0, nPicBufSize=0]. | |
11 | -[2019-09-20 18:02:16.160][P:14072/T:18944][dhnetsdk.cpp:245][Info][0] Leave CLIENT_SetNetworkParam. | |
12 | -[2019-09-20 18:02:16.161][P:14072/T:18944][dhnetsdk.cpp:6654][Info][0] Enter CLIENT_ListenServer. [ip=172.16.2.75, port=9500, nTimeout=1000, cbListen=0000000021F70090, dwUserData=0000000000000000.] | |
13 | -[2019-09-20 18:02:16.162][P:14072/T:18944][dhnetsdk.cpp:6658][Info][0] Leave CLIENT_ListenServer.[ret=586681056.] |
cloud/sdklog/2019-09-20_19-27-44.log
... | ... | @@ -1,13 +0,0 @@ |
1 | -Begin Time:2019-09-20 19:27:44.193 | |
2 | -[2019-09-20 19:27:44.193][P:13776/T:12164][AVNetSDKMgr.cpp:358][Info][0] Load avnetsdk library dynamically | |
3 | -[2019-09-20 19:27:44.208][P:13776/T:12164][AVNetSDKMgr.cpp:382][Info][0] avnetsdk module handle: 0000000025AF0000 | |
4 | - | |
5 | -[2019-09-20 19:27:44.208][P:13776/T:12164][AVNetSDKMgr.cpp:702][Info][0] Load configsdk dynamically | |
6 | -[2019-09-20 19:27:44.218][P:13776/T:12164][dhnetsdk.cpp:186][Info][0] Enter CLIENT_SetAutoReconnect:[cbAutoConnect=00000000218A0050, dwUser=0000000000000000]. | |
7 | -[2019-09-20 19:27:44.218][P:13776/T:12164][dhnetsdk.cpp:188][Info][0] Leave CLIENT_SetAutoReconnect. | |
8 | -[2019-09-20 19:27:44.218][P:13776/T:12164][dhnetsdk.cpp:206][Info][0] Enter CLIENT_SetConnectTime:[nWaitTime=5000, nTryTimes=1]. | |
9 | -[2019-09-20 19:27:44.218][P:13776/T:12164][dhnetsdk.cpp:219][Info][0] Leave CLIENT_SetConnectTime. | |
10 | -[2019-09-20 19:27:44.220][P:13776/T:12164][dhnetsdk.cpp:230][Info][0] Enter CLIENT_SetNetworkParam:[nWaittime=0, nConnectTime=10000, nConnectTryNum=0, nSubConnectSpaceTime=0, nGetDevInfoTime=0, nConnectBufSize=0, nGetConnInfoTime=3000, nSearchRecordTime=0, nsubDisconnetTime=0, byNetType=0, byPlaybackBufSize=0, bDetectDisconnTime=0, bKeepLifeInterval=0, nPicBufSize=0]. | |
11 | -[2019-09-20 19:27:44.220][P:13776/T:12164][dhnetsdk.cpp:245][Info][0] Leave CLIENT_SetNetworkParam. | |
12 | -[2019-09-20 19:27:44.222][P:13776/T:12164][dhnetsdk.cpp:6654][Info][0] Enter CLIENT_ListenServer. [ip=172.16.2.75, port=9500, nTimeout=1000, cbListen=00000000218A0090, dwUserData=0000000000000000.] | |
13 | -[2019-09-20 19:27:44.225][P:13776/T:12164][dhnetsdk.cpp:6658][Info][0] Leave CLIENT_ListenServer.[ret=582160544.] |
cloud/sdklog/2019-09-20_19-29-39.log
... | ... | @@ -1,13 +0,0 @@ |
1 | -Begin Time:2019-09-20 19:29:39.527 | |
2 | -[2019-09-20 19:29:39.527][P:92/T:27208][AVNetSDKMgr.cpp:358][Info][0] Load avnetsdk library dynamically | |
3 | -[2019-09-20 19:29:39.547][P:92/T:27208][AVNetSDKMgr.cpp:382][Info][0] avnetsdk module handle: 0000000026230000 | |
4 | - | |
5 | -[2019-09-20 19:29:39.547][P:92/T:27208][AVNetSDKMgr.cpp:702][Info][0] Load configsdk dynamically | |
6 | -[2019-09-20 19:29:39.552][P:92/T:27208][dhnetsdk.cpp:186][Info][0] Enter CLIENT_SetAutoReconnect:[cbAutoConnect=0000000022010050, dwUser=0000000000000000]. | |
7 | -[2019-09-20 19:29:39.552][P:92/T:27208][dhnetsdk.cpp:188][Info][0] Leave CLIENT_SetAutoReconnect. | |
8 | -[2019-09-20 19:29:39.552][P:92/T:27208][dhnetsdk.cpp:206][Info][0] Enter CLIENT_SetConnectTime:[nWaitTime=5000, nTryTimes=1]. | |
9 | -[2019-09-20 19:29:39.552][P:92/T:27208][dhnetsdk.cpp:219][Info][0] Leave CLIENT_SetConnectTime. | |
10 | -[2019-09-20 19:29:39.553][P:92/T:27208][dhnetsdk.cpp:230][Info][0] Enter CLIENT_SetNetworkParam:[nWaittime=0, nConnectTime=10000, nConnectTryNum=0, nSubConnectSpaceTime=0, nGetDevInfoTime=0, nConnectBufSize=0, nGetConnInfoTime=3000, nSearchRecordTime=0, nsubDisconnetTime=0, byNetType=0, byPlaybackBufSize=0, bDetectDisconnTime=0, bKeepLifeInterval=0, nPicBufSize=0]. | |
11 | -[2019-09-20 19:29:39.553][P:92/T:27208][dhnetsdk.cpp:245][Info][0] Leave CLIENT_SetNetworkParam. | |
12 | -[2019-09-20 19:29:39.555][P:92/T:27208][dhnetsdk.cpp:6654][Info][0] Enter CLIENT_ListenServer. [ip=172.16.2.75, port=9500, nTimeout=1000, cbListen=0000000022010090, dwUserData=0000000000000000.] | |
13 | -[2019-09-20 19:29:39.555][P:92/T:27208][dhnetsdk.cpp:6658][Info][0] Leave CLIENT_ListenServer.[ret=589108096.] |
cloud/sdklog/2019-09-20_19-30-57.log
... | ... | @@ -1,13 +0,0 @@ |
1 | -Begin Time:2019-09-20 19:30:57.305 | |
2 | -[2019-09-20 19:30:57.305][P:1400/T:27032][AVNetSDKMgr.cpp:358][Info][0] Load avnetsdk library dynamically | |
3 | -[2019-09-20 19:30:57.324][P:1400/T:27032][AVNetSDKMgr.cpp:382][Info][0] avnetsdk module handle: 00000000265E0000 | |
4 | - | |
5 | -[2019-09-20 19:30:57.324][P:1400/T:27032][AVNetSDKMgr.cpp:702][Info][0] Load configsdk dynamically | |
6 | -[2019-09-20 19:30:57.328][P:1400/T:27032][dhnetsdk.cpp:186][Info][0] Enter CLIENT_SetAutoReconnect:[cbAutoConnect=0000000003570050, dwUser=0000000000000000]. | |
7 | -[2019-09-20 19:30:57.328][P:1400/T:27032][dhnetsdk.cpp:188][Info][0] Leave CLIENT_SetAutoReconnect. | |
8 | -[2019-09-20 19:30:57.328][P:1400/T:27032][dhnetsdk.cpp:206][Info][0] Enter CLIENT_SetConnectTime:[nWaitTime=5000, nTryTimes=1]. | |
9 | -[2019-09-20 19:30:57.329][P:1400/T:27032][dhnetsdk.cpp:219][Info][0] Leave CLIENT_SetConnectTime. | |
10 | -[2019-09-20 19:30:57.329][P:1400/T:27032][dhnetsdk.cpp:230][Info][0] Enter CLIENT_SetNetworkParam:[nWaittime=0, nConnectTime=10000, nConnectTryNum=0, nSubConnectSpaceTime=0, nGetDevInfoTime=0, nConnectBufSize=0, nGetConnInfoTime=3000, nSearchRecordTime=0, nsubDisconnetTime=0, byNetType=0, byPlaybackBufSize=0, bDetectDisconnTime=0, bKeepLifeInterval=0, nPicBufSize=0]. | |
11 | -[2019-09-20 19:30:57.329][P:1400/T:27032][dhnetsdk.cpp:245][Info][0] Leave CLIENT_SetNetworkParam. | |
12 | -[2019-09-20 19:30:57.331][P:1400/T:27032][dhnetsdk.cpp:6654][Info][0] Enter CLIENT_ListenServer. [ip=172.16.2.75, port=9500, nTimeout=1000, cbListen=0000000003570090, dwUserData=0000000000000000.] | |
13 | -[2019-09-20 19:30:57.332][P:1400/T:27032][dhnetsdk.cpp:6658][Info][0] Leave CLIENT_ListenServer.[ret=590611808.] |
cloud/sdklog/2019-09-20_19-38-55.log
... | ... | @@ -1,13 +0,0 @@ |
1 | -Begin Time:2019-09-20 19:38:55.709 | |
2 | -[2019-09-20 19:38:55.709][P:15620/T:8280][AVNetSDKMgr.cpp:358][Info][0] Load avnetsdk library dynamically | |
3 | -[2019-09-20 19:38:55.732][P:15620/T:8280][AVNetSDKMgr.cpp:382][Info][0] avnetsdk module handle: 0000000026730000 | |
4 | - | |
5 | -[2019-09-20 19:38:55.732][P:15620/T:8280][AVNetSDKMgr.cpp:702][Info][0] Load configsdk dynamically | |
6 | -[2019-09-20 19:38:55.741][P:15620/T:8280][dhnetsdk.cpp:186][Info][0] Enter CLIENT_SetAutoReconnect:[cbAutoConnect=0000000022340050, dwUser=0000000000000000]. | |
7 | -[2019-09-20 19:38:55.741][P:15620/T:8280][dhnetsdk.cpp:188][Info][0] Leave CLIENT_SetAutoReconnect. | |
8 | -[2019-09-20 19:38:55.741][P:15620/T:8280][dhnetsdk.cpp:206][Info][0] Enter CLIENT_SetConnectTime:[nWaitTime=5000, nTryTimes=1]. | |
9 | -[2019-09-20 19:38:55.741][P:15620/T:8280][dhnetsdk.cpp:219][Info][0] Leave CLIENT_SetConnectTime. | |
10 | -[2019-09-20 19:38:55.742][P:15620/T:8280][dhnetsdk.cpp:230][Info][0] Enter CLIENT_SetNetworkParam:[nWaittime=0, nConnectTime=10000, nConnectTryNum=0, nSubConnectSpaceTime=0, nGetDevInfoTime=0, nConnectBufSize=0, nGetConnInfoTime=3000, nSearchRecordTime=0, nsubDisconnetTime=0, byNetType=0, byPlaybackBufSize=0, bDetectDisconnTime=0, bKeepLifeInterval=0, nPicBufSize=0]. | |
11 | -[2019-09-20 19:38:55.742][P:15620/T:8280][dhnetsdk.cpp:245][Info][0] Leave CLIENT_SetNetworkParam. | |
12 | -[2019-09-20 19:38:55.745][P:15620/T:8280][dhnetsdk.cpp:6654][Info][0] Enter CLIENT_ListenServer. [ip=172.16.2.75, port=9500, nTimeout=1000, cbListen=0000000022340090, dwUserData=0000000000000000.] | |
13 | -[2019-09-20 19:38:55.747][P:15620/T:8280][dhnetsdk.cpp:6658][Info][0] Leave CLIENT_ListenServer.[ret=594154384.] |
cloud/sdklog/2019-09-20_19-43-13.log
... | ... | @@ -1,13 +0,0 @@ |
1 | -Begin Time:2019-09-20 19:43:13.132 | |
2 | -[2019-09-20 19:43:13.132][P:20716/T:21644][AVNetSDKMgr.cpp:358][Info][0] Load avnetsdk library dynamically | |
3 | -[2019-09-20 19:43:13.150][P:20716/T:21644][AVNetSDKMgr.cpp:382][Info][0] avnetsdk module handle: 00000000263B0000 | |
4 | - | |
5 | -[2019-09-20 19:43:13.150][P:20716/T:21644][AVNetSDKMgr.cpp:702][Info][0] Load configsdk dynamically | |
6 | -[2019-09-20 19:43:13.154][P:20716/T:21644][dhnetsdk.cpp:186][Info][0] Enter CLIENT_SetAutoReconnect:[cbAutoConnect=00000000035C0050, dwUser=0000000000000000]. | |
7 | -[2019-09-20 19:43:13.154][P:20716/T:21644][dhnetsdk.cpp:188][Info][0] Leave CLIENT_SetAutoReconnect. | |
8 | -[2019-09-20 19:43:13.155][P:20716/T:21644][dhnetsdk.cpp:206][Info][0] Enter CLIENT_SetConnectTime:[nWaitTime=5000, nTryTimes=1]. | |
9 | -[2019-09-20 19:43:13.155][P:20716/T:21644][dhnetsdk.cpp:219][Info][0] Leave CLIENT_SetConnectTime. | |
10 | -[2019-09-20 19:43:13.155][P:20716/T:21644][dhnetsdk.cpp:230][Info][0] Enter CLIENT_SetNetworkParam:[nWaittime=0, nConnectTime=10000, nConnectTryNum=0, nSubConnectSpaceTime=0, nGetDevInfoTime=0, nConnectBufSize=0, nGetConnInfoTime=3000, nSearchRecordTime=0, nsubDisconnetTime=0, byNetType=0, byPlaybackBufSize=0, bDetectDisconnTime=0, bKeepLifeInterval=0, nPicBufSize=0]. | |
11 | -[2019-09-20 19:43:13.155][P:20716/T:21644][dhnetsdk.cpp:245][Info][0] Leave CLIENT_SetNetworkParam. | |
12 | -[2019-09-20 19:43:13.157][P:20716/T:21644][dhnetsdk.cpp:6654][Info][0] Enter CLIENT_ListenServer. [ip=172.16.2.75, port=9500, nTimeout=1000, cbListen=00000000035C0090, dwUserData=0000000000000000.] | |
13 | -[2019-09-20 19:43:13.157][P:20716/T:21644][dhnetsdk.cpp:6658][Info][0] Leave CLIENT_ListenServer.[ret=589695184.] |
cloud/sdklog/2019-09-21_09-59-25.log
... | ... | @@ -1,13 +0,0 @@ |
1 | -Begin Time:2019-09-21 09:59:25.860 | |
2 | -[2019-09-21 09:59:25.860][P:6900/T:11000][AVNetSDKMgr.cpp:358][Info][0] Load avnetsdk library dynamically | |
3 | -[2019-09-21 09:59:25.893][P:6900/T:11000][AVNetSDKMgr.cpp:382][Info][0] avnetsdk module handle: 0000000026660000 | |
4 | - | |
5 | -[2019-09-21 09:59:25.893][P:6900/T:11000][AVNetSDKMgr.cpp:702][Info][0] Load configsdk dynamically | |
6 | -[2019-09-21 09:59:25.904][P:6900/T:11000][dhnetsdk.cpp:186][Info][0] Enter CLIENT_SetAutoReconnect:[cbAutoConnect=0000000023530050, dwUser=0000000000000000]. | |
7 | -[2019-09-21 09:59:25.904][P:6900/T:11000][dhnetsdk.cpp:188][Info][0] Leave CLIENT_SetAutoReconnect. | |
8 | -[2019-09-21 09:59:25.905][P:6900/T:11000][dhnetsdk.cpp:206][Info][0] Enter CLIENT_SetConnectTime:[nWaitTime=5000, nTryTimes=1]. | |
9 | -[2019-09-21 09:59:25.905][P:6900/T:11000][dhnetsdk.cpp:219][Info][0] Leave CLIENT_SetConnectTime. | |
10 | -[2019-09-21 09:59:25.906][P:6900/T:11000][dhnetsdk.cpp:230][Info][0] Enter CLIENT_SetNetworkParam:[nWaittime=0, nConnectTime=10000, nConnectTryNum=0, nSubConnectSpaceTime=0, nGetDevInfoTime=0, nConnectBufSize=0, nGetConnInfoTime=3000, nSearchRecordTime=0, nsubDisconnetTime=0, byNetType=0, byPlaybackBufSize=0, bDetectDisconnTime=0, bKeepLifeInterval=0, nPicBufSize=0]. | |
11 | -[2019-09-21 09:59:25.906][P:6900/T:11000][dhnetsdk.cpp:245][Info][0] Leave CLIENT_SetNetworkParam. | |
12 | -[2019-09-21 09:59:25.910][P:6900/T:11000][dhnetsdk.cpp:6654][Info][0] Enter CLIENT_ListenServer. [ip=172.16.2.75, port=9500, nTimeout=1000, cbListen=0000000023530090, dwUserData=0000000000000000.] | |
13 | -[2019-09-21 09:59:25.913][P:6900/T:11000][dhnetsdk.cpp:6658][Info][0] Leave CLIENT_ListenServer.[ret=592844416.] |
cloud/sdklog/2019-09-23_10-32-31.log
... | ... | @@ -1,13 +0,0 @@ |
1 | -Begin Time:2019-09-23 10:32:31.881 | |
2 | -[2019-09-23 10:32:31.881][P:20932/T:22148][AVNetSDKMgr.cpp:358][Info][0] Load avnetsdk library dynamically | |
3 | -[2019-09-23 10:32:31.896][P:20932/T:22148][AVNetSDKMgr.cpp:382][Info][0] avnetsdk module handle: 0000000025B50000 | |
4 | - | |
5 | -[2019-09-23 10:32:31.896][P:20932/T:22148][AVNetSDKMgr.cpp:702][Info][0] Load configsdk dynamically | |
6 | -[2019-09-23 10:32:31.906][P:20932/T:22148][dhnetsdk.cpp:186][Info][0] Enter CLIENT_SetAutoReconnect:[cbAutoConnect=0000000021F50050, dwUser=0000000000000000]. | |
7 | -[2019-09-23 10:32:31.906][P:20932/T:22148][dhnetsdk.cpp:188][Info][0] Leave CLIENT_SetAutoReconnect. | |
8 | -[2019-09-23 10:32:31.906][P:20932/T:22148][dhnetsdk.cpp:206][Info][0] Enter CLIENT_SetConnectTime:[nWaitTime=5000, nTryTimes=1]. | |
9 | -[2019-09-23 10:32:31.906][P:20932/T:22148][dhnetsdk.cpp:219][Info][0] Leave CLIENT_SetConnectTime. | |
10 | -[2019-09-23 10:32:31.907][P:20932/T:22148][dhnetsdk.cpp:230][Info][0] Enter CLIENT_SetNetworkParam:[nWaittime=0, nConnectTime=10000, nConnectTryNum=0, nSubConnectSpaceTime=0, nGetDevInfoTime=0, nConnectBufSize=0, nGetConnInfoTime=3000, nSearchRecordTime=0, nsubDisconnetTime=0, byNetType=0, byPlaybackBufSize=0, bDetectDisconnTime=0, bKeepLifeInterval=0, nPicBufSize=0]. | |
11 | -[2019-09-23 10:32:31.907][P:20932/T:22148][dhnetsdk.cpp:245][Info][0] Leave CLIENT_SetNetworkParam. | |
12 | -[2019-09-23 10:32:31.909][P:20932/T:22148][dhnetsdk.cpp:6654][Info][0] Enter CLIENT_ListenServer. [ip=172.16.2.75, port=9500, nTimeout=1000, cbListen=0000000021F50090, dwUserData=0000000000000000.] | |
13 | -[2019-09-23 10:32:31.912][P:20932/T:22148][dhnetsdk.cpp:6658][Info][0] Leave CLIENT_ListenServer.[ret=587465376.] |
cloud/sdklog/2019-09-23_10-46-56.log
... | ... | @@ -1,45 +0,0 @@ |
1 | -Begin Time:2019-09-23 10:46:56.915 | |
2 | -[2019-09-23 10:46:56.915][P:10208/T:20120][AVNetSDKMgr.cpp:358][Info][0] Load avnetsdk library dynamically | |
3 | -[2019-09-23 10:46:56.934][P:10208/T:20120][AVNetSDKMgr.cpp:382][Info][0] avnetsdk module handle: 0000000025BB0000 | |
4 | - | |
5 | -[2019-09-23 10:46:56.934][P:10208/T:20120][AVNetSDKMgr.cpp:702][Info][0] Load configsdk dynamically | |
6 | -[2019-09-23 10:46:56.938][P:10208/T:20120][dhnetsdk.cpp:186][Info][0] Enter CLIENT_SetAutoReconnect:[cbAutoConnect=00000000217B0050, dwUser=0000000000000000]. | |
7 | -[2019-09-23 10:46:56.938][P:10208/T:20120][dhnetsdk.cpp:188][Info][0] Leave CLIENT_SetAutoReconnect. | |
8 | -[2019-09-23 10:46:56.939][P:10208/T:20120][dhnetsdk.cpp:206][Info][0] Enter CLIENT_SetConnectTime:[nWaitTime=5000, nTryTimes=1]. | |
9 | -[2019-09-23 10:46:56.939][P:10208/T:20120][dhnetsdk.cpp:219][Info][0] Leave CLIENT_SetConnectTime. | |
10 | -[2019-09-23 10:46:56.939][P:10208/T:20120][dhnetsdk.cpp:230][Info][0] Enter CLIENT_SetNetworkParam:[nWaittime=0, nConnectTime=10000, nConnectTryNum=0, nSubConnectSpaceTime=0, nGetDevInfoTime=0, nConnectBufSize=0, nGetConnInfoTime=3000, nSearchRecordTime=0, nsubDisconnetTime=0, byNetType=0, byPlaybackBufSize=0, bDetectDisconnTime=0, bKeepLifeInterval=0, nPicBufSize=0]. | |
11 | -[2019-09-23 10:46:56.939][P:10208/T:20120][dhnetsdk.cpp:245][Info][0] Leave CLIENT_SetNetworkParam. | |
12 | -[2019-09-23 10:46:56.942][P:10208/T:20120][dhnetsdk.cpp:6654][Info][0] Enter CLIENT_ListenServer. [ip=172.16.2.75, port=9500, nTimeout=1000, cbListen=00000000217B0090, dwUserData=0000000000000000.] | |
13 | -[2019-09-23 10:46:56.942][P:10208/T:20120][dhnetsdk.cpp:6658][Info][0] Leave CLIENT_ListenServer.[ret=581701264.] | |
14 | -[2019-09-23 10:50:32.979][P:10208/T:22840][Utils.cpp:5175][Info][0] pszIp:172.16.2.1, szIpLen:16 | |
15 | -[2019-09-23 10:50:32.982][P:10208/T:22840][TcpListenSocket.cpp:93][Info][0] DealNewSocket Get Ip and Port is 172.16.2.1:36311 | |
16 | -[2019-09-23 10:50:32.985][P:10208/T:2236][Utils.cpp:5175][Info][0] pszIp:172.16.2.1, szIpLen:16 | |
17 | -[2019-09-23 10:50:32.986][P:10208/T:20552][Manager.cpp:1265][Info][0] Device ip 172.16.2.1, port 36311, connectID is 0, chn is 0, registed | |
18 | -[2019-09-23 10:50:32.990][P:10208/T:20552][dhnetsdk.cpp:582][Info][0] Enter CLIENT_LoginEx2. [IP=172.16.2.1, port=36311, SpeCap=2, lpDeviceInfo=0000000021970FB0.] | |
19 | -[2019-09-23 10:50:32.993][P:10208/T:20552][dhdevprob.cpp:2735][Info][0] try_connect_autoregdev: Login to Device is 0000000022B445D0 ip is 172.16.2.1, port is 36311 | |
20 | -[2019-09-23 10:50:33.524][P:10208/T:2236][Utils.cpp:5175][Info][0] pszIp:172.16.2.1, szIpLen:16 | |
21 | -[2019-09-23 10:50:33.581][P:10208/T:20552][dhnetsdk.cpp:618][Info][0] Leave CLIENT_LoginEx2. [error=0, login ID=582239696.] | |
22 | -[2019-09-23 10:50:33.584][P:10208/T:20552][dhnetsdk.cpp:385][Info][0] Enter CLIENT_SetDVRMessCallBack: [cbMessage=00000000217B00D0, dwUser=0000000000000000]. | |
23 | -[2019-09-23 10:50:33.584][P:10208/T:20552][dhnetsdk.cpp:387][Info][0] Leave CLIENT_SetDVRMessCallBack. | |
24 | -[2019-09-23 10:50:33.585][P:10208/T:20552][dhnetsdk.cpp:3688][Info][0] Enter CLIENT_StartListenEx. [lLoginID=582239696.] | |
25 | -[2019-09-23 10:50:33.588][P:10208/T:20552][dhnetsdk.cpp:3709][Info][0] Leave CLIENT_StartListenEx.[ret=1.] | |
26 | -[2019-09-23 10:50:42.125][P:10208/T:11368][dhnetsdk.cpp:6517][Info][0] Enter CLIENT_ControlDevice. [lLoginID=582239696, type=256, param=000000002197DF50, waittime=5000.] | |
27 | -[2019-09-23 10:50:42.350][P:10208/T:11368][dhnetsdk.cpp:6540][Info][0] Leave CLIENT_ControlDevice.[ret=1.] | |
28 | -[2019-09-23 10:50:42.399][P:10208/T:11368][dhnetsdk.cpp:24962][Info][0] Enter CLIENT_FaceInfoOpreate. [lLoginID=582239696, emType=0, pInParam=0000000024BF79E0, pOutParam=0000000024C01F10, waittime=5000.] | |
29 | -[2019-09-23 10:50:42.774][P:10208/T:11368][dhnetsdk.cpp:24978][Info][0] Leave CLIENT_FaceInfoOpreate.[ret=1.] | |
30 | -[2019-09-23 10:51:11.243][P:10208/T:16896][dhnetsdk.cpp:6517][Info][0] Enter CLIENT_ControlDevice. [lLoginID=582239696, type=258, param=0000000024C023F0, waittime=5000.] | |
31 | -[2019-09-23 10:51:11.398][P:10208/T:16896][dhnetsdk.cpp:6540][Info][0] Leave CLIENT_ControlDevice.[ret=1.] | |
32 | -[2019-09-23 10:51:11.439][P:10208/T:16896][dhnetsdk.cpp:6517][Info][0] Enter CLIENT_ControlDevice. [lLoginID=582239696, type=256, param=000000002197E0A0, waittime=5000.] | |
33 | -[2019-09-23 10:51:11.539][P:10208/T:16896][dhnetsdk.cpp:6540][Info][0] Leave CLIENT_ControlDevice.[ret=1.] | |
34 | -[2019-09-23 10:51:11.571][P:10208/T:16896][dhnetsdk.cpp:24962][Info][0] Enter CLIENT_FaceInfoOpreate. [lLoginID=582239696, emType=2, pInParam=0000000024C3D290, pOutParam=0000000024C02080, waittime=5000.] | |
35 | -[2019-09-23 10:51:11.800][P:10208/T:16896][dhnetsdk.cpp:24978][Info][0] Leave CLIENT_FaceInfoOpreate.[ret=0.] | |
36 | -[2019-09-23 10:51:11.812][P:10208/T:16896][dhnetsdk.cpp:6505][Info][0] Enter CLIENT_GetLastError. | |
37 | -[2019-09-23 10:51:11.812][P:10208/T:16896][dhnetsdk.cpp:6508][Info][0] Leave CLIENT_GetLastError.[Error code=80000406.] | |
38 | -[2019-09-23 10:51:11.812][P:10208/T:16896][dhnetsdk.cpp:6505][Info][0] Enter CLIENT_GetLastError. | |
39 | -[2019-09-23 10:51:11.812][P:10208/T:16896][dhnetsdk.cpp:6508][Info][0] Leave CLIENT_GetLastError.[Error code=80000406.] | |
40 | -[2019-09-23 10:51:11.831][P:10208/T:16896][dhnetsdk.cpp:24962][Info][0] Enter CLIENT_FaceInfoOpreate. [lLoginID=582239696, emType=0, pInParam=0000000024C5CE40, pOutParam=0000000024C01FB0, waittime=5000.] | |
41 | -[2019-09-23 10:51:12.052][P:10208/T:16896][dhnetsdk.cpp:24978][Info][0] Leave CLIENT_FaceInfoOpreate.[ret=0.] | |
42 | -[2019-09-23 10:51:12.052][P:10208/T:16896][dhnetsdk.cpp:6505][Info][0] Enter CLIENT_GetLastError. | |
43 | -[2019-09-23 10:51:12.052][P:10208/T:16896][dhnetsdk.cpp:6508][Info][0] Leave CLIENT_GetLastError.[Error code=80000406.] | |
44 | -[2019-09-23 10:51:12.052][P:10208/T:16896][dhnetsdk.cpp:6505][Info][0] Enter CLIENT_GetLastError. | |
45 | -[2019-09-23 10:51:12.052][P:10208/T:16896][dhnetsdk.cpp:6508][Info][0] Leave CLIENT_GetLastError.[Error code=80000406.] |
cloud/sdklog/2019-09-23_10-54-32.log
... | ... | @@ -1,41 +0,0 @@ |
1 | -Begin Time:2019-09-23 10:54:32.622 | |
2 | -[2019-09-23 10:54:32.622][P:20208/T:20880][AVNetSDKMgr.cpp:358][Info][0] Load avnetsdk library dynamically | |
3 | -[2019-09-23 10:54:32.638][P:20208/T:20880][AVNetSDKMgr.cpp:382][Info][0] avnetsdk module handle: 0000000026280000 | |
4 | - | |
5 | -[2019-09-23 10:54:32.638][P:20208/T:20880][AVNetSDKMgr.cpp:702][Info][0] Load configsdk dynamically | |
6 | -[2019-09-23 10:54:32.643][P:20208/T:20880][dhnetsdk.cpp:186][Info][0] Enter CLIENT_SetAutoReconnect:[cbAutoConnect=0000000003570050, dwUser=0000000000000000]. | |
7 | -[2019-09-23 10:54:32.643][P:20208/T:20880][dhnetsdk.cpp:188][Info][0] Leave CLIENT_SetAutoReconnect. | |
8 | -[2019-09-23 10:54:32.643][P:20208/T:20880][dhnetsdk.cpp:206][Info][0] Enter CLIENT_SetConnectTime:[nWaitTime=5000, nTryTimes=1]. | |
9 | -[2019-09-23 10:54:32.643][P:20208/T:20880][dhnetsdk.cpp:219][Info][0] Leave CLIENT_SetConnectTime. | |
10 | -[2019-09-23 10:54:32.644][P:20208/T:20880][dhnetsdk.cpp:230][Info][0] Enter CLIENT_SetNetworkParam:[nWaittime=0, nConnectTime=10000, nConnectTryNum=0, nSubConnectSpaceTime=0, nGetDevInfoTime=0, nConnectBufSize=0, nGetConnInfoTime=3000, nSearchRecordTime=0, nsubDisconnetTime=0, byNetType=0, byPlaybackBufSize=0, bDetectDisconnTime=0, bKeepLifeInterval=0, nPicBufSize=0]. | |
11 | -[2019-09-23 10:54:32.644][P:20208/T:20880][dhnetsdk.cpp:245][Info][0] Leave CLIENT_SetNetworkParam. | |
12 | -[2019-09-23 10:54:32.645][P:20208/T:20880][dhnetsdk.cpp:6654][Info][0] Enter CLIENT_ListenServer. [ip=172.16.2.75, port=9500, nTimeout=1000, cbListen=0000000003570090, dwUserData=0000000000000000.] | |
13 | -[2019-09-23 10:54:32.645][P:20208/T:20880][dhnetsdk.cpp:6658][Info][0] Leave CLIENT_ListenServer.[ret=591140656.] | |
14 | -[2019-09-23 10:54:34.729][P:20208/T:23500][Utils.cpp:5175][Info][0] pszIp:172.16.2.1, szIpLen:16 | |
15 | -[2019-09-23 10:54:34.729][P:20208/T:23500][TcpListenSocket.cpp:93][Info][0] DealNewSocket Get Ip and Port is 172.16.2.1:36312 | |
16 | -[2019-09-23 10:54:34.730][P:20208/T:22568][Utils.cpp:5175][Info][0] pszIp:172.16.2.1, szIpLen:16 | |
17 | -[2019-09-23 10:54:34.730][P:20208/T:256][Manager.cpp:1265][Info][0] Device ip 172.16.2.1, port 36312, connectID is 0, chn is 0, registed | |
18 | -[2019-09-23 10:54:34.733][P:20208/T:256][dhnetsdk.cpp:582][Info][0] Enter CLIENT_LoginEx2. [IP=172.16.2.1, port=36312, SpeCap=2, lpDeviceInfo=000000002227E260.] | |
19 | -[2019-09-23 10:54:34.733][P:20208/T:256][dhdevprob.cpp:2735][Info][0] try_connect_autoregdev: Login to Device is 0000000023441F30 ip is 172.16.2.1, port is 36312 | |
20 | -[2019-09-23 10:54:34.858][P:20208/T:22568][Utils.cpp:5175][Info][0] pszIp:172.16.2.1, szIpLen:16 | |
21 | -[2019-09-23 10:54:34.902][P:20208/T:256][dhnetsdk.cpp:618][Info][0] Leave CLIENT_LoginEx2. [error=0, login ID=591666992.] | |
22 | -[2019-09-23 10:54:34.904][P:20208/T:256][dhnetsdk.cpp:385][Info][0] Enter CLIENT_SetDVRMessCallBack: [cbMessage=00000000035700D0, dwUser=0000000000000000]. | |
23 | -[2019-09-23 10:54:34.904][P:20208/T:256][dhnetsdk.cpp:387][Info][0] Leave CLIENT_SetDVRMessCallBack. | |
24 | -[2019-09-23 10:54:34.904][P:20208/T:256][dhnetsdk.cpp:3688][Info][0] Enter CLIENT_StartListenEx. [lLoginID=591666992.] | |
25 | -[2019-09-23 10:54:34.904][P:20208/T:256][dhnetsdk.cpp:3709][Info][0] Leave CLIENT_StartListenEx.[ret=1.] | |
26 | -[2019-09-23 10:54:39.640][P:20208/T:23508][dhnetsdk.cpp:6517][Info][0] Enter CLIENT_ControlDevice. [lLoginID=591666992, type=258, param=0000000022270F10, waittime=5000.] | |
27 | -[2019-09-23 10:54:39.817][P:20208/T:23508][dhnetsdk.cpp:6540][Info][0] Leave CLIENT_ControlDevice.[ret=1.] | |
28 | -[2019-09-23 10:54:39.875][P:20208/T:23508][dhnetsdk.cpp:6517][Info][0] Enter CLIENT_ControlDevice. [lLoginID=591666992, type=256, param=000000002227E0D0, waittime=5000.] | |
29 | -[2019-09-23 10:54:39.970][P:20208/T:23508][dhnetsdk.cpp:6540][Info][0] Leave CLIENT_ControlDevice.[ret=1.] | |
30 | -[2019-09-23 10:54:40.005][P:20208/T:23508][dhnetsdk.cpp:24962][Info][0] Enter CLIENT_FaceInfoOpreate. [lLoginID=591666992, emType=2, pInParam=0000000025FC9180, pOutParam=0000000025FBECC0, waittime=5000.] | |
31 | -[2019-09-23 10:54:40.283][P:20208/T:23508][dhnetsdk.cpp:24978][Info][0] Leave CLIENT_FaceInfoOpreate.[ret=0.] | |
32 | -[2019-09-23 10:54:40.291][P:20208/T:23508][dhnetsdk.cpp:6505][Info][0] Enter CLIENT_GetLastError. | |
33 | -[2019-09-23 10:54:40.291][P:20208/T:23508][dhnetsdk.cpp:6508][Info][0] Leave CLIENT_GetLastError.[Error code=80000406.] | |
34 | -[2019-09-23 10:54:40.291][P:20208/T:23508][dhnetsdk.cpp:6505][Info][0] Enter CLIENT_GetLastError. | |
35 | -[2019-09-23 10:54:40.291][P:20208/T:23508][dhnetsdk.cpp:6508][Info][0] Leave CLIENT_GetLastError.[Error code=80000406.] | |
36 | -[2019-09-23 10:54:40.375][P:20208/T:23508][dhnetsdk.cpp:24962][Info][0] Enter CLIENT_FaceInfoOpreate. [lLoginID=591666992, emType=0, pInParam=0000000025FE8D30, pOutParam=0000000025FBEC40, waittime=5000.] | |
37 | -[2019-09-23 10:54:40.619][P:20208/T:23508][dhnetsdk.cpp:24978][Info][0] Leave CLIENT_FaceInfoOpreate.[ret=0.] | |
38 | -[2019-09-23 10:54:40.631][P:20208/T:23508][dhnetsdk.cpp:6505][Info][0] Enter CLIENT_GetLastError. | |
39 | -[2019-09-23 10:54:40.631][P:20208/T:23508][dhnetsdk.cpp:6508][Info][0] Leave CLIENT_GetLastError.[Error code=80000406.] | |
40 | -[2019-09-23 10:54:40.631][P:20208/T:23508][dhnetsdk.cpp:6505][Info][0] Enter CLIENT_GetLastError. | |
41 | -[2019-09-23 10:54:40.631][P:20208/T:23508][dhnetsdk.cpp:6508][Info][0] Leave CLIENT_GetLastError.[Error code=80000406.] |
cloud/sdklog/2019-09-23_11-00-24.log
... | ... | @@ -1,25 +0,0 @@ |
1 | -Begin Time:2019-09-23 11:00:24.691 | |
2 | -[2019-09-23 11:00:24.691][P:17184/T:21256][AVNetSDKMgr.cpp:358][Info][0] Load avnetsdk library dynamically | |
3 | -[2019-09-23 11:00:24.706][P:17184/T:21256][AVNetSDKMgr.cpp:382][Info][0] avnetsdk module handle: 0000000025BC0000 | |
4 | - | |
5 | -[2019-09-23 11:00:24.706][P:17184/T:21256][AVNetSDKMgr.cpp:702][Info][0] Load configsdk dynamically | |
6 | -[2019-09-23 11:00:24.709][P:17184/T:21256][dhnetsdk.cpp:186][Info][0] Enter CLIENT_SetAutoReconnect:[cbAutoConnect=00000000230C0050, dwUser=0000000000000000]. | |
7 | -[2019-09-23 11:00:24.710][P:17184/T:21256][dhnetsdk.cpp:188][Info][0] Leave CLIENT_SetAutoReconnect. | |
8 | -[2019-09-23 11:00:24.710][P:17184/T:21256][dhnetsdk.cpp:206][Info][0] Enter CLIENT_SetConnectTime:[nWaitTime=5000, nTryTimes=1]. | |
9 | -[2019-09-23 11:00:24.710][P:17184/T:21256][dhnetsdk.cpp:219][Info][0] Leave CLIENT_SetConnectTime. | |
10 | -[2019-09-23 11:00:24.710][P:17184/T:21256][dhnetsdk.cpp:230][Info][0] Enter CLIENT_SetNetworkParam:[nWaittime=0, nConnectTime=10000, nConnectTryNum=0, nSubConnectSpaceTime=0, nGetDevInfoTime=0, nConnectBufSize=0, nGetConnInfoTime=3000, nSearchRecordTime=0, nsubDisconnetTime=0, byNetType=0, byPlaybackBufSize=0, bDetectDisconnTime=0, bKeepLifeInterval=0, nPicBufSize=0]. | |
11 | -[2019-09-23 11:00:24.710][P:17184/T:21256][dhnetsdk.cpp:245][Info][0] Leave CLIENT_SetNetworkParam. | |
12 | -[2019-09-23 11:00:24.712][P:17184/T:21256][dhnetsdk.cpp:6654][Info][0] Enter CLIENT_ListenServer. [ip=172.16.2.75, port=9500, nTimeout=1000, cbListen=00000000230C0090, dwUserData=0000000000000000.] | |
13 | -[2019-09-23 11:00:24.712][P:17184/T:21256][dhnetsdk.cpp:6658][Info][0] Leave CLIENT_ListenServer.[ret=587004848.] | |
14 | -[2019-09-23 11:00:29.363][P:17184/T:20448][Utils.cpp:5175][Info][0] pszIp:172.16.2.1, szIpLen:16 | |
15 | -[2019-09-23 11:00:29.363][P:17184/T:20448][TcpListenSocket.cpp:93][Info][0] DealNewSocket Get Ip and Port is 172.16.2.1:36313 | |
16 | -[2019-09-23 11:00:29.364][P:17184/T:4612][Utils.cpp:5175][Info][0] pszIp:172.16.2.1, szIpLen:16 | |
17 | -[2019-09-23 11:00:29.364][P:17184/T:21680][Manager.cpp:1265][Info][0] Device ip 172.16.2.1, port 36313, connectID is 0, chn is 0, registed | |
18 | -[2019-09-23 11:00:29.366][P:17184/T:21680][dhnetsdk.cpp:582][Info][0] Enter CLIENT_LoginEx2. [IP=172.16.2.1, port=36313, SpeCap=2, lpDeviceInfo=0000000022081910.] | |
19 | -[2019-09-23 11:00:29.366][P:17184/T:21680][dhdevprob.cpp:2735][Info][0] try_connect_autoregdev: Login to Device is 000000002304FA40 ip is 172.16.2.1, port is 36313 | |
20 | -[2019-09-23 11:00:29.479][P:17184/T:4612][Utils.cpp:5175][Info][0] pszIp:172.16.2.1, szIpLen:16 | |
21 | -[2019-09-23 11:00:29.521][P:17184/T:21680][dhnetsdk.cpp:618][Info][0] Leave CLIENT_LoginEx2. [error=0, login ID=587528768.] | |
22 | -[2019-09-23 11:00:29.523][P:17184/T:21680][dhnetsdk.cpp:385][Info][0] Enter CLIENT_SetDVRMessCallBack: [cbMessage=00000000230C00D0, dwUser=0000000000000000]. | |
23 | -[2019-09-23 11:00:29.523][P:17184/T:21680][dhnetsdk.cpp:387][Info][0] Leave CLIENT_SetDVRMessCallBack. | |
24 | -[2019-09-23 11:00:29.524][P:17184/T:21680][dhnetsdk.cpp:3688][Info][0] Enter CLIENT_StartListenEx. [lLoginID=587528768.] | |
25 | -[2019-09-23 11:00:29.524][P:17184/T:21680][dhnetsdk.cpp:3709][Info][0] Leave CLIENT_StartListenEx.[ret=1.] |
cloud/sdklog/2019-09-23_11-01-58.log
... | ... | @@ -1,25 +0,0 @@ |
1 | -Begin Time:2019-09-23 11:01:58.471 | |
2 | -[2019-09-23 11:01:58.472][P:16492/T:23712][AVNetSDKMgr.cpp:358][Info][0] Load avnetsdk library dynamically | |
3 | -[2019-09-23 11:01:58.488][P:16492/T:23712][AVNetSDKMgr.cpp:382][Info][0] avnetsdk module handle: 0000000025EA0000 | |
4 | - | |
5 | -[2019-09-23 11:01:58.488][P:16492/T:23712][AVNetSDKMgr.cpp:702][Info][0] Load configsdk dynamically | |
6 | -[2019-09-23 11:01:58.492][P:16492/T:23712][dhnetsdk.cpp:186][Info][0] Enter CLIENT_SetAutoReconnect:[cbAutoConnect=00000000234A0050, dwUser=0000000000000000]. | |
7 | -[2019-09-23 11:01:58.492][P:16492/T:23712][dhnetsdk.cpp:188][Info][0] Leave CLIENT_SetAutoReconnect. | |
8 | -[2019-09-23 11:01:58.492][P:16492/T:23712][dhnetsdk.cpp:206][Info][0] Enter CLIENT_SetConnectTime:[nWaitTime=5000, nTryTimes=1]. | |
9 | -[2019-09-23 11:01:58.492][P:16492/T:23712][dhnetsdk.cpp:219][Info][0] Leave CLIENT_SetConnectTime. | |
10 | -[2019-09-23 11:01:58.493][P:16492/T:23712][dhnetsdk.cpp:230][Info][0] Enter CLIENT_SetNetworkParam:[nWaittime=0, nConnectTime=10000, nConnectTryNum=0, nSubConnectSpaceTime=0, nGetDevInfoTime=0, nConnectBufSize=0, nGetConnInfoTime=3000, nSearchRecordTime=0, nsubDisconnetTime=0, byNetType=0, byPlaybackBufSize=0, bDetectDisconnTime=0, bKeepLifeInterval=0, nPicBufSize=0]. | |
11 | -[2019-09-23 11:01:58.493][P:16492/T:23712][dhnetsdk.cpp:245][Info][0] Leave CLIENT_SetNetworkParam. | |
12 | -[2019-09-23 11:01:58.494][P:16492/T:23712][dhnetsdk.cpp:6654][Info][0] Enter CLIENT_ListenServer. [ip=172.16.2.75, port=9500, nTimeout=1000, cbListen=00000000234A0090, dwUserData=0000000000000000.] | |
13 | -[2019-09-23 11:01:58.495][P:16492/T:23712][dhnetsdk.cpp:6658][Info][0] Leave CLIENT_ListenServer.[ret=585963296.] | |
14 | -[2019-09-23 11:02:03.125][P:16492/T:22592][Utils.cpp:5175][Info][0] pszIp:172.16.2.1, szIpLen:16 | |
15 | -[2019-09-23 11:02:03.125][P:16492/T:22592][TcpListenSocket.cpp:93][Info][0] DealNewSocket Get Ip and Port is 172.16.2.1:36314 | |
16 | -[2019-09-23 11:02:03.126][P:16492/T:23560][Utils.cpp:5175][Info][0] pszIp:172.16.2.1, szIpLen:16 | |
17 | -[2019-09-23 11:02:03.126][P:16492/T:14176][Manager.cpp:1265][Info][0] Device ip 172.16.2.1, port 36314, connectID is 0, chn is 0, registed | |
18 | -[2019-09-23 11:02:03.129][P:16492/T:14176][dhnetsdk.cpp:582][Info][0] Enter CLIENT_LoginEx2. [IP=172.16.2.1, port=36314, SpeCap=2, lpDeviceInfo=0000000021D8E260.] | |
19 | -[2019-09-23 11:02:03.129][P:16492/T:14176][dhdevprob.cpp:2735][Info][0] try_connect_autoregdev: Login to Device is 0000000022F541E0 ip is 172.16.2.1, port is 36314 | |
20 | -[2019-09-23 11:02:03.250][P:16492/T:23560][Utils.cpp:5175][Info][0] pszIp:172.16.2.1, szIpLen:16 | |
21 | -[2019-09-23 11:02:03.285][P:16492/T:14176][dhnetsdk.cpp:618][Info][0] Leave CLIENT_LoginEx2. [error=0, login ID=586498528.] | |
22 | -[2019-09-23 11:02:03.287][P:16492/T:14176][dhnetsdk.cpp:385][Info][0] Enter CLIENT_SetDVRMessCallBack: [cbMessage=00000000234A00D0, dwUser=0000000000000000]. | |
23 | -[2019-09-23 11:02:03.287][P:16492/T:14176][dhnetsdk.cpp:387][Info][0] Leave CLIENT_SetDVRMessCallBack. | |
24 | -[2019-09-23 11:02:03.287][P:16492/T:14176][dhnetsdk.cpp:3688][Info][0] Enter CLIENT_StartListenEx. [lLoginID=586498528.] | |
25 | -[2019-09-23 11:02:03.287][P:16492/T:14176][dhnetsdk.cpp:3709][Info][0] Leave CLIENT_StartListenEx.[ret=1.] |
cloud/sdklog/2019-09-23_11-04-03.log
... | ... | @@ -1,32 +0,0 @@ |
1 | -Begin Time:2019-09-23 11:04:03.084 | |
2 | -[2019-09-23 11:04:03.084][P:21904/T:24516][AVNetSDKMgr.cpp:358][Info][0] Load avnetsdk library dynamically | |
3 | -[2019-09-23 11:04:03.098][P:21904/T:24516][AVNetSDKMgr.cpp:382][Info][0] avnetsdk module handle: 00000000258B0000 | |
4 | - | |
5 | -[2019-09-23 11:04:03.098][P:21904/T:24516][AVNetSDKMgr.cpp:702][Info][0] Load configsdk dynamically | |
6 | -[2019-09-23 11:04:03.101][P:21904/T:24516][dhnetsdk.cpp:186][Info][0] Enter CLIENT_SetAutoReconnect:[cbAutoConnect=0000000021CE0050, dwUser=0000000000000000]. | |
7 | -[2019-09-23 11:04:03.101][P:21904/T:24516][dhnetsdk.cpp:188][Info][0] Leave CLIENT_SetAutoReconnect. | |
8 | -[2019-09-23 11:04:03.102][P:21904/T:24516][dhnetsdk.cpp:206][Info][0] Enter CLIENT_SetConnectTime:[nWaitTime=5000, nTryTimes=1]. | |
9 | -[2019-09-23 11:04:03.102][P:21904/T:24516][dhnetsdk.cpp:219][Info][0] Leave CLIENT_SetConnectTime. | |
10 | -[2019-09-23 11:04:03.102][P:21904/T:24516][dhnetsdk.cpp:230][Info][0] Enter CLIENT_SetNetworkParam:[nWaittime=0, nConnectTime=10000, nConnectTryNum=0, nSubConnectSpaceTime=0, nGetDevInfoTime=0, nConnectBufSize=0, nGetConnInfoTime=3000, nSearchRecordTime=0, nsubDisconnetTime=0, byNetType=0, byPlaybackBufSize=0, bDetectDisconnTime=0, bKeepLifeInterval=0, nPicBufSize=0]. | |
11 | -[2019-09-23 11:04:03.102][P:21904/T:24516][dhnetsdk.cpp:245][Info][0] Leave CLIENT_SetNetworkParam. | |
12 | -[2019-09-23 11:04:03.104][P:21904/T:24516][dhnetsdk.cpp:6654][Info][0] Enter CLIENT_ListenServer. [ip=172.16.2.75, port=9500, nTimeout=1000, cbListen=0000000021CE0090, dwUserData=0000000000000000.] | |
13 | -[2019-09-23 11:04:03.104][P:21904/T:24516][dhnetsdk.cpp:6658][Info][0] Leave CLIENT_ListenServer.[ret=584390272.] | |
14 | -[2019-09-23 11:04:06.889][P:21904/T:8092][Utils.cpp:5175][Info][0] pszIp:172.16.2.1, szIpLen:16 | |
15 | -[2019-09-23 11:04:06.889][P:21904/T:8092][TcpListenSocket.cpp:93][Info][0] DealNewSocket Get Ip and Port is 172.16.2.1:36315 | |
16 | -[2019-09-23 11:04:06.889][P:21904/T:23984][Utils.cpp:5175][Info][0] pszIp:172.16.2.1, szIpLen:16 | |
17 | -[2019-09-23 11:04:06.889][P:21904/T:21216][Manager.cpp:1265][Info][0] Device ip 172.16.2.1, port 36315, connectID is 0, chn is 0, registed | |
18 | -[2019-09-23 11:04:06.894][P:21904/T:21216][dhnetsdk.cpp:582][Info][0] Enter CLIENT_LoginEx2. [IP=172.16.2.1, port=36315, SpeCap=2, lpDeviceInfo=0000000021E01910.] | |
19 | -[2019-09-23 11:04:06.894][P:21904/T:21216][dhdevprob.cpp:2735][Info][0] try_connect_autoregdev: Login to Device is 0000000022DD1920 ip is 172.16.2.1, port is 36315 | |
20 | -[2019-09-23 11:04:08.684][P:21904/T:21216][DevConfig.cpp:2282][Error][90002001] Protocol error it may result from network timeout | |
21 | -[2019-09-23 11:04:08.971][P:21904/T:23984][Utils.cpp:5175][Info][0] pszIp:172.16.2.1, szIpLen:16 | |
22 | -[2019-09-23 11:04:09.006][P:21904/T:21216][dhnetsdk.cpp:618][Info][0] Leave CLIENT_LoginEx2. [error=0, login ID=584915232.] | |
23 | -[2019-09-23 11:04:09.008][P:21904/T:21216][dhnetsdk.cpp:385][Info][0] Enter CLIENT_SetDVRMessCallBack: [cbMessage=0000000021CE00D0, dwUser=0000000000000000]. | |
24 | -[2019-09-23 11:04:09.008][P:21904/T:21216][dhnetsdk.cpp:387][Info][0] Leave CLIENT_SetDVRMessCallBack. | |
25 | -[2019-09-23 11:04:09.008][P:21904/T:21216][dhnetsdk.cpp:3688][Info][0] Enter CLIENT_StartListenEx. [lLoginID=584915232.] | |
26 | -[2019-09-23 11:04:09.008][P:21904/T:21216][dhnetsdk.cpp:3709][Info][0] Leave CLIENT_StartListenEx.[ret=1.] | |
27 | -[2019-09-23 11:05:38.028][P:21904/T:22592][dhnetsdk.cpp:6517][Info][0] Enter CLIENT_ControlDevice. [lLoginID=584915232, type=258, param=0000000021E0EAB0, waittime=5000.] | |
28 | -[2019-09-23 11:05:38.237][P:21904/T:22592][dhnetsdk.cpp:6540][Info][0] Leave CLIENT_ControlDevice.[ret=1.] | |
29 | -[2019-09-23 11:05:38.292][P:21904/T:22592][dhnetsdk.cpp:6517][Info][0] Enter CLIENT_ControlDevice. [lLoginID=584915232, type=256, param=0000000021E0E0D0, waittime=5000.] | |
30 | -[2019-09-23 11:05:38.426][P:21904/T:22592][dhnetsdk.cpp:6540][Info][0] Leave CLIENT_ControlDevice.[ret=1.] | |
31 | -[2019-09-23 11:05:38.448][P:21904/T:22592][dhnetsdk.cpp:24962][Info][0] Enter CLIENT_FaceInfoOpreate. [lLoginID=584915232, emType=2, pInParam=00000000256F81C0, pOutParam=00000000256EDC30, waittime=5000.] | |
32 | -[2019-09-23 11:05:39.059][P:21904/T:22592][dhnetsdk.cpp:24978][Info][0] Leave CLIENT_FaceInfoOpreate.[ret=1.] |
cloud/sdklog/2019-09-23_11-06-11.log
... | ... | @@ -1,25 +0,0 @@ |
1 | -Begin Time:2019-09-23 11:06:11.564 | |
2 | -[2019-09-23 11:06:11.564][P:24004/T:13044][AVNetSDKMgr.cpp:358][Info][0] Load avnetsdk library dynamically | |
3 | -[2019-09-23 11:06:11.578][P:24004/T:13044][AVNetSDKMgr.cpp:382][Info][0] avnetsdk module handle: 0000000025FC0000 | |
4 | - | |
5 | -[2019-09-23 11:06:11.578][P:24004/T:13044][AVNetSDKMgr.cpp:702][Info][0] Load configsdk dynamically | |
6 | -[2019-09-23 11:06:11.582][P:24004/T:13044][dhnetsdk.cpp:186][Info][0] Enter CLIENT_SetAutoReconnect:[cbAutoConnect=00000000231D0050, dwUser=0000000000000000]. | |
7 | -[2019-09-23 11:06:11.582][P:24004/T:13044][dhnetsdk.cpp:188][Info][0] Leave CLIENT_SetAutoReconnect. | |
8 | -[2019-09-23 11:06:11.582][P:24004/T:13044][dhnetsdk.cpp:206][Info][0] Enter CLIENT_SetConnectTime:[nWaitTime=5000, nTryTimes=1]. | |
9 | -[2019-09-23 11:06:11.582][P:24004/T:13044][dhnetsdk.cpp:219][Info][0] Leave CLIENT_SetConnectTime. | |
10 | -[2019-09-23 11:06:11.583][P:24004/T:13044][dhnetsdk.cpp:230][Info][0] Enter CLIENT_SetNetworkParam:[nWaittime=0, nConnectTime=10000, nConnectTryNum=0, nSubConnectSpaceTime=0, nGetDevInfoTime=0, nConnectBufSize=0, nGetConnInfoTime=3000, nSearchRecordTime=0, nsubDisconnetTime=0, byNetType=0, byPlaybackBufSize=0, bDetectDisconnTime=0, bKeepLifeInterval=0, nPicBufSize=0]. | |
11 | -[2019-09-23 11:06:11.583][P:24004/T:13044][dhnetsdk.cpp:245][Info][0] Leave CLIENT_SetNetworkParam. | |
12 | -[2019-09-23 11:06:11.584][P:24004/T:13044][dhnetsdk.cpp:6654][Info][0] Enter CLIENT_ListenServer. [ip=172.16.2.75, port=9500, nTimeout=1000, cbListen=00000000231D0090, dwUserData=0000000000000000.] | |
13 | -[2019-09-23 11:06:11.584][P:24004/T:13044][dhnetsdk.cpp:6658][Info][0] Leave CLIENT_ListenServer.[ret=571803120.] | |
14 | -[2019-09-23 11:06:15.497][P:24004/T:15908][Utils.cpp:5175][Info][0] pszIp:172.16.2.1, szIpLen:16 | |
15 | -[2019-09-23 11:06:15.498][P:24004/T:15908][TcpListenSocket.cpp:93][Info][0] DealNewSocket Get Ip and Port is 172.16.2.1:36316 | |
16 | -[2019-09-23 11:06:15.502][P:24004/T:23120][Utils.cpp:5175][Info][0] pszIp:172.16.2.1, szIpLen:16 | |
17 | -[2019-09-23 11:06:15.503][P:24004/T:22652][Manager.cpp:1265][Info][0] Device ip 172.16.2.1, port 36316, connectID is 0, chn is 0, registed | |
18 | -[2019-09-23 11:06:15.514][P:24004/T:22652][dhnetsdk.cpp:582][Info][0] Enter CLIENT_LoginEx2. [IP=172.16.2.1, port=36316, SpeCap=2, lpDeviceInfo=000000002229E260.] | |
19 | -[2019-09-23 11:06:15.514][P:24004/T:22652][dhdevprob.cpp:2735][Info][0] try_connect_autoregdev: Login to Device is 00000000221CFF20 ip is 172.16.2.1, port is 36316 | |
20 | -[2019-09-23 11:06:15.639][P:24004/T:23120][Utils.cpp:5175][Info][0] pszIp:172.16.2.1, szIpLen:16 | |
21 | -[2019-09-23 11:06:15.682][P:24004/T:22652][dhnetsdk.cpp:618][Info][0] Leave CLIENT_LoginEx2. [error=0, login ID=572325664.] | |
22 | -[2019-09-23 11:06:15.684][P:24004/T:22652][dhnetsdk.cpp:385][Info][0] Enter CLIENT_SetDVRMessCallBack: [cbMessage=00000000231D00D0, dwUser=0000000000000000]. | |
23 | -[2019-09-23 11:06:15.684][P:24004/T:22652][dhnetsdk.cpp:387][Info][0] Leave CLIENT_SetDVRMessCallBack. | |
24 | -[2019-09-23 11:06:15.684][P:24004/T:22652][dhnetsdk.cpp:3688][Info][0] Enter CLIENT_StartListenEx. [lLoginID=572325664.] | |
25 | -[2019-09-23 11:06:15.684][P:24004/T:22652][dhnetsdk.cpp:3709][Info][0] Leave CLIENT_StartListenEx.[ret=1.] |
cloud/sdklog/2019-09-23_11-06-58.log
... | ... | @@ -1,25 +0,0 @@ |
1 | -Begin Time:2019-09-23 11:06:58.188 | |
2 | -[2019-09-23 11:06:58.188][P:23624/T:21188][AVNetSDKMgr.cpp:358][Info][0] Load avnetsdk library dynamically | |
3 | -[2019-09-23 11:06:58.204][P:23624/T:21188][AVNetSDKMgr.cpp:382][Info][0] avnetsdk module handle: 00000000267A0000 | |
4 | - | |
5 | -[2019-09-23 11:06:58.204][P:23624/T:21188][AVNetSDKMgr.cpp:702][Info][0] Load configsdk dynamically | |
6 | -[2019-09-23 11:06:58.208][P:23624/T:21188][dhnetsdk.cpp:186][Info][0] Enter CLIENT_SetAutoReconnect:[cbAutoConnect=0000000022680050, dwUser=0000000000000000]. | |
7 | -[2019-09-23 11:06:58.208][P:23624/T:21188][dhnetsdk.cpp:188][Info][0] Leave CLIENT_SetAutoReconnect. | |
8 | -[2019-09-23 11:06:58.208][P:23624/T:21188][dhnetsdk.cpp:206][Info][0] Enter CLIENT_SetConnectTime:[nWaitTime=5000, nTryTimes=1]. | |
9 | -[2019-09-23 11:06:58.208][P:23624/T:21188][dhnetsdk.cpp:219][Info][0] Leave CLIENT_SetConnectTime. | |
10 | -[2019-09-23 11:06:58.208][P:23624/T:21188][dhnetsdk.cpp:230][Info][0] Enter CLIENT_SetNetworkParam:[nWaittime=0, nConnectTime=10000, nConnectTryNum=0, nSubConnectSpaceTime=0, nGetDevInfoTime=0, nConnectBufSize=0, nGetConnInfoTime=3000, nSearchRecordTime=0, nsubDisconnetTime=0, byNetType=0, byPlaybackBufSize=0, bDetectDisconnTime=0, bKeepLifeInterval=0, nPicBufSize=0]. | |
11 | -[2019-09-23 11:06:58.208][P:23624/T:21188][dhnetsdk.cpp:245][Info][0] Leave CLIENT_SetNetworkParam. | |
12 | -[2019-09-23 11:06:58.210][P:23624/T:21188][dhnetsdk.cpp:6654][Info][0] Enter CLIENT_ListenServer. [ip=172.16.2.75, port=9500, nTimeout=1000, cbListen=0000000022680090, dwUserData=0000000000000000.] | |
13 | -[2019-09-23 11:06:58.210][P:23624/T:21188][dhnetsdk.cpp:6658][Info][0] Leave CLIENT_ListenServer.[ret=594412096.] | |
14 | -[2019-09-23 11:07:02.198][P:23624/T:11736][Utils.cpp:5175][Info][0] pszIp:172.16.2.1, szIpLen:16 | |
15 | -[2019-09-23 11:07:02.198][P:23624/T:11736][TcpListenSocket.cpp:93][Info][0] DealNewSocket Get Ip and Port is 172.16.2.1:36317 | |
16 | -[2019-09-23 11:07:02.198][P:23624/T:22748][Utils.cpp:5175][Info][0] pszIp:172.16.2.1, szIpLen:16 | |
17 | -[2019-09-23 11:07:02.199][P:23624/T:1040][Manager.cpp:1265][Info][0] Device ip 172.16.2.1, port 36317, connectID is 0, chn is 0, registed | |
18 | -[2019-09-23 11:07:02.201][P:23624/T:1040][dhnetsdk.cpp:582][Info][0] Enter CLIENT_LoginEx2. [IP=172.16.2.1, port=36317, SpeCap=2, lpDeviceInfo=000000002279E260.] | |
19 | -[2019-09-23 11:07:02.201][P:23624/T:1040][dhdevprob.cpp:2735][Info][0] try_connect_autoregdev: Login to Device is 0000000023763F20 ip is 172.16.2.1, port is 36317 | |
20 | -[2019-09-23 11:07:02.338][P:23624/T:22748][Utils.cpp:5175][Info][0] pszIp:172.16.2.1, szIpLen:16 | |
21 | -[2019-09-23 11:07:02.396][P:23624/T:1040][dhnetsdk.cpp:618][Info][0] Leave CLIENT_LoginEx2. [error=0, login ID=594951968.] | |
22 | -[2019-09-23 11:07:02.397][P:23624/T:1040][dhnetsdk.cpp:385][Info][0] Enter CLIENT_SetDVRMessCallBack: [cbMessage=00000000226800D0, dwUser=0000000000000000]. | |
23 | -[2019-09-23 11:07:02.397][P:23624/T:1040][dhnetsdk.cpp:387][Info][0] Leave CLIENT_SetDVRMessCallBack. | |
24 | -[2019-09-23 11:07:02.397][P:23624/T:1040][dhnetsdk.cpp:3688][Info][0] Enter CLIENT_StartListenEx. [lLoginID=594951968.] | |
25 | -[2019-09-23 11:07:02.397][P:23624/T:1040][dhnetsdk.cpp:3709][Info][0] Leave CLIENT_StartListenEx.[ret=1.] |
cloud/sdklog/2019-09-23_11-10-05.log
... | ... | @@ -1,25 +0,0 @@ |
1 | -Begin Time:2019-09-23 11:10:05.370 | |
2 | -[2019-09-23 11:10:05.370][P:19532/T:18832][AVNetSDKMgr.cpp:358][Info][0] Load avnetsdk library dynamically | |
3 | -[2019-09-23 11:10:05.386][P:19532/T:18832][AVNetSDKMgr.cpp:382][Info][0] avnetsdk module handle: 0000000026680000 | |
4 | - | |
5 | -[2019-09-23 11:10:05.386][P:19532/T:18832][AVNetSDKMgr.cpp:702][Info][0] Load configsdk dynamically | |
6 | -[2019-09-23 11:10:05.389][P:19532/T:18832][dhnetsdk.cpp:186][Info][0] Enter CLIENT_SetAutoReconnect:[cbAutoConnect=0000000022470050, dwUser=0000000000000000]. | |
7 | -[2019-09-23 11:10:05.390][P:19532/T:18832][dhnetsdk.cpp:188][Info][0] Leave CLIENT_SetAutoReconnect. | |
8 | -[2019-09-23 11:10:05.390][P:19532/T:18832][dhnetsdk.cpp:206][Info][0] Enter CLIENT_SetConnectTime:[nWaitTime=5000, nTryTimes=1]. | |
9 | -[2019-09-23 11:10:05.390][P:19532/T:18832][dhnetsdk.cpp:219][Info][0] Leave CLIENT_SetConnectTime. | |
10 | -[2019-09-23 11:10:05.391][P:19532/T:18832][dhnetsdk.cpp:230][Info][0] Enter CLIENT_SetNetworkParam:[nWaittime=0, nConnectTime=10000, nConnectTryNum=0, nSubConnectSpaceTime=0, nGetDevInfoTime=0, nConnectBufSize=0, nGetConnInfoTime=3000, nSearchRecordTime=0, nsubDisconnetTime=0, byNetType=0, byPlaybackBufSize=0, bDetectDisconnTime=0, bKeepLifeInterval=0, nPicBufSize=0]. | |
11 | -[2019-09-23 11:10:05.391][P:19532/T:18832][dhnetsdk.cpp:245][Info][0] Leave CLIENT_SetNetworkParam. | |
12 | -[2019-09-23 11:10:05.392][P:19532/T:18832][dhnetsdk.cpp:6654][Info][0] Enter CLIENT_ListenServer. [ip=172.16.2.75, port=9500, nTimeout=1000, cbListen=0000000022470090, dwUserData=0000000000000000.] | |
13 | -[2019-09-23 11:10:05.393][P:19532/T:18832][dhnetsdk.cpp:6658][Info][0] Leave CLIENT_ListenServer.[ret=591529232.] | |
14 | -[2019-09-23 11:10:10.024][P:19532/T:23556][Utils.cpp:5175][Info][0] pszIp:172.16.2.1, szIpLen:16 | |
15 | -[2019-09-23 11:10:10.024][P:19532/T:23556][TcpListenSocket.cpp:93][Info][0] DealNewSocket Get Ip and Port is 172.16.2.1:36318 | |
16 | -[2019-09-23 11:10:10.025][P:19532/T:21916][Utils.cpp:5175][Info][0] pszIp:172.16.2.1, szIpLen:16 | |
17 | -[2019-09-23 11:10:10.025][P:19532/T:24512][Manager.cpp:1265][Info][0] Device ip 172.16.2.1, port 36318, connectID is 0, chn is 0, registed | |
18 | -[2019-09-23 11:10:10.028][P:19532/T:24512][dhnetsdk.cpp:582][Info][0] Enter CLIENT_LoginEx2. [IP=172.16.2.1, port=36318, SpeCap=2, lpDeviceInfo=00000000224DE260.] | |
19 | -[2019-09-23 11:10:10.028][P:19532/T:24512][dhdevprob.cpp:2735][Info][0] try_connect_autoregdev: Login to Device is 00000000234A05C0 ip is 172.16.2.1, port is 36318 | |
20 | -[2019-09-23 11:10:10.182][P:19532/T:21916][Utils.cpp:5175][Info][0] pszIp:172.16.2.1, szIpLen:16 | |
21 | -[2019-09-23 11:10:10.206][P:19532/T:24512][dhnetsdk.cpp:618][Info][0] Leave CLIENT_LoginEx2. [error=0, login ID=592053696.] | |
22 | -[2019-09-23 11:10:10.207][P:19532/T:24512][dhnetsdk.cpp:385][Info][0] Enter CLIENT_SetDVRMessCallBack: [cbMessage=00000000224700D0, dwUser=0000000000000000]. | |
23 | -[2019-09-23 11:10:10.207][P:19532/T:24512][dhnetsdk.cpp:387][Info][0] Leave CLIENT_SetDVRMessCallBack. | |
24 | -[2019-09-23 11:10:10.207][P:19532/T:24512][dhnetsdk.cpp:3688][Info][0] Enter CLIENT_StartListenEx. [lLoginID=592053696.] | |
25 | -[2019-09-23 11:10:10.208][P:19532/T:24512][dhnetsdk.cpp:3709][Info][0] Leave CLIENT_StartListenEx.[ret=1.] |
cloud/sdklog/2019-09-23_11-13-00.log
... | ... | @@ -1,25 +0,0 @@ |
1 | -Begin Time:2019-09-23 11:13:00.162 | |
2 | -[2019-09-23 11:13:00.162][P:12704/T:22200][AVNetSDKMgr.cpp:358][Info][0] Load avnetsdk library dynamically | |
3 | -[2019-09-23 11:13:00.177][P:12704/T:22200][AVNetSDKMgr.cpp:382][Info][0] avnetsdk module handle: 0000000026560000 | |
4 | - | |
5 | -[2019-09-23 11:13:00.178][P:12704/T:22200][AVNetSDKMgr.cpp:702][Info][0] Load configsdk dynamically | |
6 | -[2019-09-23 11:13:00.181][P:12704/T:22200][dhnetsdk.cpp:186][Info][0] Enter CLIENT_SetAutoReconnect:[cbAutoConnect=00000000222E0050, dwUser=0000000000000000]. | |
7 | -[2019-09-23 11:13:00.181][P:12704/T:22200][dhnetsdk.cpp:188][Info][0] Leave CLIENT_SetAutoReconnect. | |
8 | -[2019-09-23 11:13:00.181][P:12704/T:22200][dhnetsdk.cpp:206][Info][0] Enter CLIENT_SetConnectTime:[nWaitTime=5000, nTryTimes=1]. | |
9 | -[2019-09-23 11:13:00.181][P:12704/T:22200][dhnetsdk.cpp:219][Info][0] Leave CLIENT_SetConnectTime. | |
10 | -[2019-09-23 11:13:00.182][P:12704/T:22200][dhnetsdk.cpp:230][Info][0] Enter CLIENT_SetNetworkParam:[nWaittime=0, nConnectTime=10000, nConnectTryNum=0, nSubConnectSpaceTime=0, nGetDevInfoTime=0, nConnectBufSize=0, nGetConnInfoTime=3000, nSearchRecordTime=0, nsubDisconnetTime=0, byNetType=0, byPlaybackBufSize=0, bDetectDisconnTime=0, bKeepLifeInterval=0, nPicBufSize=0]. | |
11 | -[2019-09-23 11:13:00.182][P:12704/T:22200][dhnetsdk.cpp:245][Info][0] Leave CLIENT_SetNetworkParam. | |
12 | -[2019-09-23 11:13:00.183][P:12704/T:22200][dhnetsdk.cpp:6654][Info][0] Enter CLIENT_ListenServer. [ip=172.16.2.75, port=9500, nTimeout=1000, cbListen=00000000222E0090, dwUserData=0000000000000000.] | |
13 | -[2019-09-23 11:13:00.183][P:12704/T:22200][dhnetsdk.cpp:6658][Info][0] Leave CLIENT_ListenServer.[ret=590025072.] | |
14 | -[2019-09-23 11:13:04.630][P:12704/T:6236][Utils.cpp:5175][Info][0] pszIp:172.16.2.1, szIpLen:16 | |
15 | -[2019-09-23 11:13:04.630][P:12704/T:6236][TcpListenSocket.cpp:93][Info][0] DealNewSocket Get Ip and Port is 172.16.2.1:36319 | |
16 | -[2019-09-23 11:13:04.631][P:12704/T:18900][Utils.cpp:5175][Info][0] pszIp:172.16.2.1, szIpLen:16 | |
17 | -[2019-09-23 11:13:04.631][P:12704/T:22304][Manager.cpp:1265][Info][0] Device ip 172.16.2.1, port 36319, connectID is 0, chn is 0, registed | |
18 | -[2019-09-23 11:13:04.640][P:12704/T:22304][dhnetsdk.cpp:582][Info][0] Enter CLIENT_LoginEx2. [IP=172.16.2.1, port=36319, SpeCap=2, lpDeviceInfo=000000002236E260.] | |
19 | -[2019-09-23 11:13:04.640][P:12704/T:22304][dhdevprob.cpp:2735][Info][0] try_connect_autoregdev: Login to Device is 00000000233325D0 ip is 172.16.2.1, port is 36319 | |
20 | -[2019-09-23 11:13:04.762][P:12704/T:18900][Utils.cpp:5175][Info][0] pszIp:172.16.2.1, szIpLen:16 | |
21 | -[2019-09-23 11:13:04.816][P:12704/T:22304][dhnetsdk.cpp:618][Info][0] Leave CLIENT_LoginEx2. [error=0, login ID=590554576.] | |
22 | -[2019-09-23 11:13:04.818][P:12704/T:22304][dhnetsdk.cpp:385][Info][0] Enter CLIENT_SetDVRMessCallBack: [cbMessage=00000000222E00D0, dwUser=0000000000000000]. | |
23 | -[2019-09-23 11:13:04.818][P:12704/T:22304][dhnetsdk.cpp:387][Info][0] Leave CLIENT_SetDVRMessCallBack. | |
24 | -[2019-09-23 11:13:04.818][P:12704/T:22304][dhnetsdk.cpp:3688][Info][0] Enter CLIENT_StartListenEx. [lLoginID=590554576.] | |
25 | -[2019-09-23 11:13:04.818][P:12704/T:22304][dhnetsdk.cpp:3709][Info][0] Leave CLIENT_StartListenEx.[ret=1.] |
cloud/sdklog/2019-09-23_11-20-51.log
... | ... | @@ -1,95 +0,0 @@ |
1 | -Begin Time:2019-09-23 11:20:51.877 | |
2 | -[2019-09-23 11:20:51.877][P:20652/T:17260][AVNetSDKMgr.cpp:358][Info][0] Load avnetsdk library dynamically | |
3 | -[2019-09-23 11:20:51.892][P:20652/T:17260][AVNetSDKMgr.cpp:382][Info][0] avnetsdk module handle: 0000000026350000 | |
4 | - | |
5 | -[2019-09-23 11:20:51.892][P:20652/T:17260][AVNetSDKMgr.cpp:702][Info][0] Load configsdk dynamically | |
6 | -[2019-09-23 11:20:51.895][P:20652/T:17260][dhnetsdk.cpp:186][Info][0] Enter CLIENT_SetAutoReconnect:[cbAutoConnect=0000000023140050, dwUser=0000000000000000]. | |
7 | -[2019-09-23 11:20:51.895][P:20652/T:17260][dhnetsdk.cpp:188][Info][0] Leave CLIENT_SetAutoReconnect. | |
8 | -[2019-09-23 11:20:51.896][P:20652/T:17260][dhnetsdk.cpp:206][Info][0] Enter CLIENT_SetConnectTime:[nWaitTime=5000, nTryTimes=1]. | |
9 | -[2019-09-23 11:20:51.896][P:20652/T:17260][dhnetsdk.cpp:219][Info][0] Leave CLIENT_SetConnectTime. | |
10 | -[2019-09-23 11:20:51.896][P:20652/T:17260][dhnetsdk.cpp:230][Info][0] Enter CLIENT_SetNetworkParam:[nWaittime=0, nConnectTime=10000, nConnectTryNum=0, nSubConnectSpaceTime=0, nGetDevInfoTime=0, nConnectBufSize=0, nGetConnInfoTime=3000, nSearchRecordTime=0, nsubDisconnetTime=0, byNetType=0, byPlaybackBufSize=0, bDetectDisconnTime=0, bKeepLifeInterval=0, nPicBufSize=0]. | |
11 | -[2019-09-23 11:20:51.896][P:20652/T:17260][dhnetsdk.cpp:245][Info][0] Leave CLIENT_SetNetworkParam. | |
12 | -[2019-09-23 11:20:51.898][P:20652/T:17260][dhnetsdk.cpp:6654][Info][0] Enter CLIENT_ListenServer. [ip=172.16.2.75, port=9500, nTimeout=1000, cbListen=0000000023140090, dwUserData=0000000000000000.] | |
13 | -[2019-09-23 11:20:51.898][P:20652/T:17260][dhnetsdk.cpp:6658][Info][0] Leave CLIENT_ListenServer.[ret=587265936.] | |
14 | -[2019-09-23 11:20:56.678][P:20652/T:23492][Utils.cpp:5175][Info][0] pszIp:172.16.2.1, szIpLen:16 | |
15 | -[2019-09-23 11:20:56.678][P:20652/T:23492][TcpListenSocket.cpp:93][Info][0] DealNewSocket Get Ip and Port is 172.16.2.1:36320 | |
16 | -[2019-09-23 11:20:56.678][P:20652/T:17768][Utils.cpp:5175][Info][0] pszIp:172.16.2.1, szIpLen:16 | |
17 | -[2019-09-23 11:20:56.679][P:20652/T:21572][Manager.cpp:1265][Info][0] Device ip 172.16.2.1, port 36320, connectID is 0, chn is 0, registed | |
18 | -[2019-09-23 11:20:56.681][P:20652/T:21572][dhnetsdk.cpp:582][Info][0] Enter CLIENT_LoginEx2. [IP=172.16.2.1, port=36320, SpeCap=2, lpDeviceInfo=000000002208E260.] | |
19 | -[2019-09-23 11:20:56.681][P:20652/T:21572][dhdevprob.cpp:2735][Info][0] try_connect_autoregdev: Login to Device is 0000000023090A90 ip is 172.16.2.1, port is 36320 | |
20 | -[2019-09-23 11:20:56.795][P:20652/T:17768][Utils.cpp:5175][Info][0] pszIp:172.16.2.1, szIpLen:16 | |
21 | -[2019-09-23 11:20:56.847][P:20652/T:21572][dhnetsdk.cpp:618][Info][0] Leave CLIENT_LoginEx2. [error=0, login ID=587795088.] | |
22 | -[2019-09-23 11:20:56.849][P:20652/T:21572][dhnetsdk.cpp:385][Info][0] Enter CLIENT_SetDVRMessCallBack: [cbMessage=00000000231400D0, dwUser=0000000000000000]. | |
23 | -[2019-09-23 11:20:56.849][P:20652/T:21572][dhnetsdk.cpp:387][Info][0] Leave CLIENT_SetDVRMessCallBack. | |
24 | -[2019-09-23 11:20:56.849][P:20652/T:21572][dhnetsdk.cpp:3688][Info][0] Enter CLIENT_StartListenEx. [lLoginID=587795088.] | |
25 | -[2019-09-23 11:20:56.849][P:20652/T:21572][dhnetsdk.cpp:3709][Info][0] Leave CLIENT_StartListenEx.[ret=1.] | |
26 | -[2019-09-23 11:21:01.698][P:20652/T:21476][dhnetsdk.cpp:6517][Info][0] Enter CLIENT_ControlDevice. [lLoginID=587795088, type=258, param=0000000022080F10, waittime=5000.] | |
27 | -[2019-09-23 11:21:01.903][P:20652/T:21476][dhnetsdk.cpp:6540][Info][0] Leave CLIENT_ControlDevice.[ret=1.] | |
28 | -[2019-09-23 11:21:01.976][P:20652/T:21476][dhnetsdk.cpp:6517][Info][0] Enter CLIENT_ControlDevice. [lLoginID=587795088, type=256, param=000000002208E0D0, waittime=5000.] | |
29 | -[2019-09-23 11:21:02.054][P:20652/T:21476][dhnetsdk.cpp:6540][Info][0] Leave CLIENT_ControlDevice.[ret=1.] | |
30 | -[2019-09-23 11:21:02.097][P:20652/T:21476][dhnetsdk.cpp:24962][Info][0] Enter CLIENT_FaceInfoOpreate. [lLoginID=587795088, emType=2, pInParam=00000000254B3370, pOutParam=00000000254A8E80, waittime=5000.] | |
31 | -[2019-09-23 11:21:02.355][P:20652/T:21476][dhnetsdk.cpp:24978][Info][0] Leave CLIENT_FaceInfoOpreate.[ret=0.] | |
32 | -[2019-09-23 11:21:02.357][P:20652/T:21476][dhnetsdk.cpp:6505][Info][0] Enter CLIENT_GetLastError. | |
33 | -[2019-09-23 11:21:02.357][P:20652/T:21476][dhnetsdk.cpp:6508][Info][0] Leave CLIENT_GetLastError.[Error code=80000406.] | |
34 | -[2019-09-23 11:21:02.357][P:20652/T:21476][dhnetsdk.cpp:6505][Info][0] Enter CLIENT_GetLastError. | |
35 | -[2019-09-23 11:21:02.357][P:20652/T:21476][dhnetsdk.cpp:6508][Info][0] Leave CLIENT_GetLastError.[Error code=80000406.] | |
36 | -[2019-09-23 11:21:02.380][P:20652/T:21476][dhnetsdk.cpp:24962][Info][0] Enter CLIENT_FaceInfoOpreate. [lLoginID=587795088, emType=0, pInParam=00000000254D2F20, pOutParam=00000000254A8D20, waittime=5000.] | |
37 | -[2019-09-23 11:21:02.575][P:20652/T:21476][dhnetsdk.cpp:24978][Info][0] Leave CLIENT_FaceInfoOpreate.[ret=0.] | |
38 | -[2019-09-23 11:21:02.577][P:20652/T:21476][dhnetsdk.cpp:6505][Info][0] Enter CLIENT_GetLastError. | |
39 | -[2019-09-23 11:21:02.577][P:20652/T:21476][dhnetsdk.cpp:6508][Info][0] Leave CLIENT_GetLastError.[Error code=80000406.] | |
40 | -[2019-09-23 11:21:02.578][P:20652/T:21476][dhnetsdk.cpp:6505][Info][0] Enter CLIENT_GetLastError. | |
41 | -[2019-09-23 11:21:02.578][P:20652/T:21476][dhnetsdk.cpp:6508][Info][0] Leave CLIENT_GetLastError.[Error code=80000406.] | |
42 | -[2019-09-23 11:21:06.706][P:20652/T:13132][dhnetsdk.cpp:6517][Info][0] Enter CLIENT_ControlDevice. [lLoginID=587795088, type=258, param=00000000254877C0, waittime=5000.] | |
43 | -[2019-09-23 11:21:06.860][P:20652/T:13132][dhnetsdk.cpp:6540][Info][0] Leave CLIENT_ControlDevice.[ret=1.] | |
44 | -[2019-09-23 11:21:06.904][P:20652/T:13132][dhnetsdk.cpp:6517][Info][0] Enter CLIENT_ControlDevice. [lLoginID=587795088, type=256, param=000000002208DE90, waittime=5000.] | |
45 | -[2019-09-23 11:21:07.053][P:20652/T:13132][dhnetsdk.cpp:6540][Info][0] Leave CLIENT_ControlDevice.[ret=1.] | |
46 | -[2019-09-23 11:21:07.107][P:20652/T:13132][dhnetsdk.cpp:24962][Info][0] Enter CLIENT_FaceInfoOpreate. [lLoginID=587795088, emType=2, pInParam=0000000025516CA0, pOutParam=00000000254A8E90, waittime=5000.] | |
47 | -[2019-09-23 11:21:07.321][P:20652/T:13132][dhnetsdk.cpp:24978][Info][0] Leave CLIENT_FaceInfoOpreate.[ret=0.] | |
48 | -[2019-09-23 11:21:07.321][P:20652/T:13132][dhnetsdk.cpp:6505][Info][0] Enter CLIENT_GetLastError. | |
49 | -[2019-09-23 11:21:07.321][P:20652/T:13132][dhnetsdk.cpp:6508][Info][0] Leave CLIENT_GetLastError.[Error code=80000406.] | |
50 | -[2019-09-23 11:21:07.321][P:20652/T:13132][dhnetsdk.cpp:6505][Info][0] Enter CLIENT_GetLastError. | |
51 | -[2019-09-23 11:21:07.321][P:20652/T:13132][dhnetsdk.cpp:6508][Info][0] Leave CLIENT_GetLastError.[Error code=80000406.] | |
52 | -[2019-09-23 11:21:07.325][P:20652/T:13132][dhnetsdk.cpp:24962][Info][0] Enter CLIENT_FaceInfoOpreate. [lLoginID=587795088, emType=0, pInParam=0000000025536C60, pOutParam=000000002552C570, waittime=5000.] | |
53 | -[2019-09-23 11:21:07.504][P:20652/T:13132][dhnetsdk.cpp:24978][Info][0] Leave CLIENT_FaceInfoOpreate.[ret=0.] | |
54 | -[2019-09-23 11:21:07.504][P:20652/T:13132][dhnetsdk.cpp:6505][Info][0] Enter CLIENT_GetLastError. | |
55 | -[2019-09-23 11:21:07.504][P:20652/T:13132][dhnetsdk.cpp:6508][Info][0] Leave CLIENT_GetLastError.[Error code=80000406.] | |
56 | -[2019-09-23 11:21:07.504][P:20652/T:13132][dhnetsdk.cpp:6505][Info][0] Enter CLIENT_GetLastError. | |
57 | -[2019-09-23 11:21:07.504][P:20652/T:13132][dhnetsdk.cpp:6508][Info][0] Leave CLIENT_GetLastError.[Error code=80000406.] | |
58 | -[2019-09-23 11:21:11.715][P:20652/T:22928][dhnetsdk.cpp:6517][Info][0] Enter CLIENT_ControlDevice. [lLoginID=587795088, type=258, param=0000000025487660, waittime=5000.] | |
59 | -[2019-09-23 11:21:11.887][P:20652/T:22928][dhnetsdk.cpp:6540][Info][0] Leave CLIENT_ControlDevice.[ret=1.] | |
60 | -[2019-09-23 11:21:11.944][P:20652/T:22928][dhnetsdk.cpp:6517][Info][0] Enter CLIENT_ControlDevice. [lLoginID=587795088, type=256, param=000000002208DEF0, waittime=5000.] | |
61 | -[2019-09-23 11:21:12.058][P:20652/T:22928][dhnetsdk.cpp:6540][Info][0] Leave CLIENT_ControlDevice.[ret=1.] | |
62 | -[2019-09-23 11:21:12.091][P:20652/T:22928][dhnetsdk.cpp:24962][Info][0] Enter CLIENT_FaceInfoOpreate. [lLoginID=587795088, emType=2, pInParam=000000002ACAF1A0, pOutParam=000000002552C4A0, waittime=5000.] | |
63 | -[2019-09-23 11:21:12.306][P:20652/T:22928][dhnetsdk.cpp:24978][Info][0] Leave CLIENT_FaceInfoOpreate.[ret=0.] | |
64 | -[2019-09-23 11:21:12.306][P:20652/T:22928][dhnetsdk.cpp:6505][Info][0] Enter CLIENT_GetLastError. | |
65 | -[2019-09-23 11:21:12.306][P:20652/T:22928][dhnetsdk.cpp:6508][Info][0] Leave CLIENT_GetLastError.[Error code=80000406.] | |
66 | -[2019-09-23 11:21:12.306][P:20652/T:22928][dhnetsdk.cpp:6505][Info][0] Enter CLIENT_GetLastError. | |
67 | -[2019-09-23 11:21:12.306][P:20652/T:22928][dhnetsdk.cpp:6508][Info][0] Leave CLIENT_GetLastError.[Error code=80000406.] | |
68 | -[2019-09-23 11:21:12.310][P:20652/T:22928][dhnetsdk.cpp:24962][Info][0] Enter CLIENT_FaceInfoOpreate. [lLoginID=587795088, emType=0, pInParam=000000002ACD6550, pOutParam=000000002552C4F0, waittime=5000.] | |
69 | -[2019-09-23 11:21:12.516][P:20652/T:22928][dhnetsdk.cpp:24978][Info][0] Leave CLIENT_FaceInfoOpreate.[ret=0.] | |
70 | -[2019-09-23 11:21:12.516][P:20652/T:22928][dhnetsdk.cpp:6505][Info][0] Enter CLIENT_GetLastError. | |
71 | -[2019-09-23 11:21:12.516][P:20652/T:22928][dhnetsdk.cpp:6508][Info][0] Leave CLIENT_GetLastError.[Error code=80000406.] | |
72 | -[2019-09-23 11:21:12.516][P:20652/T:22928][dhnetsdk.cpp:6505][Info][0] Enter CLIENT_GetLastError. | |
73 | -[2019-09-23 11:21:12.516][P:20652/T:22928][dhnetsdk.cpp:6508][Info][0] Leave CLIENT_GetLastError.[Error code=80000406.] | |
74 | -[2019-09-23 11:21:16.681][P:20652/T:22116][dhnetsdk.cpp:6517][Info][0] Enter CLIENT_ControlDevice. [lLoginID=587795088, type=258, param=000000002ACA4010, waittime=5000.] | |
75 | -[2019-09-23 11:21:16.864][P:20652/T:22116][dhnetsdk.cpp:6540][Info][0] Leave CLIENT_ControlDevice.[ret=1.] | |
76 | -[2019-09-23 11:21:16.895][P:20652/T:22116][dhnetsdk.cpp:6517][Info][0] Enter CLIENT_ControlDevice. [lLoginID=587795088, type=256, param=000000002208DF50, waittime=5000.] | |
77 | -[2019-09-23 11:21:16.992][P:20652/T:22116][dhnetsdk.cpp:6540][Info][0] Leave CLIENT_ControlDevice.[ret=1.] | |
78 | -[2019-09-23 11:21:17.031][P:20652/T:22116][dhnetsdk.cpp:24962][Info][0] Enter CLIENT_FaceInfoOpreate. [lLoginID=587795088, emType=2, pInParam=000000002AD17B90, pOutParam=000000002552C460, waittime=5000.] | |
79 | -[2019-09-23 11:21:17.367][P:20652/T:22116][dhnetsdk.cpp:24978][Info][0] Leave CLIENT_FaceInfoOpreate.[ret=1.] | |
80 | -[2019-09-23 11:21:21.746][P:20652/T:23544][dhnetsdk.cpp:6517][Info][0] Enter CLIENT_ControlDevice. [lLoginID=587795088, type=258, param=000000002ACA4410, waittime=5000.] | |
81 | -[2019-09-23 11:21:21.926][P:20652/T:23544][dhnetsdk.cpp:6540][Info][0] Leave CLIENT_ControlDevice.[ret=1.] | |
82 | -[2019-09-23 11:21:21.963][P:20652/T:23544][dhnetsdk.cpp:6517][Info][0] Enter CLIENT_ControlDevice. [lLoginID=587795088, type=256, param=000000002208DE00, waittime=5000.] | |
83 | -[2019-09-23 11:21:22.066][P:20652/T:23544][dhnetsdk.cpp:6540][Info][0] Leave CLIENT_ControlDevice.[ret=1.] | |
84 | -[2019-09-23 11:21:22.100][P:20652/T:23544][dhnetsdk.cpp:24962][Info][0] Enter CLIENT_FaceInfoOpreate. [lLoginID=587795088, emType=2, pInParam=000000002AD591E0, pOutParam=000000002552C590, waittime=5000.] | |
85 | -[2019-09-23 11:21:22.357][P:20652/T:23544][dhnetsdk.cpp:24978][Info][0] Leave CLIENT_FaceInfoOpreate.[ret=0.] | |
86 | -[2019-09-23 11:21:22.357][P:20652/T:23544][dhnetsdk.cpp:6505][Info][0] Enter CLIENT_GetLastError. | |
87 | -[2019-09-23 11:21:22.357][P:20652/T:23544][dhnetsdk.cpp:6508][Info][0] Leave CLIENT_GetLastError.[Error code=80000406.] | |
88 | -[2019-09-23 11:21:22.358][P:20652/T:23544][dhnetsdk.cpp:6505][Info][0] Enter CLIENT_GetLastError. | |
89 | -[2019-09-23 11:21:22.358][P:20652/T:23544][dhnetsdk.cpp:6508][Info][0] Leave CLIENT_GetLastError.[Error code=80000406.] | |
90 | -[2019-09-23 11:21:22.363][P:20652/T:23544][dhnetsdk.cpp:24962][Info][0] Enter CLIENT_FaceInfoOpreate. [lLoginID=587795088, emType=0, pInParam=000000002AD77D70, pOutParam=000000002552C7A0, waittime=5000.] | |
91 | -[2019-09-23 11:21:22.554][P:20652/T:23544][dhnetsdk.cpp:24978][Info][0] Leave CLIENT_FaceInfoOpreate.[ret=0.] | |
92 | -[2019-09-23 11:21:22.555][P:20652/T:23544][dhnetsdk.cpp:6505][Info][0] Enter CLIENT_GetLastError. | |
93 | -[2019-09-23 11:21:22.555][P:20652/T:23544][dhnetsdk.cpp:6508][Info][0] Leave CLIENT_GetLastError.[Error code=80000406.] | |
94 | -[2019-09-23 11:21:22.555][P:20652/T:23544][dhnetsdk.cpp:6505][Info][0] Enter CLIENT_GetLastError. | |
95 | -[2019-09-23 11:21:22.555][P:20652/T:23544][dhnetsdk.cpp:6508][Info][0] Leave CLIENT_GetLastError.[Error code=80000406.] |
cloud/sdklog/2019-09-23_11-22-43.log
... | ... | @@ -1,96 +0,0 @@ |
1 | -Begin Time:2019-09-23 11:22:43.252 | |
2 | -[2019-09-23 11:22:43.252][P:248/T:5004][AVNetSDKMgr.cpp:358][Info][0] Load avnetsdk library dynamically | |
3 | -[2019-09-23 11:22:43.280][P:248/T:5004][AVNetSDKMgr.cpp:382][Info][0] avnetsdk module handle: 0000000025B30000 | |
4 | - | |
5 | -[2019-09-23 11:22:43.280][P:248/T:5004][AVNetSDKMgr.cpp:702][Info][0] Load configsdk dynamically | |
6 | -[2019-09-23 11:22:43.285][P:248/T:5004][dhnetsdk.cpp:186][Info][0] Enter CLIENT_SetAutoReconnect:[cbAutoConnect=0000000021C60050, dwUser=0000000000000000]. | |
7 | -[2019-09-23 11:22:43.285][P:248/T:5004][dhnetsdk.cpp:188][Info][0] Leave CLIENT_SetAutoReconnect. | |
8 | -[2019-09-23 11:22:43.285][P:248/T:5004][dhnetsdk.cpp:206][Info][0] Enter CLIENT_SetConnectTime:[nWaitTime=5000, nTryTimes=1]. | |
9 | -[2019-09-23 11:22:43.285][P:248/T:5004][dhnetsdk.cpp:219][Info][0] Leave CLIENT_SetConnectTime. | |
10 | -[2019-09-23 11:22:43.286][P:248/T:5004][dhnetsdk.cpp:230][Info][0] Enter CLIENT_SetNetworkParam:[nWaittime=0, nConnectTime=10000, nConnectTryNum=0, nSubConnectSpaceTime=0, nGetDevInfoTime=0, nConnectBufSize=0, nGetConnInfoTime=3000, nSearchRecordTime=0, nsubDisconnetTime=0, byNetType=0, byPlaybackBufSize=0, bDetectDisconnTime=0, bKeepLifeInterval=0, nPicBufSize=0]. | |
11 | -[2019-09-23 11:22:43.286][P:248/T:5004][dhnetsdk.cpp:245][Info][0] Leave CLIENT_SetNetworkParam. | |
12 | -[2019-09-23 11:22:43.288][P:248/T:5004][dhnetsdk.cpp:6654][Info][0] Enter CLIENT_ListenServer. [ip=172.16.2.75, port=9500, nTimeout=1000, cbListen=0000000021C60090, dwUserData=0000000000000000.] | |
13 | -[2019-09-23 11:22:43.288][P:248/T:5004][dhnetsdk.cpp:6658][Info][0] Leave CLIENT_ListenServer.[ret=583668080.] | |
14 | -[2019-09-23 11:22:55.027][P:248/T:2980][Utils.cpp:5175][Info][0] pszIp:172.16.2.1, szIpLen:16 | |
15 | -[2019-09-23 11:22:55.027][P:248/T:2980][TcpListenSocket.cpp:93][Info][0] DealNewSocket Get Ip and Port is 172.16.2.1:36322 | |
16 | -[2019-09-23 11:22:55.028][P:248/T:23252][Utils.cpp:5175][Info][0] pszIp:172.16.2.1, szIpLen:16 | |
17 | -[2019-09-23 11:22:55.028][P:248/T:23252][Utils.cpp:5175][Info][0] pszIp:172.16.2.1, szIpLen:16 | |
18 | -[2019-09-23 11:22:55.028][P:248/T:20568][Manager.cpp:1265][Info][0] Device ip 172.16.2.1, port 36322, connectID is 0, chn is 0, registed | |
19 | -[2019-09-23 11:22:55.029][P:248/T:20568][dhnetsdk.cpp:582][Info][0] Enter CLIENT_LoginEx2. [IP=172.16.2.1, port=36322, SpeCap=2, lpDeviceInfo=0000000021D50FB0.] | |
20 | -[2019-09-23 11:22:55.031][P:248/T:20568][dhdevprob.cpp:2735][Info][0] try_connect_autoregdev: Login to Device is 0000000022D201B0 ip is 172.16.2.1, port is 36322 | |
21 | -[2019-09-23 11:22:55.151][P:248/T:23252][Utils.cpp:5175][Info][0] pszIp:172.16.2.1, szIpLen:16 | |
22 | -[2019-09-23 11:22:55.197][P:248/T:20568][dhnetsdk.cpp:618][Info][0] Leave CLIENT_LoginEx2. [error=0, login ID=584188336.] | |
23 | -[2019-09-23 11:22:55.199][P:248/T:20568][dhnetsdk.cpp:385][Info][0] Enter CLIENT_SetDVRMessCallBack: [cbMessage=0000000021C600D0, dwUser=0000000000000000]. | |
24 | -[2019-09-23 11:22:55.199][P:248/T:20568][dhnetsdk.cpp:387][Info][0] Leave CLIENT_SetDVRMessCallBack. | |
25 | -[2019-09-23 11:22:55.199][P:248/T:20568][dhnetsdk.cpp:3688][Info][0] Enter CLIENT_StartListenEx. [lLoginID=584188336.] | |
26 | -[2019-09-23 11:22:55.200][P:248/T:20568][dhnetsdk.cpp:3709][Info][0] Leave CLIENT_StartListenEx.[ret=1.] | |
27 | -[2019-09-23 11:22:58.104][P:248/T:12592][dhnetsdk.cpp:6517][Info][0] Enter CLIENT_ControlDevice. [lLoginID=584188336, type=258, param=0000000021D51180, waittime=5000.] | |
28 | -[2019-09-23 11:22:58.301][P:248/T:12592][dhnetsdk.cpp:6540][Info][0] Leave CLIENT_ControlDevice.[ret=1.] | |
29 | -[2019-09-23 11:22:58.371][P:248/T:12592][dhnetsdk.cpp:6517][Info][0] Enter CLIENT_ControlDevice. [lLoginID=584188336, type=256, param=0000000021D5E070, waittime=5000.] | |
30 | -[2019-09-23 11:22:58.491][P:248/T:12592][dhnetsdk.cpp:6540][Info][0] Leave CLIENT_ControlDevice.[ret=1.] | |
31 | -[2019-09-23 11:22:58.530][P:248/T:12592][dhnetsdk.cpp:24962][Info][0] Enter CLIENT_FaceInfoOpreate. [lLoginID=584188336, emType=2, pInParam=00000000253A1CE0, pOutParam=0000000025397760, waittime=5000.] | |
32 | -[2019-09-23 11:22:58.756][P:248/T:12592][dhnetsdk.cpp:24978][Info][0] Leave CLIENT_FaceInfoOpreate.[ret=0.] | |
33 | -[2019-09-23 11:22:58.757][P:248/T:12592][dhnetsdk.cpp:6505][Info][0] Enter CLIENT_GetLastError. | |
34 | -[2019-09-23 11:22:58.757][P:248/T:12592][dhnetsdk.cpp:6508][Info][0] Leave CLIENT_GetLastError.[Error code=80000406.] | |
35 | -[2019-09-23 11:22:58.757][P:248/T:12592][dhnetsdk.cpp:6505][Info][0] Enter CLIENT_GetLastError. | |
36 | -[2019-09-23 11:22:58.757][P:248/T:12592][dhnetsdk.cpp:6508][Info][0] Leave CLIENT_GetLastError.[Error code=80000406.] | |
37 | -[2019-09-23 11:22:58.762][P:248/T:12592][dhnetsdk.cpp:24962][Info][0] Enter CLIENT_FaceInfoOpreate. [lLoginID=584188336, emType=0, pInParam=00000000253C1890, pOutParam=0000000025397700, waittime=5000.] | |
38 | -[2019-09-23 11:22:58.972][P:248/T:12592][dhnetsdk.cpp:24978][Info][0] Leave CLIENT_FaceInfoOpreate.[ret=0.] | |
39 | -[2019-09-23 11:22:58.973][P:248/T:12592][dhnetsdk.cpp:6505][Info][0] Enter CLIENT_GetLastError. | |
40 | -[2019-09-23 11:22:58.973][P:248/T:12592][dhnetsdk.cpp:6508][Info][0] Leave CLIENT_GetLastError.[Error code=80000406.] | |
41 | -[2019-09-23 11:22:58.973][P:248/T:12592][dhnetsdk.cpp:6505][Info][0] Enter CLIENT_GetLastError. | |
42 | -[2019-09-23 11:22:58.973][P:248/T:12592][dhnetsdk.cpp:6508][Info][0] Leave CLIENT_GetLastError.[Error code=80000406.] | |
43 | -[2019-09-23 11:23:03.080][P:248/T:3316][dhnetsdk.cpp:6517][Info][0] Enter CLIENT_ControlDevice. [lLoginID=584188336, type=258, param=0000000021D5EBE0, waittime=5000.] | |
44 | -[2019-09-23 11:23:03.244][P:248/T:3316][dhnetsdk.cpp:6540][Info][0] Leave CLIENT_ControlDevice.[ret=1.] | |
45 | -[2019-09-23 11:23:03.295][P:248/T:3316][dhnetsdk.cpp:6517][Info][0] Enter CLIENT_ControlDevice. [lLoginID=584188336, type=256, param=0000000021D5E010, waittime=5000.] | |
46 | -[2019-09-23 11:23:03.404][P:248/T:3316][dhnetsdk.cpp:6540][Info][0] Leave CLIENT_ControlDevice.[ret=1.] | |
47 | -[2019-09-23 11:23:03.468][P:248/T:3316][dhnetsdk.cpp:24962][Info][0] Enter CLIENT_FaceInfoOpreate. [lLoginID=584188336, emType=2, pInParam=0000000025405990, pOutParam=0000000025397810, waittime=5000.] | |
48 | -[2019-09-23 11:23:03.698][P:248/T:3316][dhnetsdk.cpp:24978][Info][0] Leave CLIENT_FaceInfoOpreate.[ret=0.] | |
49 | -[2019-09-23 11:23:03.698][P:248/T:3316][dhnetsdk.cpp:6505][Info][0] Enter CLIENT_GetLastError. | |
50 | -[2019-09-23 11:23:03.698][P:248/T:3316][dhnetsdk.cpp:6508][Info][0] Leave CLIENT_GetLastError.[Error code=80000406.] | |
51 | -[2019-09-23 11:23:03.698][P:248/T:3316][dhnetsdk.cpp:6505][Info][0] Enter CLIENT_GetLastError. | |
52 | -[2019-09-23 11:23:03.698][P:248/T:3316][dhnetsdk.cpp:6508][Info][0] Leave CLIENT_GetLastError.[Error code=80000406.] | |
53 | -[2019-09-23 11:23:03.701][P:248/T:3316][dhnetsdk.cpp:24962][Info][0] Enter CLIENT_FaceInfoOpreate. [lLoginID=584188336, emType=0, pInParam=000000002A6B0080, pOutParam=000000002541B350, waittime=5000.] | |
54 | -[2019-09-23 11:23:03.927][P:248/T:3316][dhnetsdk.cpp:24978][Info][0] Leave CLIENT_FaceInfoOpreate.[ret=0.] | |
55 | -[2019-09-23 11:23:03.927][P:248/T:3316][dhnetsdk.cpp:6505][Info][0] Enter CLIENT_GetLastError. | |
56 | -[2019-09-23 11:23:03.927][P:248/T:3316][dhnetsdk.cpp:6508][Info][0] Leave CLIENT_GetLastError.[Error code=80000406.] | |
57 | -[2019-09-23 11:23:03.927][P:248/T:3316][dhnetsdk.cpp:6505][Info][0] Enter CLIENT_GetLastError. | |
58 | -[2019-09-23 11:23:03.927][P:248/T:3316][dhnetsdk.cpp:6508][Info][0] Leave CLIENT_GetLastError.[Error code=80000406.] | |
59 | -[2019-09-23 11:23:08.092][P:248/T:22820][dhnetsdk.cpp:6517][Info][0] Enter CLIENT_ControlDevice. [lLoginID=584188336, type=258, param=0000000021D5EC00, waittime=5000.] | |
60 | -[2019-09-23 11:23:08.286][P:248/T:22820][dhnetsdk.cpp:6540][Info][0] Leave CLIENT_ControlDevice.[ret=1.] | |
61 | -[2019-09-23 11:23:08.317][P:248/T:22820][dhnetsdk.cpp:6517][Info][0] Enter CLIENT_ControlDevice. [lLoginID=584188336, type=256, param=0000000021D5E0A0, waittime=5000.] | |
62 | -[2019-09-23 11:23:08.392][P:248/T:22820][dhnetsdk.cpp:6540][Info][0] Leave CLIENT_ControlDevice.[ret=1.] | |
63 | -[2019-09-23 11:23:08.423][P:248/T:22820][dhnetsdk.cpp:24962][Info][0] Enter CLIENT_FaceInfoOpreate. [lLoginID=584188336, emType=2, pInParam=000000002A6F3450, pOutParam=000000002541B420, waittime=5000.] | |
64 | -[2019-09-23 11:23:08.666][P:248/T:22820][dhnetsdk.cpp:24978][Info][0] Leave CLIENT_FaceInfoOpreate.[ret=0.] | |
65 | -[2019-09-23 11:23:08.666][P:248/T:22820][dhnetsdk.cpp:6505][Info][0] Enter CLIENT_GetLastError. | |
66 | -[2019-09-23 11:23:08.666][P:248/T:22820][dhnetsdk.cpp:6508][Info][0] Leave CLIENT_GetLastError.[Error code=80000406.] | |
67 | -[2019-09-23 11:23:08.666][P:248/T:22820][dhnetsdk.cpp:6505][Info][0] Enter CLIENT_GetLastError. | |
68 | -[2019-09-23 11:23:08.666][P:248/T:22820][dhnetsdk.cpp:6508][Info][0] Leave CLIENT_GetLastError.[Error code=80000406.] | |
69 | -[2019-09-23 11:23:08.670][P:248/T:22820][dhnetsdk.cpp:24962][Info][0] Enter CLIENT_FaceInfoOpreate. [lLoginID=584188336, emType=0, pInParam=000000002A71A800, pOutParam=000000002541B270, waittime=5000.] | |
70 | -[2019-09-23 11:23:08.915][P:248/T:22820][dhnetsdk.cpp:24978][Info][0] Leave CLIENT_FaceInfoOpreate.[ret=0.] | |
71 | -[2019-09-23 11:23:08.915][P:248/T:22820][dhnetsdk.cpp:6505][Info][0] Enter CLIENT_GetLastError. | |
72 | -[2019-09-23 11:23:08.915][P:248/T:22820][dhnetsdk.cpp:6508][Info][0] Leave CLIENT_GetLastError.[Error code=80000406.] | |
73 | -[2019-09-23 11:23:08.915][P:248/T:22820][dhnetsdk.cpp:6505][Info][0] Enter CLIENT_GetLastError. | |
74 | -[2019-09-23 11:23:08.915][P:248/T:22820][dhnetsdk.cpp:6508][Info][0] Leave CLIENT_GetLastError.[Error code=80000406.] | |
75 | -[2019-09-23 11:23:13.121][P:248/T:17772][dhnetsdk.cpp:6517][Info][0] Enter CLIENT_ControlDevice. [lLoginID=584188336, type=258, param=000000002A6E8040, waittime=5000.] | |
76 | -[2019-09-23 11:23:13.277][P:248/T:17772][dhnetsdk.cpp:6540][Info][0] Leave CLIENT_ControlDevice.[ret=1.] | |
77 | -[2019-09-23 11:23:13.317][P:248/T:17772][dhnetsdk.cpp:6517][Info][0] Enter CLIENT_ControlDevice. [lLoginID=584188336, type=256, param=0000000021D5E040, waittime=5000.] | |
78 | -[2019-09-23 11:23:13.424][P:248/T:17772][dhnetsdk.cpp:6540][Info][0] Leave CLIENT_ControlDevice.[ret=1.] | |
79 | -[2019-09-23 11:23:13.472][P:248/T:17772][dhnetsdk.cpp:24962][Info][0] Enter CLIENT_FaceInfoOpreate. [lLoginID=584188336, emType=2, pInParam=000000002A75C720, pOutParam=000000002541B360, waittime=5000.] | |
80 | -[2019-09-23 11:23:13.827][P:248/T:17772][dhnetsdk.cpp:24978][Info][0] Leave CLIENT_FaceInfoOpreate.[ret=1.] | |
81 | -[2019-09-23 11:23:18.112][P:248/T:16760][dhnetsdk.cpp:6517][Info][0] Enter CLIENT_ControlDevice. [lLoginID=584188336, type=258, param=000000002A6E8620, waittime=5000.] | |
82 | -[2019-09-23 11:23:18.301][P:248/T:16760][dhnetsdk.cpp:6540][Info][0] Leave CLIENT_ControlDevice.[ret=1.] | |
83 | -[2019-09-23 11:23:18.375][P:248/T:16760][dhnetsdk.cpp:6517][Info][0] Enter CLIENT_ControlDevice. [lLoginID=584188336, type=256, param=0000000021D5E100, waittime=5000.] | |
84 | -[2019-09-23 11:23:18.485][P:248/T:16760][dhnetsdk.cpp:6540][Info][0] Leave CLIENT_ControlDevice.[ret=1.] | |
85 | -[2019-09-23 11:23:18.535][P:248/T:16760][dhnetsdk.cpp:24962][Info][0] Enter CLIENT_FaceInfoOpreate. [lLoginID=584188336, emType=2, pInParam=000000002A79E730, pOutParam=000000002541B3E0, waittime=5000.] | |
86 | -[2019-09-23 11:23:18.765][P:248/T:16760][dhnetsdk.cpp:24978][Info][0] Leave CLIENT_FaceInfoOpreate.[ret=0.] | |
87 | -[2019-09-23 11:23:18.766][P:248/T:16760][dhnetsdk.cpp:6505][Info][0] Enter CLIENT_GetLastError. | |
88 | -[2019-09-23 11:23:18.766][P:248/T:16760][dhnetsdk.cpp:6508][Info][0] Leave CLIENT_GetLastError.[Error code=80000406.] | |
89 | -[2019-09-23 11:23:18.766][P:248/T:16760][dhnetsdk.cpp:6505][Info][0] Enter CLIENT_GetLastError. | |
90 | -[2019-09-23 11:23:18.766][P:248/T:16760][dhnetsdk.cpp:6508][Info][0] Leave CLIENT_GetLastError.[Error code=80000406.] | |
91 | -[2019-09-23 11:23:18.782][P:248/T:16760][dhnetsdk.cpp:24962][Info][0] Enter CLIENT_FaceInfoOpreate. [lLoginID=584188336, emType=0, pInParam=000000002A7BD2C0, pOutParam=000000002541B110, waittime=5000.] | |
92 | -[2019-09-23 11:23:19.015][P:248/T:16760][dhnetsdk.cpp:24978][Info][0] Leave CLIENT_FaceInfoOpreate.[ret=0.] | |
93 | -[2019-09-23 11:23:19.015][P:248/T:16760][dhnetsdk.cpp:6505][Info][0] Enter CLIENT_GetLastError. | |
94 | -[2019-09-23 11:23:19.016][P:248/T:16760][dhnetsdk.cpp:6508][Info][0] Leave CLIENT_GetLastError.[Error code=80000406.] | |
95 | -[2019-09-23 11:23:19.016][P:248/T:16760][dhnetsdk.cpp:6505][Info][0] Enter CLIENT_GetLastError. | |
96 | -[2019-09-23 11:23:19.016][P:248/T:16760][dhnetsdk.cpp:6508][Info][0] Leave CLIENT_GetLastError.[Error code=80000406.] |
cloud/sdklog/2019-09-23_22-52-50.log
... | ... | @@ -1,13 +0,0 @@ |
1 | -Begin Time:2019-09-23 22:52:50.097 | |
2 | -[2019-09-23 22:52:50.097][P:1748/T:25800][AVNetSDKMgr.cpp:358][Info][0] Load avnetsdk library dynamically | |
3 | -[2019-09-23 22:52:50.120][P:1748/T:25800][AVNetSDKMgr.cpp:382][Info][0] avnetsdk module handle: 00000000257A0000 | |
4 | - | |
5 | -[2019-09-23 22:52:50.120][P:1748/T:25800][AVNetSDKMgr.cpp:702][Info][0] Load configsdk dynamically | |
6 | -[2019-09-23 22:52:50.125][P:1748/T:25800][dhnetsdk.cpp:186][Info][0] Enter CLIENT_SetAutoReconnect:[cbAutoConnect=0000000002BC0050, dwUser=0000000000000000]. | |
7 | -[2019-09-23 22:52:50.125][P:1748/T:25800][dhnetsdk.cpp:188][Info][0] Leave CLIENT_SetAutoReconnect. | |
8 | -[2019-09-23 22:52:50.126][P:1748/T:25800][dhnetsdk.cpp:206][Info][0] Enter CLIENT_SetConnectTime:[nWaitTime=5000, nTryTimes=1]. | |
9 | -[2019-09-23 22:52:50.126][P:1748/T:25800][dhnetsdk.cpp:219][Info][0] Leave CLIENT_SetConnectTime. | |
10 | -[2019-09-23 22:52:50.126][P:1748/T:25800][dhnetsdk.cpp:230][Info][0] Enter CLIENT_SetNetworkParam:[nWaittime=0, nConnectTime=10000, nConnectTryNum=0, nSubConnectSpaceTime=0, nGetDevInfoTime=0, nConnectBufSize=0, nGetConnInfoTime=3000, nSearchRecordTime=0, nsubDisconnetTime=0, byNetType=0, byPlaybackBufSize=0, bDetectDisconnTime=0, bKeepLifeInterval=0, nPicBufSize=0]. | |
11 | -[2019-09-23 22:52:50.126][P:1748/T:25800][dhnetsdk.cpp:245][Info][0] Leave CLIENT_SetNetworkParam. | |
12 | -[2019-09-23 22:52:50.129][P:1748/T:25800][dhnetsdk.cpp:6654][Info][0] Enter CLIENT_ListenServer. [ip=192.168.3.6, port=9500, nTimeout=1000, cbListen=0000000002BC0090, dwUserData=0000000000000000.] | |
13 | -[2019-09-23 22:52:50.129][P:1748/T:25800][dhnetsdk.cpp:6658][Info][0] Leave CLIENT_ListenServer.[ret=579147568.] |
cloud/sdklog/2019-09-23_22-53-50.log
... | ... | @@ -1,13 +0,0 @@ |
1 | -Begin Time:2019-09-23 22:53:50.460 | |
2 | -[2019-09-23 22:53:50.460][P:18440/T:22712][AVNetSDKMgr.cpp:358][Info][0] Load avnetsdk library dynamically | |
3 | -[2019-09-23 22:53:50.477][P:18440/T:22712][AVNetSDKMgr.cpp:382][Info][0] avnetsdk module handle: 0000000025980000 | |
4 | - | |
5 | -[2019-09-23 22:53:50.477][P:18440/T:22712][AVNetSDKMgr.cpp:702][Info][0] Load configsdk dynamically | |
6 | -[2019-09-23 22:53:50.481][P:18440/T:22712][dhnetsdk.cpp:186][Info][0] Enter CLIENT_SetAutoReconnect:[cbAutoConnect=0000000021850050, dwUser=0000000000000000]. | |
7 | -[2019-09-23 22:53:50.481][P:18440/T:22712][dhnetsdk.cpp:188][Info][0] Leave CLIENT_SetAutoReconnect. | |
8 | -[2019-09-23 22:53:50.481][P:18440/T:22712][dhnetsdk.cpp:206][Info][0] Enter CLIENT_SetConnectTime:[nWaitTime=5000, nTryTimes=1]. | |
9 | -[2019-09-23 22:53:50.481][P:18440/T:22712][dhnetsdk.cpp:219][Info][0] Leave CLIENT_SetConnectTime. | |
10 | -[2019-09-23 22:53:50.482][P:18440/T:22712][dhnetsdk.cpp:230][Info][0] Enter CLIENT_SetNetworkParam:[nWaittime=0, nConnectTime=10000, nConnectTryNum=0, nSubConnectSpaceTime=0, nGetDevInfoTime=0, nConnectBufSize=0, nGetConnInfoTime=3000, nSearchRecordTime=0, nsubDisconnetTime=0, byNetType=0, byPlaybackBufSize=0, bDetectDisconnTime=0, bKeepLifeInterval=0, nPicBufSize=0]. | |
11 | -[2019-09-23 22:53:50.482][P:18440/T:22712][dhnetsdk.cpp:245][Info][0] Leave CLIENT_SetNetworkParam. | |
12 | -[2019-09-23 22:53:50.484][P:18440/T:22712][dhnetsdk.cpp:6654][Info][0] Enter CLIENT_ListenServer. [ip=192.168.3.6, port=9500, nTimeout=1000, cbListen=0000000021850090, dwUserData=0000000000000000.] | |
13 | -[2019-09-23 22:53:50.484][P:18440/T:22712][dhnetsdk.cpp:6658][Info][0] Leave CLIENT_ListenServer.[ret=581567040.] |
cloud/sdklog/2019-09-23_23-00-02.log
... | ... | @@ -1,13 +0,0 @@ |
1 | -Begin Time:2019-09-23 23:00:02.983 | |
2 | -[2019-09-23 23:00:02.983][P:24756/T:24704][AVNetSDKMgr.cpp:358][Info][0] Load avnetsdk library dynamically | |
3 | -[2019-09-23 23:00:03.000][P:24756/T:24704][AVNetSDKMgr.cpp:382][Info][0] avnetsdk module handle: 0000000025640000 | |
4 | - | |
5 | -[2019-09-23 23:00:03.000][P:24756/T:24704][AVNetSDKMgr.cpp:702][Info][0] Load configsdk dynamically | |
6 | -[2019-09-23 23:00:03.004][P:24756/T:24704][dhnetsdk.cpp:186][Info][0] Enter CLIENT_SetAutoReconnect:[cbAutoConnect=0000000021610050, dwUser=0000000000000000]. | |
7 | -[2019-09-23 23:00:03.004][P:24756/T:24704][dhnetsdk.cpp:188][Info][0] Leave CLIENT_SetAutoReconnect. | |
8 | -[2019-09-23 23:00:03.004][P:24756/T:24704][dhnetsdk.cpp:206][Info][0] Enter CLIENT_SetConnectTime:[nWaitTime=5000, nTryTimes=1]. | |
9 | -[2019-09-23 23:00:03.004][P:24756/T:24704][dhnetsdk.cpp:219][Info][0] Leave CLIENT_SetConnectTime. | |
10 | -[2019-09-23 23:00:03.005][P:24756/T:24704][dhnetsdk.cpp:230][Info][0] Enter CLIENT_SetNetworkParam:[nWaittime=0, nConnectTime=10000, nConnectTryNum=0, nSubConnectSpaceTime=0, nGetDevInfoTime=0, nConnectBufSize=0, nGetConnInfoTime=3000, nSearchRecordTime=0, nsubDisconnetTime=0, byNetType=0, byPlaybackBufSize=0, bDetectDisconnTime=0, bKeepLifeInterval=0, nPicBufSize=0]. | |
11 | -[2019-09-23 23:00:03.005][P:24756/T:24704][dhnetsdk.cpp:245][Info][0] Leave CLIENT_SetNetworkParam. | |
12 | -[2019-09-23 23:00:03.007][P:24756/T:24704][dhnetsdk.cpp:6654][Info][0] Enter CLIENT_ListenServer. [ip=192.168.3.6, port=9500, nTimeout=1000, cbListen=0000000021610090, dwUserData=0000000000000000.] | |
13 | -[2019-09-23 23:00:03.007][P:24756/T:24704][dhnetsdk.cpp:6658][Info][0] Leave CLIENT_ListenServer.[ret=576654416.] |
cloud/sdklog/2019-09-25_22-47-35.log
... | ... | @@ -1,13 +0,0 @@ |
1 | -Begin Time:2019-09-25 22:47:35.439 | |
2 | -[2019-09-25 22:47:35.439][P:26120/T:24280][AVNetSDKMgr.cpp:358][Info][0] Load avnetsdk library dynamically | |
3 | -[2019-09-25 22:47:35.449][P:26120/T:24280][AVNetSDKMgr.cpp:382][Info][0] avnetsdk module handle: 0000000025F30000 | |
4 | - | |
5 | -[2019-09-25 22:47:35.450][P:26120/T:24280][AVNetSDKMgr.cpp:702][Info][0] Load configsdk dynamically | |
6 | -[2019-09-25 22:47:35.459][P:26120/T:24280][dhnetsdk.cpp:186][Info][0] Enter CLIENT_SetAutoReconnect:[cbAutoConnect=00000000031F0050, dwUser=0000000000000000]. | |
7 | -[2019-09-25 22:47:35.459][P:26120/T:24280][dhnetsdk.cpp:188][Info][0] Leave CLIENT_SetAutoReconnect. | |
8 | -[2019-09-25 22:47:35.459][P:26120/T:24280][dhnetsdk.cpp:206][Info][0] Enter CLIENT_SetConnectTime:[nWaitTime=5000, nTryTimes=1]. | |
9 | -[2019-09-25 22:47:35.459][P:26120/T:24280][dhnetsdk.cpp:219][Info][0] Leave CLIENT_SetConnectTime. | |
10 | -[2019-09-25 22:47:35.460][P:26120/T:24280][dhnetsdk.cpp:230][Info][0] Enter CLIENT_SetNetworkParam:[nWaittime=0, nConnectTime=10000, nConnectTryNum=0, nSubConnectSpaceTime=0, nGetDevInfoTime=0, nConnectBufSize=0, nGetConnInfoTime=3000, nSearchRecordTime=0, nsubDisconnetTime=0, byNetType=0, byPlaybackBufSize=0, bDetectDisconnTime=0, bKeepLifeInterval=0, nPicBufSize=0]. | |
11 | -[2019-09-25 22:47:35.460][P:26120/T:24280][dhnetsdk.cpp:245][Info][0] Leave CLIENT_SetNetworkParam. | |
12 | -[2019-09-25 22:47:35.462][P:26120/T:24280][dhnetsdk.cpp:6654][Info][0] Enter CLIENT_ListenServer. [ip=192.168.3.6, port=9500, nTimeout=1000, cbListen=00000000031F0090, dwUserData=0000000000000000.] | |
13 | -[2019-09-25 22:47:35.464][P:26120/T:24280][dhnetsdk.cpp:6658][Info][0] Leave CLIENT_ListenServer.[ret=586617568.] |
cloud/sdklog/2019-09-25_22-48-54.log
... | ... | @@ -1,13 +0,0 @@ |
1 | -Begin Time:2019-09-25 22:48:54.750 | |
2 | -[2019-09-25 22:48:54.750][P:32612/T:5836][AVNetSDKMgr.cpp:358][Info][0] Load avnetsdk library dynamically | |
3 | -[2019-09-25 22:48:54.763][P:32612/T:5836][AVNetSDKMgr.cpp:382][Info][0] avnetsdk module handle: 0000000025AB0000 | |
4 | - | |
5 | -[2019-09-25 22:48:54.763][P:32612/T:5836][AVNetSDKMgr.cpp:702][Info][0] Load configsdk dynamically | |
6 | -[2019-09-25 22:48:54.767][P:32612/T:5836][dhnetsdk.cpp:186][Info][0] Enter CLIENT_SetAutoReconnect:[cbAutoConnect=0000000021D00050, dwUser=0000000000000000]. | |
7 | -[2019-09-25 22:48:54.767][P:32612/T:5836][dhnetsdk.cpp:188][Info][0] Leave CLIENT_SetAutoReconnect. | |
8 | -[2019-09-25 22:48:54.767][P:32612/T:5836][dhnetsdk.cpp:206][Info][0] Enter CLIENT_SetConnectTime:[nWaitTime=5000, nTryTimes=1]. | |
9 | -[2019-09-25 22:48:54.767][P:32612/T:5836][dhnetsdk.cpp:219][Info][0] Leave CLIENT_SetConnectTime. | |
10 | -[2019-09-25 22:48:54.768][P:32612/T:5836][dhnetsdk.cpp:230][Info][0] Enter CLIENT_SetNetworkParam:[nWaittime=0, nConnectTime=10000, nConnectTryNum=0, nSubConnectSpaceTime=0, nGetDevInfoTime=0, nConnectBufSize=0, nGetConnInfoTime=3000, nSearchRecordTime=0, nsubDisconnetTime=0, byNetType=0, byPlaybackBufSize=0, bDetectDisconnTime=0, bKeepLifeInterval=0, nPicBufSize=0]. | |
11 | -[2019-09-25 22:48:54.768][P:32612/T:5836][dhnetsdk.cpp:245][Info][0] Leave CLIENT_SetNetworkParam. | |
12 | -[2019-09-25 22:48:54.769][P:32612/T:5836][dhnetsdk.cpp:6654][Info][0] Enter CLIENT_ListenServer. [ip=192.168.3.6, port=9500, nTimeout=1000, cbListen=0000000021D00090, dwUserData=0000000000000000.] | |
13 | -[2019-09-25 22:48:54.770][P:32612/T:5836][dhnetsdk.cpp:6658][Info][0] Leave CLIENT_ListenServer.[ret=584715536.] |
cloud/sdklog/2019-09-25_22-54-07.log
... | ... | @@ -1,13 +0,0 @@ |
1 | -Begin Time:2019-09-25 22:54:07.204 | |
2 | -[2019-09-25 22:54:07.204][P:25708/T:26012][AVNetSDKMgr.cpp:358][Info][0] Load avnetsdk library dynamically | |
3 | -[2019-09-25 22:54:07.217][P:25708/T:26012][AVNetSDKMgr.cpp:382][Info][0] avnetsdk module handle: 0000000025600000 | |
4 | - | |
5 | -[2019-09-25 22:54:07.217][P:25708/T:26012][AVNetSDKMgr.cpp:702][Info][0] Load configsdk dynamically | |
6 | -[2019-09-25 22:54:07.221][P:25708/T:26012][dhnetsdk.cpp:186][Info][0] Enter CLIENT_SetAutoReconnect:[cbAutoConnect=00000000217E0050, dwUser=0000000000000000]. | |
7 | -[2019-09-25 22:54:07.221][P:25708/T:26012][dhnetsdk.cpp:188][Info][0] Leave CLIENT_SetAutoReconnect. | |
8 | -[2019-09-25 22:54:07.221][P:25708/T:26012][dhnetsdk.cpp:206][Info][0] Enter CLIENT_SetConnectTime:[nWaitTime=5000, nTryTimes=1]. | |
9 | -[2019-09-25 22:54:07.221][P:25708/T:26012][dhnetsdk.cpp:219][Info][0] Leave CLIENT_SetConnectTime. | |
10 | -[2019-09-25 22:54:07.222][P:25708/T:26012][dhnetsdk.cpp:230][Info][0] Enter CLIENT_SetNetworkParam:[nWaittime=0, nConnectTime=10000, nConnectTryNum=0, nSubConnectSpaceTime=0, nGetDevInfoTime=0, nConnectBufSize=0, nGetConnInfoTime=3000, nSearchRecordTime=0, nsubDisconnetTime=0, byNetType=0, byPlaybackBufSize=0, bDetectDisconnTime=0, bKeepLifeInterval=0, nPicBufSize=0]. | |
11 | -[2019-09-25 22:54:07.222][P:25708/T:26012][dhnetsdk.cpp:245][Info][0] Leave CLIENT_SetNetworkParam. | |
12 | -[2019-09-25 22:54:07.224][P:25708/T:26012][dhnetsdk.cpp:6654][Info][0] Enter CLIENT_ListenServer. [ip=192.168.3.6, port=9500, nTimeout=1000, cbListen=00000000217E0090, dwUserData=0000000000000000.] | |
13 | -[2019-09-25 22:54:07.224][P:25708/T:26012][dhnetsdk.cpp:6658][Info][0] Leave CLIENT_ListenServer.[ret=578884112.] |
cloud/sdklog/2019-09-25_22-55-29.log
... | ... | @@ -1,13 +0,0 @@ |
1 | -Begin Time:2019-09-25 22:55:29.209 | |
2 | -[2019-09-25 22:55:29.209][P:33040/T:23788][AVNetSDKMgr.cpp:358][Info][0] Load avnetsdk library dynamically | |
3 | -[2019-09-25 22:55:29.223][P:33040/T:23788][AVNetSDKMgr.cpp:382][Info][0] avnetsdk module handle: 0000000025E80000 | |
4 | - | |
5 | -[2019-09-25 22:55:29.223][P:33040/T:23788][AVNetSDKMgr.cpp:702][Info][0] Load configsdk dynamically | |
6 | -[2019-09-25 22:55:29.227][P:33040/T:23788][dhnetsdk.cpp:186][Info][0] Enter CLIENT_SetAutoReconnect:[cbAutoConnect=00000000231F0050, dwUser=0000000000000000]. | |
7 | -[2019-09-25 22:55:29.227][P:33040/T:23788][dhnetsdk.cpp:188][Info][0] Leave CLIENT_SetAutoReconnect. | |
8 | -[2019-09-25 22:55:29.228][P:33040/T:23788][dhnetsdk.cpp:206][Info][0] Enter CLIENT_SetConnectTime:[nWaitTime=5000, nTryTimes=1]. | |
9 | -[2019-09-25 22:55:29.228][P:33040/T:23788][dhnetsdk.cpp:219][Info][0] Leave CLIENT_SetConnectTime. | |
10 | -[2019-09-25 22:55:29.228][P:33040/T:23788][dhnetsdk.cpp:230][Info][0] Enter CLIENT_SetNetworkParam:[nWaittime=0, nConnectTime=10000, nConnectTryNum=0, nSubConnectSpaceTime=0, nGetDevInfoTime=0, nConnectBufSize=0, nGetConnInfoTime=3000, nSearchRecordTime=0, nsubDisconnetTime=0, byNetType=0, byPlaybackBufSize=0, bDetectDisconnTime=0, bKeepLifeInterval=0, nPicBufSize=0]. | |
11 | -[2019-09-25 22:55:29.228][P:33040/T:23788][dhnetsdk.cpp:245][Info][0] Leave CLIENT_SetNetworkParam. | |
12 | -[2019-09-25 22:55:29.230][P:33040/T:23788][dhnetsdk.cpp:6654][Info][0] Enter CLIENT_ListenServer. [ip=192.168.3.6, port=9500, nTimeout=1000, cbListen=00000000231F0090, dwUserData=0000000000000000.] | |
13 | -[2019-09-25 22:55:29.231][P:33040/T:23788][dhnetsdk.cpp:6658][Info][0] Leave CLIENT_ListenServer.[ret=571934352.] |
cloud/sdklog/2019-09-25_22-59-26.log
... | ... | @@ -1,13 +0,0 @@ |
1 | -Begin Time:2019-09-25 22:59:26.828 | |
2 | -[2019-09-25 22:59:26.828][P:32032/T:15948][AVNetSDKMgr.cpp:358][Info][0] Load avnetsdk library dynamically | |
3 | -[2019-09-25 22:59:26.847][P:32032/T:15948][AVNetSDKMgr.cpp:382][Info][0] avnetsdk module handle: 00000000264A0000 | |
4 | - | |
5 | -[2019-09-25 22:59:26.847][P:32032/T:15948][AVNetSDKMgr.cpp:702][Info][0] Load configsdk dynamically | |
6 | -[2019-09-25 22:59:26.852][P:32032/T:15948][dhnetsdk.cpp:186][Info][0] Enter CLIENT_SetAutoReconnect:[cbAutoConnect=0000000023430050, dwUser=0000000000000000]. | |
7 | -[2019-09-25 22:59:26.852][P:32032/T:15948][dhnetsdk.cpp:188][Info][0] Leave CLIENT_SetAutoReconnect. | |
8 | -[2019-09-25 22:59:26.852][P:32032/T:15948][dhnetsdk.cpp:206][Info][0] Enter CLIENT_SetConnectTime:[nWaitTime=5000, nTryTimes=1]. | |
9 | -[2019-09-25 22:59:26.852][P:32032/T:15948][dhnetsdk.cpp:219][Info][0] Leave CLIENT_SetConnectTime. | |
10 | -[2019-09-25 22:59:26.853][P:32032/T:15948][dhnetsdk.cpp:230][Info][0] Enter CLIENT_SetNetworkParam:[nWaittime=0, nConnectTime=10000, nConnectTryNum=0, nSubConnectSpaceTime=0, nGetDevInfoTime=0, nConnectBufSize=0, nGetConnInfoTime=3000, nSearchRecordTime=0, nsubDisconnetTime=0, byNetType=0, byPlaybackBufSize=0, bDetectDisconnTime=0, bKeepLifeInterval=0, nPicBufSize=0]. | |
11 | -[2019-09-25 22:59:26.853][P:32032/T:15948][dhnetsdk.cpp:245][Info][0] Leave CLIENT_SetNetworkParam. | |
12 | -[2019-09-25 22:59:26.855][P:32032/T:15948][dhnetsdk.cpp:6654][Info][0] Enter CLIENT_ListenServer. [ip=192.168.3.6, port=9500, nTimeout=1000, cbListen=0000000023430090, dwUserData=0000000000000000.] | |
13 | -[2019-09-25 22:59:26.856][P:32032/T:15948][dhnetsdk.cpp:6658][Info][0] Leave CLIENT_ListenServer.[ret=591926720.] |
cloud/sdklog/2019-09-25_23-00-31.log
... | ... | @@ -1,13 +0,0 @@ |
1 | -Begin Time:2019-09-25 23:00:31.063 | |
2 | -[2019-09-25 23:00:31.063][P:27148/T:28708][AVNetSDKMgr.cpp:358][Info][0] Load avnetsdk library dynamically | |
3 | -[2019-09-25 23:00:31.077][P:27148/T:28708][AVNetSDKMgr.cpp:382][Info][0] avnetsdk module handle: 0000000025DD0000 | |
4 | - | |
5 | -[2019-09-25 23:00:31.077][P:27148/T:28708][AVNetSDKMgr.cpp:702][Info][0] Load configsdk dynamically | |
6 | -[2019-09-25 23:00:31.081][P:27148/T:28708][dhnetsdk.cpp:186][Info][0] Enter CLIENT_SetAutoReconnect:[cbAutoConnect=0000000022170050, dwUser=0000000000000000]. | |
7 | -[2019-09-25 23:00:31.082][P:27148/T:28708][dhnetsdk.cpp:188][Info][0] Leave CLIENT_SetAutoReconnect. | |
8 | -[2019-09-25 23:00:31.082][P:27148/T:28708][dhnetsdk.cpp:206][Info][0] Enter CLIENT_SetConnectTime:[nWaitTime=5000, nTryTimes=1]. | |
9 | -[2019-09-25 23:00:31.082][P:27148/T:28708][dhnetsdk.cpp:219][Info][0] Leave CLIENT_SetConnectTime. | |
10 | -[2019-09-25 23:00:31.083][P:27148/T:28708][dhnetsdk.cpp:230][Info][0] Enter CLIENT_SetNetworkParam:[nWaittime=0, nConnectTime=10000, nConnectTryNum=0, nSubConnectSpaceTime=0, nGetDevInfoTime=0, nConnectBufSize=0, nGetConnInfoTime=3000, nSearchRecordTime=0, nsubDisconnetTime=0, byNetType=0, byPlaybackBufSize=0, bDetectDisconnTime=0, bKeepLifeInterval=0, nPicBufSize=0]. | |
11 | -[2019-09-25 23:00:31.083][P:27148/T:28708][dhnetsdk.cpp:245][Info][0] Leave CLIENT_SetNetworkParam. | |
12 | -[2019-09-25 23:00:31.084][P:27148/T:28708][dhnetsdk.cpp:6654][Info][0] Enter CLIENT_ListenServer. [ip=192.168.3.6, port=9500, nTimeout=1000, cbListen=0000000022170090, dwUserData=0000000000000000.] | |
13 | -[2019-09-25 23:00:31.085][P:27148/T:28708][dhnetsdk.cpp:6658][Info][0] Leave CLIENT_ListenServer.[ret=588255968.] |
cloud/sdklog/2019-09-27_08-36-51.log
... | ... | @@ -1,13 +0,0 @@ |
1 | -Begin Time:2019-09-27 08:36:51.639 | |
2 | -[2019-09-27 08:36:51.639][P:18300/T:3924][AVNetSDKMgr.cpp:358][Info][0] Load avnetsdk library dynamically | |
3 | -[2019-09-27 08:36:51.651][P:18300/T:3924][AVNetSDKMgr.cpp:382][Info][0] avnetsdk module handle: 0000000025730000 | |
4 | - | |
5 | -[2019-09-27 08:36:51.651][P:18300/T:3924][AVNetSDKMgr.cpp:702][Info][0] Load configsdk dynamically | |
6 | -[2019-09-27 08:36:51.661][P:18300/T:3924][dhnetsdk.cpp:186][Info][0] Enter CLIENT_SetAutoReconnect:[cbAutoConnect=0000000022CE0050, dwUser=0000000000000000]. | |
7 | -[2019-09-27 08:36:51.661][P:18300/T:3924][dhnetsdk.cpp:188][Info][0] Leave CLIENT_SetAutoReconnect. | |
8 | -[2019-09-27 08:36:51.661][P:18300/T:3924][dhnetsdk.cpp:206][Info][0] Enter CLIENT_SetConnectTime:[nWaitTime=5000, nTryTimes=1]. | |
9 | -[2019-09-27 08:36:51.661][P:18300/T:3924][dhnetsdk.cpp:219][Info][0] Leave CLIENT_SetConnectTime. | |
10 | -[2019-09-27 08:36:51.662][P:18300/T:3924][dhnetsdk.cpp:230][Info][0] Enter CLIENT_SetNetworkParam:[nWaittime=0, nConnectTime=10000, nConnectTryNum=0, nSubConnectSpaceTime=0, nGetDevInfoTime=0, nConnectBufSize=0, nGetConnInfoTime=3000, nSearchRecordTime=0, nsubDisconnetTime=0, byNetType=0, byPlaybackBufSize=0, bDetectDisconnTime=0, bKeepLifeInterval=0, nPicBufSize=0]. | |
11 | -[2019-09-27 08:36:51.662][P:18300/T:3924][dhnetsdk.cpp:245][Info][0] Leave CLIENT_SetNetworkParam. | |
12 | -[2019-09-27 08:36:51.665][P:18300/T:3924][dhnetsdk.cpp:6654][Info][0] Enter CLIENT_ListenServer. [ip=172.16.2.75, port=9500, nTimeout=1000, cbListen=0000000022CE0090, dwUserData=0000000000000000.] | |
13 | -[2019-09-27 08:36:51.668][P:18300/T:3924][dhnetsdk.cpp:6658][Info][0] Leave CLIENT_ListenServer.[ret=584122528.] |
cloud/sdklog/2019-09-27_08-39-29.log
... | ... | @@ -1,13 +0,0 @@ |
1 | -Begin Time:2019-09-27 08:39:29.481 | |
2 | -[2019-09-27 08:39:29.482][P:15320/T:16176][AVNetSDKMgr.cpp:358][Info][0] Load avnetsdk library dynamically | |
3 | -[2019-09-27 08:39:29.494][P:15320/T:16176][AVNetSDKMgr.cpp:382][Info][0] avnetsdk module handle: 0000000025020000 | |
4 | - | |
5 | -[2019-09-27 08:39:29.494][P:15320/T:16176][AVNetSDKMgr.cpp:702][Info][0] Load configsdk dynamically | |
6 | -[2019-09-27 08:39:29.498][P:15320/T:16176][dhnetsdk.cpp:186][Info][0] Enter CLIENT_SetAutoReconnect:[cbAutoConnect=0000000021720050, dwUser=0000000000000000]. | |
7 | -[2019-09-27 08:39:29.498][P:15320/T:16176][dhnetsdk.cpp:188][Info][0] Leave CLIENT_SetAutoReconnect. | |
8 | -[2019-09-27 08:39:29.498][P:15320/T:16176][dhnetsdk.cpp:206][Info][0] Enter CLIENT_SetConnectTime:[nWaitTime=5000, nTryTimes=1]. | |
9 | -[2019-09-27 08:39:29.498][P:15320/T:16176][dhnetsdk.cpp:219][Info][0] Leave CLIENT_SetConnectTime. | |
10 | -[2019-09-27 08:39:29.498][P:15320/T:16176][dhnetsdk.cpp:230][Info][0] Enter CLIENT_SetNetworkParam:[nWaittime=0, nConnectTime=10000, nConnectTryNum=0, nSubConnectSpaceTime=0, nGetDevInfoTime=0, nConnectBufSize=0, nGetConnInfoTime=3000, nSearchRecordTime=0, nsubDisconnetTime=0, byNetType=0, byPlaybackBufSize=0, bDetectDisconnTime=0, bKeepLifeInterval=0, nPicBufSize=0]. | |
11 | -[2019-09-27 08:39:29.498][P:15320/T:16176][dhnetsdk.cpp:245][Info][0] Leave CLIENT_SetNetworkParam. | |
12 | -[2019-09-27 08:39:29.500][P:15320/T:16176][dhnetsdk.cpp:6654][Info][0] Enter CLIENT_ListenServer. [ip=172.16.2.75, port=9500, nTimeout=1000, cbListen=0000000021720090, dwUserData=0000000000000000.] | |
13 | -[2019-09-27 08:39:29.500][P:15320/T:16176][dhnetsdk.cpp:6658][Info][0] Leave CLIENT_ListenServer.[ret=577635200.] |
cloud/sdklog/2019-09-29_19-49-51.log
... | ... | @@ -1,13 +0,0 @@ |
1 | -Begin Time:2019-09-29 19:49:51.519 | |
2 | -[2019-09-29 19:49:51.519][P:15368/T:17600][AVNetSDKMgr.cpp:358][Info][0] Load avnetsdk library dynamically | |
3 | -[2019-09-29 19:49:51.533][P:15368/T:17600][AVNetSDKMgr.cpp:382][Info][0] avnetsdk module handle: 0000000025350000 | |
4 | - | |
5 | -[2019-09-29 19:49:51.533][P:15368/T:17600][AVNetSDKMgr.cpp:702][Info][0] Load configsdk dynamically | |
6 | -[2019-09-29 19:49:51.543][P:15368/T:17600][dhnetsdk.cpp:186][Info][0] Enter CLIENT_SetAutoReconnect:[cbAutoConnect=0000000002540050, dwUser=0000000000000000]. | |
7 | -[2019-09-29 19:49:51.543][P:15368/T:17600][dhnetsdk.cpp:188][Info][0] Leave CLIENT_SetAutoReconnect. | |
8 | -[2019-09-29 19:49:51.543][P:15368/T:17600][dhnetsdk.cpp:206][Info][0] Enter CLIENT_SetConnectTime:[nWaitTime=5000, nTryTimes=1]. | |
9 | -[2019-09-29 19:49:51.543][P:15368/T:17600][dhnetsdk.cpp:219][Info][0] Leave CLIENT_SetConnectTime. | |
10 | -[2019-09-29 19:49:51.544][P:15368/T:17600][dhnetsdk.cpp:230][Info][0] Enter CLIENT_SetNetworkParam:[nWaittime=0, nConnectTime=10000, nConnectTryNum=0, nSubConnectSpaceTime=0, nGetDevInfoTime=0, nConnectBufSize=0, nGetConnInfoTime=3000, nSearchRecordTime=0, nsubDisconnetTime=0, byNetType=0, byPlaybackBufSize=0, bDetectDisconnTime=0, bKeepLifeInterval=0, nPicBufSize=0]. | |
11 | -[2019-09-29 19:49:51.544][P:15368/T:17600][dhnetsdk.cpp:245][Info][0] Leave CLIENT_SetNetworkParam. | |
12 | -[2019-09-29 19:49:51.547][P:15368/T:17600][dhnetsdk.cpp:6654][Info][0] Enter CLIENT_ListenServer. [ip=192.168.3.6, port=9500, nTimeout=1000, cbListen=0000000002540090, dwUserData=0000000000000000.] | |
13 | -[2019-09-29 19:49:51.550][P:15368/T:17600][dhnetsdk.cpp:6658][Info][0] Leave CLIENT_ListenServer.[ret=580719808.] |
cloud/sdklog/2019-09-29_20-06-12.log
... | ... | @@ -1,13 +0,0 @@ |
1 | -Begin Time:2019-09-29 20:06:12.169 | |
2 | -[2019-09-29 20:06:12.169][P:19464/T:7276][AVNetSDKMgr.cpp:358][Info][0] Load avnetsdk library dynamically | |
3 | -[2019-09-29 20:06:12.182][P:19464/T:7276][AVNetSDKMgr.cpp:382][Info][0] avnetsdk module handle: 0000000026010000 | |
4 | - | |
5 | -[2019-09-29 20:06:12.183][P:19464/T:7276][AVNetSDKMgr.cpp:702][Info][0] Load configsdk dynamically | |
6 | -[2019-09-29 20:06:12.188][P:19464/T:7276][dhnetsdk.cpp:186][Info][0] Enter CLIENT_SetAutoReconnect:[cbAutoConnect=0000000023030050, dwUser=0000000000000000]. | |
7 | -[2019-09-29 20:06:12.189][P:19464/T:7276][dhnetsdk.cpp:188][Info][0] Leave CLIENT_SetAutoReconnect. | |
8 | -[2019-09-29 20:06:12.189][P:19464/T:7276][dhnetsdk.cpp:206][Info][0] Enter CLIENT_SetConnectTime:[nWaitTime=5000, nTryTimes=1]. | |
9 | -[2019-09-29 20:06:12.189][P:19464/T:7276][dhnetsdk.cpp:219][Info][0] Leave CLIENT_SetConnectTime. | |
10 | -[2019-09-29 20:06:12.190][P:19464/T:7276][dhnetsdk.cpp:230][Info][0] Enter CLIENT_SetNetworkParam:[nWaittime=0, nConnectTime=10000, nConnectTryNum=0, nSubConnectSpaceTime=0, nGetDevInfoTime=0, nConnectBufSize=0, nGetConnInfoTime=3000, nSearchRecordTime=0, nsubDisconnetTime=0, byNetType=0, byPlaybackBufSize=0, bDetectDisconnTime=0, bKeepLifeInterval=0, nPicBufSize=0]. | |
11 | -[2019-09-29 20:06:12.190][P:19464/T:7276][dhnetsdk.cpp:245][Info][0] Leave CLIENT_SetNetworkParam. | |
12 | -[2019-09-29 20:06:12.191][P:19464/T:7276][dhnetsdk.cpp:6654][Info][0] Enter CLIENT_ListenServer. [ip=192.168.3.6, port=9500, nTimeout=1000, cbListen=0000000023030090, dwUserData=0000000000000000.] | |
13 | -[2019-09-29 20:06:12.192][P:19464/T:7276][dhnetsdk.cpp:6658][Info][0] Leave CLIENT_ListenServer.[ret=588256496.] |
cloud/sdklog/2019-09-29_20-07-38.log
... | ... | @@ -1,13 +0,0 @@ |
1 | -Begin Time:2019-09-29 20:07:38.275 | |
2 | -[2019-09-29 20:07:38.275][P:11528/T:17600][AVNetSDKMgr.cpp:358][Info][0] Load avnetsdk library dynamically | |
3 | -[2019-09-29 20:07:38.287][P:11528/T:17600][AVNetSDKMgr.cpp:382][Info][0] avnetsdk module handle: 0000000025F70000 | |
4 | - | |
5 | -[2019-09-29 20:07:38.287][P:11528/T:17600][AVNetSDKMgr.cpp:702][Info][0] Load configsdk dynamically | |
6 | -[2019-09-29 20:07:38.290][P:11528/T:17600][dhnetsdk.cpp:186][Info][0] Enter CLIENT_SetAutoReconnect:[cbAutoConnect=0000000003430050, dwUser=0000000000000000]. | |
7 | -[2019-09-29 20:07:38.290][P:11528/T:17600][dhnetsdk.cpp:188][Info][0] Leave CLIENT_SetAutoReconnect. | |
8 | -[2019-09-29 20:07:38.291][P:11528/T:17600][dhnetsdk.cpp:206][Info][0] Enter CLIENT_SetConnectTime:[nWaitTime=5000, nTryTimes=1]. | |
9 | -[2019-09-29 20:07:38.291][P:11528/T:17600][dhnetsdk.cpp:219][Info][0] Leave CLIENT_SetConnectTime. | |
10 | -[2019-09-29 20:07:38.291][P:11528/T:17600][dhnetsdk.cpp:230][Info][0] Enter CLIENT_SetNetworkParam:[nWaittime=0, nConnectTime=10000, nConnectTryNum=0, nSubConnectSpaceTime=0, nGetDevInfoTime=0, nConnectBufSize=0, nGetConnInfoTime=3000, nSearchRecordTime=0, nsubDisconnetTime=0, byNetType=0, byPlaybackBufSize=0, bDetectDisconnTime=0, bKeepLifeInterval=0, nPicBufSize=0]. | |
11 | -[2019-09-29 20:07:38.291][P:11528/T:17600][dhnetsdk.cpp:245][Info][0] Leave CLIENT_SetNetworkParam. | |
12 | -[2019-09-29 20:07:38.293][P:11528/T:17600][dhnetsdk.cpp:6654][Info][0] Enter CLIENT_ListenServer. [ip=192.168.3.6, port=9500, nTimeout=1000, cbListen=0000000003430090, dwUserData=0000000000000000.] | |
13 | -[2019-09-29 20:07:38.293][P:11528/T:17600][dhnetsdk.cpp:6658][Info][0] Leave CLIENT_ListenServer.[ret=571412272.] |
cloud/sdklog/2019-09-29_20-19-04.log
... | ... | @@ -1,13 +0,0 @@ |
1 | -Begin Time:2019-09-29 20:19:04.898 | |
2 | -[2019-09-29 20:19:04.898][P:16544/T:11556][AVNetSDKMgr.cpp:358][Info][0] Load avnetsdk library dynamically | |
3 | -[2019-09-29 20:19:04.911][P:16544/T:11556][AVNetSDKMgr.cpp:382][Info][0] avnetsdk module handle: 0000000025C80000 | |
4 | - | |
5 | -[2019-09-29 20:19:04.911][P:16544/T:11556][AVNetSDKMgr.cpp:702][Info][0] Load configsdk dynamically | |
6 | -[2019-09-29 20:19:04.914][P:16544/T:11556][dhnetsdk.cpp:186][Info][0] Enter CLIENT_SetAutoReconnect:[cbAutoConnect=0000000021D20050, dwUser=0000000000000000]. | |
7 | -[2019-09-29 20:19:04.914][P:16544/T:11556][dhnetsdk.cpp:188][Info][0] Leave CLIENT_SetAutoReconnect. | |
8 | -[2019-09-29 20:19:04.914][P:16544/T:11556][dhnetsdk.cpp:206][Info][0] Enter CLIENT_SetConnectTime:[nWaitTime=5000, nTryTimes=1]. | |
9 | -[2019-09-29 20:19:04.914][P:16544/T:11556][dhnetsdk.cpp:219][Info][0] Leave CLIENT_SetConnectTime. | |
10 | -[2019-09-29 20:19:04.915][P:16544/T:11556][dhnetsdk.cpp:230][Info][0] Enter CLIENT_SetNetworkParam:[nWaittime=0, nConnectTime=10000, nConnectTryNum=0, nSubConnectSpaceTime=0, nGetDevInfoTime=0, nConnectBufSize=0, nGetConnInfoTime=3000, nSearchRecordTime=0, nsubDisconnetTime=0, byNetType=0, byPlaybackBufSize=0, bDetectDisconnTime=0, bKeepLifeInterval=0, nPicBufSize=0]. | |
11 | -[2019-09-29 20:19:04.915][P:16544/T:11556][dhnetsdk.cpp:245][Info][0] Leave CLIENT_SetNetworkParam. | |
12 | -[2019-09-29 20:19:04.916][P:16544/T:11556][dhnetsdk.cpp:6654][Info][0] Enter CLIENT_ListenServer. [ip=192.168.3.6, port=9500, nTimeout=1000, cbListen=0000000021D20090, dwUserData=0000000000000000.] | |
13 | -[2019-09-29 20:19:04.916][P:16544/T:11556][dhnetsdk.cpp:6658][Info][0] Leave CLIENT_ListenServer.[ret=584516720.] |
cloud/sdklog/2019-09-29_20-25-22.log
... | ... | @@ -1,13 +0,0 @@ |
1 | -Begin Time:2019-09-29 20:25:22.231 | |
2 | -[2019-09-29 20:25:22.232][P:212/T:16860][AVNetSDKMgr.cpp:358][Info][0] Load avnetsdk library dynamically | |
3 | -[2019-09-29 20:25:22.246][P:212/T:16860][AVNetSDKMgr.cpp:382][Info][0] avnetsdk module handle: 0000000025230000 | |
4 | - | |
5 | -[2019-09-29 20:25:22.246][P:212/T:16860][AVNetSDKMgr.cpp:702][Info][0] Load configsdk dynamically | |
6 | -[2019-09-29 20:25:22.249][P:212/T:16860][dhnetsdk.cpp:186][Info][0] Enter CLIENT_SetAutoReconnect:[cbAutoConnect=0000000021890050, dwUser=0000000000000000]. | |
7 | -[2019-09-29 20:25:22.249][P:212/T:16860][dhnetsdk.cpp:188][Info][0] Leave CLIENT_SetAutoReconnect. | |
8 | -[2019-09-29 20:25:22.249][P:212/T:16860][dhnetsdk.cpp:206][Info][0] Enter CLIENT_SetConnectTime:[nWaitTime=5000, nTryTimes=1]. | |
9 | -[2019-09-29 20:25:22.249][P:212/T:16860][dhnetsdk.cpp:219][Info][0] Leave CLIENT_SetConnectTime. | |
10 | -[2019-09-29 20:25:22.250][P:212/T:16860][dhnetsdk.cpp:230][Info][0] Enter CLIENT_SetNetworkParam:[nWaittime=0, nConnectTime=10000, nConnectTryNum=0, nSubConnectSpaceTime=0, nGetDevInfoTime=0, nConnectBufSize=0, nGetConnInfoTime=3000, nSearchRecordTime=0, nsubDisconnetTime=0, byNetType=0, byPlaybackBufSize=0, bDetectDisconnTime=0, bKeepLifeInterval=0, nPicBufSize=0]. | |
11 | -[2019-09-29 20:25:22.250][P:212/T:16860][dhnetsdk.cpp:245][Info][0] Leave CLIENT_SetNetworkParam. | |
12 | -[2019-09-29 20:25:22.252][P:212/T:16860][dhnetsdk.cpp:6654][Info][0] Enter CLIENT_ListenServer. [ip=192.168.3.6, port=9500, nTimeout=1000, cbListen=0000000021890090, dwUserData=0000000000000000.] | |
13 | -[2019-09-29 20:25:22.252][P:212/T:16860][dhnetsdk.cpp:6658][Info][0] Leave CLIENT_ListenServer.[ret=579275008.] |
cloud/sdklog/2019-09-29_20-26-23.log
... | ... | @@ -1,13 +0,0 @@ |
1 | -Begin Time:2019-09-29 20:26:23.289 | |
2 | -[2019-09-29 20:26:23.289][P:19832/T:21436][AVNetSDKMgr.cpp:358][Info][0] Load avnetsdk library dynamically | |
3 | -[2019-09-29 20:26:23.302][P:19832/T:21436][AVNetSDKMgr.cpp:382][Info][0] avnetsdk module handle: 00000000258D0000 | |
4 | - | |
5 | -[2019-09-29 20:26:23.302][P:19832/T:21436][AVNetSDKMgr.cpp:702][Info][0] Load configsdk dynamically | |
6 | -[2019-09-29 20:26:23.305][P:19832/T:21436][dhnetsdk.cpp:186][Info][0] Enter CLIENT_SetAutoReconnect:[cbAutoConnect=0000000021FF0050, dwUser=0000000000000000]. | |
7 | -[2019-09-29 20:26:23.305][P:19832/T:21436][dhnetsdk.cpp:188][Info][0] Leave CLIENT_SetAutoReconnect. | |
8 | -[2019-09-29 20:26:23.306][P:19832/T:21436][dhnetsdk.cpp:206][Info][0] Enter CLIENT_SetConnectTime:[nWaitTime=5000, nTryTimes=1]. | |
9 | -[2019-09-29 20:26:23.306][P:19832/T:21436][dhnetsdk.cpp:219][Info][0] Leave CLIENT_SetConnectTime. | |
10 | -[2019-09-29 20:26:23.306][P:19832/T:21436][dhnetsdk.cpp:230][Info][0] Enter CLIENT_SetNetworkParam:[nWaittime=0, nConnectTime=10000, nConnectTryNum=0, nSubConnectSpaceTime=0, nGetDevInfoTime=0, nConnectBufSize=0, nGetConnInfoTime=3000, nSearchRecordTime=0, nsubDisconnetTime=0, byNetType=0, byPlaybackBufSize=0, bDetectDisconnTime=0, bKeepLifeInterval=0, nPicBufSize=0]. | |
11 | -[2019-09-29 20:26:23.306][P:19832/T:21436][dhnetsdk.cpp:245][Info][0] Leave CLIENT_SetNetworkParam. | |
12 | -[2019-09-29 20:26:23.308][P:19832/T:21436][dhnetsdk.cpp:6654][Info][0] Enter CLIENT_ListenServer. [ip=192.168.3.6, port=9500, nTimeout=1000, cbListen=0000000021FF0090, dwUserData=0000000000000000.] | |
13 | -[2019-09-29 20:26:23.308][P:19832/T:21436][dhnetsdk.cpp:6658][Info][0] Leave CLIENT_ListenServer.[ret=586943456.] |