taosdata / TDengine

High-performance, scalable time-series database designed for Industrial IoT (IIoT) scenarios
https://tdengine.com
GNU Affero General Public License v3.0
23.24k stars 4.84k forks source link

mybatisplus JDBC-JNI error #10215

Closed wochenmo closed 2 years ago

wochenmo commented 2 years ago

Bug Description A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior: application.yml 配置 driver-class-name: com.taosdata.jdbc.TSDBDriver url: jdbc:TAOS://localhost:6030/mp_test?user=root&charset=UTF-8&locale=en_US.UTF-8&timezone=UTC-8 user: root password: taosdata taos-jdbcdriver驱动版本号:2.0.36

错误信息: [Uploading hs_err_pid56364.log…]()

报错位置 TSDBJNIConnector 44行 setOptions() ![Uploading image.png…]()

Environment (please complete the following information):

Additional Context Add any other context about the problem here.

wochenmo commented 2 years ago

#

A fatal error has been detected by the Java Runtime Environment:

#

EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffda81480b8, pid=56364, tid=0x0000000000009de4

#

JRE version: OpenJDK Runtime Environment (8.0_312-b07) (build 1.8.0_312-b07)

Java VM: OpenJDK 64-Bit Server VM (25.312-b07 mixed mode windows-amd64 compressed oops)

Problematic frame:

C [taos.dll+0x2580b8]

#

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:

https://github.com/corretto/corretto-8/issues/

The crash happened outside the Java Virtual Machine in native code.

See problematic frame for where to report the bug.

#

--------------- T H R E A D ---------------

Current thread (0x000002d288eca000): JavaThread "restartedMain" [_thread_in_native, id=40420, stack(0x000000d66cb00000,0x000000d66cc00000)]

siginfo: ExceptionCode=0xc0000005, reading address 0x0000000000000000

Registers: RAX=0x0000000000000000, RBX=0x000002d28b32a1f8, RCX=0x00007ffda838a220, RDX=0x0000000000000000 RSP=0x000000d66cbfbad8, RBP=0x000000d66cbfbd70, RSI=0x000000076e18b000, RDI=0x000000d66cbfbc10 R8 =0x0000000000000040, R9 =0x0000000000000038, R10=0x00007ffda838a220, R11=0x00007ffda838a220 R12=0x0000000000000000, R13=0x000002d28b32a1f8, R14=0x000000d66cbfbd98, R15=0x000002d288eca000 RIP=0x00007ffda81480b8, EFLAGS=0x0000000000010246

Top of Stack: (sp=0x000000d66cbfbad8) 0x000000d66cbfbad8: 00007ffda7f73a71 00007ffda8304a1c 0x000000d66cbfbae8: 0000000700000083 00007ffda83049f0 0x000000d66cbfbaf8: 000002d28a0e38d0 00007ffda838a220 0x000000d66cbfbb08: cccccccccccccccc cccccccccccccccc 0x000000d66cbfbb18: cccccccccccccccc 00007ffda83898e0 0x000000d66cbfbb28: 000000000000000b cccccccccccccc2e 0x000000d66cbfbb38: cccccccccccccccc 0000000000000000 0x000000d66cbfbb48: cccccccccccccccc cccccccccccccccc 0x000000d66cbfbb58: cccccccc00000000 cccccccccccccccc 0x000000d66cbfbb68: cccccccccccccccc 000002d28a0e38d0 0x000000d66cbfbb78: 000000000000000b cccccccccccccccc 0x000000d66cbfbb88: 00007ffda838a220 000000000000000b 0x000000d66cbfbb98: cccccccccccccccc cccccccc00000083 0x000000d66cbfbba8: cccccccccccccccc cccccccccccccccc 0x000000d66cbfbbb8: cccccccccccccccc cccccccccccccccc 0x000000d66cbfbbc8: cccccccccccccccc cccccccccccccccc

Instructions: (pc=0x00007ffda81480b8) 0x00007ffda8148098: 84 e3 00 00 00 48 ff c2 49 ff c8 74 07 f6 c2 07 0x00007ffda81480a8: 75 e6 eb 0c 49 8b c3 c3 48 89 04 11 48 83 c2 08 0x00007ffda81480b8: 48 8b 02 49 83 e8 08 76 26 49 b9 ff fe fe fe fe 0x00007ffda81480c8: fe fe 7e 4c 03 c8 4c 8b d0 49 83 f2 ff 4d 33 d1

Register to memory mapping:

RAX=0x0000000000000000 is an unknown value RBX={method} {0x000002d28b32a200} 'setOptions' '(ILjava/lang/String;)I' in 'com/taosdata/jdbc/TSDBJNIConnector' RCX=0x00007ffda838a220 is an unknown value RDX=0x0000000000000000 is an unknown value RSP=0x000000d66cbfbad8 is pointing into the stack for thread: 0x000002d288eca000 RBP=0x000000d66cbfbd70 is pointing into the stack for thread: 0x000002d288eca000 RSI=0x000000076e18b000 is an oop java.lang.String

Stack: [0x000000d66cb00000,0x000000d66cc00000], sp=0x000000d66cbfbad8, free space=1006k Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) C [taos.dll+0x2580b8] C [taos.dll+0x83a71] C [taos.dll+0x84385] C [taos.dll+0x1fd8] C 0x000002d2ed6f9c8e

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) j com.taosdata.jdbc.TSDBJNIConnector.setOptions(ILjava/lang/String;)I+0 j com.taosdata.jdbc.TSDBJNIConnector.init(Ljava/util/Properties;)V+93 j com.taosdata.jdbc.TSDBDriver.connect(Ljava/lang/String;Ljava/util/Properties;)Ljava/sql/Connection;+56 j com.zaxxer.hikari.util.DriverDataSource.getConnection()Ljava/sql/Connection;+12 j com.zaxxer.hikari.pool.PoolBase.newConnection()Ljava/sql/Connection;+33 j com.zaxxer.hikari.pool.PoolBase.newPoolEntry()Lcom/zaxxer/hikari/pool/PoolEntry;+5 j com.zaxxer.hikari.pool.HikariPool.createPoolEntry()Lcom/zaxxer/hikari/pool/PoolEntry;+1 j com.zaxxer.hikari.pool.HikariPool.checkFailFast()V+20 j com.zaxxer.hikari.pool.HikariPool.(Lcom/zaxxer/hikari/HikariConfig;)V+128 j com.zaxxer.hikari.HikariDataSource.getConnection()Ljava/sql/Connection;+100 j org.springframework.boot.autoconfigure.h2.H2ConsoleAutoConfiguration.lambda$h2Console$0(Ljava/lang/String;Ljavax/sql/DataSource;)V+1 j org.springframework.boot.autoconfigure.h2.H2ConsoleAutoConfiguration$$Lambda$472.accept(Ljava/lang/Object;)V+8 j org.springframework.beans.factory.support.DefaultListableBeanFactory$DependencyObjectProvider.ifAvailable(Ljava/util/function/Consumer;)V+11 j org.springframework.boot.autoconfigure.h2.H2ConsoleAutoConfiguration.h2Console(Lorg/springframework/boot/autoconfigure/h2/H2ConsoleProperties;Lorg/springframework/beans/factory/ObjectProvider;)Lorg/springframework/boot/web/servlet/ServletRegistrationBean;+82 v ~StubRoutines::call_stub J 1658 sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (0 bytes) @ 0x000002d2eda69b7f [0x000002d2eda69b00+0x7f] J 1657 C1 sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (104 bytes) @ 0x000002d2eda6a7a4 [0x000002d2eda6a3e0+0x3c4] J 1624 C1 sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (10 bytes) @ 0x000002d2eda5d264 [0x000002d2eda5d220+0x44] J 1623 C1 java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (62 bytes) @ 0x000002d2eda5ce64 [0x000002d2eda5cd60+0x104] j org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(Lorg/springframework/beans/factory/support/RootBeanDefinition;Ljava/lang/String;Lorg/springframework/beans/factory/BeanFactory;Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;+50 j org.springframework.beans.factory.support.ConstructorResolver.instantiate(Ljava/lang/String;Lorg/springframework/beans/factory/support/RootBeanDefinition;Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;+48 j org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(Ljava/lang/String;Lorg/springframework/beans/factory/support/RootBeanDefinition;[Ljava/lang/Object;)Lorg/springframework/beans/BeanWrapper;+1526 j org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(Ljava/lang/String;Lorg/springframework/beans/factory/support/RootBeanDefinition;[Ljava/lang/Object;)Lorg/springframework/beans/BeanWrapper;+11 j org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(Ljava/lang/String;Lorg/springframework/beans/factory/support/RootBeanDefinition;[Ljava/lang/Object;)Lorg/springframework/beans/BeanWrapper;+102 j org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(Ljava/lang/String;Lorg/springframework/beans/factory/support/RootBeanDefinition;[Ljava/lang/Object;)Ljava/lang/Object;+34 j org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(Ljava/lang/String;Lorg/springframework/beans/factory/support/RootBeanDefinition;[Ljava/lang/Object;)Ljava/lang/Object;+169 j org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(Ljava/lang/String;Lorg/springframework/beans/factory/support/RootBeanDefinition;[Ljava/lang/Object;)Ljava/lang/Object;+4 j org.springframework.beans.factory.support.AbstractBeanFactory$$Lambda$214.getObject()Ljava/lang/Object;+16 j org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(Ljava/lang/String;Lorg/springframework/beans/factory/ObjectFactory;)Ljava/lang/Object;+132 J 2177 C1 org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(Ljava/lang/String;Ljava/lang/Class;[Ljava/lang/Object;Z)Ljava/lang/Object; (952 bytes) @ 0x000002d2edb4b484 [0x000002d2edb4ade0+0x6a4] J 1814 C1 org.springframework.beans.factory.support.AbstractBeanFactory.getBean(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object; (9 bytes) @ 0x000002d2edac4ce4 [0x000002d2edac4ca0+0x44] j org.springframework.boot.web.servlet.ServletContextInitializerBeans.getOrderedBeansOfType(Lorg/springframework/beans/factory/ListableBeanFactory;Ljava/lang/Class;Ljava/util/Set;)Ljava/util/List;+69 j org.springframework.boot.web.servlet.ServletContextInitializerBeans.getOrderedBeansOfType(Lorg/springframework/beans/factory/ListableBeanFactory;Ljava/lang/Class;)Ljava/util/List;+6 j org.springframework.boot.web.servlet.ServletContextInitializerBeans.addServletContextInitializerBeans(Lorg/springframework/beans/factory/ListableBeanFactory;)V+32 j org.springframework.boot.web.servlet.ServletContextInitializerBeans.(Lorg/springframework/beans/factory/ListableBeanFactory;[Ljava/lang/Class;)V+49 j org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.getServletContextInitializerBeans()Ljava/util/Collection;+12 j org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.selfInitialize(Ljavax/servlet/ServletContext;)V+19 j org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext$$Lambda$461.onStartup(Ljavax/servlet/ServletContext;)V+5 j org.springframework.boot.web.embedded.tomcat.TomcatStarter.onStartup(Ljava/util/Set;Ljavax/servlet/ServletContext;)V+28 j org.apache.catalina.core.StandardContext.startInternal()V+1065 j org.apache.catalina.util.LifecycleBase.start()V+210 j org.apache.catalina.core.ContainerBase$StartChild.call()Ljava/lang/Void;+4 j org.apache.catalina.core.ContainerBase$StartChild.call()Ljava/lang/Object;+1 j java.util.concurrent.FutureTask.run()V+42 j org.apache.tomcat.util.threads.InlineExecutorService.execute(Ljava/lang/Runnable;)V+38 j java.util.concurrent.AbstractExecutorService.submit(Ljava/util/concurrent/Callable;)Ljava/util/concurrent/Future;+20 j org.apache.catalina.core.ContainerBase.startInternal()V+106 j org.apache.catalina.core.StandardHost.startInternal()V+175 j org.apache.catalina.util.LifecycleBase.start()V+210 j org.apache.catalina.core.ContainerBase$StartChild.call()Ljava/lang/Void;+4 j org.apache.catalina.core.ContainerBase$StartChild.call()Ljava/lang/Object;+1 j java.util.concurrent.FutureTask.run()V+42 j org.apache.tomcat.util.threads.InlineExecutorService.execute(Ljava/lang/Runnable;)V+38 j java.util.concurrent.AbstractExecutorService.submit(Ljava/util/concurrent/Callable;)Ljava/util/concurrent/Future;+20 j org.apache.catalina.core.ContainerBase.startInternal()V+106 j org.apache.catalina.core.StandardEngine.startInternal()V+38 j org.apache.catalina.util.LifecycleBase.start()V+210 j org.apache.catalina.core.StandardService.startInternal()V+63 j org.apache.catalina.util.LifecycleBase.start()V+210 j org.apache.catalina.core.StandardServer.startInternal()V+53 j org.apache.catalina.util.LifecycleBase.start()V+210 j org.apache.catalina.startup.Tomcat.start()V+9 j org.springframework.boot.web.embedded.tomcat.TomcatWebServer.initialize()V+64 j org.springframework.boot.web.embedded.tomcat.TomcatWebServer.(Lorg/apache/catalina/startup/Tomcat;ZLorg/springframework/boot/web/server/Shutdown;)V+66 j org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.getTomcatWebServer(Lorg/apache/catalina/startup/Tomcat;)Lorg/springframework/boot/web/embedded/tomcat/TomcatWebServer;+21 j org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.getWebServer([Lorg/springframework/boot/web/servlet/ServletContextInitializer;)Lorg/springframework/boot/web/server/WebServer;+165 j org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.createWebServer()V+67 j org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh()V+5 j org.springframework.context.support.AbstractApplicationContext.refresh()V+77 j org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh()V+1 j org.springframework.boot.SpringApplication.refresh(Lorg/springframework/context/ConfigurableApplicationContext;)V+1 j org.springframework.boot.SpringApplication.refresh(Lorg/springframework/context/ApplicationContext;)V+12 j org.springframework.boot.SpringApplication.refreshContext(Lorg/springframework/context/ConfigurableApplicationContext;)V+19 j org.springframework.boot.SpringApplication.run([Ljava/lang/String;)Lorg/springframework/context/ConfigurableApplicationContext;+111 j org.springframework.boot.SpringApplication.run([Ljava/lang/Class;[Ljava/lang/String;)Lorg/springframework/context/ConfigurableApplicationContext;+9 j org.springframework.boot.SpringApplication.run(Ljava/lang/Class;[Ljava/lang/String;)Lorg/springframework/context/ConfigurableApplicationContext;+9 j com.taosdata.example.mybatisplusdemo.MybatisplusDemoApplication.main([Ljava/lang/String;)V+3 v ~StubRoutines::call_stub j sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0 j sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+100 j sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6 j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+56 j org.springframework.boot.devtools.restart.RestartLauncher.run()V+42 v ~StubRoutines::call_stub

--------------- P R O C E S S ---------------

Java Threads: ( => current thread ) 0x000002d289ca1800 JavaThread "RMI Scheduler(0)" daemon [_thread_blocked, id=58480, stack(0x000000d66cd00000,0x000000d66ce00000)] 0x000002d28889f000 JavaThread "RMI TCP Connection(1)-10.203.9.151" daemon [_thread_in_native, id=61912, stack(0x000000d66cc00000,0x000000d66cd00000)] =>0x000002d288eca000 JavaThread "restartedMain" [_thread_in_native, id=40420, stack(0x000000d66cb00000,0x000000d66cc00000)] 0x000002d288ec9000 JavaThread "Thread-1" [_thread_blocked, id=50172, stack(0x000000d66ca00000,0x000000d66cb00000)] 0x000002d288c24000 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=63060, stack(0x000000d66c800000,0x000000d66c900000)] 0x000002d28898b800 JavaThread "Service Thread" daemon [_thread_blocked, id=58656, stack(0x000000d66c700000,0x000000d66c800000)] 0x000002d2888fd000 JavaThread "C1 CompilerThread3" daemon [_thread_blocked, id=50712, stack(0x000000d66c600000,0x000000d66c700000)] 0x000002d2888f6800 JavaThread "C2 CompilerThread2" daemon [_thread_blocked, id=61044, stack(0x000000d66c500000,0x000000d66c600000)] 0x000002d2888f4800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=36300, stack(0x000000d66c400000,0x000000d66c500000)] 0x000002d2888f4000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=60844, stack(0x000000d66c300000,0x000000d66c400000)] 0x000002d2888f2000 JavaThread "Monitor Ctrl-Break" daemon [_thread_in_native, id=38744, stack(0x000000d66c200000,0x000000d66c300000)] 0x000002d2fea95800 JavaThread "Attach Listener" daemon [_thread_blocked, id=50376, stack(0x000000d66c100000,0x000000d66c200000)] 0x000002d2fea81800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=51108, stack(0x000000d66c000000,0x000000d66c100000)] 0x000002d2fea0f800 JavaThread "Finalizer" daemon [_thread_blocked, id=62300, stack(0x000000d66bf00000,0x000000d66c000000)] 0x000002d2fea08000 JavaThread "Reference Handler" daemon [_thread_blocked, id=61284, stack(0x000000d66be00000,0x000000d66bf00000)] 0x000002d2eba20800 JavaThread "main" [_thread_blocked, id=62340, stack(0x000000d66b400000,0x000000d66b500000)]

Other Threads: 0x000002d2fe9da800 VMThread [stack: 0x000000d66bd00000,0x000000d66be00000] [id=59192] 0x000002d288c29800 WatcherThread [stack: 0x000000d66c900000,0x000000d66ca00000] [id=41508]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

heap address: 0x00000006c4a00000, size: 4022 MB, Compressed Oops mode: Zero based, Oop shift amount: 3 Narrow klass base: 0x0000000000000000, Narrow klass shift: 3 Compressed class space size: 1073741824 Address: 0x00000007c0000000

Heap: PSYoungGen total 112128K, used 45445K [0x000000076c380000, 0x0000000775380000, 0x00000007c0000000) eden space 104448K, 36% used [0x000000076c380000,0x000000076e88bfc8,0x0000000772980000) from space 7680K, 97% used [0x0000000774c00000,0x0000000775355580,0x0000000775380000) to space 10752K, 0% used [0x0000000773e80000,0x0000000773e80000,0x0000000774900000) ParOldGen total 96768K, used 7136K [0x00000006c4a00000, 0x00000006ca880000, 0x000000076c380000) object space 96768K, 7% used [0x00000006c4a00000,0x00000006c50f8198,0x00000006ca880000) Metaspace used 27746K, capacity 29494K, committed 29696K, reserved 1075200K class space used 3671K, capacity 4017K, committed 4096K, reserved 1048576K

Card table byte_map: [0x000002d2fcaa0000,0x000002d2fd280000] byte_map_base: 0x000002d2f947b000

Marking Bits: (ParMarkBitMap*) 0x000000005a0a1860 Begin Bits: [0x000002d280000000, 0x000002d283ed8000) End Bits: [0x000002d283ed8000, 0x000002d287db0000)

Polling page: 0x000002d2ebb30000

CodeCache: size=245760Kb used=5592Kb max_used=5592Kb free=240167Kb bounds [0x000002d2ed6e0000, 0x000002d2edc60000, 0x000002d2fc6e0000] total_blobs=3161 nmethods=2719 adapters=353 compilation: enabled

Compilation events (10 events): Event: 2.415 Thread 0x000002d2888fd000 2715 1 java.util.regex.Pattern$BitClass::isSatisfiedBy (22 bytes) Event: 2.415 Thread 0x000002d2888fd000 nmethod 2715 0x000002d2edc4d650 code [0x000002d2edc4d7a0, 0x000002d2edc4d918] Event: 2.423 Thread 0x000002d2888fd000 2716 1 java.io.File::getCanonicalPath (31 bytes) Event: 2.423 Thread 0x000002d2888fd000 nmethod 2716 0x000002d2edc4e710 code [0x000002d2edc4e8a0, 0x000002d2edc4eac0] Event: 2.423 Thread 0x000002d2888fd000 2717 1 java.io.WinNTFileSystem::canonicalize (372 bytes) Event: 2.425 Thread 0x000002d2888fd000 nmethod 2717 0x000002d2edc4ebd0 code [0x000002d2edc4f040, 0x000002d2edc50e80] Event: 2.428 Thread 0x000002d2888fd000 2718 1 ch.qos.logback.classic.spi.LoggingEvent::getThreadName (22 bytes) Event: 2.428 Thread 0x000002d2888fd000 nmethod 2718 0x000002d2edc52e50 code [0x000002d2edc52fa0, 0x000002d2edc530f8] Event: 2.428 Thread 0x000002d2888fd000 2719 1 ch.qos.logback.classic.spi.LoggingEvent::getFormattedMessage (53 bytes) Event: 2.428 Thread 0x000002d2888fd000 nmethod 2719 0x000002d2edc53190 code [0x000002d2edc53300, 0x000002d2edc53550]

GC Heap History (10 events): Event: 1.368 GC heap before {Heap before GC invocations=1 (full 0): PSYoungGen total 75264K, used 64512K [0x000000076c380000, 0x0000000771780000, 0x00000007c0000000) eden space 64512K, 100% used [0x000000076c380000,0x0000000770280000,0x0000000770280000) from space 10752K, 0% used [0x0000000770d00000,0x0000000770d00000,0x0000000771780000) to space 10752K, 0% used [0x0000000770280000,0x0000000770280000,0x0000000770d00000) ParOldGen total 172032K, used 0K [0x00000006c4a00000, 0x00000006cf200000, 0x000000076c380000) object space 172032K, 0% used [0x00000006c4a00000,0x00000006c4a00000,0x00000006cf200000) Metaspace used 13912K, capacity 14542K, committed 14720K, reserved 1062912K class space used 1774K, capacity 1910K, committed 1920K, reserved 1048576K Event: 1.375 GC heap after Heap after GC invocations=1 (full 0): PSYoungGen total 75264K, used 8686K [0x000000076c380000, 0x0000000771780000, 0x00000007c0000000) eden space 64512K, 0% used [0x000000076c380000,0x000000076c380000,0x0000000770280000) from space 10752K, 80% used [0x0000000770280000,0x0000000770afba98,0x0000000770d00000) to space 10752K, 0% used [0x0000000770d00000,0x0000000770d00000,0x0000000771780000) ParOldGen total 172032K, used 16K [0x00000006c4a00000, 0x00000006cf200000, 0x000000076c380000) object space 172032K, 0% used [0x00000006c4a00000,0x00000006c4a04000,0x00000006cf200000) Metaspace used 13912K, capacity 14542K, committed 14720K, reserved 1062912K class space used 1774K, capacity 1910K, committed 1920K, reserved 1048576K } Event: 1.727 GC heap before {Heap before GC invocations=2 (full 0): PSYoungGen total 75264K, used 73198K [0x000000076c380000, 0x0000000771780000, 0x00000007c0000000) eden space 64512K, 100% used [0x000000076c380000,0x0000000770280000,0x0000000770280000) from space 10752K, 80% used [0x0000000770280000,0x0000000770afba98,0x0000000770d00000) to space 10752K, 0% used [0x0000000770d00000,0x0000000770d00000,0x0000000771780000) ParOldGen total 172032K, used 16K [0x00000006c4a00000, 0x00000006cf200000, 0x000000076c380000) object space 172032K, 0% used [0x00000006c4a00000,0x00000006c4a04000,0x00000006cf200000) Metaspace used 19767K, capacity 20702K, committed 20736K, reserved 1067008K class space used 2590K, capacity 2800K, committed 2816K, reserved 1048576K Event: 1.737 GC heap after Heap after GC invocations=2 (full 0): PSYoungGen total 75264K, used 10736K [0x000000076c380000, 0x0000000775680000, 0x00000007c0000000) eden space 64512K, 0% used [0x000000076c380000,0x000000076c380000,0x0000000770280000) from space 10752K, 99% used [0x0000000770d00000,0x000000077177c210,0x0000000771780000) to space 10752K, 0% used [0x0000000770280000,0x0000000770280000,0x0000000770d00000) ParOldGen total 172032K, used 1033K [0x00000006c4a00000, 0x00000006cf200000, 0x000000076c380000) object space 172032K, 0% used [0x00000006c4a00000,0x00000006c4b026d0,0x00000006cf200000) Metaspace used 19767K, capacity 20702K, committed 20736K, reserved 1067008K class space used 2590K, capacity 2800K, committed 2816K, reserved 1048576K } Event: 1.853 GC heap before {Heap before GC invocations=3 (full 0): PSYoungGen total 75264K, used 28700K [0x000000076c380000, 0x0000000775680000, 0x00000007c0000000) eden space 64512K, 27% used [0x000000076c380000,0x000000076d50b000,0x0000000770280000) from space 10752K, 99% used [0x0000000770d00000,0x000000077177c210,0x0000000771780000) to space 10752K, 0% used [0x0000000770280000,0x0000000770280000,0x0000000770d00000) ParOldGen total 172032K, used 1033K [0x00000006c4a00000, 0x00000006cf200000, 0x000000076c380000) object space 172032K, 0% used [0x00000006c4a00000,0x00000006c4b026d0,0x00000006cf200000) Metaspace used 20257K, capacity 21264K, committed 21296K, reserved 1067008K class space used 2679K, capacity 2913K, committed 2944K, reserved 1048576K Event: 1.858 GC heap after Heap after GC invocations=3 (full 0): PSYoungGen total 75264K, used 7300K [0x000000076c380000, 0x0000000775680000, 0x00000007c0000000) eden space 64512K, 0% used [0x000000076c380000,0x000000076c380000,0x0000000770280000) from space 10752K, 67% used [0x0000000770280000,0x00000007709a1020,0x0000000770d00000) to space 10752K, 0% used [0x0000000774c00000,0x0000000774c00000,0x0000000775680000) ParOldGen total 172032K, used 1041K [0x00000006c4a00000, 0x00000006cf200000, 0x000000076c380000) object space 172032K, 0% used [0x00000006c4a00000,0x00000006c4b046d0,0x00000006cf200000) Metaspace used 20257K, capacity 21264K, committed 21296K, reserved 1067008K class space used 2679K, capacity 2913K, committed 2944K, reserved 1048576K } Event: 1.858 GC heap before {Heap before GC invocations=4 (full 1): PSYoungGen total 75264K, used 7300K [0x000000076c380000, 0x0000000775680000, 0x00000007c0000000) eden space 64512K, 0% used [0x000000076c380000,0x000000076c380000,0x0000000770280000) from space 10752K, 67% used [0x0000000770280000,0x00000007709a1020,0x0000000770d00000) to space 10752K, 0% used [0x0000000774c00000,0x0000000774c00000,0x0000000775680000) ParOldGen total 172032K, used 1041K [0x00000006c4a00000, 0x00000006cf200000, 0x000000076c380000) object space 172032K, 0% used [0x00000006c4a00000,0x00000006c4b046d0,0x00000006cf200000) Metaspace used 20257K, capacity 21264K, committed 21296K, reserved 1067008K class space used 2679K, capacity 2913K, committed 2944K, reserved 1048576K Event: 1.883 GC heap after Heap after GC invocations=4 (full 1): PSYoungGen total 75264K, used 0K [0x000000076c380000, 0x0000000775680000, 0x00000007c0000000) eden space 64512K, 0% used [0x000000076c380000,0x000000076c380000,0x0000000770280000) from space 10752K, 0% used [0x0000000770280000,0x0000000770280000,0x0000000770d00000) to space 10752K, 0% used [0x0000000774c00000,0x0000000774c00000,0x0000000775680000) ParOldGen total 96768K, used 7128K [0x00000006c4a00000, 0x00000006ca880000, 0x000000076c380000) object space 96768K, 7% used [0x00000006c4a00000,0x00000006c50f6198,0x00000006ca880000) Metaspace used 20257K, capacity 21264K, committed 21296K, reserved 1067008K class space used 2679K, capacity 2913K, committed 2944K, reserved 1048576K } Event: 2.266 GC heap before {Heap before GC invocations=5 (full 1): PSYoungGen total 75264K, used 64512K [0x000000076c380000, 0x0000000775680000, 0x00000007c0000000) eden space 64512K, 100% used [0x000000076c380000,0x0000000770280000,0x0000000770280000) from space 10752K, 0% used [0x0000000770280000,0x0000000770280000,0x0000000770d00000) to space 10752K, 0% used [0x0000000774c00000,0x0000000774c00000,0x0000000775680000) ParOldGen total 96768K, used 7128K [0x00000006c4a00000, 0x00000006ca880000, 0x000000076c380000) object space 96768K, 7% used [0x00000006c4a00000,0x00000006c50f6198,0x00000006ca880000) Metaspace used 25489K, capacity 27154K, committed 27392K, reserved 1073152K class space used 3447K, capacity 3761K, committed 3840K, reserved 1048576K Event: 2.272 GC heap after Heap after GC invocations=5 (full 1): PSYoungGen total 112128K, used 7509K [0x000000076c380000, 0x0000000775380000, 0x00000007c0000000) eden space 104448K, 0% used [0x000000076c380000,0x000000076c380000,0x0000000772980000) from space 7680K, 97% used [0x0000000774c00000,0x0000000775355580,0x0000000775380000) to space 10752K, 0% used [0x0000000773e80000,0x0000000773e80000,0x0000000774900000) ParOldGen total 96768K, used 7136K [0x00000006c4a00000, 0x00000006ca880000, 0x000000076c380000) object space 96768K, 7% used [0x00000006c4a00000,0x00000006c50f8198,0x00000006ca880000) Metaspace used 25489K, capacity 27154K, committed 27392K, reserved 1073152K class space used 3447K, capacity 3761K, committed 3840K, reserved 1048576K }

Deoptimization events (0 events): No events

Classes redefined (0 events): No events

Internal exceptions (10 events): Event: 2.090 Thread 0x000002d288eca000 Exception <a 'java/lang/ClassNotFoundException': org/springframework/aop/framework/AopInfrastructureBeanCustomizer> (0x000000076e76ca78) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\src\hotspot\src\share\vm\classfile\sy Event: 2.096 Thread 0x000002d288eca000 Exception <a 'java/lang/ClassNotFoundException': java/lang/ObjectCustomizer> (0x000000076e7f9678) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\src\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 217] Event: 2.096 Thread 0x000002d288eca000 Exception <a 'java/lang/ClassNotFoundException': org/springframework/transaction/annotation/AbstractTransactionManagementConfigurationCustomizer> (0x000000076e81bbf0) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\src\hot Event: 2.097 Thread 0x000002d288eca000 Exception <a 'java/lang/ClassNotFoundException': org/springframework/transaction/annotation/ProxyTransactionManagementConfigurationCustomizer> (0x000000076e83ca38) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\src\hotspo Event: 2.097 Thread 0x000002d288eca000 Exception <a 'java/lang/ClassNotFoundException': org/springframework/context/annotation/ImportAwareCustomizer> (0x000000076e858178) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\src\hotspot\src\share\vm\classfile\systemD Event: 2.097 Thread 0x000002d288eca000 Exception <a 'java/lang/ClassNotFoundException': org/springframework/beans/factory/AwareCustomizer> (0x000000076e86d1c0) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\src\hotspot\src\share\vm\classfile\systemDictionary.c Event: 2.168 Thread 0x000002d288eca000 Exception <a 'java/lang/IncompatibleClassChangeError': Found class java.lang.Object, but interface was expected> (0x000000076f1f57a0) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\src\hotspot\src\share\vm\interpreter\lin Event: 2.171 Thread 0x000002d288eca000 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.lambda$and$0(Ljava/util/function/Predicate;Ljava/lang/Object;)Z> (0x000000076f23a828) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\src\hotspot\src\share\vm\in Event: 2.357 Thread 0x000002d288eca000 Exception <a 'java/io/FileNotFoundException'> (0x000000076d8f4658) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\src\hotspot\src\share\vm\prims\jni.cpp, line 711] Event: 2.387 Thread 0x000002d288eca000 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.lambda$static$0(Ljava/lang/Object;)Ljava/lang/Object;> (0x000000076dc7d0f0) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\src\hotspot\src\share\vm\interpreter\

Events (10 events): Event: 2.450 loading class com/alibaba/fastjson/serializer/MapSerializer Event: 2.450 loading class com/alibaba/fastjson/serializer/MapSerializer done Event: 2.450 loading class com/taosdata/jdbc/TSDBException Event: 2.450 loading class com/taosdata/jdbc/TSDBException done Event: 2.451 loading class com/taosdata/jdbc/ColumnMetaData Event: 2.451 loading class com/taosdata/jdbc/ColumnMetaData done Event: 2.451 loading class com/taosdata/jdbc/TSDBResultSetRowData Event: 2.451 loading class com/taosdata/jdbc/TSDBResultSetRowData done Event: 2.451 loading class com/taosdata/jdbc/TSDBResultSetBlockData Event: 2.451 loading class com/taosdata/jdbc/TSDBResultSetBlockData done

Dynamic libraries: 0x00007ff645b20000 - 0x00007ff645b5a000 D:\cm\env\jdk\JDK8_64\1.8.0_312\bin\java.exe 0x00007ffe1c630000 - 0x00007ffe1c825000 C:\Windows\SYSTEM32\ntdll.dll 0x00007ffe1b850000 - 0x00007ffe1b90e000 C:\Windows\System32\KERNEL32.DLL 0x00007ffe19fb0000 - 0x00007ffe1a278000 C:\Windows\System32\KERNELBASE.dll 0x00007ffe1ab10000 - 0x00007ffe1abbe000 C:\Windows\System32\ADVAPI32.dll 0x00007ffe1b910000 - 0x00007ffe1b9ae000 C:\Windows\System32\msvcrt.dll 0x00007ffe1ae40000 - 0x00007ffe1aedc000 C:\Windows\System32\sechost.dll 0x00007ffe1a7c0000 - 0x00007ffe1a8e5000 C:\Windows\System32\RPCRT4.dll 0x00007ffe1a960000 - 0x00007ffe1ab01000 C:\Windows\System32\USER32.dll 0x00007ffe1a430000 - 0x00007ffe1a452000 C:\Windows\System32\win32u.dll 0x00007ffe1c1b0000 - 0x00007ffe1c1db000 C:\Windows\System32\GDI32.dll 0x00007ffe19da0000 - 0x00007ffe19ead000 C:\Windows\System32\gdi32full.dll 0x00007ffe1a340000 - 0x00007ffe1a3dd000 C:\Windows\System32\msvcp_win.dll 0x00007ffe19eb0000 - 0x00007ffe19fb0000 C:\Windows\System32\ucrtbase.dll 0x00007ffe04070000 - 0x00007ffe0430a000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.1110_none_60b5254171f9507e\COMCTL32.dll 0x00007ffe1c320000 - 0x00007ffe1c350000 C:\Windows\System32\IMM32.DLL 0x00007ffdf9e10000 - 0x00007ffdf9eff000 D:\cm\env\jdk\JDK8_64\1.8.0_312\jre\bin\msvcr120.dll 0x00007ffdf9ca0000 - 0x00007ffdf9d46000 D:\cm\env\jdk\JDK8_64\1.8.0_312\jre\bin\msvcp120.dll 0x00000000598b0000 - 0x000000005a120000 D:\cm\env\jdk\JDK8_64\1.8.0_312\jre\bin\server\jvm.dll 0x00007ffe1c5e0000 - 0x00007ffe1c5e8000 C:\Windows\System32\PSAPI.DLL 0x00007ffe0e7c0000 - 0x00007ffe0e7ca000 C:\Windows\SYSTEM32\VERSION.dll 0x00007ffe03d20000 - 0x00007ffe03d47000 C:\Windows\SYSTEM32\WINMM.dll 0x00007ffe033f0000 - 0x00007ffe033f9000 C:\Windows\SYSTEM32\WSOCK32.dll 0x00007ffe1ac90000 - 0x00007ffe1acfb000 C:\Windows\System32\WS2_32.dll 0x00007ffe10030000 - 0x00007ffe1003f000 D:\cm\env\jdk\JDK8_64\1.8.0_312\jre\bin\verify.dll 0x00007ffdfa050000 - 0x00007ffdfa079000 D:\cm\env\jdk\JDK8_64\1.8.0_312\jre\bin\java.dll 0x00007ffdfa020000 - 0x00007ffdfa04a000 D:\cm\env\jdk\JDK8_64\1.8.0_312\jre\bin\instrument.dll 0x00007ffdfacf0000 - 0x00007ffdfad06000 D:\cm\env\jdk\JDK8_64\1.8.0_312\jre\bin\zip.dll 0x00007ffe1ba60000 - 0x00007ffe1c1a4000 C:\Windows\System32\SHELL32.dll 0x00007ffe17a10000 - 0x00007ffe181a5000 C:\Windows\SYSTEM32\windows.storage.dll 0x00007ffe1aee0000 - 0x00007ffe1b235000 C:\Windows\System32\combase.dll 0x00007ffe19790000 - 0x00007ffe197be000 C:\Windows\SYSTEM32\Wldp.dll 0x00007ffe1b9b0000 - 0x00007ffe1ba5d000 C:\Windows\System32\SHCORE.dll 0x00007ffe1a8f0000 - 0x00007ffe1a945000 C:\Windows\System32\shlwapi.dll 0x00007ffe19c80000 - 0x00007ffe19c9f000 C:\Windows\SYSTEM32\profapi.dll 0x00007ffdf9df0000 - 0x00007ffdf9e0a000 D:\cm\soft\JetBrains\IntelliJ IDEA 2021.2.2\bin\breakgen64.dll 0x00007ffdfa3f0000 - 0x00007ffdfa40a000 D:\cm\env\jdk\JDK8_64\1.8.0_312\jre\bin\net.dll 0x00007ffe194d0000 - 0x00007ffe1953a000 C:\Windows\system32\mswsock.dll 0x00007ffdf9180000 - 0x00007ffdf91cb000 C:\Program Files (x86)\Sangfor\SSL\ClientComponent\SangforNspX64.dll 0x00007ffe1a670000 - 0x00007ffe1a79a000 C:\Windows\System32\ole32.dll 0x00007ffe1abc0000 - 0x00007ffe1ac8d000 C:\Windows\System32\OLEAUT32.dll 0x00007ffe191a0000 - 0x00007ffe1926b000 C:\Windows\SYSTEM32\DNSAPI.dll 0x00007ffe19160000 - 0x00007ffe1919b000 C:\Windows\SYSTEM32\IPHLPAPI.DLL 0x00007ffe1a950000 - 0x00007ffe1a958000 C:\Windows\System32\NSI.dll 0x00007ffe0eb10000 - 0x00007ffe0eb1a000 C:\Windows\System32\rasadhlp.dll 0x00007ffe0deb0000 - 0x00007ffe0df2f000 C:\Windows\System32\fwpuclnt.dll 0x00007ffe1a280000 - 0x00007ffe1a2a7000 C:\Windows\System32\bcrypt.dll 0x00007ffdfad30000 - 0x00007ffdfad3d000 D:\cm\env\jdk\JDK8_64\1.8.0_312\jre\bin\management.dll 0x00007ffdfa000000 - 0x00007ffdfa012000 D:\cm\env\jdk\JDK8_64\1.8.0_312\jre\bin\nio.dll 0x00007ffe196e0000 - 0x00007ffe196f8000 C:\Windows\SYSTEM32\CRYPTSP.dll 0x00007ffe18dc0000 - 0x00007ffe18df4000 C:\Windows\system32\rsaenh.dll 0x00007ffe19c40000 - 0x00007ffe19c6e000 C:\Windows\SYSTEM32\USERENV.dll 0x00007ffe1a2b0000 - 0x00007ffe1a332000 C:\Windows\System32\bcryptprimitives.dll 0x00007ffe19700000 - 0x00007ffe1970c000 C:\Windows\SYSTEM32\CRYPTBASE.dll 0x00007ffe0ff50000 - 0x00007ffe0ff67000 C:\Windows\SYSTEM32\dhcpcsvc6.DLL 0x00007ffe0ff30000 - 0x00007ffe0ff4d000 C:\Windows\SYSTEM32\dhcpcsvc.DLL 0x00007ffdf57d0000 - 0x00007ffdf57e7000 C:\Windows\system32\napinsp.dll 0x00007ffdeff00000 - 0x00007ffdeff1b000 C:\Windows\system32\pnrpnsp.dll 0x00007ffdefe70000 - 0x00007ffdefe85000 C:\Windows\system32\wshbth.dll 0x00007ffe11850000 - 0x00007ffe1186d000 C:\Windows\system32\NLAapi.dll 0x00007ffdefe50000 - 0x00007ffdefe62000 C:\Windows\System32\winrnr.dll 0x00007ffda7ef0000 - 0x00007ffda83ac000 C:\Windows\System32\taos.dll 0x00007ffe07ee0000 - 0x00007ffe07efd000 C:\Windows\SYSTEM32\MPR.dll 0x00007ffe17820000 - 0x00007ffe17a04000 C:\Windows\SYSTEM32\dbghelp.dll

VM Arguments: jvm_args: -XX:TieredStopAtLevel=1 -Xverify:none -Dspring.output.ansi.enabled=always -javaagent:D:\cm\soft\JetBrains\IntelliJ IDEA 2021.2.2\lib\idea_rt.jar=55198:D:\cm\soft\JetBrains\IntelliJ IDEA 2021.2.2\bin -Dcom.sun.management.jmxremote -Dspring.jmx.enabled=true -Dspring.liveBeansView.mbeanDomain -Dspring.application.admin.enabled=true -Dfile.encoding=UTF-8 java_command: com.taosdata.example.mybatisplusdemo.MybatisplusDemoApplication java_class_path (initial): D:\cm\env\jdk\JDK8_64\1.8.0_312\jre\lib\charsets.jar;D:\cm\env\jdk\JDK8_64\1.8.0_312\jre\lib\ext\access-bridge-64.jar;D:\cm\env\jdk\JDK8_64\1.8.0_312\jre\lib\ext\cldrdata.jar;D:\cm\env\jdk\JDK8_64\1.8.0_312\jre\lib\ext\dnsns.jar;D:\cm\env\jdk\JDK8_64\1.8.0_312\jre\lib\ext\jaccess.jar;D:\cm\env\jdk\JDK8_64\1.8.0_312\jre\lib\ext\jfxrt.jar;D:\cm\env\jdk\JDK8_64\1.8.0_312\jre\lib\ext\localedata.jar;D:\cm\env\jdk\JDK8_64\1.8.0_312\jre\lib\ext\nashorn.jar;D:\cm\env\jdk\JDK8_64\1.8.0_312\jre\lib\ext\sunec.jar;D:\cm\env\jdk\JDK8_64\1.8.0_312\jre\lib\ext\sunjce_provider.jar;D:\cm\env\jdk\JDK8_64\1.8.0_312\jre\lib\ext\sunmscapi.jar;D:\cm\env\jdk\JDK8_64\1.8.0_312\jre\lib\ext\sunpkcs11.jar;D:\cm\env\jdk\JDK8_64\1.8.0_312\jre\lib\ext\zipfs.jar;D:\cm\env\jdk\JDK8_64\1.8.0_312\jre\lib\jce.jar;D:\cm\env\jdk\JDK8_64\1.8.0_312\jre\lib\jfr.jar;D:\cm\env\jdk\JDK8_64\1.8.0_312\jre\lib\jfxswt.jar;D:\cm\env\jdk\JDK8_64\1.8.0_312\jre\lib\jsse.jar;D:\cm\env\jdk\JDK8_64\1.8.0_312\jre\lib\management-agent.jar;D:\cm\env\jdk\JDK8_64\1.8.0_312\jre\lib\resources.jar;D:\cm\env\jdk\JDK8_64\1.8.0_312\jre\lib\rt.jar;D:\cm\workSpace\java\my\TDengine-develop\examples\JDBC\mybatisplus-demo\target\classes;D:\cm\env\apache-maven-3.6.3\repository\org\springframework\boot\spring-boot-starter\2.4.0\spring-boot-starter-2.4.0.jar;D:\cm\env\apache-maven-3.6.3\repository\org\springframework\boot\spring-boot\2.4.0\spring-boot-2.4.0.jar;D:\cm\env\apache-maven-3.6.3\repository\org\springframework\spring-context\5.3.1\spring-context-5.3.1.jar;D:\cm\env\apache-maven-3.6.3\repository\org\springframework\boot\spring-boot-autoconfigure\2.4.0\spring-boot-autoconfigure-2.4.0.jar;D:\cm\env\apache-maven-3.6.3\repository\org\springframework\boot\spring-boot-starter-logging\2.4.0\spring-boot-starter-logging-2.4.0.jar;D:\cm\env\apache-maven-3.6.3\repository\ch\qos\logback\logback-classic\1.2.3\logback-classic-1.2.3.jar;D:\cm\env\apache-maven-3.6.3\repository\ch\qos\logback\logback-core\1.2.3\logba Launcher Type: SUN_STANDARD

Environment Variables: JAVA_HOME=D:\cm\env\jdk\JDK8_64\1.8.0_312 PATH=D:\Program Files (x86)\VMware\VMware Workstation\bin\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;D:\cm\env\TortoiseSVN\bin;D:\cm\env\TortoiseGit\bin;D:\cm\env\Git\cmd;D:\Program Files\CMake\bin;C:\Program Files\Docker\Docker\resources\bin;C:\ProgramData\DockerDesktop\version-bin;C:\Users\cm\AppData\Local\Microsoft\WindowsApps;D:\cm\env\node-v14.17.6-win-x64;D:\cm\env\apache-cassandra-3.11.11\bin;D:\cm\env\decompile;D:\cm\env\jdk\JDK8_64\1.8.0_312\bin;D:\cm\env\jdk\JDK8_64\1.8.0_312\jre\bin;D:\cm\env\mysql-8.0.27-winx64\bin;D:\Program Files\OpenSSL-Win64\bin;D:\cm\env\ffmpeg-master-latest-win64-gpl-shared\bin;D:\cm\env\apache-maven-3.6.3\bin;D:\Program Files\Microsoft VS Code\bin;D:\cm\env\mingw64\bin; USERNAME=cm OS=Windows_NT PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 140 Stepping 1, GenuineIntel

--------------- S Y S T E M ---------------

OS: Windows 10.0 , 64 bit Build 19041 (10.0.19041.1466)

CPU:total 8 (initial active 8) (4 cores per cpu, 2 threads per core) family 6 model 140 stepping 1, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, erms, 3dnowpref, lzcnt, ht, tsc, tscinvbit, bmi1, bmi2, adx

Memory: 4k page, physical 16468084k(6073748k free), swap 27478132k(8859388k free)

vm_info: OpenJDK 64-Bit Server VM (25.312-b07) for windows-amd64 JRE (1.8.0_312-b07), built on Oct 14 2021 21:08:49 by "Administrator" with MS VC++ 12.0 (VS2013)

time: Fri Feb 11 09:56:37 2022 timezone: ?D1��������?����?? elapsed time: 2.493181 seconds (0d 0h 0m 2s)

wochenmo commented 2 years ago

对照的版本表有问题,改为taos-jdbcdriver驱动版本2.0.34就好了