|
@@ -0,0 +1,1907 @@
|
|
|
|
|
+21:33:25.399 [restartedMain] ERROR c.a.d.p.DruidDataSource - [init,929] - init datasource error, url: jdbc:mysql://localhost:3306/echo2?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&serverTimezone=GMT%2B8
|
|
|
|
|
+java.sql.SQLException: Access denied for user 'root'@'172.17.0.1' (using password: YES)
|
|
|
|
|
+ at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:130)
|
|
|
|
|
+ at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
|
|
+ at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:825)
|
|
|
|
|
+ at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:446)
|
|
|
|
|
+ at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:239)
|
|
|
|
|
+ at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:188)
|
|
|
|
|
+ at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:118)
|
|
|
|
|
+ at com.alibaba.druid.filter.stat.StatFilter.connection_connect(StatFilter.java:232)
|
|
|
|
|
+ at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:112)
|
|
|
|
|
+ at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1703)
|
|
|
|
|
+ at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1786)
|
|
|
|
|
+ at com.alibaba.druid.pool.DruidDataSource.init(DruidDataSource.java:925)
|
|
|
|
|
+ at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1444)
|
|
|
|
|
+ at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1440)
|
|
|
|
|
+ at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:83)
|
|
|
|
|
+ at org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource.getConnection(AbstractRoutingDataSource.java:194)
|
|
|
|
|
+ at org.springframework.jdbc.datasource.DataSourceUtils.fetchConnection(DataSourceUtils.java:159)
|
|
|
|
|
+ at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:117)
|
|
|
|
|
+ at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:80)
|
|
|
|
|
+ at org.mybatis.spring.transaction.SpringManagedTransaction.openConnection(SpringManagedTransaction.java:80)
|
|
|
|
|
+ at org.mybatis.spring.transaction.SpringManagedTransaction.getConnection(SpringManagedTransaction.java:67)
|
|
|
|
|
+ at org.apache.ibatis.executor.BaseExecutor.getConnection(BaseExecutor.java:337)
|
|
|
|
|
+ at com.baomidou.mybatisplus.core.executor.MybatisSimpleExecutor.prepareStatement(MybatisSimpleExecutor.java:93)
|
|
|
|
|
+ at com.baomidou.mybatisplus.core.executor.MybatisSimpleExecutor.doQuery(MybatisSimpleExecutor.java:68)
|
|
|
|
|
+ at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:325)
|
|
|
|
|
+ at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:156)
|
|
|
|
|
+ at com.baomidou.mybatisplus.core.executor.MybatisCachingExecutor.query(MybatisCachingExecutor.java:165)
|
|
|
|
|
+ at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:65)
|
|
|
|
|
+ at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:62)
|
|
|
|
|
+ at jdk.proxy2/jdk.proxy2.$Proxy160.query(Unknown Source)
|
|
|
|
|
+ at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:151)
|
|
|
|
|
+ at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:145)
|
|
|
|
|
+ at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:140)
|
|
|
|
|
+ at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
|
|
|
|
|
+ at java.base/java.lang.reflect.Method.invoke(Method.java:578)
|
|
|
|
|
+ at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:427)
|
|
|
|
|
+ at jdk.proxy2/jdk.proxy2.$Proxy127.selectList(Unknown Source)
|
|
|
|
|
+ at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224)
|
|
|
|
|
+ at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForMany(MybatisMapperMethod.java:173)
|
|
|
|
|
+ at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:78)
|
|
|
|
|
+ at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)
|
|
|
|
|
+ at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
|
|
|
+ at jdk.proxy3/jdk.proxy3.$Proxy159.selectConfigList(Unknown Source)
|
|
|
|
|
+ at com.ruoyi.system.service.impl.SysConfigServiceImpl.loadingConfigCache(SysConfigServiceImpl.java:177)
|
|
|
|
|
+ at com.ruoyi.system.service.impl.SysConfigServiceImpl.init(SysConfigServiceImpl.java:40)
|
|
|
|
|
+ at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
|
|
|
|
|
+ at java.base/java.lang.reflect.Method.invoke(Method.java:578)
|
|
|
|
|
+ at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
|
|
|
|
|
+ at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
|
|
|
|
|
+ at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:440)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1796)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:620)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
|
|
|
|
|
+ at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
|
|
|
|
|
+ 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.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:657)
|
|
|
|
|
+ at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:640)
|
|
|
|
|
+ at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119)
|
|
|
|
|
+ at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399)
|
|
|
|
|
+ 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:335)
|
|
|
|
|
+ at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
|
|
|
|
|
+ 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:544)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:520)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:673)
|
|
|
|
|
+ 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:335)
|
|
|
|
|
+ at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
|
|
|
|
|
+ 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:544)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:520)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:673)
|
|
|
|
|
+ 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:335)
|
|
|
|
|
+ at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
|
|
|
|
|
+ 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:544)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:520)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:673)
|
|
|
|
|
+ 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:335)
|
|
|
|
|
+ at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
|
|
|
|
|
+ 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:544)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:520)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:673)
|
|
|
|
|
+ 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:335)
|
|
|
|
|
+ at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
|
|
|
|
|
+ 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:544)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:520)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:673)
|
|
|
|
|
+ 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:335)
|
|
|
|
|
+ at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:213)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.resolveBeanByName(AbstractAutowireCapableBeanFactory.java:479)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:550)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:520)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:673)
|
|
|
|
|
+ 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:335)
|
|
|
|
|
+ at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
|
|
|
|
|
+ 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.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:887)
|
|
|
|
|
+ at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:791)
|
|
|
|
|
+ at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:229)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1372)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1222)
|
|
|
|
|
+ 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:335)
|
|
|
|
|
+ at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
|
|
|
|
|
+ at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:955)
|
|
|
|
|
+ at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:920)
|
|
|
|
|
+ at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583)
|
|
|
|
|
+ at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:145)
|
|
|
|
|
+ at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:780)
|
|
|
|
|
+ at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:453)
|
|
|
|
|
+ at org.springframework.boot.SpringApplication.run(SpringApplication.java:343)
|
|
|
|
|
+ at org.springframework.boot.SpringApplication.run(SpringApplication.java:1370)
|
|
|
|
|
+ at org.springframework.boot.SpringApplication.run(SpringApplication.java:1359)
|
|
|
|
|
+ at com.ruoyi.ApiApplication.main(ApiApplication.java:26)
|
|
|
|
|
+ at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
|
|
|
|
|
+ at java.base/java.lang.reflect.Method.invoke(Method.java:578)
|
|
|
|
|
+ at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49)
|
|
|
|
|
+21:33:25.401 [restartedMain] ERROR c.a.d.p.DruidDataSource - [init,971] - {dataSource-1} init error
|
|
|
|
|
+java.sql.SQLException: Access denied for user 'root'@'172.17.0.1' (using password: YES)
|
|
|
|
|
+ at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:130)
|
|
|
|
|
+ at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
|
|
+ at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:825)
|
|
|
|
|
+ at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:446)
|
|
|
|
|
+ at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:239)
|
|
|
|
|
+ at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:188)
|
|
|
|
|
+ at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:118)
|
|
|
|
|
+ at com.alibaba.druid.filter.stat.StatFilter.connection_connect(StatFilter.java:232)
|
|
|
|
|
+ at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:112)
|
|
|
|
|
+ at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1703)
|
|
|
|
|
+ at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1786)
|
|
|
|
|
+ at com.alibaba.druid.pool.DruidDataSource.init(DruidDataSource.java:925)
|
|
|
|
|
+ at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1444)
|
|
|
|
|
+ at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1440)
|
|
|
|
|
+ at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:83)
|
|
|
|
|
+ at org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource.getConnection(AbstractRoutingDataSource.java:194)
|
|
|
|
|
+ at org.springframework.jdbc.datasource.DataSourceUtils.fetchConnection(DataSourceUtils.java:159)
|
|
|
|
|
+ at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:117)
|
|
|
|
|
+ at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:80)
|
|
|
|
|
+ at org.mybatis.spring.transaction.SpringManagedTransaction.openConnection(SpringManagedTransaction.java:80)
|
|
|
|
|
+ at org.mybatis.spring.transaction.SpringManagedTransaction.getConnection(SpringManagedTransaction.java:67)
|
|
|
|
|
+ at org.apache.ibatis.executor.BaseExecutor.getConnection(BaseExecutor.java:337)
|
|
|
|
|
+ at com.baomidou.mybatisplus.core.executor.MybatisSimpleExecutor.prepareStatement(MybatisSimpleExecutor.java:93)
|
|
|
|
|
+ at com.baomidou.mybatisplus.core.executor.MybatisSimpleExecutor.doQuery(MybatisSimpleExecutor.java:68)
|
|
|
|
|
+ at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:325)
|
|
|
|
|
+ at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:156)
|
|
|
|
|
+ at com.baomidou.mybatisplus.core.executor.MybatisCachingExecutor.query(MybatisCachingExecutor.java:165)
|
|
|
|
|
+ at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:65)
|
|
|
|
|
+ at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:62)
|
|
|
|
|
+ at jdk.proxy2/jdk.proxy2.$Proxy160.query(Unknown Source)
|
|
|
|
|
+ at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:151)
|
|
|
|
|
+ at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:145)
|
|
|
|
|
+ at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:140)
|
|
|
|
|
+ at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
|
|
|
|
|
+ at java.base/java.lang.reflect.Method.invoke(Method.java:578)
|
|
|
|
|
+ at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:427)
|
|
|
|
|
+ at jdk.proxy2/jdk.proxy2.$Proxy127.selectList(Unknown Source)
|
|
|
|
|
+ at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224)
|
|
|
|
|
+ at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForMany(MybatisMapperMethod.java:173)
|
|
|
|
|
+ at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:78)
|
|
|
|
|
+ at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)
|
|
|
|
|
+ at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
|
|
|
+ at jdk.proxy3/jdk.proxy3.$Proxy159.selectConfigList(Unknown Source)
|
|
|
|
|
+ at com.ruoyi.system.service.impl.SysConfigServiceImpl.loadingConfigCache(SysConfigServiceImpl.java:177)
|
|
|
|
|
+ at com.ruoyi.system.service.impl.SysConfigServiceImpl.init(SysConfigServiceImpl.java:40)
|
|
|
|
|
+ at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
|
|
|
|
|
+ at java.base/java.lang.reflect.Method.invoke(Method.java:578)
|
|
|
|
|
+ at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
|
|
|
|
|
+ at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
|
|
|
|
|
+ at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:440)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1796)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:620)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
|
|
|
|
|
+ at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
|
|
|
|
|
+ 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.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:657)
|
|
|
|
|
+ at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:640)
|
|
|
|
|
+ at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119)
|
|
|
|
|
+ at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399)
|
|
|
|
|
+ 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:335)
|
|
|
|
|
+ at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
|
|
|
|
|
+ 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:544)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:520)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:673)
|
|
|
|
|
+ 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:335)
|
|
|
|
|
+ at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
|
|
|
|
|
+ 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:544)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:520)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:673)
|
|
|
|
|
+ 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:335)
|
|
|
|
|
+ at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
|
|
|
|
|
+ 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:544)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:520)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:673)
|
|
|
|
|
+ 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:335)
|
|
|
|
|
+ at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
|
|
|
|
|
+ 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:544)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:520)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:673)
|
|
|
|
|
+ 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:335)
|
|
|
|
|
+ at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
|
|
|
|
|
+ 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:544)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:520)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:673)
|
|
|
|
|
+ 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:335)
|
|
|
|
|
+ at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:213)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.resolveBeanByName(AbstractAutowireCapableBeanFactory.java:479)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:550)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:520)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:673)
|
|
|
|
|
+ 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:335)
|
|
|
|
|
+ at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
|
|
|
|
|
+ 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.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:887)
|
|
|
|
|
+ at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:791)
|
|
|
|
|
+ at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:229)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1372)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1222)
|
|
|
|
|
+ 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:335)
|
|
|
|
|
+ at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
|
|
|
|
|
+ at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:955)
|
|
|
|
|
+ at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:920)
|
|
|
|
|
+ at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583)
|
|
|
|
|
+ at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:145)
|
|
|
|
|
+ at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:780)
|
|
|
|
|
+ at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:453)
|
|
|
|
|
+ at org.springframework.boot.SpringApplication.run(SpringApplication.java:343)
|
|
|
|
|
+ at org.springframework.boot.SpringApplication.run(SpringApplication.java:1370)
|
|
|
|
|
+ at org.springframework.boot.SpringApplication.run(SpringApplication.java:1359)
|
|
|
|
|
+ at com.ruoyi.ApiApplication.main(ApiApplication.java:26)
|
|
|
|
|
+ at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
|
|
|
|
|
+ at java.base/java.lang.reflect.Method.invoke(Method.java:578)
|
|
|
|
|
+ at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49)
|
|
|
|
|
+21:33:25.416 [Druid-ConnectionPool-Create-244672564] ERROR c.a.d.p.DruidDataSource - [run,2912] - create connection SQLException, url: jdbc:mysql://localhost:3306/echo2?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&serverTimezone=GMT%2B8, errorCode 1045, state 28000
|
|
|
|
|
+java.sql.SQLException: Access denied for user 'root'@'172.17.0.1' (using password: YES)
|
|
|
|
|
+ at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:130)
|
|
|
|
|
+ at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
|
|
+ at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:825)
|
|
|
|
|
+ at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:446)
|
|
|
|
|
+ at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:239)
|
|
|
|
|
+ at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:188)
|
|
|
|
|
+ at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:118)
|
|
|
|
|
+ at com.alibaba.druid.filter.stat.StatFilter.connection_connect(StatFilter.java:232)
|
|
|
|
|
+ at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:112)
|
|
|
|
|
+ at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1703)
|
|
|
|
|
+ at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1786)
|
|
|
|
|
+ at com.alibaba.druid.pool.DruidDataSource$CreateConnectionThread.run(DruidDataSource.java:2910)
|
|
|
|
|
+21:33:25.427 [restartedMain] ERROR o.s.b.SpringApplication - [reportFailure,870] - Application run failed
|
|
|
|
|
+org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'redisStreamConfig' defined in file [/Users/huangjianfeng/development/区块链数字/echo-git/echo2/ruoyi-api/target/classes/com/ruoyi/config/RedisStreamConfig.class]: Unsatisfied dependency expressed through constructor parameter 1; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'webSocketRunner': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'webSocketConfigdd': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'TSecondCoinConfigServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'TOwnCoinServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'TOwnCoinOrderServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'TAppUserServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'sysUserServiceImpl': Unsatisfied dependency expressed through field 'configService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sysConfigServiceImpl': Invocation of init method failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.PersistenceException:
|
|
|
|
|
+### Error querying database. Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is java.sql.SQLException: Access denied for user 'root'@'172.17.0.1' (using password: YES)
|
|
|
|
|
+### The error may exist in file [/Users/huangjianfeng/development/区块链数字/echo-git/echo2/ruoyi-system/target/classes/mapper/system/SysConfigMapper.xml]
|
|
|
|
|
+### The error may involve com.ruoyi.system.mapper.SysConfigMapper.selectConfigList
|
|
|
|
|
+### The error occurred while executing a query
|
|
|
|
|
+### Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is java.sql.SQLException: Access denied for user 'root'@'172.17.0.1' (using password: YES)
|
|
|
|
|
+ at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:800)
|
|
|
|
|
+ at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:229)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1372)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1222)
|
|
|
|
|
+ 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:335)
|
|
|
|
|
+ at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
|
|
|
|
|
+ at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:955)
|
|
|
|
|
+ at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:920)
|
|
|
|
|
+ at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583)
|
|
|
|
|
+ at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:145)
|
|
|
|
|
+ at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:780)
|
|
|
|
|
+ at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:453)
|
|
|
|
|
+ at org.springframework.boot.SpringApplication.run(SpringApplication.java:343)
|
|
|
|
|
+ at org.springframework.boot.SpringApplication.run(SpringApplication.java:1370)
|
|
|
|
|
+ at org.springframework.boot.SpringApplication.run(SpringApplication.java:1359)
|
|
|
|
|
+ at com.ruoyi.ApiApplication.main(ApiApplication.java:26)
|
|
|
|
|
+ at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
|
|
|
|
|
+ at java.base/java.lang.reflect.Method.invoke(Method.java:578)
|
|
|
|
|
+ at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49)
|
|
|
|
|
+Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'webSocketRunner': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'webSocketConfigdd': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'TSecondCoinConfigServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'TOwnCoinServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'TOwnCoinOrderServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'TAppUserServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'sysUserServiceImpl': Unsatisfied dependency expressed through field 'configService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sysConfigServiceImpl': Invocation of init method failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.PersistenceException:
|
|
|
|
|
+### Error querying database. Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is java.sql.SQLException: Access denied for user 'root'@'172.17.0.1' (using password: YES)
|
|
|
|
|
+### The error may exist in file [/Users/huangjianfeng/development/区块链数字/echo-git/echo2/ruoyi-system/target/classes/mapper/system/SysConfigMapper.xml]
|
|
|
|
|
+### The error may involve com.ruoyi.system.mapper.SysConfigMapper.selectConfigList
|
|
|
|
|
+### The error occurred while executing a query
|
|
|
|
|
+### Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is java.sql.SQLException: Access denied for user 'root'@'172.17.0.1' (using password: YES)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:332)
|
|
|
|
|
+ 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:335)
|
|
|
|
|
+ at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
|
|
|
|
|
+ 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.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:887)
|
|
|
|
|
+ at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:791)
|
|
|
|
|
+ ... 22 common frames omitted
|
|
|
|
|
+Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'webSocketConfigdd': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'TSecondCoinConfigServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'TOwnCoinServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'TOwnCoinOrderServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'TAppUserServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'sysUserServiceImpl': Unsatisfied dependency expressed through field 'configService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sysConfigServiceImpl': Invocation of init method failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.PersistenceException:
|
|
|
|
|
+### Error querying database. Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is java.sql.SQLException: Access denied for user 'root'@'172.17.0.1' (using password: YES)
|
|
|
|
|
+### The error may exist in file [/Users/huangjianfeng/development/区块链数字/echo-git/echo2/ruoyi-system/target/classes/mapper/system/SysConfigMapper.xml]
|
|
|
|
|
+### The error may involve com.ruoyi.system.mapper.SysConfigMapper.selectConfigList
|
|
|
|
|
+### The error occurred while executing a query
|
|
|
|
|
+### Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is java.sql.SQLException: Access denied for user 'root'@'172.17.0.1' (using password: YES)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:332)
|
|
|
|
|
+ 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:335)
|
|
|
|
|
+ at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:213)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.resolveBeanByName(AbstractAutowireCapableBeanFactory.java:479)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:550)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:520)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:673)
|
|
|
|
|
+ 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)
|
|
|
|
|
+ ... 34 common frames omitted
|
|
|
|
|
+Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'TSecondCoinConfigServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'TOwnCoinServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'TOwnCoinOrderServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'TAppUserServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'sysUserServiceImpl': Unsatisfied dependency expressed through field 'configService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sysConfigServiceImpl': Invocation of init method failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.PersistenceException:
|
|
|
|
|
+### Error querying database. Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is java.sql.SQLException: Access denied for user 'root'@'172.17.0.1' (using password: YES)
|
|
|
|
|
+### The error may exist in file [/Users/huangjianfeng/development/区块链数字/echo-git/echo2/ruoyi-system/target/classes/mapper/system/SysConfigMapper.xml]
|
|
|
|
|
+### The error may involve com.ruoyi.system.mapper.SysConfigMapper.selectConfigList
|
|
|
|
|
+### The error occurred while executing a query
|
|
|
|
|
+### Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is java.sql.SQLException: Access denied for user 'root'@'172.17.0.1' (using password: YES)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:332)
|
|
|
|
|
+ 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:335)
|
|
|
|
|
+ at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
|
|
|
|
|
+ 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:544)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:520)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:673)
|
|
|
|
|
+ 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)
|
|
|
|
|
+ ... 48 common frames omitted
|
|
|
|
|
+Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'TOwnCoinServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'TOwnCoinOrderServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'TAppUserServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'sysUserServiceImpl': Unsatisfied dependency expressed through field 'configService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sysConfigServiceImpl': Invocation of init method failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.PersistenceException:
|
|
|
|
|
+### Error querying database. Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is java.sql.SQLException: Access denied for user 'root'@'172.17.0.1' (using password: YES)
|
|
|
|
|
+### The error may exist in file [/Users/huangjianfeng/development/区块链数字/echo-git/echo2/ruoyi-system/target/classes/mapper/system/SysConfigMapper.xml]
|
|
|
|
|
+### The error may involve com.ruoyi.system.mapper.SysConfigMapper.selectConfigList
|
|
|
|
|
+### The error occurred while executing a query
|
|
|
|
|
+### Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is java.sql.SQLException: Access denied for user 'root'@'172.17.0.1' (using password: YES)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:332)
|
|
|
|
|
+ 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:335)
|
|
|
|
|
+ at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
|
|
|
|
|
+ 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:544)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:520)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:673)
|
|
|
|
|
+ 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)
|
|
|
|
|
+ ... 64 common frames omitted
|
|
|
|
|
+Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'TOwnCoinOrderServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'TAppUserServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'sysUserServiceImpl': Unsatisfied dependency expressed through field 'configService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sysConfigServiceImpl': Invocation of init method failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.PersistenceException:
|
|
|
|
|
+### Error querying database. Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is java.sql.SQLException: Access denied for user 'root'@'172.17.0.1' (using password: YES)
|
|
|
|
|
+### The error may exist in file [/Users/huangjianfeng/development/区块链数字/echo-git/echo2/ruoyi-system/target/classes/mapper/system/SysConfigMapper.xml]
|
|
|
|
|
+### The error may involve com.ruoyi.system.mapper.SysConfigMapper.selectConfigList
|
|
|
|
|
+### The error occurred while executing a query
|
|
|
|
|
+### Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is java.sql.SQLException: Access denied for user 'root'@'172.17.0.1' (using password: YES)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:332)
|
|
|
|
|
+ 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:335)
|
|
|
|
|
+ at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
|
|
|
|
|
+ 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:544)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:520)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:673)
|
|
|
|
|
+ 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)
|
|
|
|
|
+ ... 80 common frames omitted
|
|
|
|
|
+Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'TAppUserServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'sysUserServiceImpl': Unsatisfied dependency expressed through field 'configService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sysConfigServiceImpl': Invocation of init method failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.PersistenceException:
|
|
|
|
|
+### Error querying database. Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is java.sql.SQLException: Access denied for user 'root'@'172.17.0.1' (using password: YES)
|
|
|
|
|
+### The error may exist in file [/Users/huangjianfeng/development/区块链数字/echo-git/echo2/ruoyi-system/target/classes/mapper/system/SysConfigMapper.xml]
|
|
|
|
|
+### The error may involve com.ruoyi.system.mapper.SysConfigMapper.selectConfigList
|
|
|
|
|
+### The error occurred while executing a query
|
|
|
|
|
+### Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is java.sql.SQLException: Access denied for user 'root'@'172.17.0.1' (using password: YES)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:332)
|
|
|
|
|
+ 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:335)
|
|
|
|
|
+ at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
|
|
|
|
|
+ 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:544)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:520)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:673)
|
|
|
|
|
+ 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)
|
|
|
|
|
+ ... 96 common frames omitted
|
|
|
|
|
+Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'sysUserServiceImpl': Unsatisfied dependency expressed through field 'configService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sysConfigServiceImpl': Invocation of init method failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.PersistenceException:
|
|
|
|
|
+### Error querying database. Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is java.sql.SQLException: Access denied for user 'root'@'172.17.0.1' (using password: YES)
|
|
|
|
|
+### The error may exist in file [/Users/huangjianfeng/development/区块链数字/echo-git/echo2/ruoyi-system/target/classes/mapper/system/SysConfigMapper.xml]
|
|
|
|
|
+### The error may involve com.ruoyi.system.mapper.SysConfigMapper.selectConfigList
|
|
|
|
|
+### The error occurred while executing a query
|
|
|
|
|
+### Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is java.sql.SQLException: Access denied for user 'root'@'172.17.0.1' (using password: YES)
|
|
|
|
|
+ at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:660)
|
|
|
|
|
+ at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:640)
|
|
|
|
|
+ at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119)
|
|
|
|
|
+ at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399)
|
|
|
|
|
+ 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:335)
|
|
|
|
|
+ at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
|
|
|
|
|
+ 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:544)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:520)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:673)
|
|
|
|
|
+ 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)
|
|
|
|
|
+ ... 112 common frames omitted
|
|
|
|
|
+Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sysConfigServiceImpl': Invocation of init method failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.PersistenceException:
|
|
|
|
|
+### Error querying database. Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is java.sql.SQLException: Access denied for user 'root'@'172.17.0.1' (using password: YES)
|
|
|
|
|
+### The error may exist in file [/Users/huangjianfeng/development/区块链数字/echo-git/echo2/ruoyi-system/target/classes/mapper/system/SysConfigMapper.xml]
|
|
|
|
|
+### The error may involve com.ruoyi.system.mapper.SysConfigMapper.selectConfigList
|
|
|
|
|
+### The error occurred while executing a query
|
|
|
|
|
+### Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is java.sql.SQLException: Access denied for user 'root'@'172.17.0.1' (using password: YES)
|
|
|
|
|
+ at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:160)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:440)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1796)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:620)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
|
|
|
|
|
+ at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
|
|
|
|
|
+ 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.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:657)
|
|
|
|
|
+ ... 131 common frames omitted
|
|
|
|
|
+Caused by: org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.PersistenceException:
|
|
|
|
|
+### Error querying database. Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is java.sql.SQLException: Access denied for user 'root'@'172.17.0.1' (using password: YES)
|
|
|
|
|
+### The error may exist in file [/Users/huangjianfeng/development/区块链数字/echo-git/echo2/ruoyi-system/target/classes/mapper/system/SysConfigMapper.xml]
|
|
|
|
|
+### The error may involve com.ruoyi.system.mapper.SysConfigMapper.selectConfigList
|
|
|
|
|
+### The error occurred while executing a query
|
|
|
|
|
+### Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is java.sql.SQLException: Access denied for user 'root'@'172.17.0.1' (using password: YES)
|
|
|
|
|
+ at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:96)
|
|
|
|
|
+ at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:441)
|
|
|
|
|
+ at jdk.proxy2/jdk.proxy2.$Proxy127.selectList(Unknown Source)
|
|
|
|
|
+ at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224)
|
|
|
|
|
+ at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForMany(MybatisMapperMethod.java:173)
|
|
|
|
|
+ at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:78)
|
|
|
|
|
+ at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)
|
|
|
|
|
+ at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
|
|
|
+ at jdk.proxy3/jdk.proxy3.$Proxy159.selectConfigList(Unknown Source)
|
|
|
|
|
+ at com.ruoyi.system.service.impl.SysConfigServiceImpl.loadingConfigCache(SysConfigServiceImpl.java:177)
|
|
|
|
|
+ at com.ruoyi.system.service.impl.SysConfigServiceImpl.init(SysConfigServiceImpl.java:40)
|
|
|
|
|
+ at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
|
|
|
|
|
+ at java.base/java.lang.reflect.Method.invoke(Method.java:578)
|
|
|
|
|
+ at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
|
|
|
|
|
+ at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
|
|
|
|
|
+ at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
|
|
|
|
|
+ ... 143 common frames omitted
|
|
|
|
|
+Caused by: org.apache.ibatis.exceptions.PersistenceException:
|
|
|
|
|
+### Error querying database. Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is java.sql.SQLException: Access denied for user 'root'@'172.17.0.1' (using password: YES)
|
|
|
|
|
+### The error may exist in file [/Users/huangjianfeng/development/区块链数字/echo-git/echo2/ruoyi-system/target/classes/mapper/system/SysConfigMapper.xml]
|
|
|
|
|
+### The error may involve com.ruoyi.system.mapper.SysConfigMapper.selectConfigList
|
|
|
|
|
+### The error occurred while executing a query
|
|
|
|
|
+### Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is java.sql.SQLException: Access denied for user 'root'@'172.17.0.1' (using password: YES)
|
|
|
|
|
+ at org.apache.ibatis.exceptions.ExceptionFactory.wrapException(ExceptionFactory.java:30)
|
|
|
|
|
+ at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:153)
|
|
|
|
|
+ at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:145)
|
|
|
|
|
+ at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:140)
|
|
|
|
|
+ at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
|
|
|
|
|
+ at java.base/java.lang.reflect.Method.invoke(Method.java:578)
|
|
|
|
|
+ at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:427)
|
|
|
|
|
+ ... 157 common frames omitted
|
|
|
|
|
+Caused by: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is java.sql.SQLException: Access denied for user 'root'@'172.17.0.1' (using password: YES)
|
|
|
|
|
+ at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:83)
|
|
|
|
|
+ at org.mybatis.spring.transaction.SpringManagedTransaction.openConnection(SpringManagedTransaction.java:80)
|
|
|
|
|
+ at org.mybatis.spring.transaction.SpringManagedTransaction.getConnection(SpringManagedTransaction.java:67)
|
|
|
|
|
+ at org.apache.ibatis.executor.BaseExecutor.getConnection(BaseExecutor.java:337)
|
|
|
|
|
+ at com.baomidou.mybatisplus.core.executor.MybatisSimpleExecutor.prepareStatement(MybatisSimpleExecutor.java:93)
|
|
|
|
|
+ at com.baomidou.mybatisplus.core.executor.MybatisSimpleExecutor.doQuery(MybatisSimpleExecutor.java:68)
|
|
|
|
|
+ at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:325)
|
|
|
|
|
+ at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:156)
|
|
|
|
|
+ at com.baomidou.mybatisplus.core.executor.MybatisCachingExecutor.query(MybatisCachingExecutor.java:165)
|
|
|
|
|
+ at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:65)
|
|
|
|
|
+ at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:62)
|
|
|
|
|
+ at jdk.proxy2/jdk.proxy2.$Proxy160.query(Unknown Source)
|
|
|
|
|
+ at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:151)
|
|
|
|
|
+ ... 162 common frames omitted
|
|
|
|
|
+Caused by: java.sql.SQLException: Access denied for user 'root'@'172.17.0.1' (using password: YES)
|
|
|
|
|
+ at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:130)
|
|
|
|
|
+ at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
|
|
+ at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:825)
|
|
|
|
|
+ at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:446)
|
|
|
|
|
+ at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:239)
|
|
|
|
|
+ at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:188)
|
|
|
|
|
+ at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:118)
|
|
|
|
|
+ at com.alibaba.druid.filter.stat.StatFilter.connection_connect(StatFilter.java:232)
|
|
|
|
|
+ at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:112)
|
|
|
|
|
+ at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1703)
|
|
|
|
|
+ at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1786)
|
|
|
|
|
+ at com.alibaba.druid.pool.DruidDataSource.init(DruidDataSource.java:925)
|
|
|
|
|
+ at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1444)
|
|
|
|
|
+ at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1440)
|
|
|
|
|
+ at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:83)
|
|
|
|
|
+ at org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource.getConnection(AbstractRoutingDataSource.java:194)
|
|
|
|
|
+ at org.springframework.jdbc.datasource.DataSourceUtils.fetchConnection(DataSourceUtils.java:159)
|
|
|
|
|
+ at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:117)
|
|
|
|
|
+ at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:80)
|
|
|
|
|
+ ... 174 common frames omitted
|
|
|
|
|
+21:53:12.696 [restartedMain] ERROR c.a.d.p.DruidDataSource - [init,929] - init datasource error, url: jdbc:mysql://localhost:3306/echo2?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&serverTimezone=GMT%2B8
|
|
|
|
|
+java.sql.SQLException: Access denied for user 'root'@'172.17.0.1' (using password: YES)
|
|
|
|
|
+ at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:130)
|
|
|
|
|
+ at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
|
|
+ at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:825)
|
|
|
|
|
+ at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:446)
|
|
|
|
|
+ at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:239)
|
|
|
|
|
+ at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:188)
|
|
|
|
|
+ at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:118)
|
|
|
|
|
+ at com.alibaba.druid.filter.stat.StatFilter.connection_connect(StatFilter.java:232)
|
|
|
|
|
+ at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:112)
|
|
|
|
|
+ at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1703)
|
|
|
|
|
+ at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1786)
|
|
|
|
|
+ at com.alibaba.druid.pool.DruidDataSource.init(DruidDataSource.java:925)
|
|
|
|
|
+ at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1444)
|
|
|
|
|
+ at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1440)
|
|
|
|
|
+ at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:83)
|
|
|
|
|
+ at org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource.getConnection(AbstractRoutingDataSource.java:194)
|
|
|
|
|
+ at org.springframework.jdbc.datasource.DataSourceUtils.fetchConnection(DataSourceUtils.java:159)
|
|
|
|
|
+ at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:117)
|
|
|
|
|
+ at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:80)
|
|
|
|
|
+ at org.mybatis.spring.transaction.SpringManagedTransaction.openConnection(SpringManagedTransaction.java:80)
|
|
|
|
|
+ at org.mybatis.spring.transaction.SpringManagedTransaction.getConnection(SpringManagedTransaction.java:67)
|
|
|
|
|
+ at org.apache.ibatis.executor.BaseExecutor.getConnection(BaseExecutor.java:337)
|
|
|
|
|
+ at com.baomidou.mybatisplus.core.executor.MybatisSimpleExecutor.prepareStatement(MybatisSimpleExecutor.java:93)
|
|
|
|
|
+ at com.baomidou.mybatisplus.core.executor.MybatisSimpleExecutor.doQuery(MybatisSimpleExecutor.java:68)
|
|
|
|
|
+ at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:325)
|
|
|
|
|
+ at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:156)
|
|
|
|
|
+ at com.baomidou.mybatisplus.core.executor.MybatisCachingExecutor.query(MybatisCachingExecutor.java:165)
|
|
|
|
|
+ at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:65)
|
|
|
|
|
+ at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:62)
|
|
|
|
|
+ at jdk.proxy2/jdk.proxy2.$Proxy160.query(Unknown Source)
|
|
|
|
|
+ at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:151)
|
|
|
|
|
+ at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:145)
|
|
|
|
|
+ at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:140)
|
|
|
|
|
+ at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
|
|
|
|
|
+ at java.base/java.lang.reflect.Method.invoke(Method.java:578)
|
|
|
|
|
+ at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:427)
|
|
|
|
|
+ at jdk.proxy2/jdk.proxy2.$Proxy127.selectList(Unknown Source)
|
|
|
|
|
+ at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224)
|
|
|
|
|
+ at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForMany(MybatisMapperMethod.java:173)
|
|
|
|
|
+ at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:78)
|
|
|
|
|
+ at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)
|
|
|
|
|
+ at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
|
|
|
+ at jdk.proxy3/jdk.proxy3.$Proxy159.selectConfigList(Unknown Source)
|
|
|
|
|
+ at com.ruoyi.system.service.impl.SysConfigServiceImpl.loadingConfigCache(SysConfigServiceImpl.java:177)
|
|
|
|
|
+ at com.ruoyi.system.service.impl.SysConfigServiceImpl.init(SysConfigServiceImpl.java:40)
|
|
|
|
|
+ at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
|
|
|
|
|
+ at java.base/java.lang.reflect.Method.invoke(Method.java:578)
|
|
|
|
|
+ at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
|
|
|
|
|
+ at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
|
|
|
|
|
+ at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:440)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1796)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:620)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
|
|
|
|
|
+ at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
|
|
|
|
|
+ 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.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:657)
|
|
|
|
|
+ at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:640)
|
|
|
|
|
+ at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119)
|
|
|
|
|
+ at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399)
|
|
|
|
|
+ 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:335)
|
|
|
|
|
+ at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
|
|
|
|
|
+ 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:544)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:520)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:673)
|
|
|
|
|
+ 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:335)
|
|
|
|
|
+ at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
|
|
|
|
|
+ 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:544)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:520)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:673)
|
|
|
|
|
+ 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:335)
|
|
|
|
|
+ at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
|
|
|
|
|
+ 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:544)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:520)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:673)
|
|
|
|
|
+ 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:335)
|
|
|
|
|
+ at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
|
|
|
|
|
+ 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:544)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:520)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:673)
|
|
|
|
|
+ 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:335)
|
|
|
|
|
+ at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
|
|
|
|
|
+ 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:544)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:520)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:673)
|
|
|
|
|
+ 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:335)
|
|
|
|
|
+ at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:213)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.resolveBeanByName(AbstractAutowireCapableBeanFactory.java:479)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:550)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:520)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:673)
|
|
|
|
|
+ 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:335)
|
|
|
|
|
+ at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
|
|
|
|
|
+ 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.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:887)
|
|
|
|
|
+ at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:791)
|
|
|
|
|
+ at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:229)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1372)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1222)
|
|
|
|
|
+ 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:335)
|
|
|
|
|
+ at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
|
|
|
|
|
+ at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:955)
|
|
|
|
|
+ at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:920)
|
|
|
|
|
+ at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583)
|
|
|
|
|
+ at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:145)
|
|
|
|
|
+ at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:780)
|
|
|
|
|
+ at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:453)
|
|
|
|
|
+ at org.springframework.boot.SpringApplication.run(SpringApplication.java:343)
|
|
|
|
|
+ at org.springframework.boot.SpringApplication.run(SpringApplication.java:1370)
|
|
|
|
|
+ at org.springframework.boot.SpringApplication.run(SpringApplication.java:1359)
|
|
|
|
|
+ at com.ruoyi.ApiApplication.main(ApiApplication.java:26)
|
|
|
|
|
+ at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
|
|
|
|
|
+ at java.base/java.lang.reflect.Method.invoke(Method.java:578)
|
|
|
|
|
+ at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49)
|
|
|
|
|
+21:53:12.698 [restartedMain] ERROR c.a.d.p.DruidDataSource - [init,971] - {dataSource-1} init error
|
|
|
|
|
+java.sql.SQLException: Access denied for user 'root'@'172.17.0.1' (using password: YES)
|
|
|
|
|
+ at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:130)
|
|
|
|
|
+ at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
|
|
+ at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:825)
|
|
|
|
|
+ at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:446)
|
|
|
|
|
+ at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:239)
|
|
|
|
|
+ at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:188)
|
|
|
|
|
+ at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:118)
|
|
|
|
|
+ at com.alibaba.druid.filter.stat.StatFilter.connection_connect(StatFilter.java:232)
|
|
|
|
|
+ at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:112)
|
|
|
|
|
+ at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1703)
|
|
|
|
|
+ at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1786)
|
|
|
|
|
+ at com.alibaba.druid.pool.DruidDataSource.init(DruidDataSource.java:925)
|
|
|
|
|
+ at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1444)
|
|
|
|
|
+ at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1440)
|
|
|
|
|
+ at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:83)
|
|
|
|
|
+ at org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource.getConnection(AbstractRoutingDataSource.java:194)
|
|
|
|
|
+ at org.springframework.jdbc.datasource.DataSourceUtils.fetchConnection(DataSourceUtils.java:159)
|
|
|
|
|
+ at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:117)
|
|
|
|
|
+ at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:80)
|
|
|
|
|
+ at org.mybatis.spring.transaction.SpringManagedTransaction.openConnection(SpringManagedTransaction.java:80)
|
|
|
|
|
+ at org.mybatis.spring.transaction.SpringManagedTransaction.getConnection(SpringManagedTransaction.java:67)
|
|
|
|
|
+ at org.apache.ibatis.executor.BaseExecutor.getConnection(BaseExecutor.java:337)
|
|
|
|
|
+ at com.baomidou.mybatisplus.core.executor.MybatisSimpleExecutor.prepareStatement(MybatisSimpleExecutor.java:93)
|
|
|
|
|
+ at com.baomidou.mybatisplus.core.executor.MybatisSimpleExecutor.doQuery(MybatisSimpleExecutor.java:68)
|
|
|
|
|
+ at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:325)
|
|
|
|
|
+ at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:156)
|
|
|
|
|
+ at com.baomidou.mybatisplus.core.executor.MybatisCachingExecutor.query(MybatisCachingExecutor.java:165)
|
|
|
|
|
+ at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:65)
|
|
|
|
|
+ at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:62)
|
|
|
|
|
+ at jdk.proxy2/jdk.proxy2.$Proxy160.query(Unknown Source)
|
|
|
|
|
+ at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:151)
|
|
|
|
|
+ at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:145)
|
|
|
|
|
+ at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:140)
|
|
|
|
|
+ at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
|
|
|
|
|
+ at java.base/java.lang.reflect.Method.invoke(Method.java:578)
|
|
|
|
|
+ at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:427)
|
|
|
|
|
+ at jdk.proxy2/jdk.proxy2.$Proxy127.selectList(Unknown Source)
|
|
|
|
|
+ at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224)
|
|
|
|
|
+ at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForMany(MybatisMapperMethod.java:173)
|
|
|
|
|
+ at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:78)
|
|
|
|
|
+ at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)
|
|
|
|
|
+ at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
|
|
|
+ at jdk.proxy3/jdk.proxy3.$Proxy159.selectConfigList(Unknown Source)
|
|
|
|
|
+ at com.ruoyi.system.service.impl.SysConfigServiceImpl.loadingConfigCache(SysConfigServiceImpl.java:177)
|
|
|
|
|
+ at com.ruoyi.system.service.impl.SysConfigServiceImpl.init(SysConfigServiceImpl.java:40)
|
|
|
|
|
+ at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
|
|
|
|
|
+ at java.base/java.lang.reflect.Method.invoke(Method.java:578)
|
|
|
|
|
+ at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
|
|
|
|
|
+ at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
|
|
|
|
|
+ at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:440)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1796)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:620)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
|
|
|
|
|
+ at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
|
|
|
|
|
+ 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.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:657)
|
|
|
|
|
+ at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:640)
|
|
|
|
|
+ at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119)
|
|
|
|
|
+ at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399)
|
|
|
|
|
+ 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:335)
|
|
|
|
|
+ at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
|
|
|
|
|
+ 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:544)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:520)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:673)
|
|
|
|
|
+ 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:335)
|
|
|
|
|
+ at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
|
|
|
|
|
+ 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:544)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:520)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:673)
|
|
|
|
|
+ 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:335)
|
|
|
|
|
+ at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
|
|
|
|
|
+ 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:544)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:520)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:673)
|
|
|
|
|
+ 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:335)
|
|
|
|
|
+ at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
|
|
|
|
|
+ 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:544)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:520)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:673)
|
|
|
|
|
+ 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:335)
|
|
|
|
|
+ at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
|
|
|
|
|
+ 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:544)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:520)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:673)
|
|
|
|
|
+ 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:335)
|
|
|
|
|
+ at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:213)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.resolveBeanByName(AbstractAutowireCapableBeanFactory.java:479)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:550)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:520)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:673)
|
|
|
|
|
+ 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:335)
|
|
|
|
|
+ at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
|
|
|
|
|
+ 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.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:887)
|
|
|
|
|
+ at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:791)
|
|
|
|
|
+ at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:229)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1372)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1222)
|
|
|
|
|
+ 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:335)
|
|
|
|
|
+ at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
|
|
|
|
|
+ at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:955)
|
|
|
|
|
+ at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:920)
|
|
|
|
|
+ at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583)
|
|
|
|
|
+ at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:145)
|
|
|
|
|
+ at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:780)
|
|
|
|
|
+ at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:453)
|
|
|
|
|
+ at org.springframework.boot.SpringApplication.run(SpringApplication.java:343)
|
|
|
|
|
+ at org.springframework.boot.SpringApplication.run(SpringApplication.java:1370)
|
|
|
|
|
+ at org.springframework.boot.SpringApplication.run(SpringApplication.java:1359)
|
|
|
|
|
+ at com.ruoyi.ApiApplication.main(ApiApplication.java:26)
|
|
|
|
|
+ at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
|
|
|
|
|
+ at java.base/java.lang.reflect.Method.invoke(Method.java:578)
|
|
|
|
|
+ at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49)
|
|
|
|
|
+21:53:12.712 [Druid-ConnectionPool-Create-2120067750] ERROR c.a.d.p.DruidDataSource - [run,2912] - create connection SQLException, url: jdbc:mysql://localhost:3306/echo2?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&serverTimezone=GMT%2B8, errorCode 1045, state 28000
|
|
|
|
|
+java.sql.SQLException: Access denied for user 'root'@'172.17.0.1' (using password: YES)
|
|
|
|
|
+ at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:130)
|
|
|
|
|
+ at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
|
|
+ at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:825)
|
|
|
|
|
+ at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:446)
|
|
|
|
|
+ at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:239)
|
|
|
|
|
+ at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:188)
|
|
|
|
|
+ at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:118)
|
|
|
|
|
+ at com.alibaba.druid.filter.stat.StatFilter.connection_connect(StatFilter.java:232)
|
|
|
|
|
+ at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:112)
|
|
|
|
|
+ at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1703)
|
|
|
|
|
+ at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1786)
|
|
|
|
|
+ at com.alibaba.druid.pool.DruidDataSource$CreateConnectionThread.run(DruidDataSource.java:2910)
|
|
|
|
|
+21:53:12.727 [restartedMain] ERROR o.s.b.SpringApplication - [reportFailure,870] - Application run failed
|
|
|
|
|
+org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'redisStreamConfig' defined in file [/Users/huangjianfeng/development/区块链数字/echo-git/echo2/ruoyi-api/target/classes/com/ruoyi/config/RedisStreamConfig.class]: Unsatisfied dependency expressed through constructor parameter 1; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'webSocketRunner': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'webSocketConfigdd': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'TSecondCoinConfigServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'TOwnCoinServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'TOwnCoinOrderServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'TAppUserServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'sysUserServiceImpl': Unsatisfied dependency expressed through field 'configService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sysConfigServiceImpl': Invocation of init method failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.PersistenceException:
|
|
|
|
|
+### Error querying database. Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is java.sql.SQLException: Access denied for user 'root'@'172.17.0.1' (using password: YES)
|
|
|
|
|
+### The error may exist in file [/Users/huangjianfeng/development/区块链数字/echo-git/echo2/ruoyi-system/target/classes/mapper/system/SysConfigMapper.xml]
|
|
|
|
|
+### The error may involve com.ruoyi.system.mapper.SysConfigMapper.selectConfigList
|
|
|
|
|
+### The error occurred while executing a query
|
|
|
|
|
+### Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is java.sql.SQLException: Access denied for user 'root'@'172.17.0.1' (using password: YES)
|
|
|
|
|
+ at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:800)
|
|
|
|
|
+ at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:229)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1372)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1222)
|
|
|
|
|
+ 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:335)
|
|
|
|
|
+ at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
|
|
|
|
|
+ at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:955)
|
|
|
|
|
+ at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:920)
|
|
|
|
|
+ at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583)
|
|
|
|
|
+ at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:145)
|
|
|
|
|
+ at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:780)
|
|
|
|
|
+ at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:453)
|
|
|
|
|
+ at org.springframework.boot.SpringApplication.run(SpringApplication.java:343)
|
|
|
|
|
+ at org.springframework.boot.SpringApplication.run(SpringApplication.java:1370)
|
|
|
|
|
+ at org.springframework.boot.SpringApplication.run(SpringApplication.java:1359)
|
|
|
|
|
+ at com.ruoyi.ApiApplication.main(ApiApplication.java:26)
|
|
|
|
|
+ at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
|
|
|
|
|
+ at java.base/java.lang.reflect.Method.invoke(Method.java:578)
|
|
|
|
|
+ at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49)
|
|
|
|
|
+Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'webSocketRunner': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'webSocketConfigdd': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'TSecondCoinConfigServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'TOwnCoinServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'TOwnCoinOrderServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'TAppUserServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'sysUserServiceImpl': Unsatisfied dependency expressed through field 'configService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sysConfigServiceImpl': Invocation of init method failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.PersistenceException:
|
|
|
|
|
+### Error querying database. Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is java.sql.SQLException: Access denied for user 'root'@'172.17.0.1' (using password: YES)
|
|
|
|
|
+### The error may exist in file [/Users/huangjianfeng/development/区块链数字/echo-git/echo2/ruoyi-system/target/classes/mapper/system/SysConfigMapper.xml]
|
|
|
|
|
+### The error may involve com.ruoyi.system.mapper.SysConfigMapper.selectConfigList
|
|
|
|
|
+### The error occurred while executing a query
|
|
|
|
|
+### Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is java.sql.SQLException: Access denied for user 'root'@'172.17.0.1' (using password: YES)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:332)
|
|
|
|
|
+ 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:335)
|
|
|
|
|
+ at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
|
|
|
|
|
+ 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.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:887)
|
|
|
|
|
+ at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:791)
|
|
|
|
|
+ ... 22 common frames omitted
|
|
|
|
|
+Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'webSocketConfigdd': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'TSecondCoinConfigServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'TOwnCoinServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'TOwnCoinOrderServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'TAppUserServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'sysUserServiceImpl': Unsatisfied dependency expressed through field 'configService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sysConfigServiceImpl': Invocation of init method failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.PersistenceException:
|
|
|
|
|
+### Error querying database. Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is java.sql.SQLException: Access denied for user 'root'@'172.17.0.1' (using password: YES)
|
|
|
|
|
+### The error may exist in file [/Users/huangjianfeng/development/区块链数字/echo-git/echo2/ruoyi-system/target/classes/mapper/system/SysConfigMapper.xml]
|
|
|
|
|
+### The error may involve com.ruoyi.system.mapper.SysConfigMapper.selectConfigList
|
|
|
|
|
+### The error occurred while executing a query
|
|
|
|
|
+### Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is java.sql.SQLException: Access denied for user 'root'@'172.17.0.1' (using password: YES)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:332)
|
|
|
|
|
+ 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:335)
|
|
|
|
|
+ at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:213)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.resolveBeanByName(AbstractAutowireCapableBeanFactory.java:479)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:550)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:520)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:673)
|
|
|
|
|
+ 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)
|
|
|
|
|
+ ... 34 common frames omitted
|
|
|
|
|
+Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'TSecondCoinConfigServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'TOwnCoinServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'TOwnCoinOrderServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'TAppUserServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'sysUserServiceImpl': Unsatisfied dependency expressed through field 'configService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sysConfigServiceImpl': Invocation of init method failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.PersistenceException:
|
|
|
|
|
+### Error querying database. Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is java.sql.SQLException: Access denied for user 'root'@'172.17.0.1' (using password: YES)
|
|
|
|
|
+### The error may exist in file [/Users/huangjianfeng/development/区块链数字/echo-git/echo2/ruoyi-system/target/classes/mapper/system/SysConfigMapper.xml]
|
|
|
|
|
+### The error may involve com.ruoyi.system.mapper.SysConfigMapper.selectConfigList
|
|
|
|
|
+### The error occurred while executing a query
|
|
|
|
|
+### Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is java.sql.SQLException: Access denied for user 'root'@'172.17.0.1' (using password: YES)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:332)
|
|
|
|
|
+ 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:335)
|
|
|
|
|
+ at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
|
|
|
|
|
+ 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:544)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:520)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:673)
|
|
|
|
|
+ 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)
|
|
|
|
|
+ ... 48 common frames omitted
|
|
|
|
|
+Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'TOwnCoinServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'TOwnCoinOrderServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'TAppUserServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'sysUserServiceImpl': Unsatisfied dependency expressed through field 'configService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sysConfigServiceImpl': Invocation of init method failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.PersistenceException:
|
|
|
|
|
+### Error querying database. Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is java.sql.SQLException: Access denied for user 'root'@'172.17.0.1' (using password: YES)
|
|
|
|
|
+### The error may exist in file [/Users/huangjianfeng/development/区块链数字/echo-git/echo2/ruoyi-system/target/classes/mapper/system/SysConfigMapper.xml]
|
|
|
|
|
+### The error may involve com.ruoyi.system.mapper.SysConfigMapper.selectConfigList
|
|
|
|
|
+### The error occurred while executing a query
|
|
|
|
|
+### Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is java.sql.SQLException: Access denied for user 'root'@'172.17.0.1' (using password: YES)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:332)
|
|
|
|
|
+ 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:335)
|
|
|
|
|
+ at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
|
|
|
|
|
+ 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:544)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:520)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:673)
|
|
|
|
|
+ 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)
|
|
|
|
|
+ ... 64 common frames omitted
|
|
|
|
|
+Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'TOwnCoinOrderServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'TAppUserServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'sysUserServiceImpl': Unsatisfied dependency expressed through field 'configService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sysConfigServiceImpl': Invocation of init method failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.PersistenceException:
|
|
|
|
|
+### Error querying database. Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is java.sql.SQLException: Access denied for user 'root'@'172.17.0.1' (using password: YES)
|
|
|
|
|
+### The error may exist in file [/Users/huangjianfeng/development/区块链数字/echo-git/echo2/ruoyi-system/target/classes/mapper/system/SysConfigMapper.xml]
|
|
|
|
|
+### The error may involve com.ruoyi.system.mapper.SysConfigMapper.selectConfigList
|
|
|
|
|
+### The error occurred while executing a query
|
|
|
|
|
+### Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is java.sql.SQLException: Access denied for user 'root'@'172.17.0.1' (using password: YES)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:332)
|
|
|
|
|
+ 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:335)
|
|
|
|
|
+ at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
|
|
|
|
|
+ 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:544)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:520)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:673)
|
|
|
|
|
+ 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)
|
|
|
|
|
+ ... 80 common frames omitted
|
|
|
|
|
+Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'TAppUserServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'sysUserServiceImpl': Unsatisfied dependency expressed through field 'configService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sysConfigServiceImpl': Invocation of init method failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.PersistenceException:
|
|
|
|
|
+### Error querying database. Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is java.sql.SQLException: Access denied for user 'root'@'172.17.0.1' (using password: YES)
|
|
|
|
|
+### The error may exist in file [/Users/huangjianfeng/development/区块链数字/echo-git/echo2/ruoyi-system/target/classes/mapper/system/SysConfigMapper.xml]
|
|
|
|
|
+### The error may involve com.ruoyi.system.mapper.SysConfigMapper.selectConfigList
|
|
|
|
|
+### The error occurred while executing a query
|
|
|
|
|
+### Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is java.sql.SQLException: Access denied for user 'root'@'172.17.0.1' (using password: YES)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:332)
|
|
|
|
|
+ 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:335)
|
|
|
|
|
+ at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
|
|
|
|
|
+ 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:544)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:520)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:673)
|
|
|
|
|
+ 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)
|
|
|
|
|
+ ... 96 common frames omitted
|
|
|
|
|
+Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'sysUserServiceImpl': Unsatisfied dependency expressed through field 'configService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sysConfigServiceImpl': Invocation of init method failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.PersistenceException:
|
|
|
|
|
+### Error querying database. Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is java.sql.SQLException: Access denied for user 'root'@'172.17.0.1' (using password: YES)
|
|
|
|
|
+### The error may exist in file [/Users/huangjianfeng/development/区块链数字/echo-git/echo2/ruoyi-system/target/classes/mapper/system/SysConfigMapper.xml]
|
|
|
|
|
+### The error may involve com.ruoyi.system.mapper.SysConfigMapper.selectConfigList
|
|
|
|
|
+### The error occurred while executing a query
|
|
|
|
|
+### Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is java.sql.SQLException: Access denied for user 'root'@'172.17.0.1' (using password: YES)
|
|
|
|
|
+ at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:660)
|
|
|
|
|
+ at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:640)
|
|
|
|
|
+ at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119)
|
|
|
|
|
+ at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399)
|
|
|
|
|
+ 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:335)
|
|
|
|
|
+ at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
|
|
|
|
|
+ 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:544)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:520)
|
|
|
|
|
+ at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:673)
|
|
|
|
|
+ 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)
|
|
|
|
|
+ ... 112 common frames omitted
|
|
|
|
|
+Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sysConfigServiceImpl': Invocation of init method failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.PersistenceException:
|
|
|
|
|
+### Error querying database. Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is java.sql.SQLException: Access denied for user 'root'@'172.17.0.1' (using password: YES)
|
|
|
|
|
+### The error may exist in file [/Users/huangjianfeng/development/区块链数字/echo-git/echo2/ruoyi-system/target/classes/mapper/system/SysConfigMapper.xml]
|
|
|
|
|
+### The error may involve com.ruoyi.system.mapper.SysConfigMapper.selectConfigList
|
|
|
|
|
+### The error occurred while executing a query
|
|
|
|
|
+### Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is java.sql.SQLException: Access denied for user 'root'@'172.17.0.1' (using password: YES)
|
|
|
|
|
+ at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:160)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:440)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1796)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:620)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
|
|
|
|
|
+ at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
|
|
|
|
+ at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
|
|
|
|
|
+ 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.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:657)
|
|
|
|
|
+ ... 131 common frames omitted
|
|
|
|
|
+Caused by: org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.PersistenceException:
|
|
|
|
|
+### Error querying database. Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is java.sql.SQLException: Access denied for user 'root'@'172.17.0.1' (using password: YES)
|
|
|
|
|
+### The error may exist in file [/Users/huangjianfeng/development/区块链数字/echo-git/echo2/ruoyi-system/target/classes/mapper/system/SysConfigMapper.xml]
|
|
|
|
|
+### The error may involve com.ruoyi.system.mapper.SysConfigMapper.selectConfigList
|
|
|
|
|
+### The error occurred while executing a query
|
|
|
|
|
+### Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is java.sql.SQLException: Access denied for user 'root'@'172.17.0.1' (using password: YES)
|
|
|
|
|
+ at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:96)
|
|
|
|
|
+ at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:441)
|
|
|
|
|
+ at jdk.proxy2/jdk.proxy2.$Proxy127.selectList(Unknown Source)
|
|
|
|
|
+ at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224)
|
|
|
|
|
+ at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForMany(MybatisMapperMethod.java:173)
|
|
|
|
|
+ at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:78)
|
|
|
|
|
+ at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)
|
|
|
|
|
+ at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
|
|
|
+ at jdk.proxy3/jdk.proxy3.$Proxy159.selectConfigList(Unknown Source)
|
|
|
|
|
+ at com.ruoyi.system.service.impl.SysConfigServiceImpl.loadingConfigCache(SysConfigServiceImpl.java:177)
|
|
|
|
|
+ at com.ruoyi.system.service.impl.SysConfigServiceImpl.init(SysConfigServiceImpl.java:40)
|
|
|
|
|
+ at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
|
|
|
|
|
+ at java.base/java.lang.reflect.Method.invoke(Method.java:578)
|
|
|
|
|
+ at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
|
|
|
|
|
+ at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
|
|
|
|
|
+ at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
|
|
|
|
|
+ ... 143 common frames omitted
|
|
|
|
|
+Caused by: org.apache.ibatis.exceptions.PersistenceException:
|
|
|
|
|
+### Error querying database. Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is java.sql.SQLException: Access denied for user 'root'@'172.17.0.1' (using password: YES)
|
|
|
|
|
+### The error may exist in file [/Users/huangjianfeng/development/区块链数字/echo-git/echo2/ruoyi-system/target/classes/mapper/system/SysConfigMapper.xml]
|
|
|
|
|
+### The error may involve com.ruoyi.system.mapper.SysConfigMapper.selectConfigList
|
|
|
|
|
+### The error occurred while executing a query
|
|
|
|
|
+### Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is java.sql.SQLException: Access denied for user 'root'@'172.17.0.1' (using password: YES)
|
|
|
|
|
+ at org.apache.ibatis.exceptions.ExceptionFactory.wrapException(ExceptionFactory.java:30)
|
|
|
|
|
+ at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:153)
|
|
|
|
|
+ at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:145)
|
|
|
|
|
+ at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:140)
|
|
|
|
|
+ at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
|
|
|
|
|
+ at java.base/java.lang.reflect.Method.invoke(Method.java:578)
|
|
|
|
|
+ at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:427)
|
|
|
|
|
+ ... 157 common frames omitted
|
|
|
|
|
+Caused by: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is java.sql.SQLException: Access denied for user 'root'@'172.17.0.1' (using password: YES)
|
|
|
|
|
+ at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:83)
|
|
|
|
|
+ at org.mybatis.spring.transaction.SpringManagedTransaction.openConnection(SpringManagedTransaction.java:80)
|
|
|
|
|
+ at org.mybatis.spring.transaction.SpringManagedTransaction.getConnection(SpringManagedTransaction.java:67)
|
|
|
|
|
+ at org.apache.ibatis.executor.BaseExecutor.getConnection(BaseExecutor.java:337)
|
|
|
|
|
+ at com.baomidou.mybatisplus.core.executor.MybatisSimpleExecutor.prepareStatement(MybatisSimpleExecutor.java:93)
|
|
|
|
|
+ at com.baomidou.mybatisplus.core.executor.MybatisSimpleExecutor.doQuery(MybatisSimpleExecutor.java:68)
|
|
|
|
|
+ at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:325)
|
|
|
|
|
+ at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:156)
|
|
|
|
|
+ at com.baomidou.mybatisplus.core.executor.MybatisCachingExecutor.query(MybatisCachingExecutor.java:165)
|
|
|
|
|
+ at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:65)
|
|
|
|
|
+ at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:62)
|
|
|
|
|
+ at jdk.proxy2/jdk.proxy2.$Proxy160.query(Unknown Source)
|
|
|
|
|
+ at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:151)
|
|
|
|
|
+ ... 162 common frames omitted
|
|
|
|
|
+Caused by: java.sql.SQLException: Access denied for user 'root'@'172.17.0.1' (using password: YES)
|
|
|
|
|
+ at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:130)
|
|
|
|
|
+ at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
|
|
+ at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:825)
|
|
|
|
|
+ at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:446)
|
|
|
|
|
+ at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:239)
|
|
|
|
|
+ at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:188)
|
|
|
|
|
+ at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:118)
|
|
|
|
|
+ at com.alibaba.druid.filter.stat.StatFilter.connection_connect(StatFilter.java:232)
|
|
|
|
|
+ at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:112)
|
|
|
|
|
+ at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1703)
|
|
|
|
|
+ at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1786)
|
|
|
|
|
+ at com.alibaba.druid.pool.DruidDataSource.init(DruidDataSource.java:925)
|
|
|
|
|
+ at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1444)
|
|
|
|
|
+ at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1440)
|
|
|
|
|
+ at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:83)
|
|
|
|
|
+ at org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource.getConnection(AbstractRoutingDataSource.java:194)
|
|
|
|
|
+ at org.springframework.jdbc.datasource.DataSourceUtils.fetchConnection(DataSourceUtils.java:159)
|
|
|
|
|
+ at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:117)
|
|
|
|
|
+ at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:80)
|
|
|
|
|
+ ... 174 common frames omitted
|
|
|
|
|
+21:56:58.333 [restartedMain] ERROR o.s.b.d.LoggingFailureAnalysisReporter - [report,40] -
|
|
|
|
|
+
|
|
|
|
|
+***************************
|
|
|
|
|
+APPLICATION FAILED TO START
|
|
|
|
|
+***************************
|
|
|
|
|
+
|
|
|
|
|
+Description:
|
|
|
|
|
+
|
|
|
|
|
+Web server failed to start. Port 8220 was already in use.
|
|
|
|
|
+
|
|
|
|
|
+Action:
|
|
|
|
|
+
|
|
|
|
|
+Identify and stop the process that's listening on port 8220 or configure this application to listen on another port.
|
|
|
|
|
+
|
|
|
|
|
+21:56:58.376 [SimpleAsyncTaskExecutor-1] ERROR o.s.d.r.s.DefaultStreamMessageListenerContainer$LoggingErrorHandler - [handleError,388] - Unexpected error occurred in scheduled task.
|
|
|
|
|
+java.lang.IllegalStateException: JedisConnectionFactory was destroyed and cannot be used anymore
|
|
|
|
|
+ at org.springframework.util.Assert.state(Assert.java:76)
|
|
|
|
|
+ at org.springframework.data.redis.connection.jedis.JedisConnectionFactory.assertInitialized(JedisConnectionFactory.java:970)
|
|
|
|
|
+ at org.springframework.data.redis.connection.jedis.JedisConnectionFactory.getConnection(JedisConnectionFactory.java:508)
|
|
|
|
|
+ at org.springframework.data.redis.core.RedisConnectionUtils.fetchConnection(RedisConnectionUtils.java:193)
|
|
|
|
|
+ at org.springframework.data.redis.core.RedisConnectionUtils.doGetConnection(RedisConnectionUtils.java:144)
|
|
|
|
|
+ at org.springframework.data.redis.core.RedisConnectionUtils.getConnection(RedisConnectionUtils.java:105)
|
|
|
|
|
+ at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:209)
|
|
|
|
|
+ at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:189)
|
|
|
|
|
+ at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:176)
|
|
|
|
|
+ at org.springframework.data.redis.stream.DefaultStreamMessageListenerContainer.lambda$getReadFunction$4(DefaultStreamMessageListenerContainer.java:258)
|
|
|
|
|
+ at org.springframework.data.redis.stream.StreamPollTask.readRecords(StreamPollTask.java:166)
|
|
|
|
|
+ at org.springframework.data.redis.stream.StreamPollTask.doLoop(StreamPollTask.java:147)
|
|
|
|
|
+ at org.springframework.data.redis.stream.StreamPollTask.run(StreamPollTask.java:132)
|
|
|
|
|
+ at java.base/java.lang.Thread.run(Thread.java:1623)
|
|
|
|
|
+21:56:58.846 [OkHttp https://stream.c.b2c2.top/...] ERROR c.b.c.c.u.WebSocketConnection - [onFailure,116] - [Connection 10] Failure
|
|
|
|
|
+com.alibaba.fastjson2.JSONException: illegal input, offset 1, char [
|
|
|
|
|
+ at com.alibaba.fastjson2.JSONReader.read(JSONReader.java:1450)
|
|
|
|
|
+ at com.alibaba.fastjson2.JSON.parseObject(JSON.java:215)
|
|
|
|
|
+ at com.alibaba.fastjson2.JSONObject.parseObject(JSONObject.java:1970)
|
|
|
|
|
+ at com.ruoyi.socket.service.impl.MarketThreadBinanceImpl.createEvent(MarketThreadBinanceImpl.java:123)
|
|
|
|
|
+ at com.ruoyi.socket.service.impl.MarketThreadBinanceImpl.lambda$marketThreadRun$0(MarketThreadBinanceImpl.java:105)
|
|
|
|
|
+ at com.binance.connector.client.utils.WebSocketConnection.onMessage(WebSocketConnection.java:111)
|
|
|
|
|
+ at okhttp3.internal.ws.RealWebSocket.onReadMessage(RealWebSocket.kt:333)
|
|
|
|
|
+ at okhttp3.internal.ws.WebSocketReader.readMessageFrame(WebSocketReader.kt:245)
|
|
|
|
|
+ at okhttp3.internal.ws.WebSocketReader.processNextFrame(WebSocketReader.kt:106)
|
|
|
|
|
+ at okhttp3.internal.ws.RealWebSocket.loopReader(RealWebSocket.kt:293)
|
|
|
|
|
+ at okhttp3.internal.ws.RealWebSocket$connect$1.onResponse(RealWebSocket.kt:195)
|
|
|
|
|
+ at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519)
|
|
|
|
|
+ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
|
|
|
|
|
+ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
|
|
|
|
|
+ at java.base/java.lang.Thread.run(Thread.java:1623)
|
|
|
|
|
+21:56:58.847 [Async-Service-1] ERROR o.s.a.i.SimpleAsyncUncaughtExceptionHandler - [handleUncaughtException,39] - Unexpected exception occurred invoking async method: public void com.ruoyi.socket.manager.WebSocketUserManager.binanceKlineSendMeg(java.lang.String)
|
|
|
|
|
+com.alibaba.fastjson2.JSONException: illegal input, offset 1, char [
|
|
|
|
|
+ at com.alibaba.fastjson2.JSONReader.read(JSONReader.java:1450)
|
|
|
|
|
+ at com.alibaba.fastjson2.JSON.parseObject(JSON.java:215)
|
|
|
|
|
+ at com.alibaba.fastjson2.JSONObject.parseObject(JSONObject.java:1970)
|
|
|
|
|
+ at com.ruoyi.socket.manager.WebSocketUserManager.binanceKlineSendMeg(WebSocketUserManager.java:187)
|
|
|
|
|
+ at com.ruoyi.socket.manager.WebSocketUserManager$$FastClassBySpringCGLIB$$5b8788d8.invoke(<generated>)
|
|
|
|
|
+ at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
|
|
|
|
|
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
|
|
|
+ at org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:115)
|
|
|
|
|
+ at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
|
|
|
|
|
+ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
|
|
|
|
|
+ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
|
|
|
|
|
+ at java.base/java.lang.Thread.run(Thread.java:1623)
|
|
|
|
|
+21:56:58.961 [Async-Service-2] ERROR o.s.a.i.SimpleAsyncUncaughtExceptionHandler - [handleUncaughtException,39] - Unexpected exception occurred invoking async method: public void com.ruoyi.socket.manager.WebSocketUserManager.binanceKlineSendMeg(java.lang.String)
|
|
|
|
|
+com.alibaba.fastjson2.JSONException: illegal input, offset 1, char [
|
|
|
|
|
+ at com.alibaba.fastjson2.JSONReader.read(JSONReader.java:1450)
|
|
|
|
|
+ at com.alibaba.fastjson2.JSON.parseObject(JSON.java:215)
|
|
|
|
|
+ at com.alibaba.fastjson2.JSONObject.parseObject(JSONObject.java:1970)
|
|
|
|
|
+ at com.ruoyi.socket.manager.WebSocketUserManager.binanceKlineSendMeg(WebSocketUserManager.java:187)
|
|
|
|
|
+ at com.ruoyi.socket.manager.WebSocketUserManager$$FastClassBySpringCGLIB$$5b8788d8.invoke(<generated>)
|
|
|
|
|
+ at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
|
|
|
|
|
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
|
|
|
+ at org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:115)
|
|
|
|
|
+ at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
|
|
|
|
|
+ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
|
|
|
|
|
+ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
|
|
|
|
|
+ at java.base/java.lang.Thread.run(Thread.java:1623)
|
|
|
|
|
+21:56:58.961 [OkHttp https://stream.c.b2c2.top/...] ERROR c.b.c.c.u.WebSocketConnection - [onFailure,116] - [Connection 2] Failure
|
|
|
|
|
+com.alibaba.fastjson2.JSONException: illegal input, offset 1, char [
|
|
|
|
|
+ at com.alibaba.fastjson2.JSONReader.read(JSONReader.java:1450)
|
|
|
|
|
+ at com.alibaba.fastjson2.JSON.parseObject(JSON.java:215)
|
|
|
|
|
+ at com.alibaba.fastjson2.JSONObject.parseObject(JSONObject.java:1970)
|
|
|
|
|
+ at com.ruoyi.socket.service.impl.MarketThreadBinanceImpl.createEvent(MarketThreadBinanceImpl.java:123)
|
|
|
|
|
+ at com.ruoyi.socket.service.impl.MarketThreadBinanceImpl.lambda$marketThreadRun$0(MarketThreadBinanceImpl.java:105)
|
|
|
|
|
+ at com.binance.connector.client.utils.WebSocketConnection.onMessage(WebSocketConnection.java:111)
|
|
|
|
|
+ at okhttp3.internal.ws.RealWebSocket.onReadMessage(RealWebSocket.kt:333)
|
|
|
|
|
+ at okhttp3.internal.ws.WebSocketReader.readMessageFrame(WebSocketReader.kt:245)
|
|
|
|
|
+ at okhttp3.internal.ws.WebSocketReader.processNextFrame(WebSocketReader.kt:106)
|
|
|
|
|
+ at okhttp3.internal.ws.RealWebSocket.loopReader(RealWebSocket.kt:293)
|
|
|
|
|
+ at okhttp3.internal.ws.RealWebSocket$connect$1.onResponse(RealWebSocket.kt:195)
|
|
|
|
|
+ at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519)
|
|
|
|
|
+ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
|
|
|
|
|
+ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
|
|
|
|
|
+ at java.base/java.lang.Thread.run(Thread.java:1623)
|
|
|
|
|
+21:57:00.630 [OkHttp https://stream.c.b2c2.top/...] ERROR c.b.c.c.u.WebSocketConnection - [onFailure,116] - [Connection 14] Failure
|
|
|
|
|
+com.alibaba.fastjson2.JSONException: illegal input, offset 1, char [
|
|
|
|
|
+ at com.alibaba.fastjson2.JSONReader.read(JSONReader.java:1450)
|
|
|
|
|
+ at com.alibaba.fastjson2.JSON.parseObject(JSON.java:215)
|
|
|
|
|
+ at com.alibaba.fastjson2.JSONObject.parseObject(JSONObject.java:1970)
|
|
|
|
|
+ at com.ruoyi.socket.service.impl.MarketThreadBinanceImpl.createEvent(MarketThreadBinanceImpl.java:123)
|
|
|
|
|
+ at com.ruoyi.socket.service.impl.MarketThreadBinanceImpl.lambda$marketThreadRun$0(MarketThreadBinanceImpl.java:105)
|
|
|
|
|
+ at com.binance.connector.client.utils.WebSocketConnection.onMessage(WebSocketConnection.java:111)
|
|
|
|
|
+ at okhttp3.internal.ws.RealWebSocket.onReadMessage(RealWebSocket.kt:333)
|
|
|
|
|
+ at okhttp3.internal.ws.WebSocketReader.readMessageFrame(WebSocketReader.kt:245)
|
|
|
|
|
+ at okhttp3.internal.ws.WebSocketReader.processNextFrame(WebSocketReader.kt:106)
|
|
|
|
|
+ at okhttp3.internal.ws.RealWebSocket.loopReader(RealWebSocket.kt:293)
|
|
|
|
|
+ at okhttp3.internal.ws.RealWebSocket$connect$1.onResponse(RealWebSocket.kt:195)
|
|
|
|
|
+ at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519)
|
|
|
|
|
+ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
|
|
|
|
|
+ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
|
|
|
|
|
+ at java.base/java.lang.Thread.run(Thread.java:1623)
|
|
|
|
|
+21:57:00.630 [Async-Service-3] ERROR o.s.a.i.SimpleAsyncUncaughtExceptionHandler - [handleUncaughtException,39] - Unexpected exception occurred invoking async method: public void com.ruoyi.socket.manager.WebSocketUserManager.binanceKlineSendMeg(java.lang.String)
|
|
|
|
|
+com.alibaba.fastjson2.JSONException: illegal input, offset 1, char [
|
|
|
|
|
+ at com.alibaba.fastjson2.JSONReader.read(JSONReader.java:1450)
|
|
|
|
|
+ at com.alibaba.fastjson2.JSON.parseObject(JSON.java:215)
|
|
|
|
|
+ at com.alibaba.fastjson2.JSONObject.parseObject(JSONObject.java:1970)
|
|
|
|
|
+ at com.ruoyi.socket.manager.WebSocketUserManager.binanceKlineSendMeg(WebSocketUserManager.java:187)
|
|
|
|
|
+ at com.ruoyi.socket.manager.WebSocketUserManager$$FastClassBySpringCGLIB$$5b8788d8.invoke(<generated>)
|
|
|
|
|
+ at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
|
|
|
|
|
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
|
|
|
+ at org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:115)
|
|
|
|
|
+ at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
|
|
|
|
|
+ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
|
|
|
|
|
+ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
|
|
|
|
|
+ at java.base/java.lang.Thread.run(Thread.java:1623)
|
|
|
|
|
+21:57:00.648 [OkHttp https://stream.c.b2c2.top/...] ERROR c.b.c.c.u.WebSocketConnection - [onFailure,116] - [Connection 8] Failure
|
|
|
|
|
+com.alibaba.fastjson2.JSONException: illegal input, offset 1, char [
|
|
|
|
|
+ at com.alibaba.fastjson2.JSONReader.read(JSONReader.java:1450)
|
|
|
|
|
+ at com.alibaba.fastjson2.JSON.parseObject(JSON.java:215)
|
|
|
|
|
+ at com.alibaba.fastjson2.JSONObject.parseObject(JSONObject.java:1970)
|
|
|
|
|
+ at com.ruoyi.socket.service.impl.MarketThreadBinanceImpl.createEvent(MarketThreadBinanceImpl.java:123)
|
|
|
|
|
+ at com.ruoyi.socket.service.impl.MarketThreadBinanceImpl.lambda$marketThreadRun$0(MarketThreadBinanceImpl.java:105)
|
|
|
|
|
+ at com.binance.connector.client.utils.WebSocketConnection.onMessage(WebSocketConnection.java:111)
|
|
|
|
|
+ at okhttp3.internal.ws.RealWebSocket.onReadMessage(RealWebSocket.kt:333)
|
|
|
|
|
+ at okhttp3.internal.ws.WebSocketReader.readMessageFrame(WebSocketReader.kt:245)
|
|
|
|
|
+ at okhttp3.internal.ws.WebSocketReader.processNextFrame(WebSocketReader.kt:106)
|
|
|
|
|
+ at okhttp3.internal.ws.RealWebSocket.loopReader(RealWebSocket.kt:293)
|
|
|
|
|
+ at okhttp3.internal.ws.RealWebSocket$connect$1.onResponse(RealWebSocket.kt:195)
|
|
|
|
|
+ at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519)
|
|
|
|
|
+ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
|
|
|
|
|
+ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
|
|
|
|
|
+ at java.base/java.lang.Thread.run(Thread.java:1623)
|
|
|
|
|
+21:57:00.648 [Async-Service-4] ERROR o.s.a.i.SimpleAsyncUncaughtExceptionHandler - [handleUncaughtException,39] - Unexpected exception occurred invoking async method: public void com.ruoyi.socket.manager.WebSocketUserManager.binanceKlineSendMeg(java.lang.String)
|
|
|
|
|
+com.alibaba.fastjson2.JSONException: illegal input, offset 1, char [
|
|
|
|
|
+ at com.alibaba.fastjson2.JSONReader.read(JSONReader.java:1450)
|
|
|
|
|
+ at com.alibaba.fastjson2.JSON.parseObject(JSON.java:215)
|
|
|
|
|
+ at com.alibaba.fastjson2.JSONObject.parseObject(JSONObject.java:1970)
|
|
|
|
|
+ at com.ruoyi.socket.manager.WebSocketUserManager.binanceKlineSendMeg(WebSocketUserManager.java:187)
|
|
|
|
|
+ at com.ruoyi.socket.manager.WebSocketUserManager$$FastClassBySpringCGLIB$$5b8788d8.invoke(<generated>)
|
|
|
|
|
+ at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
|
|
|
|
|
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
|
|
|
+ at org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:115)
|
|
|
|
|
+ at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
|
|
|
|
|
+ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
|
|
|
|
|
+ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
|
|
|
|
|
+ at java.base/java.lang.Thread.run(Thread.java:1623)
|
|
|
|
|
+21:57:00.651 [Async-Service-5] ERROR o.s.a.i.SimpleAsyncUncaughtExceptionHandler - [handleUncaughtException,39] - Unexpected exception occurred invoking async method: public void com.ruoyi.socket.manager.WebSocketUserManager.binanceKlineSendMeg(java.lang.String)
|
|
|
|
|
+com.alibaba.fastjson2.JSONException: illegal input, offset 1, char [
|
|
|
|
|
+ at com.alibaba.fastjson2.JSONReader.read(JSONReader.java:1450)
|
|
|
|
|
+ at com.alibaba.fastjson2.JSON.parseObject(JSON.java:215)
|
|
|
|
|
+ at com.alibaba.fastjson2.JSONObject.parseObject(JSONObject.java:1970)
|
|
|
|
|
+ at com.ruoyi.socket.manager.WebSocketUserManager.binanceKlineSendMeg(WebSocketUserManager.java:187)
|
|
|
|
|
+ at com.ruoyi.socket.manager.WebSocketUserManager$$FastClassBySpringCGLIB$$5b8788d8.invoke(<generated>)
|
|
|
|
|
+ at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
|
|
|
|
|
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
|
|
|
+ at org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:115)
|
|
|
|
|
+ at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
|
|
|
|
|
+ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
|
|
|
|
|
+ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
|
|
|
|
|
+ at java.base/java.lang.Thread.run(Thread.java:1623)
|
|
|
|
|
+21:57:00.651 [OkHttp https://stream.c.b2c2.top/...] ERROR c.b.c.c.u.WebSocketConnection - [onFailure,116] - [Connection 1] Failure
|
|
|
|
|
+com.alibaba.fastjson2.JSONException: illegal input, offset 1, char [
|
|
|
|
|
+ at com.alibaba.fastjson2.JSONReader.read(JSONReader.java:1450)
|
|
|
|
|
+ at com.alibaba.fastjson2.JSON.parseObject(JSON.java:215)
|
|
|
|
|
+ at com.alibaba.fastjson2.JSONObject.parseObject(JSONObject.java:1970)
|
|
|
|
|
+ at com.ruoyi.socket.service.impl.MarketThreadBinanceImpl.createEvent(MarketThreadBinanceImpl.java:123)
|
|
|
|
|
+ at com.ruoyi.socket.service.impl.MarketThreadBinanceImpl.lambda$marketThreadRun$0(MarketThreadBinanceImpl.java:105)
|
|
|
|
|
+ at com.binance.connector.client.utils.WebSocketConnection.onMessage(WebSocketConnection.java:111)
|
|
|
|
|
+ at okhttp3.internal.ws.RealWebSocket.onReadMessage(RealWebSocket.kt:333)
|
|
|
|
|
+ at okhttp3.internal.ws.WebSocketReader.readMessageFrame(WebSocketReader.kt:245)
|
|
|
|
|
+ at okhttp3.internal.ws.WebSocketReader.processNextFrame(WebSocketReader.kt:106)
|
|
|
|
|
+ at okhttp3.internal.ws.RealWebSocket.loopReader(RealWebSocket.kt:293)
|
|
|
|
|
+ at okhttp3.internal.ws.RealWebSocket$connect$1.onResponse(RealWebSocket.kt:195)
|
|
|
|
|
+ at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519)
|
|
|
|
|
+ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
|
|
|
|
|
+ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
|
|
|
|
|
+ at java.base/java.lang.Thread.run(Thread.java:1623)
|
|
|
|
|
+21:57:00.662 [OkHttp https://stream.c.b2c2.top/...] ERROR c.b.c.c.u.WebSocketConnection - [onFailure,116] - [Connection 6] Failure
|
|
|
|
|
+com.alibaba.fastjson2.JSONException: illegal input, offset 1, char [
|
|
|
|
|
+ at com.alibaba.fastjson2.JSONReader.read(JSONReader.java:1450)
|
|
|
|
|
+ at com.alibaba.fastjson2.JSON.parseObject(JSON.java:215)
|
|
|
|
|
+ at com.alibaba.fastjson2.JSONObject.parseObject(JSONObject.java:1970)
|
|
|
|
|
+ at com.ruoyi.socket.service.impl.MarketThreadBinanceImpl.createEvent(MarketThreadBinanceImpl.java:123)
|
|
|
|
|
+ at com.ruoyi.socket.service.impl.MarketThreadBinanceImpl.lambda$marketThreadRun$0(MarketThreadBinanceImpl.java:105)
|
|
|
|
|
+ at com.binance.connector.client.utils.WebSocketConnection.onMessage(WebSocketConnection.java:111)
|
|
|
|
|
+ at okhttp3.internal.ws.RealWebSocket.onReadMessage(RealWebSocket.kt:333)
|
|
|
|
|
+ at okhttp3.internal.ws.WebSocketReader.readMessageFrame(WebSocketReader.kt:245)
|
|
|
|
|
+ at okhttp3.internal.ws.WebSocketReader.processNextFrame(WebSocketReader.kt:106)
|
|
|
|
|
+ at okhttp3.internal.ws.RealWebSocket.loopReader(RealWebSocket.kt:293)
|
|
|
|
|
+ at okhttp3.internal.ws.RealWebSocket$connect$1.onResponse(RealWebSocket.kt:195)
|
|
|
|
|
+ at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519)
|
|
|
|
|
+ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
|
|
|
|
|
+ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
|
|
|
|
|
+ at java.base/java.lang.Thread.run(Thread.java:1623)
|
|
|
|
|
+21:57:00.662 [Async-Service-6] ERROR o.s.a.i.SimpleAsyncUncaughtExceptionHandler - [handleUncaughtException,39] - Unexpected exception occurred invoking async method: public void com.ruoyi.socket.manager.WebSocketUserManager.binanceKlineSendMeg(java.lang.String)
|
|
|
|
|
+com.alibaba.fastjson2.JSONException: illegal input, offset 1, char [
|
|
|
|
|
+ at com.alibaba.fastjson2.JSONReader.read(JSONReader.java:1450)
|
|
|
|
|
+ at com.alibaba.fastjson2.JSON.parseObject(JSON.java:215)
|
|
|
|
|
+ at com.alibaba.fastjson2.JSONObject.parseObject(JSONObject.java:1970)
|
|
|
|
|
+ at com.ruoyi.socket.manager.WebSocketUserManager.binanceKlineSendMeg(WebSocketUserManager.java:187)
|
|
|
|
|
+ at com.ruoyi.socket.manager.WebSocketUserManager$$FastClassBySpringCGLIB$$5b8788d8.invoke(<generated>)
|
|
|
|
|
+ at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
|
|
|
|
|
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
|
|
|
+ at org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:115)
|
|
|
|
|
+ at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
|
|
|
|
|
+ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
|
|
|
|
|
+ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
|
|
|
|
|
+ at java.base/java.lang.Thread.run(Thread.java:1623)
|
|
|
|
|
+21:57:00.663 [OkHttp https://stream.c.b2c2.top/...] ERROR c.b.c.c.u.WebSocketConnection - [onFailure,116] - [Connection 7] Failure
|
|
|
|
|
+com.alibaba.fastjson2.JSONException: illegal input, offset 1, char [
|
|
|
|
|
+ at com.alibaba.fastjson2.JSONReader.read(JSONReader.java:1450)
|
|
|
|
|
+ at com.alibaba.fastjson2.JSON.parseObject(JSON.java:215)
|
|
|
|
|
+ at com.alibaba.fastjson2.JSONObject.parseObject(JSONObject.java:1970)
|
|
|
|
|
+ at com.ruoyi.socket.service.impl.MarketThreadBinanceImpl.createEvent(MarketThreadBinanceImpl.java:123)
|
|
|
|
|
+ at com.ruoyi.socket.service.impl.MarketThreadBinanceImpl.lambda$marketThreadRun$0(MarketThreadBinanceImpl.java:105)
|
|
|
|
|
+ at com.binance.connector.client.utils.WebSocketConnection.onMessage(WebSocketConnection.java:111)
|
|
|
|
|
+ at okhttp3.internal.ws.RealWebSocket.onReadMessage(RealWebSocket.kt:333)
|
|
|
|
|
+ at okhttp3.internal.ws.WebSocketReader.readMessageFrame(WebSocketReader.kt:245)
|
|
|
|
|
+ at okhttp3.internal.ws.WebSocketReader.processNextFrame(WebSocketReader.kt:106)
|
|
|
|
|
+ at okhttp3.internal.ws.RealWebSocket.loopReader(RealWebSocket.kt:293)
|
|
|
|
|
+ at okhttp3.internal.ws.RealWebSocket$connect$1.onResponse(RealWebSocket.kt:195)
|
|
|
|
|
+ at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519)
|
|
|
|
|
+ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
|
|
|
|
|
+ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
|
|
|
|
|
+ at java.base/java.lang.Thread.run(Thread.java:1623)
|
|
|
|
|
+21:57:00.663 [Async-Service-7] ERROR o.s.a.i.SimpleAsyncUncaughtExceptionHandler - [handleUncaughtException,39] - Unexpected exception occurred invoking async method: public void com.ruoyi.socket.manager.WebSocketUserManager.binanceKlineSendMeg(java.lang.String)
|
|
|
|
|
+com.alibaba.fastjson2.JSONException: illegal input, offset 1, char [
|
|
|
|
|
+ at com.alibaba.fastjson2.JSONReader.read(JSONReader.java:1450)
|
|
|
|
|
+ at com.alibaba.fastjson2.JSON.parseObject(JSON.java:215)
|
|
|
|
|
+ at com.alibaba.fastjson2.JSONObject.parseObject(JSONObject.java:1970)
|
|
|
|
|
+ at com.ruoyi.socket.manager.WebSocketUserManager.binanceKlineSendMeg(WebSocketUserManager.java:187)
|
|
|
|
|
+ at com.ruoyi.socket.manager.WebSocketUserManager$$FastClassBySpringCGLIB$$5b8788d8.invoke(<generated>)
|
|
|
|
|
+ at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
|
|
|
|
|
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
|
|
|
+ at org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:115)
|
|
|
|
|
+ at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
|
|
|
|
|
+ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
|
|
|
|
|
+ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
|
|
|
|
|
+ at java.base/java.lang.Thread.run(Thread.java:1623)
|
|
|
|
|
+21:57:00.669 [Async-Service-8] ERROR o.s.a.i.SimpleAsyncUncaughtExceptionHandler - [handleUncaughtException,39] - Unexpected exception occurred invoking async method: public void com.ruoyi.socket.manager.WebSocketUserManager.binanceKlineSendMeg(java.lang.String)
|
|
|
|
|
+com.alibaba.fastjson2.JSONException: illegal input, offset 1, char [
|
|
|
|
|
+ at com.alibaba.fastjson2.JSONReader.read(JSONReader.java:1450)
|
|
|
|
|
+ at com.alibaba.fastjson2.JSON.parseObject(JSON.java:215)
|
|
|
|
|
+ at com.alibaba.fastjson2.JSONObject.parseObject(JSONObject.java:1970)
|
|
|
|
|
+ at com.ruoyi.socket.manager.WebSocketUserManager.binanceKlineSendMeg(WebSocketUserManager.java:187)
|
|
|
|
|
+ at com.ruoyi.socket.manager.WebSocketUserManager$$FastClassBySpringCGLIB$$5b8788d8.invoke(<generated>)
|
|
|
|
|
+ at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
|
|
|
|
|
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
|
|
|
+ at org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:115)
|
|
|
|
|
+ at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
|
|
|
|
|
+ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
|
|
|
|
|
+ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
|
|
|
|
|
+ at java.base/java.lang.Thread.run(Thread.java:1623)
|
|
|
|
|
+21:57:00.669 [OkHttp https://stream.c.b2c2.top/...] ERROR c.b.c.c.u.WebSocketConnection - [onFailure,116] - [Connection 9] Failure
|
|
|
|
|
+com.alibaba.fastjson2.JSONException: illegal input, offset 1, char [
|
|
|
|
|
+ at com.alibaba.fastjson2.JSONReader.read(JSONReader.java:1450)
|
|
|
|
|
+ at com.alibaba.fastjson2.JSON.parseObject(JSON.java:215)
|
|
|
|
|
+ at com.alibaba.fastjson2.JSONObject.parseObject(JSONObject.java:1970)
|
|
|
|
|
+ at com.ruoyi.socket.service.impl.MarketThreadBinanceImpl.createEvent(MarketThreadBinanceImpl.java:123)
|
|
|
|
|
+ at com.ruoyi.socket.service.impl.MarketThreadBinanceImpl.lambda$marketThreadRun$0(MarketThreadBinanceImpl.java:105)
|
|
|
|
|
+ at com.binance.connector.client.utils.WebSocketConnection.onMessage(WebSocketConnection.java:111)
|
|
|
|
|
+ at okhttp3.internal.ws.RealWebSocket.onReadMessage(RealWebSocket.kt:333)
|
|
|
|
|
+ at okhttp3.internal.ws.WebSocketReader.readMessageFrame(WebSocketReader.kt:245)
|
|
|
|
|
+ at okhttp3.internal.ws.WebSocketReader.processNextFrame(WebSocketReader.kt:106)
|
|
|
|
|
+ at okhttp3.internal.ws.RealWebSocket.loopReader(RealWebSocket.kt:293)
|
|
|
|
|
+ at okhttp3.internal.ws.RealWebSocket$connect$1.onResponse(RealWebSocket.kt:195)
|
|
|
|
|
+ at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519)
|
|
|
|
|
+ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
|
|
|
|
|
+ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
|
|
|
|
|
+ at java.base/java.lang.Thread.run(Thread.java:1623)
|
|
|
|
|
+21:57:00.686 [OkHttp https://stream.c.b2c2.top/...] ERROR c.b.c.c.u.WebSocketConnection - [onFailure,116] - [Connection 4] Failure
|
|
|
|
|
+com.alibaba.fastjson2.JSONException: illegal input, offset 1, char [
|
|
|
|
|
+ at com.alibaba.fastjson2.JSONReader.read(JSONReader.java:1450)
|
|
|
|
|
+ at com.alibaba.fastjson2.JSON.parseObject(JSON.java:215)
|
|
|
|
|
+ at com.alibaba.fastjson2.JSONObject.parseObject(JSONObject.java:1970)
|
|
|
|
|
+ at com.ruoyi.socket.service.impl.MarketThreadBinanceImpl.createEvent(MarketThreadBinanceImpl.java:123)
|
|
|
|
|
+ at com.ruoyi.socket.service.impl.MarketThreadBinanceImpl.lambda$marketThreadRun$0(MarketThreadBinanceImpl.java:105)
|
|
|
|
|
+ at com.binance.connector.client.utils.WebSocketConnection.onMessage(WebSocketConnection.java:111)
|
|
|
|
|
+ at okhttp3.internal.ws.RealWebSocket.onReadMessage(RealWebSocket.kt:333)
|
|
|
|
|
+ at okhttp3.internal.ws.WebSocketReader.readMessageFrame(WebSocketReader.kt:245)
|
|
|
|
|
+ at okhttp3.internal.ws.WebSocketReader.processNextFrame(WebSocketReader.kt:106)
|
|
|
|
|
+ at okhttp3.internal.ws.RealWebSocket.loopReader(RealWebSocket.kt:293)
|
|
|
|
|
+ at okhttp3.internal.ws.RealWebSocket$connect$1.onResponse(RealWebSocket.kt:195)
|
|
|
|
|
+ at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519)
|
|
|
|
|
+ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
|
|
|
|
|
+ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
|
|
|
|
|
+ at java.base/java.lang.Thread.run(Thread.java:1623)
|
|
|
|
|
+21:57:00.686 [Async-Service-9] ERROR o.s.a.i.SimpleAsyncUncaughtExceptionHandler - [handleUncaughtException,39] - Unexpected exception occurred invoking async method: public void com.ruoyi.socket.manager.WebSocketUserManager.binanceKlineSendMeg(java.lang.String)
|
|
|
|
|
+com.alibaba.fastjson2.JSONException: illegal input, offset 1, char [
|
|
|
|
|
+ at com.alibaba.fastjson2.JSONReader.read(JSONReader.java:1450)
|
|
|
|
|
+ at com.alibaba.fastjson2.JSON.parseObject(JSON.java:215)
|
|
|
|
|
+ at com.alibaba.fastjson2.JSONObject.parseObject(JSONObject.java:1970)
|
|
|
|
|
+ at com.ruoyi.socket.manager.WebSocketUserManager.binanceKlineSendMeg(WebSocketUserManager.java:187)
|
|
|
|
|
+ at com.ruoyi.socket.manager.WebSocketUserManager$$FastClassBySpringCGLIB$$5b8788d8.invoke(<generated>)
|
|
|
|
|
+ at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
|
|
|
|
|
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
|
|
|
+ at org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:115)
|
|
|
|
|
+ at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
|
|
|
|
|
+ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
|
|
|
|
|
+ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
|
|
|
|
|
+ at java.base/java.lang.Thread.run(Thread.java:1623)
|
|
|
|
|
+21:57:00.763 [OkHttp https://stream.c.b2c2.top/...] ERROR c.b.c.c.u.WebSocketConnection - [onFailure,116] - [Connection 12] Failure
|
|
|
|
|
+com.alibaba.fastjson2.JSONException: illegal input, offset 1, char [
|
|
|
|
|
+ at com.alibaba.fastjson2.JSONReader.read(JSONReader.java:1450)
|
|
|
|
|
+ at com.alibaba.fastjson2.JSON.parseObject(JSON.java:215)
|
|
|
|
|
+ at com.alibaba.fastjson2.JSONObject.parseObject(JSONObject.java:1970)
|
|
|
|
|
+ at com.ruoyi.socket.service.impl.MarketThreadBinanceImpl.createEvent(MarketThreadBinanceImpl.java:123)
|
|
|
|
|
+ at com.ruoyi.socket.service.impl.MarketThreadBinanceImpl.lambda$marketThreadRun$0(MarketThreadBinanceImpl.java:105)
|
|
|
|
|
+ at com.binance.connector.client.utils.WebSocketConnection.onMessage(WebSocketConnection.java:111)
|
|
|
|
|
+ at okhttp3.internal.ws.RealWebSocket.onReadMessage(RealWebSocket.kt:333)
|
|
|
|
|
+ at okhttp3.internal.ws.WebSocketReader.readMessageFrame(WebSocketReader.kt:245)
|
|
|
|
|
+ at okhttp3.internal.ws.WebSocketReader.processNextFrame(WebSocketReader.kt:106)
|
|
|
|
|
+ at okhttp3.internal.ws.RealWebSocket.loopReader(RealWebSocket.kt:293)
|
|
|
|
|
+ at okhttp3.internal.ws.RealWebSocket$connect$1.onResponse(RealWebSocket.kt:195)
|
|
|
|
|
+ at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519)
|
|
|
|
|
+ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
|
|
|
|
|
+ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
|
|
|
|
|
+ at java.base/java.lang.Thread.run(Thread.java:1623)
|
|
|
|
|
+21:57:00.764 [Async-Service-10] ERROR o.s.a.i.SimpleAsyncUncaughtExceptionHandler - [handleUncaughtException,39] - Unexpected exception occurred invoking async method: public void com.ruoyi.socket.manager.WebSocketUserManager.binanceKlineSendMeg(java.lang.String)
|
|
|
|
|
+com.alibaba.fastjson2.JSONException: illegal input, offset 1, char [
|
|
|
|
|
+ at com.alibaba.fastjson2.JSONReader.read(JSONReader.java:1450)
|
|
|
|
|
+ at com.alibaba.fastjson2.JSON.parseObject(JSON.java:215)
|
|
|
|
|
+ at com.alibaba.fastjson2.JSONObject.parseObject(JSONObject.java:1970)
|
|
|
|
|
+ at com.ruoyi.socket.manager.WebSocketUserManager.binanceKlineSendMeg(WebSocketUserManager.java:187)
|
|
|
|
|
+ at com.ruoyi.socket.manager.WebSocketUserManager$$FastClassBySpringCGLIB$$5b8788d8.invoke(<generated>)
|
|
|
|
|
+ at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
|
|
|
|
|
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
|
|
|
+ at org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:115)
|
|
|
|
|
+ at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
|
|
|
|
|
+ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
|
|
|
|
|
+ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
|
|
|
|
|
+ at java.base/java.lang.Thread.run(Thread.java:1623)
|
|
|
|
|
+21:57:00.764 [OkHttp https://stream.c.b2c2.top/...] ERROR c.b.c.c.u.WebSocketConnection - [onFailure,116] - [Connection 11] Failure
|
|
|
|
|
+com.alibaba.fastjson2.JSONException: illegal input, offset 1, char [
|
|
|
|
|
+ at com.alibaba.fastjson2.JSONReader.read(JSONReader.java:1450)
|
|
|
|
|
+ at com.alibaba.fastjson2.JSON.parseObject(JSON.java:215)
|
|
|
|
|
+ at com.alibaba.fastjson2.JSONObject.parseObject(JSONObject.java:1970)
|
|
|
|
|
+ at com.ruoyi.socket.service.impl.MarketThreadBinanceImpl.createEvent(MarketThreadBinanceImpl.java:123)
|
|
|
|
|
+ at com.ruoyi.socket.service.impl.MarketThreadBinanceImpl.lambda$marketThreadRun$0(MarketThreadBinanceImpl.java:105)
|
|
|
|
|
+ at com.binance.connector.client.utils.WebSocketConnection.onMessage(WebSocketConnection.java:111)
|
|
|
|
|
+ at okhttp3.internal.ws.RealWebSocket.onReadMessage(RealWebSocket.kt:333)
|
|
|
|
|
+ at okhttp3.internal.ws.WebSocketReader.readMessageFrame(WebSocketReader.kt:245)
|
|
|
|
|
+ at okhttp3.internal.ws.WebSocketReader.processNextFrame(WebSocketReader.kt:106)
|
|
|
|
|
+ at okhttp3.internal.ws.RealWebSocket.loopReader(RealWebSocket.kt:293)
|
|
|
|
|
+ at okhttp3.internal.ws.RealWebSocket$connect$1.onResponse(RealWebSocket.kt:195)
|
|
|
|
|
+ at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519)
|
|
|
|
|
+ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
|
|
|
|
|
+ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
|
|
|
|
|
+ at java.base/java.lang.Thread.run(Thread.java:1623)
|
|
|
|
|
+21:57:00.764 [Async-Service-11] ERROR o.s.a.i.SimpleAsyncUncaughtExceptionHandler - [handleUncaughtException,39] - Unexpected exception occurred invoking async method: public void com.ruoyi.socket.manager.WebSocketUserManager.binanceKlineSendMeg(java.lang.String)
|
|
|
|
|
+com.alibaba.fastjson2.JSONException: illegal input, offset 1, char [
|
|
|
|
|
+ at com.alibaba.fastjson2.JSONReader.read(JSONReader.java:1450)
|
|
|
|
|
+ at com.alibaba.fastjson2.JSON.parseObject(JSON.java:215)
|
|
|
|
|
+ at com.alibaba.fastjson2.JSONObject.parseObject(JSONObject.java:1970)
|
|
|
|
|
+ at com.ruoyi.socket.manager.WebSocketUserManager.binanceKlineSendMeg(WebSocketUserManager.java:187)
|
|
|
|
|
+ at com.ruoyi.socket.manager.WebSocketUserManager$$FastClassBySpringCGLIB$$5b8788d8.invoke(<generated>)
|
|
|
|
|
+ at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
|
|
|
|
|
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
|
|
|
+ at org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:115)
|
|
|
|
|
+ at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
|
|
|
|
|
+ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
|
|
|
|
|
+ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
|
|
|
|
|
+ at java.base/java.lang.Thread.run(Thread.java:1623)
|
|
|
|
|
+21:57:00.811 [OkHttp https://stream.c.b2c2.top/...] ERROR c.b.c.c.u.WebSocketConnection - [onFailure,116] - [Connection 15] Failure
|
|
|
|
|
+java.lang.IllegalStateException: JedisConnectionFactory was destroyed and cannot be used anymore
|
|
|
|
|
+ at org.springframework.util.Assert.state(Assert.java:76)
|
|
|
|
|
+ at org.springframework.data.redis.connection.jedis.JedisConnectionFactory.assertInitialized(JedisConnectionFactory.java:970)
|
|
|
|
|
+ at org.springframework.data.redis.connection.jedis.JedisConnectionFactory.getConnection(JedisConnectionFactory.java:508)
|
|
|
|
|
+ at org.springframework.data.redis.core.RedisConnectionUtils.fetchConnection(RedisConnectionUtils.java:193)
|
|
|
|
|
+ at org.springframework.data.redis.core.RedisConnectionUtils.doGetConnection(RedisConnectionUtils.java:144)
|
|
|
|
|
+ at org.springframework.data.redis.core.RedisConnectionUtils.getConnection(RedisConnectionUtils.java:105)
|
|
|
|
|
+ at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:209)
|
|
|
|
|
+ at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:189)
|
|
|
|
|
+ at org.springframework.data.redis.core.AbstractOperations.execute(AbstractOperations.java:96)
|
|
|
|
|
+ at org.springframework.data.redis.core.DefaultValueOperations.set(DefaultValueOperations.java:236)
|
|
|
|
|
+ at com.ruoyi.common.core.redis.RedisCache.setCacheObject(RedisCache.java:35)
|
|
|
|
|
+ at com.ruoyi.socket.manager.WebSocketUserManager.savePriceRdies(WebSocketUserManager.java:853)
|
|
|
|
|
+ at com.ruoyi.socket.manager.WebSocketUserManager$$FastClassBySpringCGLIB$$5b8788d8.invoke(<generated>)
|
|
|
|
|
+ at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
+ at org.springframework.aop.framework.CglibAopProxy.invokeMethod(CglibAopProxy.java:386)
|
|
|
|
|
+ at org.springframework.aop.framework.CglibAopProxy.access$000(CglibAopProxy.java:85)
|
|
|
|
|
+ at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:704)
|
|
|
|
|
+ at com.ruoyi.socket.manager.WebSocketUserManager$$EnhancerBySpringCGLIB$$f03a653f.savePriceRdies(<generated>)
|
|
|
|
|
+ at com.ruoyi.socket.service.impl.MarketThreadBinanceImpl.lambda$initMarketThreadRun$1(MarketThreadBinanceImpl.java:222)
|
|
|
|
|
+ at com.binance.connector.client.utils.WebSocketConnection.onMessage(WebSocketConnection.java:111)
|
|
|
|
|
+ at okhttp3.internal.ws.RealWebSocket.onReadMessage(RealWebSocket.kt:333)
|
|
|
|
|
+ at okhttp3.internal.ws.WebSocketReader.readMessageFrame(WebSocketReader.kt:245)
|
|
|
|
|
+ at okhttp3.internal.ws.WebSocketReader.processNextFrame(WebSocketReader.kt:106)
|
|
|
|
|
+ at okhttp3.internal.ws.RealWebSocket.loopReader(RealWebSocket.kt:293)
|
|
|
|
|
+ at okhttp3.internal.ws.RealWebSocket$connect$1.onResponse(RealWebSocket.kt:195)
|
|
|
|
|
+ at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519)
|
|
|
|
|
+ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
|
|
|
|
|
+ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
|
|
|
|
|
+ at java.base/java.lang.Thread.run(Thread.java:1623)
|
|
|
|
|
+21:57:00.902 [OkHttp https://stream.c.b2c2.top/...] ERROR c.b.c.c.u.WebSocketConnection - [onFailure,116] - [Connection 13] Failure
|
|
|
|
|
+com.alibaba.fastjson2.JSONException: illegal input, offset 1, char [
|
|
|
|
|
+ at com.alibaba.fastjson2.JSONReader.read(JSONReader.java:1450)
|
|
|
|
|
+ at com.alibaba.fastjson2.JSON.parseObject(JSON.java:215)
|
|
|
|
|
+ at com.alibaba.fastjson2.JSONObject.parseObject(JSONObject.java:1970)
|
|
|
|
|
+ at com.ruoyi.socket.service.impl.MarketThreadBinanceImpl.createEvent(MarketThreadBinanceImpl.java:123)
|
|
|
|
|
+ at com.ruoyi.socket.service.impl.MarketThreadBinanceImpl.lambda$marketThreadRun$0(MarketThreadBinanceImpl.java:105)
|
|
|
|
|
+ at com.binance.connector.client.utils.WebSocketConnection.onMessage(WebSocketConnection.java:111)
|
|
|
|
|
+ at okhttp3.internal.ws.RealWebSocket.onReadMessage(RealWebSocket.kt:333)
|
|
|
|
|
+ at okhttp3.internal.ws.WebSocketReader.readMessageFrame(WebSocketReader.kt:245)
|
|
|
|
|
+ at okhttp3.internal.ws.WebSocketReader.processNextFrame(WebSocketReader.kt:106)
|
|
|
|
|
+ at okhttp3.internal.ws.RealWebSocket.loopReader(RealWebSocket.kt:293)
|
|
|
|
|
+ at okhttp3.internal.ws.RealWebSocket$connect$1.onResponse(RealWebSocket.kt:195)
|
|
|
|
|
+ at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519)
|
|
|
|
|
+ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
|
|
|
|
|
+ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
|
|
|
|
|
+ at java.base/java.lang.Thread.run(Thread.java:1623)
|
|
|
|
|
+21:57:00.902 [Async-Service-12] ERROR o.s.a.i.SimpleAsyncUncaughtExceptionHandler - [handleUncaughtException,39] - Unexpected exception occurred invoking async method: public void com.ruoyi.socket.manager.WebSocketUserManager.binanceKlineSendMeg(java.lang.String)
|
|
|
|
|
+com.alibaba.fastjson2.JSONException: illegal input, offset 1, char [
|
|
|
|
|
+ at com.alibaba.fastjson2.JSONReader.read(JSONReader.java:1450)
|
|
|
|
|
+ at com.alibaba.fastjson2.JSON.parseObject(JSON.java:215)
|
|
|
|
|
+ at com.alibaba.fastjson2.JSONObject.parseObject(JSONObject.java:1970)
|
|
|
|
|
+ at com.ruoyi.socket.manager.WebSocketUserManager.binanceKlineSendMeg(WebSocketUserManager.java:187)
|
|
|
|
|
+ at com.ruoyi.socket.manager.WebSocketUserManager$$FastClassBySpringCGLIB$$5b8788d8.invoke(<generated>)
|
|
|
|
|
+ at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
|
|
|
|
|
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
|
|
|
+ at org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:115)
|
|
|
|
|
+ at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
|
|
|
|
|
+ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
|
|
|
|
|
+ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
|
|
|
|
|
+ at java.base/java.lang.Thread.run(Thread.java:1623)
|
|
|
|
|
+21:57:01.029 [Async-Service-13] ERROR o.s.a.i.SimpleAsyncUncaughtExceptionHandler - [handleUncaughtException,39] - Unexpected exception occurred invoking async method: public void com.ruoyi.socket.manager.WebSocketUserManager.binanceKlineSendMeg(java.lang.String)
|
|
|
|
|
+com.alibaba.fastjson2.JSONException: illegal input, offset 1, char [
|
|
|
|
|
+ at com.alibaba.fastjson2.JSONReader.read(JSONReader.java:1450)
|
|
|
|
|
+ at com.alibaba.fastjson2.JSON.parseObject(JSON.java:215)
|
|
|
|
|
+ at com.alibaba.fastjson2.JSONObject.parseObject(JSONObject.java:1970)
|
|
|
|
|
+ at com.ruoyi.socket.manager.WebSocketUserManager.binanceKlineSendMeg(WebSocketUserManager.java:187)
|
|
|
|
|
+ at com.ruoyi.socket.manager.WebSocketUserManager$$FastClassBySpringCGLIB$$5b8788d8.invoke(<generated>)
|
|
|
|
|
+ at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
|
|
|
|
|
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
|
|
|
+ at org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:115)
|
|
|
|
|
+ at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
|
|
|
|
|
+ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
|
|
|
|
|
+ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
|
|
|
|
|
+ at java.base/java.lang.Thread.run(Thread.java:1623)
|
|
|
|
|
+21:57:01.029 [OkHttp https://stream.c.b2c2.top/...] ERROR c.b.c.c.u.WebSocketConnection - [onFailure,116] - [Connection 5] Failure
|
|
|
|
|
+com.alibaba.fastjson2.JSONException: illegal input, offset 1, char [
|
|
|
|
|
+ at com.alibaba.fastjson2.JSONReader.read(JSONReader.java:1450)
|
|
|
|
|
+ at com.alibaba.fastjson2.JSON.parseObject(JSON.java:215)
|
|
|
|
|
+ at com.alibaba.fastjson2.JSONObject.parseObject(JSONObject.java:1970)
|
|
|
|
|
+ at com.ruoyi.socket.service.impl.MarketThreadBinanceImpl.createEvent(MarketThreadBinanceImpl.java:123)
|
|
|
|
|
+ at com.ruoyi.socket.service.impl.MarketThreadBinanceImpl.lambda$marketThreadRun$0(MarketThreadBinanceImpl.java:105)
|
|
|
|
|
+ at com.binance.connector.client.utils.WebSocketConnection.onMessage(WebSocketConnection.java:111)
|
|
|
|
|
+ at okhttp3.internal.ws.RealWebSocket.onReadMessage(RealWebSocket.kt:333)
|
|
|
|
|
+ at okhttp3.internal.ws.WebSocketReader.readMessageFrame(WebSocketReader.kt:245)
|
|
|
|
|
+ at okhttp3.internal.ws.WebSocketReader.processNextFrame(WebSocketReader.kt:106)
|
|
|
|
|
+ at okhttp3.internal.ws.RealWebSocket.loopReader(RealWebSocket.kt:293)
|
|
|
|
|
+ at okhttp3.internal.ws.RealWebSocket$connect$1.onResponse(RealWebSocket.kt:195)
|
|
|
|
|
+ at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519)
|
|
|
|
|
+ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
|
|
|
|
|
+ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
|
|
|
|
|
+ at java.base/java.lang.Thread.run(Thread.java:1623)
|
|
|
|
|
+21:57:01.459 [OkHttp https://stream.c.b2c2.top/...] ERROR c.b.c.c.u.WebSocketConnection - [onFailure,116] - [Connection 3] Failure
|
|
|
|
|
+com.alibaba.fastjson2.JSONException: illegal input, offset 1, char [
|
|
|
|
|
+ at com.alibaba.fastjson2.JSONReader.read(JSONReader.java:1450)
|
|
|
|
|
+ at com.alibaba.fastjson2.JSON.parseObject(JSON.java:215)
|
|
|
|
|
+ at com.alibaba.fastjson2.JSONObject.parseObject(JSONObject.java:1970)
|
|
|
|
|
+ at com.ruoyi.socket.service.impl.MarketThreadBinanceImpl.createEvent(MarketThreadBinanceImpl.java:123)
|
|
|
|
|
+ at com.ruoyi.socket.service.impl.MarketThreadBinanceImpl.lambda$marketThreadRun$0(MarketThreadBinanceImpl.java:105)
|
|
|
|
|
+ at com.binance.connector.client.utils.WebSocketConnection.onMessage(WebSocketConnection.java:111)
|
|
|
|
|
+ at okhttp3.internal.ws.RealWebSocket.onReadMessage(RealWebSocket.kt:333)
|
|
|
|
|
+ at okhttp3.internal.ws.WebSocketReader.readMessageFrame(WebSocketReader.kt:245)
|
|
|
|
|
+ at okhttp3.internal.ws.WebSocketReader.processNextFrame(WebSocketReader.kt:106)
|
|
|
|
|
+ at okhttp3.internal.ws.RealWebSocket.loopReader(RealWebSocket.kt:293)
|
|
|
|
|
+ at okhttp3.internal.ws.RealWebSocket$connect$1.onResponse(RealWebSocket.kt:195)
|
|
|
|
|
+ at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519)
|
|
|
|
|
+ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
|
|
|
|
|
+ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
|
|
|
|
|
+ at java.base/java.lang.Thread.run(Thread.java:1623)
|
|
|
|
|
+21:57:01.459 [Async-Service-14] ERROR o.s.a.i.SimpleAsyncUncaughtExceptionHandler - [handleUncaughtException,39] - Unexpected exception occurred invoking async method: public void com.ruoyi.socket.manager.WebSocketUserManager.binanceKlineSendMeg(java.lang.String)
|
|
|
|
|
+com.alibaba.fastjson2.JSONException: illegal input, offset 1, char [
|
|
|
|
|
+ at com.alibaba.fastjson2.JSONReader.read(JSONReader.java:1450)
|
|
|
|
|
+ at com.alibaba.fastjson2.JSON.parseObject(JSON.java:215)
|
|
|
|
|
+ at com.alibaba.fastjson2.JSONObject.parseObject(JSONObject.java:1970)
|
|
|
|
|
+ at com.ruoyi.socket.manager.WebSocketUserManager.binanceKlineSendMeg(WebSocketUserManager.java:187)
|
|
|
|
|
+ at com.ruoyi.socket.manager.WebSocketUserManager$$FastClassBySpringCGLIB$$5b8788d8.invoke(<generated>)
|
|
|
|
|
+ at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
|
|
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
|
|
|
|
|
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
|
|
+ at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
|
|
|
+ at org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:115)
|
|
|
|
|
+ at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
|
|
|
|
|
+ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
|
|
|
|
|
+ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
|
|
|
|
|
+ at java.base/java.lang.Thread.run(Thread.java:1623)
|