xdd 1 месяц назад
Родитель
Сommit
66f9496cbd

+ 4 - 4
deploy.sh

@@ -3,10 +3,10 @@
 # 各服务对应的远程服务器配置
 # 各服务对应的远程服务器配置
 declare -A SERVER_CONFIG=(
 declare -A SERVER_CONFIG=(
     # 服务名:IP地址
     # 服务名:IP地址
-    ["fs-admin"]="132.232.83.221"
-    ["fs-company"]="132.232.83.221"
-    ["fs-user-app"]="132.232.83.221"
-    ["fs-company-app"]="132.232.83.221"
+#    ["fs-admin"]="132.232.83.221"
+#    ["fs-company"]="132.232.83.221"
+#    ["fs-user-app"]="132.232.83.221"
+#    ["fs-company-app"]="132.232.83.221"
 )
 )
 
 
 # 通用配置(所有服务器相同)
 # 通用配置(所有服务器相同)

+ 3 - 3
fs-admin/src/main/resources/application-dev.yml

@@ -29,9 +29,9 @@ spring:
         druid:
         druid:
             # 主库数据源
             # 主库数据源
             master:
             master:
-                url: jdbc:mysql://cq-cdb-8fjmemkb.sql.tencentcdb.com:27220/yjx_his?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
-                username: root
-                password: Ylrz_1q2w3e4r5t6y
+                url: jdbc:mysql://139.186.77.83:3306/ym_java?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
+                username: Rtroot
+                password: Rtroot
             # 从库数据源
             # 从库数据源
             slave:
             slave:
                 # 从数据源开关/默认关闭
                 # 从数据源开关/默认关闭

+ 3 - 3
fs-admin/src/main/resources/application-druid.yml

@@ -29,9 +29,9 @@ spring:
         druid:
         druid:
             # 主库数据源
             # 主库数据源
             master:
             master:
-                url: jdbc:mysql://127.0.0.1:3306/fs-bygxq-platform?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
-                username: root
-                password: 19860213
+                url: jdbc:mysql://139.186.77.83:3306/ym_java?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
+                username: Rtroot
+                password: Rtroot
             # 从库数据源
             # 从库数据源
             slave:
             slave:
                 # 从数据源开关/默认关闭
                 # 从数据源开关/默认关闭

+ 3 - 3
fs-company-app/src/main/resources/application-dev.yml

@@ -29,9 +29,9 @@ spring:
         druid:
         druid:
             # 主库数据源
             # 主库数据源
             master:
             master:
-                url: jdbc:mysql://cq-cdb-8fjmemkb.sql.tencentcdb.com:27220/yjx_his?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
-                username: root
-                password: Ylrz_1q2w3e4r5t6y
+                url: jdbc:mysql://139.186.77.83:3306/ym_java?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
+                username: Rtroot
+                password: Rtroot
             # 从库数据源
             # 从库数据源
             slave:
             slave:
                 # 从数据源开关/默认关闭
                 # 从数据源开关/默认关闭

+ 3 - 3
fs-company-app/src/main/resources/application-druid.yml

@@ -29,9 +29,9 @@ spring:
         druid:
         druid:
             # 主库数据源
             # 主库数据源
             master:
             master:
-                url: jdbc:mysql://127.0.0.1:3306/fs-bygxq-platform?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
-                username: root
-                password: 19860213
+                url: jdbc:mysql://139.186.77.83:3306/ym_java?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
+                username: Rtroot
+                password: Rtroot
             # 从库数据源
             # 从库数据源
             slave:
             slave:
                 # 从数据源开关/默认关闭
                 # 从数据源开关/默认关闭

+ 3 - 3
fs-company/src/main/resources/application-dev.yml

@@ -29,9 +29,9 @@ spring:
         druid:
         druid:
             # 主库数据源
             # 主库数据源
             master:
             master:
-                url: jdbc:mysql://cq-cdb-8fjmemkb.sql.tencentcdb.com:27220/yjx_his?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
-                username: root
-                password: Ylrz_1q2w3e4r5t6y
+                url: jdbc:mysql://139.186.77.83:3306/ym_java?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
+                username: Rtroot
+                password: Rtroot
             # 从库数据源
             # 从库数据源
             slave:
             slave:
                 # 从数据源开关/默认关闭
                 # 从数据源开关/默认关闭

+ 3 - 3
fs-company/src/main/resources/application-druid.yml

@@ -29,9 +29,9 @@ spring:
         druid:
         druid:
             # 主库数据源
             # 主库数据源
             master:
             master:
-                url: jdbc:mysql://127.0.0.1:3306/fs-bygxq-platform?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
-                username: root
-                password: 19860213
+                url: jdbc:mysql://139.186.77.83:3306/ym_java?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
+                username: Rtroot
+                password: Rtroot
             # 从库数据源
             # 从库数据源
             slave:
             slave:
                 # 从数据源开关/默认关闭
                 # 从数据源开关/默认关闭

+ 3 - 3
fs-user-app/src/main/resources/application-dev.yml

@@ -29,9 +29,9 @@ spring:
             druid:
             druid:
                 # 主库数据源
                 # 主库数据源
                 master:
                 master:
-                    url: jdbc:mysql://cq-cdb-8fjmemkb.sql.tencentcdb.com:27220/yjx_his?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
-                    username: root
-                    password: Ylrz_1q2w3e4r5t6y
+                    url: jdbc:mysql://139.186.77.83:3306/ym_java?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
+                    username: Rtroot
+                    password: Rtroot
                 # 从库数据源
                 # 从库数据源
                 slave:
                 slave:
                     # 从数据源开关/默认关闭
                     # 从数据源开关/默认关闭

+ 3 - 3
fs-user-app/src/main/resources/application-druid.yml

@@ -29,9 +29,9 @@ spring:
         druid:
         druid:
             # 主库数据源
             # 主库数据源
             master:
             master:
-                url: jdbc:mysql://127.0.0.1:3306/fs-bygxq-platform?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
-                username: root
-                password: 19860213
+                url: jdbc:mysql://139.186.77.83:3306/ym_java?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
+                username: Rtroot
+                password: Rtroot
             # 从库数据源
             # 从库数据源
             slave:
             slave:
                 # 从数据源开关/默认关闭
                 # 从数据源开关/默认关闭

+ 0 - 399
hs_err_pid17576.log

@@ -1,399 +0,0 @@
-#
-# A fatal error has been detected by the Java Runtime Environment:
-#
-#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000006fcc7333, pid=17576, tid=7544
-#
-# JRE version: Java(TM) SE Runtime Environment (8.0-b132) (build 1.8.0-b132)
-# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.0-b70 mixed mode windows-amd64 compressed oops)
-# Problematic frame:
-# V  [jvm.dll+0x117333]
-#
-# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
-#
-# If you would like to submit a bug report, please visit:
-#   http://bugreport.sun.com/bugreport/crash.jsp
-#
-
----------------  T H R E A D  ---------------
-
-Current thread (0x000000001e57e800):  JavaThread "JDWP Transport Listener: dt_socket" daemon [_thread_in_vm, id=7544, stack(0x0000000020060000,0x0000000020160000)]
-
-siginfo: ExceptionCode=0xc0000005, reading address 0x000020a700002087
-
-Registers:
-RAX=0x000000002015f701, RBX=0x000020a700002087, RCX=0x0000000000730000, RDX=0x0000000000000000
-RSP=0x000000002015f780, RBP=0x0000000000730000, RSI=0x000000002015f898, RDI=0x0000000002a1b730
-R8 =0x000000001e57e800, R9 =0x0000000000000700, R10=0x0000000002880000, R11=0x00000000337f1fec
-R12=0x0000000000000000, R13=0x000000001e55e368, R14=0x0000000000000000, R15=0x0000000000000000
-RIP=0x000000006fcc7333, EFLAGS=0x0000000000010206
-
-Top of Stack: (sp=0x000000002015f780)
-0x000000002015f780:   000000001e57e800 000000001e57e800
-0x000000002015f790:   000000002015f848 000000006feba06b
-0x000000002015f7a0:   000000001e57e800 000000006fed68cd
-0x000000002015f7b0:   0000000000000000 000000006fb49149
-0x000000002015f7c0:   0000000027393a38 000000006fb52912
-0x000000002015f7d0:   000000001e57e800 0000000000000000
-0x000000002015f7e0:   0000000000000000 0000000000000000
-0x000000002015f7f0:   0000000000730000 000000006fb51a09
-0x000000002015f800:   000000002015f898 000000002015f870
-0x000000002015f810:   0000000000000001 0000000027393a38
-0x000000002015f820:   0000000000730000 000000006fb353b3
-0x000000002015f830:   000000002015f960 0000000000000001
-0x000000002015f840:   0000000000000001 0000000027393a38
-0x000000002015f850:   0000000000000001 0000000000000000
-0x000000002015f860:   0000000000000000 0000000000000000
-0x000000002015f870:   0000000000000001 000000006fb35571 
-
-Instructions: (pc=0x000000006fcc7333)
-0x000000006fcc7313:   28 48 85 c9 75 07 33 c0 48 83 c4 28 c3 48 89 5c
-0x000000006fcc7323:   24 20 48 8b 19 48 85 db 74 20 48 83 fb 37 74 1a
-0x000000006fcc7333:   48 8b 13 48 8b cb ff 52 08 84 c0 74 0d 48 8b c3
-0x000000006fcc7343:   48 8b 5c 24 20 48 83 c4 28 c3 33 c0 48 8b 5c 24 
-
-
-Register to memory mapping:
-
-RAX=0x000000002015f701 is pointing into the stack for thread: 0x000000001e57e800
-RBX=0x000020a700002087 is an unknown value
-RCX=0x0000000000730000 is an unknown value
-RDX=0x0000000000000000 is an unknown value
-RSP=0x000000002015f780 is pointing into the stack for thread: 0x000000001e57e800
-RBP=0x0000000000730000 is an unknown value
-RSI=0x000000002015f898 is pointing into the stack for thread: 0x000000001e57e800
-RDI=0x0000000002a1b730 is an unknown value
-R8 =0x000000001e57e800 is a thread
-R9 =0x0000000000000700 is an unknown value
-R10=0x0000000002880000 is an unknown value
-R11=0x00000000337f1fec is an unknown value
-R12=0x0000000000000000 is an unknown value
-R13=0x000000001e55e368 is an unknown value
-R14=0x0000000000000000 is an unknown value
-R15=0x0000000000000000 is an unknown value
-
-
-Stack: [0x0000000020060000,0x0000000020160000],  sp=0x000000002015f780,  free space=1021k
-Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
-V  [jvm.dll+0x117333]
-V  [jvm.dll+0x3268cd]
-C  [jdwp.dll+0x21a09]
-C  [jdwp.dll+0x53b3]
-C  [jdwp.dll+0x5571]
-C  [jdwp.dll+0xf09c]
-C  [jdwp.dll+0x1f2c9]
-C  [jdwp.dll+0x1f49e]
-V  [jvm.dll+0x1a7148]
-V  [jvm.dll+0x2232e4]
-V  [jvm.dll+0x27baea]
-C  [msvcr100.dll+0x21d9f]
-C  [msvcr100.dll+0x21e3b]
-C  [KERNEL32.DLL+0x2e8d7]
-C  [ntdll.dll+0x8c53c]
-
-
----------------  P R O C E S S  ---------------
-
-Java Threads: ( => current thread )
-  0x000000002708a800 JavaThread "restartedMain" [_thread_in_native, id=5644, stack(0x0000000000910000,0x0000000000a10000)]
-  0x00000000338bd800 JavaThread "Thread-39" [_thread_blocked, id=6912, stack(0x0000000034110000,0x0000000034210000)]
-  0x00000000338bc000 JavaThread "ForkJoinPool.commonPool-worker-14" daemon [_thread_blocked, id=20232, stack(0x0000000033ce0000,0x0000000033de0000)]
-  0x0000000028305000 JavaThread "File Watcher" daemon [_thread_blocked, id=2252, stack(0x0000000021b10000,0x0000000021c10000)]
-  0x00000000323b4800 JavaThread "Live Reload Server" daemon [_thread_in_native, id=13780, stack(0x0000000034410000,0x0000000034510000)]
-  0x000000002ebd8000 JavaThread "File Watcher" daemon [_thread_blocked, id=16652, stack(0x0000000000a10000,0x0000000000b10000)]
-  0x00000000323b9000 JavaThread "DestroyJavaVM" [_thread_blocked, id=11104, stack(0x0000000002910000,0x0000000002a10000)]
-  0x000000002f1f6000 JavaThread "wxMessage-memory-pool-0" [_thread_blocked, id=11872, stack(0x0000000032710000,0x0000000032810000)]
-  0x000000002f1f8000 JavaThread "IdleConnectionMonitorThread" daemon [_thread_blocked, id=10984, stack(0x0000000030940000,0x0000000030a40000)]
-  0x000000002889f000 JavaThread "mysql-cj-abandoned-connection-cleanup" daemon [_thread_blocked, id=20652, stack(0x000000002e670000,0x000000002e770000)]
-  0x000000002707f800 JavaThread "Thread-5" daemon [_thread_in_native, id=1448, stack(0x0000000023380000,0x0000000023480000)]
-  0x000000001e6b8000 JavaThread "Service Thread" daemon [_thread_blocked, id=18980, stack(0x0000000021060000,0x0000000021160000)]
-  0x000000001e643000 JavaThread "C1 CompilerThread11" daemon [_thread_blocked, id=20720, stack(0x0000000020f60000,0x0000000021060000)]
-  0x000000001e638800 JavaThread "C1 CompilerThread10" daemon [_thread_blocked, id=16248, stack(0x0000000020e60000,0x0000000020f60000)]
-  0x000000001e633800 JavaThread "C1 CompilerThread9" daemon [_thread_blocked, id=9632, stack(0x0000000020d60000,0x0000000020e60000)]
-  0x000000001e609000 JavaThread "C1 CompilerThread8" daemon [_thread_blocked, id=3448, stack(0x0000000020c60000,0x0000000020d60000)]
-  0x000000001e608000 JavaThread "C2 CompilerThread7" daemon [_thread_blocked, id=22452, stack(0x0000000020b60000,0x0000000020c60000)]
-  0x000000001e605800 JavaThread "C2 CompilerThread6" daemon [_thread_blocked, id=21116, stack(0x0000000020a60000,0x0000000020b60000)]
-  0x000000001e604800 JavaThread "C2 CompilerThread5" daemon [_thread_blocked, id=16588, stack(0x0000000020960000,0x0000000020a60000)]
-  0x000000001e604000 JavaThread "C2 CompilerThread4" daemon [_thread_blocked, id=2896, stack(0x0000000020860000,0x0000000020960000)]
-  0x000000001e601000 JavaThread "C2 CompilerThread3" daemon [_thread_blocked, id=10644, stack(0x0000000020760000,0x0000000020860000)]
-  0x000000001e5fa800 JavaThread "C2 CompilerThread2" daemon [_thread_blocked, id=20088, stack(0x0000000020660000,0x0000000020760000)]
-  0x000000001e5f9800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=13624, stack(0x0000000020560000,0x0000000020660000)]
-  0x000000001e5f8000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=14224, stack(0x0000000020460000,0x0000000020560000)]
-  0x000000001e5da800 JavaThread "IntelliJ Suspend Helper" daemon [_thread_blocked, id=11404, stack(0x0000000020360000,0x0000000020460000)]
-  0x000000001e582000 JavaThread "JDWP Command Reader" daemon [_thread_in_native, id=4940, stack(0x0000000020260000,0x0000000020360000)]
-  0x000000001e581000 JavaThread "JDWP Event Helper Thread" daemon [_thread_blocked, id=17204, stack(0x0000000020160000,0x0000000020260000)]
-=>0x000000001e57e800 JavaThread "JDWP Transport Listener: dt_socket" daemon [_thread_in_vm, id=7544, stack(0x0000000020060000,0x0000000020160000)]
-  0x000000001e561000 JavaThread "Attach Listener" daemon [_thread_blocked, id=6916, stack(0x000000001ff60000,0x0000000020060000)]
-  0x000000001e4eb000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=13524, stack(0x000000001fe60000,0x000000001ff60000)]
-  0x000000001ca67000 JavaThread "Finalizer" daemon [_thread_blocked, id=19444, stack(0x000000001fd60000,0x000000001fe60000)]
-  0x000000001ca62000 JavaThread "Reference Handler" daemon [_thread_blocked, id=19252, stack(0x000000001fc60000,0x000000001fd60000)]
-
-Other Threads:
-  0x000000001ca5e800 VMThread [stack: 0x000000001fb60000,0x000000001fc60000] [id=12688]
-  0x000000001e6da000 WatcherThread [stack: 0x0000000021160000,0x0000000021260000] [id=14808]
-
-VM state:not at safepoint (normal execution)
-
-VM Mutex/Monitor currently owned by a thread: None
-
-Heap:
- PSYoungGen      total 395776K, used 41972K [0x000000076c300000, 0x0000000784a00000, 0x00000007c0000000)
-  eden space 394240K, 10% used [0x000000076c300000,0x000000076ebfd380,0x0000000784400000)
-  from space 1536K, 0% used [0x0000000784400000,0x0000000784400000,0x0000000784580000)
-  to   space 3072K, 0% used [0x0000000784700000,0x0000000784700000,0x0000000784a00000)
- ParOldGen       total 283136K, used 199451K [0x00000006c4800000, 0x00000006d5c80000, 0x000000076c300000)
-  object space 283136K, 70% used [0x00000006c4800000,0x00000006d0ac6c28,0x00000006d5c80000)
- Metaspace       used 132432K, capacity 137393K, committed 139136K, reserved 1173504K
-  class space    used 14562K, capacity 15450K, committed 15744K, reserved 1048576K
-
-Card table byte_map: [0x0000000012060000,0x0000000012840000] byte_map_base: 0x000000000ea3c000
-
-Marking Bits: (ParMarkBitMap*) 0x00000000703613b0
- Begin Bits: [0x0000000013a80000, 0x0000000017960000)
- End Bits:   [0x0000000017960000, 0x000000001b840000)
-
-Polling page: 0x0000000000bb0000
-
-CodeCache: size=245760Kb used=33550Kb max_used=33550Kb free=212209Kb
- bounds [0x0000000002ca0000, 0x0000000004d70000, 0x0000000011ca0000]
- total_blobs=16416 nmethods=15704 adapters=628
- compilation: enabled
-
-Compilation events (10 events):
-Event: 7515.172 Thread 0x000000001e633800 15709       1       org.springframework.boot.context.properties.bind.Binder::<init> (13 bytes)
-Event: 7515.172 Thread 0x000000001e643000 15710       1       org.springframework.boot.context.properties.bind.Binder::<init> (28 bytes)
-Event: 7515.172 Thread 0x000000001e643000 nmethod 15710 0x0000000004d61b10 code [0x0000000004d61c80, 0x0000000004d61ea8]
-Event: 7515.172 Thread 0x000000001e633800 nmethod 15709 0x0000000004d61fd0 code [0x0000000004d62140, 0x0000000004d62368]
-Event: 7515.176 Thread 0x000000001e609000 15711       1       sun.nio.cs.ext.DoubleByte$Decoder::decode (178 bytes)
-Event: 7515.176 Thread 0x000000001e638800 15712       1       java.nio.charset.CharsetDecoder::replacement (5 bytes)
-Event: 7515.176 Thread 0x000000001e638800 nmethod 15712 0x0000000004d624d0 code [0x0000000004d62620, 0x0000000004d62730]
-Event: 7515.176 Thread 0x000000001e609000 nmethod 15711 0x0000000004d62790 code [0x0000000004d62940, 0x0000000004d62da8]
-Event: 7515.222 Thread 0x000000001e643000 15713       1       org.springframework.core.convert.support.GenericConversionService$ConverterAdapter::convert (25 bytes)
-Event: 7515.222 Thread 0x000000001e643000 nmethod 15713 0x0000000004d63510 code [0x0000000004d63680, 0x0000000004d63858]
-
-GC Heap History (10 events):
-Event: 7320.449 GC heap before
-{Heap before GC invocations=192 (full 16):
- PSYoungGen      total 397312K, used 394400K [0x000000076c300000, 0x0000000784a80000, 0x00000007c0000000)
-  eden space 393216K, 100% used [0x000000076c300000,0x0000000784300000,0x0000000784300000)
-  from space 4096K, 28% used [0x0000000784300000,0x0000000784428030,0x0000000784700000)
-  to   space 3584K, 0% used [0x0000000784700000,0x0000000784700000,0x0000000784a80000)
- ParOldGen       total 283136K, used 228531K [0x00000006c4800000, 0x00000006d5c80000, 0x000000076c300000)
-  object space 283136K, 80% used [0x00000006c4800000,0x00000006d272ce98,0x00000006d5c80000)
- Metaspace       used 133007K, capacity 138479K, committed 139136K, reserved 1173504K
-  class space    used 14660K, capacity 15638K, committed 15744K, reserved 1048576K
-Event: 7320.457 GC heap after
-Heap after GC invocations=192 (full 16):
- PSYoungGen      total 397312K, used 464K [0x000000076c300000, 0x0000000784a80000, 0x00000007c0000000)
-  eden space 393728K, 0% used [0x000000076c300000,0x000000076c300000,0x0000000784380000)
-  from space 3584K, 12% used [0x0000000784700000,0x0000000784774040,0x0000000784a80000)
-  to   space 3584K, 0% used [0x0000000784380000,0x0000000784380000,0x0000000784700000)
- ParOldGen       total 283136K, used 228539K [0x00000006c4800000, 0x00000006d5c80000, 0x000000076c300000)
-  object space 283136K, 80% used [0x00000006c4800000,0x00000006d272ee98,0x00000006d5c80000)
- Metaspace       used 133007K, capacity 138479K, committed 139136K, reserved 1173504K
-  class space    used 14660K, capacity 15638K, committed 15744K, reserved 1048576K
-}
-Event: 7393.024 GC heap before
-{Heap before GC invocations=193 (full 16):
- PSYoungGen      total 397312K, used 394192K [0x000000076c300000, 0x0000000784a80000, 0x00000007c0000000)
-  eden space 393728K, 100% used [0x000000076c300000,0x0000000784380000,0x0000000784380000)
-  from space 3584K, 12% used [0x0000000784700000,0x0000000784774040,0x0000000784a80000)
-  to   space 3584K, 0% used [0x0000000784380000,0x0000000784380000,0x0000000784700000)
- ParOldGen       total 283136K, used 228539K [0x00000006c4800000, 0x00000006d5c80000, 0x000000076c300000)
-  object space 283136K, 80% used [0x00000006c4800000,0x00000006d272ee98,0x00000006d5c80000)
- Metaspace       used 133007K, capacity 138479K, committed 139136K, reserved 1173504K
-  class space    used 14660K, capacity 15638K, committed 15744K, reserved 1048576K
-Event: 7393.032 GC heap after
-Heap after GC invocations=193 (full 16):
- PSYoungGen      total 397312K, used 944K [0x000000076c300000, 0x0000000784b00000, 0x00000007c0000000)
-  eden space 393728K, 0% used [0x000000076c300000,0x000000076c300000,0x0000000784380000)
-  from space 3584K, 26% used [0x0000000784380000,0x000000078446c040,0x0000000784700000)
-  to   space 3584K, 0% used [0x0000000784780000,0x0000000784780000,0x0000000784b00000)
- ParOldGen       total 283136K, used 228547K [0x00000006c4800000, 0x00000006d5c80000, 0x000000076c300000)
-  object space 283136K, 80% used [0x00000006c4800000,0x00000006d2730e98,0x00000006d5c80000)
- Metaspace       used 133007K, capacity 138479K, committed 139136K, reserved 1173504K
-  class space    used 14660K, capacity 15638K, committed 15744K, reserved 1048576K
-}
-Event: 7465.613 GC heap before
-{Heap before GC invocations=194 (full 16):
- PSYoungGen      total 397312K, used 394672K [0x000000076c300000, 0x0000000784b00000, 0x00000007c0000000)
-  eden space 393728K, 100% used [0x000000076c300000,0x0000000784380000,0x0000000784380000)
-  from space 3584K, 26% used [0x0000000784380000,0x000000078446c040,0x0000000784700000)
-  to   space 3584K, 0% used [0x0000000784780000,0x0000000784780000,0x0000000784b00000)
- ParOldGen       total 283136K, used 228547K [0x00000006c4800000, 0x00000006d5c80000, 0x000000076c300000)
-  object space 283136K, 80% used [0x00000006c4800000,0x00000006d2730e98,0x00000006d5c80000)
- Metaspace       used 133007K, capacity 138479K, committed 139136K, reserved 1173504K
-  class space    used 14660K, capacity 15638K, committed 15744K, reserved 1048576K
-Event: 7465.626 GC heap after
-Heap after GC invocations=194 (full 16):
- PSYoungGen      total 397824K, used 752K [0x000000076c300000, 0x0000000784b00000, 0x00000007c0000000)
-  eden space 394240K, 0% used [0x000000076c300000,0x000000076c300000,0x0000000784400000)
-  from space 3584K, 20% used [0x0000000784780000,0x000000078483c040,0x0000000784b00000)
-  to   space 3584K, 0% used [0x0000000784400000,0x0000000784400000,0x0000000784780000)
- ParOldGen       total 283136K, used 228579K [0x00000006c4800000, 0x00000006d5c80000, 0x000000076c300000)
-  object space 283136K, 80% used [0x00000006c4800000,0x00000006d2738e98,0x00000006d5c80000)
- Metaspace       used 133007K, capacity 138479K, committed 139136K, reserved 1173504K
-  class space    used 14660K, capacity 15638K, committed 15744K, reserved 1048576K
-}
-Event: 7514.417 GC heap before
-{Heap before GC invocations=195 (full 16):
- PSYoungGen      total 397824K, used 278213K [0x000000076c300000, 0x0000000784b00000, 0x00000007c0000000)
-  eden space 394240K, 70% used [0x000000076c300000,0x000000077d1f5478,0x0000000784400000)
-  from space 3584K, 20% used [0x0000000784780000,0x000000078483c040,0x0000000784b00000)
-  to   space 3584K, 0% used [0x0000000784400000,0x0000000784400000,0x0000000784780000)
- ParOldGen       total 283136K, used 228579K [0x00000006c4800000, 0x00000006d5c80000, 0x000000076c300000)
-  object space 283136K, 80% used [0x00000006c4800000,0x00000006d2738e98,0x00000006d5c80000)
- Metaspace       used 133013K, capacity 138485K, committed 139136K, reserved 1173504K
-  class space    used 14661K, capacity 15640K, committed 15744K, reserved 1048576K
-Event: 7514.423 GC heap after
-Heap after GC invocations=195 (full 16):
- PSYoungGen      total 395776K, used 1360K [0x000000076c300000, 0x0000000784a00000, 0x00000007c0000000)
-  eden space 394240K, 0% used [0x000000076c300000,0x000000076c300000,0x0000000784400000)
-  from space 1536K, 88% used [0x0000000784400000,0x0000000784554020,0x0000000784580000)
-  to   space 3072K, 0% used [0x0000000784700000,0x0000000784700000,0x0000000784a00000)
- ParOldGen       total 283136K, used 228587K [0x00000006c4800000, 0x00000006d5c80000, 0x000000076c300000)
-  object space 283136K, 80% used [0x00000006c4800000,0x00000006d273ae98,0x00000006d5c80000)
- Metaspace       used 133013K, capacity 138485K, committed 139136K, reserved 1173504K
-  class space    used 14661K, capacity 15640K, committed 15744K, reserved 1048576K
-}
-Event: 7514.423 GC heap before
-{Heap before GC invocations=196 (full 17):
- PSYoungGen      total 395776K, used 1360K [0x000000076c300000, 0x0000000784a00000, 0x00000007c0000000)
-  eden space 394240K, 0% used [0x000000076c300000,0x000000076c300000,0x0000000784400000)
-  from space 1536K, 88% used [0x0000000784400000,0x0000000784554020,0x0000000784580000)
-  to   space 3072K, 0% used [0x0000000784700000,0x0000000784700000,0x0000000784a00000)
- ParOldGen       total 283136K, used 228587K [0x00000006c4800000, 0x00000006d5c80000, 0x000000076c300000)
-  object space 283136K, 80% used [0x00000006c4800000,0x00000006d273ae98,0x00000006d5c80000)
- Metaspace       used 133013K, capacity 138485K, committed 139136K, reserved 1173504K
-  class space    used 14661K, capacity 15640K, committed 15744K, reserved 1048576K
-Event: 7514.776 GC heap after
-Heap after GC invocations=196 (full 17):
- PSYoungGen      total 395776K, used 0K [0x000000076c300000, 0x0000000784a00000, 0x00000007c0000000)
-  eden space 394240K, 0% used [0x000000076c300000,0x000000076c300000,0x0000000784400000)
-  from space 1536K, 0% used [0x0000000784400000,0x0000000784400000,0x0000000784580000)
-  to   space 3072K, 0% used [0x0000000784700000,0x0000000784700000,0x0000000784a00000)
- ParOldGen       total 283136K, used 199451K [0x00000006c4800000, 0x00000006d5c80000, 0x000000076c300000)
-  object space 283136K, 70% used [0x00000006c4800000,0x00000006d0ac6c28,0x00000006d5c80000)
- Metaspace       used 132322K, capacity 137309K, committed 139136K, reserved 1173504K
-  class space    used 14552K, capacity 15444K, committed 15744K, reserved 1048576K
-}
-
-Deoptimization events (0 events):
-No events
-
-Internal exceptions (10 events):
-Event: 7515.245 Thread 0x000000002708a800 Exception <a 'java/security/PrivilegedActionException'> (0x000000076e6a3800) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8\2238\hotspot\src\share\vm\prims\jvm.cpp, line 1248]
-Event: 7515.245 Thread 0x000000002708a800 Exception <a 'java/security/PrivilegedActionException'> (0x000000076e6a8780) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8\2238\hotspot\src\share\vm\prims\jvm.cpp, line 1248]
-Event: 7515.246 Thread 0x000000002708a800 Exception <a 'java/security/PrivilegedActionException'> (0x000000076e6b51b0) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8\2238\hotspot\src\share\vm\prims\jvm.cpp, line 1248]
-Event: 7515.246 Thread 0x000000002708a800 Exception <a 'java/security/PrivilegedActionException'> (0x000000076e6b9c48) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8\2238\hotspot\src\share\vm\prims\jvm.cpp, line 1248]
-Event: 7515.249 Thread 0x000000002708a800 Exception <a 'java/security/PrivilegedActionException'> (0x000000076e742b10) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8\2238\hotspot\src\share\vm\prims\jvm.cpp, line 1248]
-Event: 7515.255 Thread 0x000000002708a800 Exception <a 'java/security/PrivilegedActionException'> (0x000000076e7d4df8) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8\2238\hotspot\src\share\vm\prims\jvm.cpp, line 1248]
-Event: 7515.260 Thread 0x000000002708a800 Exception <a 'java/security/PrivilegedActionException'> (0x000000076e7fe268) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8\2238\hotspot\src\share\vm\prims\jvm.cpp, line 1248]
-Event: 7515.286 Thread 0x000000002708a800 Exception <a 'java/security/PrivilegedActionException'> (0x000000076e8daa68) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8\2238\hotspot\src\share\vm\prims\jvm.cpp, line 1248]
-Event: 7515.286 Thread 0x000000002708a800 Exception <a 'java/security/PrivilegedActionException'> (0x000000076e8df428) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8\2238\hotspot\src\share\vm\prims\jvm.cpp, line 1248]
-Event: 7515.368 Thread 0x000000002708a800 Exception <a 'java/security/PrivilegedActionException'> (0x000000076e8f37a0) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8\2238\hotspot\src\share\vm\prims\jvm.cpp, line 1248]
-
-Events (10 events):
-Event: 7515.368 Thread 0x000000002708a800 DEOPT UNPACKING pc=0x0000000002ce7604 sp=0x0000000000a0c208 mode 1
-Event: 7515.369 Executing VM operation: RedefineClasses
-Event: 7515.440 Executing VM operation: RedefineClasses done
-Event: 7515.440 Thread 0x00000000338b2000 Thread exited: 0x00000000338b2000
-Event: 7515.442 Executing VM operation: RedefineClasses
-Event: 7515.520 Executing VM operation: RedefineClasses done
-Event: 7515.523 Executing VM operation: RedefineClasses
-Event: 7515.608 Executing VM operation: RedefineClasses done
-Event: 7515.611 Executing VM operation: RedefineClasses
-Event: 7515.703 Executing VM operation: RedefineClasses done
-
-
-Dynamic libraries:
-0x00007ff7453a0000 - 0x00007ff7453d4000 	C:\Program Files\Java\jdk1.8.0\bin\java.exe
-0x00007ffe18700000 - 0x00007ffe18967000 	C:\WINDOWS\SYSTEM32\ntdll.dll
-0x00007ffe16790000 - 0x00007ffe16859000 	C:\WINDOWS\System32\KERNEL32.DLL
-0x00007ffe15ec0000 - 0x00007ffe162af000 	C:\WINDOWS\System32\KERNELBASE.dll
-0x00007ffe176e0000 - 0x00007ffe17794000 	C:\WINDOWS\System32\ADVAPI32.dll
-0x00007ffe18610000 - 0x00007ffe186b9000 	C:\WINDOWS\System32\msvcrt.dll
-0x00007ffe177a0000 - 0x00007ffe17846000 	C:\WINDOWS\System32\sechost.dll
-0x00007ffe164b0000 - 0x00007ffe165c8000 	C:\WINDOWS\System32\RPCRT4.dll
-0x00007ffe17510000 - 0x00007ffe176d5000 	C:\WINDOWS\System32\USER32.dll
-0x00007ffe15a60000 - 0x00007ffe15a87000 	C:\WINDOWS\System32\win32u.dll
-0x00007ffe16d20000 - 0x00007ffe16d4b000 	C:\WINDOWS\System32\GDI32.dll
-0x00007ffe162c0000 - 0x00007ffe163ec000 	C:\WINDOWS\System32\gdi32full.dll
-0x00007ffe15ca0000 - 0x00007ffe15d43000 	C:\WINDOWS\System32\msvcp_win.dll
-0x00007ffe15910000 - 0x00007ffe15a5b000 	C:\WINDOWS\System32\ucrtbase.dll
-0x00007ffdf4b20000 - 0x00007ffdf4db3000 	C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.26100.7309_none_3e05feeae336a044\COMCTL32.dll
-0x00007ffe16ce0000 - 0x00007ffe16d11000 	C:\WINDOWS\System32\IMM32.DLL
-0x00000000703e0000 - 0x00000000704b2000 	C:\Program Files\Java\jdk1.8.0\jre\bin\msvcr100.dll
-0x000000006fbb0000 - 0x00000000703da000 	C:\Program Files\Java\jdk1.8.0\jre\bin\server\jvm.dll
-0x00007ffe164a0000 - 0x00007ffe164a8000 	C:\WINDOWS\System32\PSAPI.DLL
-0x00007ffe0cef0000 - 0x00007ffe0cf25000 	C:\WINDOWS\SYSTEM32\WINMM.dll
-0x00007ffe03c50000 - 0x00007ffe03c5a000 	C:\WINDOWS\SYSTEM32\WSOCK32.dll
-0x00007ffe16860000 - 0x00007ffe168d4000 	C:\WINDOWS\System32\WS2_32.dll
-0x000000006fba0000 - 0x000000006fbaf000 	C:\Program Files\Java\jdk1.8.0\jre\bin\verify.dll
-0x000000006fb70000 - 0x000000006fb98000 	C:\Program Files\Java\jdk1.8.0\jre\bin\java.dll
-0x000000006fb30000 - 0x000000006fb65000 	C:\Program Files\Java\jdk1.8.0\jre\bin\jdwp.dll
-0x000000006fb20000 - 0x000000006fb28000 	C:\Program Files\Java\jdk1.8.0\jre\bin\npt.dll
-0x000000006faf0000 - 0x000000006fb13000 	C:\Program Files\Java\jdk1.8.0\jre\bin\instrument.dll
-0x000000006fad0000 - 0x000000006fae6000 	C:\Program Files\Java\jdk1.8.0\jre\bin\zip.dll
-0x00007ffe17de0000 - 0x00007ffe18533000 	C:\WINDOWS\System32\SHELL32.dll
-0x00007ffe15d50000 - 0x00007ffe15eba000 	C:\WINDOWS\System32\wintypes.dll
-0x00007ffe16d50000 - 0x00007ffe170d5000 	C:\WINDOWS\System32\combase.dll
-0x00007ffe13490000 - 0x00007ffe13cee000 	C:\WINDOWS\SYSTEM32\windows.storage.dll
-0x00007ffe17ce0000 - 0x00007ffe17dd5000 	C:\WINDOWS\System32\SHCORE.dll
-0x00007ffe185a0000 - 0x00007ffe18606000 	C:\WINDOWS\System32\shlwapi.dll
-0x00007ffe15770000 - 0x00007ffe15799000 	C:\WINDOWS\SYSTEM32\profapi.dll
-0x000000006fac0000 - 0x000000006fac9000 	C:\Program Files\Java\jdk1.8.0\jre\bin\dt_socket.dll
-0x00007ffe14b70000 - 0x00007ffe14bdb000 	C:\WINDOWS\system32\mswsock.dll
-0x000000006faa0000 - 0x000000006faba000 	C:\Program Files\Java\jdk1.8.0\jre\bin\net.dll
-0x000000006fa90000 - 0x000000006fa9d000 	C:\Program Files\Java\jdk1.8.0\jre\bin\management.dll
-0x00007ffdf30b0000 - 0x00007ffdf30c8000 	C:\WINDOWS\system32\napinsp.dll
-0x00007ffe140a0000 - 0x00007ffe141cc000 	C:\WINDOWS\SYSTEM32\DNSAPI.dll
-0x00007ffe14010000 - 0x00007ffe14044000 	C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL
-0x00007ffe17110000 - 0x00007ffe1711a000 	C:\WINDOWS\System32\NSI.dll
-0x00007ffdf3090000 - 0x00007ffdf30a2000 	C:\WINDOWS\System32\winrnr.dll
-0x00007ffdf3060000 - 0x00007ffdf3082000 	C:\WINDOWS\system32\nlansp_c.dll
-0x00007ffdf3040000 - 0x00007ffdf3056000 	C:\WINDOWS\system32\wshbth.dll
-0x00007ffe0cd30000 - 0x00007ffe0cd3b000 	C:\Windows\System32\rasadhlp.dll
-0x00007ffe0e920000 - 0x00007ffe0e9a6000 	C:\WINDOWS\System32\fwpuclnt.dll
-0x000000006fa70000 - 0x000000006fa81000 	C:\Program Files\Java\jdk1.8.0\jre\bin\nio.dll
-0x00007ffe14e40000 - 0x00007ffe14e5b000 	C:\WINDOWS\SYSTEM32\CRYPTSP.dll
-0x00007ffe14560000 - 0x00007ffe1459a000 	C:\WINDOWS\system32\rsaenh.dll
-0x00007ffe14c20000 - 0x00007ffe14c4b000 	C:\WINDOWS\SYSTEM32\USERENV.dll
-0x00007ffe15740000 - 0x00007ffe1576a000 	C:\WINDOWS\SYSTEM32\bcrypt.dll
-0x00007ffe163f0000 - 0x00007ffe16495000 	C:\WINDOWS\System32\bcryptprimitives.dll
-0x00007ffe14e30000 - 0x00007ffe14e3c000 	C:\WINDOWS\SYSTEM32\CRYPTBASE.dll
-0x000000006fa40000 - 0x000000006fa64000 	C:\Program Files\Java\jdk1.8.0\jre\bin\sunec.dll
-0x000000006fa30000 - 0x000000006fa3b000 	C:\Program Files\Java\jdk1.8.0\jre\bin\sunmscapi.dll
-0x00007ffe15b20000 - 0x00007ffe15c97000 	C:\WINDOWS\System32\CRYPT32.dll
-0x00007ffe0f5b0000 - 0x00007ffe0f5d3000 	C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL
-0x00007ffe0f760000 - 0x00007ffe0f77e000 	C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL
-0x00007ffdfddb0000 - 0x00007ffdfdff2000 	C:\WINDOWS\SYSTEM32\dbghelp.dll
-0x00007ffe17120000 - 0x00007ffe171f6000 	C:\WINDOWS\System32\OLEAUT32.dll
-
-VM Arguments:
-jvm_args: -agentlib:jdwp=transport=dt_socket,address=127.0.0.1:55794,suspend=y,server=n -javaagent:C:\Users\Administrator\AppData\Local\JetBrains\IntelliJIdea2025.3\captureAgent\debugger-agent.jar=file:///C:/Users/ADMINI~1/AppData/Local/Temp/capture17165008238337293447.props -XX:TieredStopAtLevel=1 -Xverify:none -Dspring.output.ansi.enabled=always -Dkotlinx.coroutines.debug.enable.creation.stack.trace=false -Ddebugger.agent.enable.coroutines=true -Dkotlinx.coroutines.debug.enable.flows.stack.trace=true -Dkotlinx.coroutines.debug.enable.mutable.state.flows.stack.trace=true -Ddebugger.async.stack.trace.for.all.threads=true -Dfile.encoding=UTF-8 
-java_command: com.fs.FSApplication
-java_class_path (initial): C:\Program Files\Java\jdk1.8.0\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0\jre\lib\deploy.jar;C:\Program Files\Java\jdk1.8.0\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jdk1.8.0\jre\lib\ext\cldrdata.jar;C:\Program Files\Java\jdk1.8.0\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.8.0\jre\lib\ext\jaccess.jar;C:\Program Files\Java\jdk1.8.0\jre\lib\ext\jfxrt.jar;C:\Program Files\Java\jdk1.8.0\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.8.0\jre\lib\ext\nashorn.jar;C:\Program Files\Java\jdk1.8.0\jre\lib\ext\sunec.jar;C:\Program Files\Java\jdk1.8.0\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jdk1.8.0\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.8.0\jre\lib\ext\sunpkcs11.jar;C:\Program Files\Java\jdk1.8.0\jre\lib\ext\zipfs.jar;C:\Program Files\Java\jdk1.8.0\jre\lib\javaws.jar;C:\Program Files\Java\jdk1.8.0\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0\jre\lib\jfxswt.jar;C:\Program Files\Java\jdk1.8.0\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0\jre\lib\management-agent.jar;C:\Program Files\Java\jdk1.8.0\jre\lib\plugin.jar;C:\Program Files\Java\jdk1.8.0\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0\jre\lib\rt.jar;E:\conpanyProjectCode\fs-admin\target\classes;D:\maven_repository\org\springframework\boot\spring-boot-starter-web\2.5.15\spring-boot-starter-web-2.5.15.jar;D:\maven_repository\org\springframework\boot\spring-boot-starter\2.5.15\spring-boot-starter-2.5.15.jar;D:\maven_repository\org\springframework\boot\spring-boot-starter-logging\2.5.15\spring-boot-starter-logging-2.5.15.jar;D:\maven_repository\ch\qos\logback\logback-classic\1.2.12\logback-classic-1.2.12.jar;D:\maven_repository\ch\qos\logback\logback-core\1.2.12\logback-core-1.2.12.jar;D:\maven_repository\org\apache\logging\log4j\log4j-to-slf4j\2.17.2\log4j-to-slf4j-2.17.2.jar;D:\maven_repository\org\slf4j\jul-to-slf4j\1.7.36\jul-to-slf4j-1.7.36.jar;D:\maven_repository\jakarta\ann
-Launcher Type: SUN_STANDARD
-
-Environment Variables:
-JAVA_HOME=C:\Program Files\Java\jdk1.8.0\
-PATH=C:\Python27\;C:\Python27\Scripts;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;D:\git\Git\cmd;D:\nodejs\;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;C:\Program Files\Java\jdk1.8.0\\bin;C:\Users\Administrator\AppData\Roaming\npm;D:\vscode\Microsoft VS Code\bin;C:\Python27;C:\Python27\Scripts;
-USERNAME=Administrator
-OS=Windows_NT
-PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 183 Stepping 1, GenuineIntel
-
-
-
----------------  S Y S T E M  ---------------
-
-OS: Windows 8.1 , 64 bit Build 9600 
-
-CPU:total 16 (8 cores per cpu, 2 threads per core) family 6 model 183 stepping 1, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, erms, ht, tsc, tscinvbit
-
-Memory: 4k page, physical 16479424k(2948240k free), swap 23819456k(3865928k free)
-
-vm_info: Java HotSpot(TM) 64-Bit Server VM (25.0-b70) for windows-amd64 JRE (1.8.0-b132), built on Mar  4 2014 03:46:18 by "java_re" with MS VC++ 10.0 (VS2010)
-
-time: Wed Feb 25 13:15:46 2026
-elapsed time: 7515 seconds
-