WangYaMeng-github commented on issue #7353:
URL:
https://github.com/apache/incubator-seata/issues/7353#issuecomment-2893656806
> Please also provide the exception stack trace.
"apm-skywalking not enabled"
"JMX disabled"
���������������[���������������[ �����������[ �����������������[ �����������[
�����X�T�T�T�T�a�����X�T�T�T�T�a�����X�T�T�����[�^�T�T�����X�T�T�a�����X�T�T�����[
���������������[�����������[ ���������������U �����U ���������������U
�^�T�T�T�T�����U�����X�T�T�a �����X�T�T�����U �����U �����X�T�T�����U
���������������U���������������[�����U �����U �����U �����U �����U
�^�T�T�T�T�T�T�a�^�T�T�T�T�T�T�a�^�T�a �^�T�a �^�T�a �^�T�a �^�T�a
17:34:56.501 INFO --- [ main]
[der$InnerEnhancedServiceLoader] [lExtensionDefinition] [] : Ignore load
compatible class io.seata.config.ExtConfigurationProvider, because is not
assignable from origin type org.apache.seata.config.ExtConfigurationProvider
17:34:56.568 INFO --- [ main]
[ta.config.ConfigurationFactory] [ load] [] : load
Configuration from :FileConfiguration$$EnhancerByCGLIB$$6e15d955
17:34:56.604 INFO --- [ main]
[seata.server.ServerApplication] [ logStarting] [] : Starting
ServerApplication v2.4.0 using Java 1.8.0_144 on MICROSO-LEAQNVB with PID 15904
(C:\Users\Administrator\Desktop\apache-seata-2.4.0-incubating-bin\seata-server\target\seata-server.jar
started by Administrator in
C:\Users\Administrator\Desktop\apache-seata-2.4.0-incubating-bin\seata-server\bin)
17:34:56.604 INFO --- [ main]
[seata.server.ServerApplication] [ogStartupProfileInfo] [] : No active profile
set, falling back to 1 default profile: "default"
17:34:57.823 INFO --- [ main]
[mbedded.tomcat.TomcatWebServer] [ initialize] [] : Tomcat
initialized with port(s): 7091 (http)
17:34:57.831 INFO --- [ main]
[oyote.http11.Http11NioProtocol] [ log] [] : Initializing
ProtocolHandler ["http-nio-7091"]
17:34:57.832 INFO --- [ main]
[.catalina.core.StandardService] [ log] [] : Starting service
[Tomcat]
17:34:57.832 INFO --- [ main]
[e.catalina.core.StandardEngine] [ log] [] : Starting Servlet
engine: [Apache Tomcat/9.0.99]
17:34:57.846 WARN --- [ main]
[na.webresources.DirResourceSet] [ log] [] : Disabled the
global canonical file name cache to protect against CVE-2024-56337 when
starting the WebResourceSet at
[C:\Users\Administrator\AppData\Local\Temp\tomcat-docbase.7091.794678283083754077]
which is part of the web application []
17:34:57.904 INFO --- [ main]
[rBase.[Tomcat].[localhost].[/]] [ log] [] : Initializing
Spring embedded WebApplicationContext
17:34:57.904 INFO --- [ main]
[letWebServerApplicationContext] [ebApplicationContext] [] : Root
WebApplicationContext: initialization completed in 1265 ms
17:34:58.013 INFO --- [ main]
[rver.lock.LockerManagerFactory] [ init] [] : use lock store
mode: db
17:34:58.032 WARN --- [ main]
[letWebServerApplicationContext] [ refresh] [] : Exception
encountered during context initialization - cancelling refresh attempt:
org.springframework.beans.factory.BeanCreationException: Error creating bean
with name 'branchSessionController': Injection of resource dependencies failed;
nested exception is org.springframework.beans.factory.BeanCreationException:
Error creating bean with name 'branchSessionDBServiceImpl' defined in URL
[jar:file:/C:/Users/Administrator/Desktop/apache-seata-2.4.0-incubating-bin/seata-server/target/seata-server.jar!/BOOT-INF/classes!/org/apache/seata/server/console/impl/db/BranchSessionDBServiceImpl.class]:
Instantiation of bean failed; nested exception is
org.springframework.beans.BeanInstantiationException: Failed to instantiate
[org.apache.seata.server.console.impl.db.BranchSessionDBServiceImpl$$EnhancerBySpringCGLIB$$daeeb4e5]:
Constructor threw exception; nested exception is org.apa
che.seata.common.loader.EnhancedServiceNotFoundException: not found service
provider for : org.apache.seata.server.lock.LockManager caused by
java.lang.IllegalStateException: Extension instance(definition:
org.apache.seata.common.loader.ExtensionDefinition@90da84c4, class: interface
org.apache.seata.server.lock.LockManager) could not be instantiated: not found
service provider for : org.apache.seata.core.store.db.DataSourceProvider caused
by java.lang.IllegalStateException: Extension instance(definition:
org.apache.seata.common.loader.ExtensionDefinition@dc6b24ff, class: interface
org.apache.seata.core.store.db.DataSourceProvider) could not be instantiated:
The driver {dm.jdbc.driver.DmDriver} cannot be found in the path
C:\Users\Administrator\Desktop\apache-seata-2.4.0-incubating-bin\seata-server\lib\jdbc.
Please ensure that the appropriate database driver dependencies are included
in the classpath.
at
org.apache.seata.common.loader.EnhancedServiceLoader$InnerEnhancedServiceLoader.createNewExtension(EnhancedServiceLoader.java:495)
at
org.apache.seata.common.loader.EnhancedServiceLoader$InnerEnhancedServiceLoader.getExtensionInstance(EnhancedServiceLoader.java:478)
at
org.apache.seata.common.loader.EnhancedServiceLoader$InnerEnhancedServiceLoader.loadExtension(EnhancedServiceLoader.java:453)
at
org.apache.seata.common.loader.EnhancedServiceLoader$InnerEnhancedServiceLoader.load(EnhancedServiceLoader.java:347)
at
org.apache.seata.common.loader.EnhancedServiceLoader$InnerEnhancedServiceLoader.access$200(EnhancedServiceLoader.java:278)
at
org.apache.seata.common.loader.EnhancedServiceLoader.load(EnhancedServiceLoader.java:116)
at
org.apache.seata.common.loader.EnhancedServiceLoader.load(EnhancedServiceLoader.java:101)
at
org.apache.seata.server.storage.db.lock.DataBaseLockManager.init(DataBaseLockManager.java:48)
at
org.apache.seata.common.loader.EnhancedServiceLoader$InnerEnhancedServiceLoader.initInstance(EnhancedServiceLoader.java:707)
at
org.apache.seata.common.loader.EnhancedServiceLoader$InnerEnhancedServiceLoader.createNewExtension(EnhancedServiceLoader.java:492)
at
org.apache.seata.common.loader.EnhancedServiceLoader$InnerEnhancedServiceLoader.getExtensionInstance(EnhancedServiceLoader.java:478)
at
org.apache.seata.common.loader.EnhancedServiceLoader$InnerEnhancedServiceLoader.loadExtension(EnhancedServiceLoader.java:453)
at
org.apache.seata.common.loader.EnhancedServiceLoader$InnerEnhancedServiceLoader.load(EnhancedServiceLoader.java:347)
at
org.apache.seata.common.loader.EnhancedServiceLoader$InnerEnhancedServiceLoader.access$200(EnhancedServiceLoader.java:278)
at
org.apache.seata.common.loader.EnhancedServiceLoader.load(EnhancedServiceLoader.java:116)
at
org.apache.seata.common.loader.EnhancedServiceLoader.load(EnhancedServiceLoader.java:101)
at
org.apache.seata.server.lock.LockerManagerFactory.init(LockerManagerFactory.java:70)
at
org.apache.seata.server.lock.LockerManagerFactory.init(LockerManagerFactory.java:53)
at
org.apache.seata.server.lock.LockerManagerFactory.getLockManager(LockerManagerFactory.java:48)
at
org.apache.seata.server.console.impl.AbstractService.<init>(AbstractService.java:45)
at
org.apache.seata.server.console.impl.AbstractBranchService.<init>(AbstractBranchService.java:27)
at
org.apache.seata.server.console.impl.db.BranchSessionDBServiceImpl.<init>(BranchSessionDBServiceImpl.java:61)
at
org.apache.seata.server.console.impl.db.BranchSessionDBServiceImpl$$EnhancerBySpringCGLIB$$daeeb4e5.<init>(<generated>)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
Method)
at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at
org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:213)
at
org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:87)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1326)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1232)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
at
org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:336)
at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:334)
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:209)
at
org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1391)
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1311)
at
org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:548)
at
org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:524)
at
org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:677)
at
org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:228)
at
org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119)
at
org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:329)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
at
org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:336)
at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:334)
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:209)
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:955)
at
org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:932)
at
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:591)
at
org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:147)
at
org.springframework.boot.SpringApplication.refresh(SpringApplication.java:732)
at
org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:409)
at
org.springframework.boot.SpringApplication.run(SpringApplication.java:308)
at
org.springframework.boot.SpringApplication.run(SpringApplication.java:1300)
at
org.springframework.boot.SpringApplication.run(SpringApplication.java:1289)
at
org.apache.seata.server.ServerApplication.main(ServerApplication.java:30)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:108)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at
org.springframework.boot.loader.PropertiesLauncher.main(PropertiesLauncher.java:467)
Caused by: org.apache.seata.common.exception.StoreException: The driver
{dm.jdbc.driver.DmDriver} cannot be found in the path
C:\Users\Administrator\Desktop\apache-seata-2.4.0-incubating-bin\seata-server\lib\jdbc.
Please ensure that the appropriate database driver dependencies are included
in the classpath.
at
org.apache.seata.core.store.db.AbstractDataSourceProvider.validate(AbstractDataSourceProvider.java:113)
at
org.apache.seata.core.store.db.AbstractDataSourceProvider.generate(AbstractDataSourceProvider.java:85)
at
org.apache.seata.core.store.db.AbstractDataSourceProvider.init(AbstractDataSourceProvider.java:76)
at
org.apache.seata.common.loader.EnhancedServiceLoader$InnerEnhancedServiceLoader.initInstance(EnhancedServiceLoader.java:707)
at
org.apache.seata.common.loader.EnhancedServiceLoader$InnerEnhancedServiceLoader.createNewExtension(EnhancedServiceLoader.java:492)
... 70 more
at
org.apache.seata.common.loader.EnhancedServiceLoader$InnerEnhancedServiceLoader.createNewExtension(EnhancedServiceLoader.java:495)
at
org.apache.seata.common.loader.EnhancedServiceLoader$InnerEnhancedServiceLoader.getExtensionInstance(EnhancedServiceLoader.java:478)
at
org.apache.seata.common.loader.EnhancedServiceLoader$InnerEnhancedServiceLoader.loadExtension(EnhancedServiceLoader.java:453)
at
org.apache.seata.common.loader.EnhancedServiceLoader$InnerEnhancedServiceLoader.load(EnhancedServiceLoader.java:347)
at
org.apache.seata.common.loader.EnhancedServiceLoader$InnerEnhancedServiceLoader.access$200(EnhancedServiceLoader.java:278)
at
org.apache.seata.common.loader.EnhancedServiceLoader.load(EnhancedServiceLoader.java:116)
at
org.apache.seata.common.loader.EnhancedServiceLoader.load(EnhancedServiceLoader.java:101)
at
org.apache.seata.server.lock.LockerManagerFactory.init(LockerManagerFactory.java:70)
at
org.apache.seata.server.lock.LockerManagerFactory.init(LockerManagerFactory.java:53)
at
org.apache.seata.server.lock.LockerManagerFactory.getLockManager(LockerManagerFactory.java:48)
at
org.apache.seata.server.console.impl.AbstractService.<init>(AbstractService.java:45)
at
org.apache.seata.server.console.impl.AbstractBranchService.<init>(AbstractBranchService.java:27)
at
org.apache.seata.server.console.impl.db.BranchSessionDBServiceImpl.<init>(BranchSessionDBServiceImpl.java:61)
at
org.apache.seata.server.console.impl.db.BranchSessionDBServiceImpl$$EnhancerBySpringCGLIB$$daeeb4e5.<init>(<generated>)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
Method)
at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at
org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:213)
at
org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:87)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1326)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1232)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
at
org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:336)
at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:334)
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:209)
at
org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1391)
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1311)
at
org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:548)
at
org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:524)
at
org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:677)
at
org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:228)
at
org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119)
at
org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:329)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
at
org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:336)
at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:334)
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:209)
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:955)
at
org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:932)
at
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:591)
at
org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:147)
at
org.springframework.boot.SpringApplication.refresh(SpringApplication.java:732)
at
org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:409)
at
org.springframework.boot.SpringApplication.run(SpringApplication.java:308)
at
org.springframework.boot.SpringApplication.run(SpringApplication.java:1300)
at
org.springframework.boot.SpringApplication.run(SpringApplication.java:1289)
at
org.apache.seata.server.ServerApplication.main(ServerApplication.java:30)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:108)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at
org.springframework.boot.loader.PropertiesLauncher.main(PropertiesLauncher.java:467)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]