Bonus-ProtectionSetting-Cloud/logs/bonus-system/error.2025-09-15.log

1501 lines
159 KiB
Plaintext

00:41:13.756 [pool-6-thread-1] ERROR druid.sql.Statement - [statementLogError,148] - {conn-10005, pstmt-20010} execute error. select u.user_id, u.user_code, u.dept_id, u.nick_name, u.user_name, u.email, u.avatar, u.phonenumber,u.sex, u.status, u.birthday,
u.del_flag, u.login_ip, u.login_date, u.create_by, u.create_time, u.remark,u.approval_status,
u.is_permanent,u.is_built_in, u.effective_start_day, u.effective_end_day,
d.dept_name, d.leader,r.role_id,
r.role_name,
r.role_key,
r.role_sort,
r.data_scope,
r.status as role_status,
uf.photo_url,
CASE
WHEN uf.photo_url is not null THEN '1'
WHEN u.photo_url is null THEN '0'
ELSE '2'
END AS face_status
from sys_user u
left join sys_dept d on u.dept_id = d.dept_id
left join sys_user_role ur on u.user_id = ur.user_id
left join sys_role r on r.role_id = ur.role_id
left join user_face uf on uf.user_id = u.user_id
where u.del_flag = '0'
GROUP BY u.user_id
java.sql.SQLSyntaxErrorException: Expression #25 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'bns_cloud_jyy_canteen.r.role_id' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:121)
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:916)
at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:354)
at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3446)
at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3444)
at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3444)
at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)
at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:58)
at com.sun.proxy.$Proxy159.execute(Unknown Source)
at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:65)
at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:80)
at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:65)
at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:333)
at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:158)
at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:110)
at com.github.pagehelper.PageInterceptor.intercept(PageInterceptor.java:169)
at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)
at com.sun.proxy.$Proxy235.query(Unknown Source)
at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:154)
at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147)
at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:142)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)
at com.sun.proxy.$Proxy150.selectList(Unknown Source)
at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224)
at org.apache.ibatis.binding.MapperMethod.executeForMany(MapperMethod.java:147)
at org.apache.ibatis.binding.MapperMethod.execute(MapperMethod.java:80)
at org.apache.ibatis.binding.MapperProxy$PlainMethodInvoker.invoke(MapperProxy.java:142)
at org.apache.ibatis.binding.MapperProxy.invoke(MapperProxy.java:86)
at com.sun.proxy.$Proxy172.selectUserList(Unknown Source)
at com.bonus.system.service.impl.SysUserServiceImpl.selectUserList4Job(SysUserServiceImpl.java:137)
at com.bonus.system.service.impl.SysUserServiceImpl$$FastClassBySpringCGLIB$$5399d1cf.invoke(<generated>)
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:792)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:707)
at com.bonus.system.service.impl.SysUserServiceImpl$$EnhancerBySpringCGLIB$$72dec794.selectUserList4Job(<generated>)
at com.bonus.system.warning.ScheduledTasks.taskToChangeUserStatus(ScheduledTasks.java:36)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
00:41:13.792 [pool-6-thread-1] ERROR o.s.s.s.TaskUtils$LoggingErrorHandler - [handleError,95] - Unexpected error occurred in scheduled task
org.springframework.jdbc.BadSqlGrammarException:
### Error querying database. Cause: java.sql.SQLSyntaxErrorException: Expression #25 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'bns_cloud_jyy_canteen.r.role_id' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
### The error may exist in file [D:\zhhq_jyy\Bonus-Cloud\bonus-modules\bonus-system\target\classes\mapper\system\SysUserMapper.xml]
### The error may involve com.bonus.system.mapper.SysUserMapper.selectUserList-Inline
### The error occurred while setting parameters
### SQL: select u.user_id, u.user_code, u.dept_id, u.nick_name, u.user_name, u.email, u.avatar, u.phonenumber,u.sex, u.status, u.birthday, u.del_flag, u.login_ip, u.login_date, u.create_by, u.create_time, u.remark,u.approval_status, u.is_permanent,u.is_built_in, u.effective_start_day, u.effective_end_day, d.dept_name, d.leader,r.role_id, r.role_name, r.role_key, r.role_sort, r.data_scope, r.status as role_status, uf.photo_url, CASE WHEN uf.photo_url is not null THEN '1' WHEN u.photo_url is null THEN '0' ELSE '2' END AS face_status from sys_user u left join sys_dept d on u.dept_id = d.dept_id left join sys_user_role ur on u.user_id = ur.user_id left join sys_role r on r.role_id = ur.role_id left join user_face uf on uf.user_id = u.user_id where u.del_flag = '0' GROUP BY u.user_id
### Cause: java.sql.SQLSyntaxErrorException: Expression #25 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'bns_cloud_jyy_canteen.r.role_id' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: Expression #25 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'bns_cloud_jyy_canteen.r.role_id' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
at org.springframework.jdbc.support.SQLExceptionSubclassTranslator.doTranslate(SQLExceptionSubclassTranslator.java:93)
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:73)
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:82)
at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92)
at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439)
at com.sun.proxy.$Proxy150.selectList(Unknown Source)
at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224)
at org.apache.ibatis.binding.MapperMethod.executeForMany(MapperMethod.java:147)
at org.apache.ibatis.binding.MapperMethod.execute(MapperMethod.java:80)
at org.apache.ibatis.binding.MapperProxy$PlainMethodInvoker.invoke(MapperProxy.java:142)
at org.apache.ibatis.binding.MapperProxy.invoke(MapperProxy.java:86)
at com.sun.proxy.$Proxy172.selectUserList(Unknown Source)
at com.bonus.system.service.impl.SysUserServiceImpl.selectUserList4Job(SysUserServiceImpl.java:137)
at com.bonus.system.service.impl.SysUserServiceImpl$$FastClassBySpringCGLIB$$5399d1cf.invoke(<generated>)
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:792)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:707)
at com.bonus.system.service.impl.SysUserServiceImpl$$EnhancerBySpringCGLIB$$72dec794.selectUserList4Job(<generated>)
at com.bonus.system.warning.ScheduledTasks.taskToChangeUserStatus(ScheduledTasks.java:36)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
Caused by: java.sql.SQLSyntaxErrorException: Expression #25 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'bns_cloud_jyy_canteen.r.role_id' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:121)
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:916)
at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:354)
at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3446)
at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3444)
at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3444)
at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)
at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:58)
at com.sun.proxy.$Proxy159.execute(Unknown Source)
at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:65)
at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:80)
at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:65)
at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:333)
at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:158)
at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:110)
at com.github.pagehelper.PageInterceptor.intercept(PageInterceptor.java:169)
at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)
at com.sun.proxy.$Proxy235.query(Unknown Source)
at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:154)
at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147)
at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:142)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)
... 32 common frames omitted
00:43:03.451 [http-nio-48382-exec-4] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
00:43:03.458 [http-nio-48382-exec-4] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
00:43:08.425 [http-nio-48382-exec-9] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
00:43:08.427 [http-nio-48382-exec-9] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
00:43:32.411 [http-nio-48382-exec-2] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
00:43:32.414 [http-nio-48382-exec-2] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
09:03:45.216 [pool-6-thread-1] ERROR c.b.s.s.i.SysLogServiceImpl - [logWarn,297] - java.lang.NullPointerException
java.lang.NullPointerException: null
at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1838)
at sun.misc.FloatingDecimal.parseDouble(FloatingDecimal.java:110)
at java.lang.Double.parseDouble(Double.java:538)
at com.bonus.system.service.impl.SysLogServiceImpl.logWarn(SysLogServiceImpl.java:290)
at com.bonus.system.service.impl.SysLogServiceImpl$$FastClassBySpringCGLIB$$44289bcc.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:703)
at com.bonus.system.service.impl.SysLogServiceImpl$$EnhancerBySpringCGLIB$$6ac989d8.logWarn(<generated>)
at com.bonus.system.warning.ScheduledTasks.taskWithFixedRate(ScheduledTasks.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
09:07:17.725 [http-nio-48382-exec-5] ERROR druid.sql.Statement - [statementLogError,148] - {conn-10005, stmt-20012} execute error. SELECT 1 FROM DUAL
com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure
The last packet successfully received from the server was 209,186 milliseconds ago. The last packet sent successfully to the server was 209,252 milliseconds ago.
at com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:175)
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:64)
at com.mysql.cj.jdbc.StatementImpl.executeQuery(StatementImpl.java:1200)
at com.alibaba.druid.filter.FilterChainImpl.statement_executeQuery(FilterChainImpl.java:2866)
at com.alibaba.druid.filter.FilterAdapter.statement_executeQuery(FilterAdapter.java:2513)
at com.alibaba.druid.filter.FilterEventAdapter.statement_executeQuery(FilterEventAdapter.java:296)
at com.alibaba.druid.filter.FilterChainImpl.statement_executeQuery(FilterChainImpl.java:2863)
at com.alibaba.druid.filter.FilterAdapter.statement_executeQuery(FilterAdapter.java:2513)
at com.alibaba.druid.filter.FilterEventAdapter.statement_executeQuery(FilterEventAdapter.java:296)
at com.alibaba.druid.filter.FilterChainImpl.statement_executeQuery(FilterChainImpl.java:2863)
at com.alibaba.druid.proxy.jdbc.StatementProxyImpl.executeQuery(StatementProxyImpl.java:217)
at com.alibaba.druid.pool.vendor.MySqlValidConnectionChecker.isValidConnection(MySqlValidConnectionChecker.java:143)
at com.alibaba.druid.pool.DruidAbstractDataSource.testConnectionInternal(DruidAbstractDataSource.java:1514)
at com.alibaba.druid.pool.DruidDataSource.getConnectionDirect(DruidDataSource.java:1548)
at com.alibaba.druid.filter.FilterChainImpl.dataSource_connect(FilterChainImpl.java:5058)
at com.alibaba.druid.filter.logging.LogFilter.dataSource_getConnection(LogFilter.java:909)
at com.alibaba.druid.filter.FilterChainImpl.dataSource_connect(FilterChainImpl.java:5054)
at com.alibaba.druid.filter.stat.StatFilter.dataSource_getConnection(StatFilter.java:704)
at com.alibaba.druid.filter.FilterChainImpl.dataSource_connect(FilterChainImpl.java:5054)
at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1468)
at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1458)
at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:83)
at com.baomidou.dynamic.datasource.ds.ItemDataSource.getConnection(ItemDataSource.java:55)
at com.baomidou.dynamic.datasource.ds.AbstractRoutingDataSource.getConnection(AbstractRoutingDataSource.java:54)
at org.springframework.jdbc.datasource.DataSourceUtils.fetchConnection(DataSourceUtils.java:160)
at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:118)
at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:81)
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:345)
at org.apache.ibatis.executor.SimpleExecutor.prepareStatement(SimpleExecutor.java:89)
at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:64)
at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:333)
at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:158)
at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:110)
at com.github.pagehelper.PageInterceptor.intercept(PageInterceptor.java:169)
at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)
at com.sun.proxy.$Proxy235.query(Unknown Source)
at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:154)
at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147)
at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:142)
at org.apache.ibatis.session.defaults.DefaultSqlSession.selectOne(DefaultSqlSession.java:75)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)
at com.sun.proxy.$Proxy150.selectOne(Unknown Source)
at org.mybatis.spring.SqlSessionTemplate.selectOne(SqlSessionTemplate.java:160)
at org.apache.ibatis.binding.MapperMethod.execute(MapperMethod.java:87)
at org.apache.ibatis.binding.MapperProxy$PlainMethodInvoker.invoke(MapperProxy.java:142)
at org.apache.ibatis.binding.MapperProxy.invoke(MapperProxy.java:86)
at com.sun.proxy.$Proxy172.selectUserByUserName(Unknown Source)
at com.bonus.system.service.impl.SysUserServiceImpl.selectUserByUserName(SysUserServiceImpl.java:184)
at com.bonus.system.service.impl.SysUserServiceImpl$$FastClassBySpringCGLIB$$5399d1cf.invoke(<generated>)
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:792)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:707)
at com.bonus.system.service.impl.SysUserServiceImpl$$EnhancerBySpringCGLIB$$5ecac849.selectUserByUserName(<generated>)
at com.bonus.system.controller.SysUserController.info(SysUserController.java:159)
at com.bonus.system.controller.SysUserController$$FastClassBySpringCGLIB$$5ef938e5.invoke(<generated>)
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:792)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
at com.bonus.common.security.aspect.InnerAuthAspect.innerAround(InnerAuthAspect.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:707)
at com.bonus.system.controller.SysUserController$$EnhancerBySpringCGLIB$$c20912d6.info(<generated>)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:903)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:809)
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1072)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:965)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:645)
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:750)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:209)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
at com.bonus.common.security.config.MyFilter.doFilterInternal(MyFilter.java:44)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:168)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:481)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:390)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:928)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1794)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:750)
Caused by: com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure
The last packet successfully received from the server was 209,186 milliseconds ago. The last packet sent successfully to the server was 209,252 milliseconds ago.
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:62)
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:105)
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:150)
at com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:166)
at com.mysql.cj.protocol.a.NativeProtocol.send(NativeProtocol.java:629)
at com.mysql.cj.protocol.a.NativeProtocol.sendCommand(NativeProtocol.java:684)
at com.mysql.cj.protocol.a.NativeProtocol.sendQueryPacket(NativeProtocol.java:1052)
at com.mysql.cj.protocol.a.NativeProtocol.sendQueryString(NativeProtocol.java:998)
at com.mysql.cj.NativeSession.execSQL(NativeSession.java:655)
at com.mysql.cj.jdbc.StatementImpl.executeQuery(StatementImpl.java:1168)
... 137 common frames omitted
Caused by: java.net.SocketException: Connection reset by peer: socket write error
at java.net.SocketOutputStream.socketWrite0(Native Method)
at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:111)
at java.net.SocketOutputStream.write(SocketOutputStream.java:155)
at sun.security.ssl.SSLSocketOutputRecord.deliver(SSLSocketOutputRecord.java:346)
at sun.security.ssl.SSLSocketImpl$AppOutputStream.write(SSLSocketImpl.java:1151)
at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)
at com.mysql.cj.protocol.a.SimplePacketSender.send(SimplePacketSender.java:55)
at com.mysql.cj.protocol.a.TimeTrackingPacketSender.send(TimeTrackingPacketSender.java:50)
at com.mysql.cj.protocol.a.NativeProtocol.send(NativeProtocol.java:620)
... 142 common frames omitted
09:07:17.732 [http-nio-48382-exec-5] ERROR druid.sql.Statement - [statementLogError,148] - {conn-10004, stmt-20013} execute error. SELECT 1 FROM DUAL
com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure
The last packet successfully received from the server was 219,832 milliseconds ago. The last packet sent successfully to the server was 219,834 milliseconds ago.
at com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:175)
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:64)
at com.mysql.cj.jdbc.StatementImpl.executeQuery(StatementImpl.java:1200)
at com.alibaba.druid.filter.FilterChainImpl.statement_executeQuery(FilterChainImpl.java:2866)
at com.alibaba.druid.filter.FilterAdapter.statement_executeQuery(FilterAdapter.java:2513)
at com.alibaba.druid.filter.FilterEventAdapter.statement_executeQuery(FilterEventAdapter.java:296)
at com.alibaba.druid.filter.FilterChainImpl.statement_executeQuery(FilterChainImpl.java:2863)
at com.alibaba.druid.filter.FilterAdapter.statement_executeQuery(FilterAdapter.java:2513)
at com.alibaba.druid.filter.FilterEventAdapter.statement_executeQuery(FilterEventAdapter.java:296)
at com.alibaba.druid.filter.FilterChainImpl.statement_executeQuery(FilterChainImpl.java:2863)
at com.alibaba.druid.proxy.jdbc.StatementProxyImpl.executeQuery(StatementProxyImpl.java:217)
at com.alibaba.druid.pool.vendor.MySqlValidConnectionChecker.isValidConnection(MySqlValidConnectionChecker.java:143)
at com.alibaba.druid.pool.DruidAbstractDataSource.testConnectionInternal(DruidAbstractDataSource.java:1514)
at com.alibaba.druid.pool.DruidDataSource.getConnectionDirect(DruidDataSource.java:1548)
at com.alibaba.druid.filter.FilterChainImpl.dataSource_connect(FilterChainImpl.java:5058)
at com.alibaba.druid.filter.logging.LogFilter.dataSource_getConnection(LogFilter.java:909)
at com.alibaba.druid.filter.FilterChainImpl.dataSource_connect(FilterChainImpl.java:5054)
at com.alibaba.druid.filter.stat.StatFilter.dataSource_getConnection(StatFilter.java:704)
at com.alibaba.druid.filter.FilterChainImpl.dataSource_connect(FilterChainImpl.java:5054)
at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1468)
at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1458)
at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:83)
at com.baomidou.dynamic.datasource.ds.ItemDataSource.getConnection(ItemDataSource.java:55)
at com.baomidou.dynamic.datasource.ds.AbstractRoutingDataSource.getConnection(AbstractRoutingDataSource.java:54)
at org.springframework.jdbc.datasource.DataSourceUtils.fetchConnection(DataSourceUtils.java:160)
at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:118)
at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:81)
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:345)
at org.apache.ibatis.executor.SimpleExecutor.prepareStatement(SimpleExecutor.java:89)
at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:64)
at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:333)
at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:158)
at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:110)
at com.github.pagehelper.PageInterceptor.intercept(PageInterceptor.java:169)
at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)
at com.sun.proxy.$Proxy235.query(Unknown Source)
at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:154)
at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147)
at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:142)
at org.apache.ibatis.session.defaults.DefaultSqlSession.selectOne(DefaultSqlSession.java:75)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)
at com.sun.proxy.$Proxy150.selectOne(Unknown Source)
at org.mybatis.spring.SqlSessionTemplate.selectOne(SqlSessionTemplate.java:160)
at org.apache.ibatis.binding.MapperMethod.execute(MapperMethod.java:87)
at org.apache.ibatis.binding.MapperProxy$PlainMethodInvoker.invoke(MapperProxy.java:142)
at org.apache.ibatis.binding.MapperProxy.invoke(MapperProxy.java:86)
at com.sun.proxy.$Proxy172.selectUserByUserName(Unknown Source)
at com.bonus.system.service.impl.SysUserServiceImpl.selectUserByUserName(SysUserServiceImpl.java:184)
at com.bonus.system.service.impl.SysUserServiceImpl$$FastClassBySpringCGLIB$$5399d1cf.invoke(<generated>)
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:792)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:707)
at com.bonus.system.service.impl.SysUserServiceImpl$$EnhancerBySpringCGLIB$$5ecac849.selectUserByUserName(<generated>)
at com.bonus.system.controller.SysUserController.info(SysUserController.java:159)
at com.bonus.system.controller.SysUserController$$FastClassBySpringCGLIB$$5ef938e5.invoke(<generated>)
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:792)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
at com.bonus.common.security.aspect.InnerAuthAspect.innerAround(InnerAuthAspect.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:707)
at com.bonus.system.controller.SysUserController$$EnhancerBySpringCGLIB$$c20912d6.info(<generated>)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:903)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:809)
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1072)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:965)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:645)
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:750)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:209)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
at com.bonus.common.security.config.MyFilter.doFilterInternal(MyFilter.java:44)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:168)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:481)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:390)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:928)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1794)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:750)
Caused by: com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure
The last packet successfully received from the server was 219,832 milliseconds ago. The last packet sent successfully to the server was 219,834 milliseconds ago.
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:62)
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:105)
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:150)
at com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:166)
at com.mysql.cj.protocol.a.NativeProtocol.send(NativeProtocol.java:629)
at com.mysql.cj.protocol.a.NativeProtocol.sendCommand(NativeProtocol.java:684)
at com.mysql.cj.protocol.a.NativeProtocol.sendQueryPacket(NativeProtocol.java:1052)
at com.mysql.cj.protocol.a.NativeProtocol.sendQueryString(NativeProtocol.java:998)
at com.mysql.cj.NativeSession.execSQL(NativeSession.java:655)
at com.mysql.cj.jdbc.StatementImpl.executeQuery(StatementImpl.java:1168)
... 137 common frames omitted
Caused by: java.net.SocketException: Connection reset by peer: socket write error
at java.net.SocketOutputStream.socketWrite0(Native Method)
at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:111)
at java.net.SocketOutputStream.write(SocketOutputStream.java:155)
at sun.security.ssl.SSLSocketOutputRecord.deliver(SSLSocketOutputRecord.java:346)
at sun.security.ssl.SSLSocketImpl$AppOutputStream.write(SSLSocketImpl.java:1151)
at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)
at com.mysql.cj.protocol.a.SimplePacketSender.send(SimplePacketSender.java:55)
at com.mysql.cj.protocol.a.TimeTrackingPacketSender.send(TimeTrackingPacketSender.java:50)
at com.mysql.cj.protocol.a.NativeProtocol.send(NativeProtocol.java:620)
... 142 common frames omitted
09:07:17.739 [http-nio-48382-exec-5] ERROR druid.sql.Statement - [statementLogError,148] - {conn-10003, stmt-20014} execute error. SELECT 1 FROM DUAL
com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure
The last packet successfully received from the server was 220,571 milliseconds ago. The last packet sent successfully to the server was 220,587 milliseconds ago.
at com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:175)
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:64)
at com.mysql.cj.jdbc.StatementImpl.executeQuery(StatementImpl.java:1200)
at com.alibaba.druid.filter.FilterChainImpl.statement_executeQuery(FilterChainImpl.java:2866)
at com.alibaba.druid.filter.FilterAdapter.statement_executeQuery(FilterAdapter.java:2513)
at com.alibaba.druid.filter.FilterEventAdapter.statement_executeQuery(FilterEventAdapter.java:296)
at com.alibaba.druid.filter.FilterChainImpl.statement_executeQuery(FilterChainImpl.java:2863)
at com.alibaba.druid.filter.FilterAdapter.statement_executeQuery(FilterAdapter.java:2513)
at com.alibaba.druid.filter.FilterEventAdapter.statement_executeQuery(FilterEventAdapter.java:296)
at com.alibaba.druid.filter.FilterChainImpl.statement_executeQuery(FilterChainImpl.java:2863)
at com.alibaba.druid.proxy.jdbc.StatementProxyImpl.executeQuery(StatementProxyImpl.java:217)
at com.alibaba.druid.pool.vendor.MySqlValidConnectionChecker.isValidConnection(MySqlValidConnectionChecker.java:143)
at com.alibaba.druid.pool.DruidAbstractDataSource.testConnectionInternal(DruidAbstractDataSource.java:1514)
at com.alibaba.druid.pool.DruidDataSource.getConnectionDirect(DruidDataSource.java:1548)
at com.alibaba.druid.filter.FilterChainImpl.dataSource_connect(FilterChainImpl.java:5058)
at com.alibaba.druid.filter.logging.LogFilter.dataSource_getConnection(LogFilter.java:909)
at com.alibaba.druid.filter.FilterChainImpl.dataSource_connect(FilterChainImpl.java:5054)
at com.alibaba.druid.filter.stat.StatFilter.dataSource_getConnection(StatFilter.java:704)
at com.alibaba.druid.filter.FilterChainImpl.dataSource_connect(FilterChainImpl.java:5054)
at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1468)
at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1458)
at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:83)
at com.baomidou.dynamic.datasource.ds.ItemDataSource.getConnection(ItemDataSource.java:55)
at com.baomidou.dynamic.datasource.ds.AbstractRoutingDataSource.getConnection(AbstractRoutingDataSource.java:54)
at org.springframework.jdbc.datasource.DataSourceUtils.fetchConnection(DataSourceUtils.java:160)
at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:118)
at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:81)
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:345)
at org.apache.ibatis.executor.SimpleExecutor.prepareStatement(SimpleExecutor.java:89)
at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:64)
at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:333)
at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:158)
at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:110)
at com.github.pagehelper.PageInterceptor.intercept(PageInterceptor.java:169)
at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)
at com.sun.proxy.$Proxy235.query(Unknown Source)
at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:154)
at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147)
at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:142)
at org.apache.ibatis.session.defaults.DefaultSqlSession.selectOne(DefaultSqlSession.java:75)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)
at com.sun.proxy.$Proxy150.selectOne(Unknown Source)
at org.mybatis.spring.SqlSessionTemplate.selectOne(SqlSessionTemplate.java:160)
at org.apache.ibatis.binding.MapperMethod.execute(MapperMethod.java:87)
at org.apache.ibatis.binding.MapperProxy$PlainMethodInvoker.invoke(MapperProxy.java:142)
at org.apache.ibatis.binding.MapperProxy.invoke(MapperProxy.java:86)
at com.sun.proxy.$Proxy172.selectUserByUserName(Unknown Source)
at com.bonus.system.service.impl.SysUserServiceImpl.selectUserByUserName(SysUserServiceImpl.java:184)
at com.bonus.system.service.impl.SysUserServiceImpl$$FastClassBySpringCGLIB$$5399d1cf.invoke(<generated>)
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:792)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:707)
at com.bonus.system.service.impl.SysUserServiceImpl$$EnhancerBySpringCGLIB$$5ecac849.selectUserByUserName(<generated>)
at com.bonus.system.controller.SysUserController.info(SysUserController.java:159)
at com.bonus.system.controller.SysUserController$$FastClassBySpringCGLIB$$5ef938e5.invoke(<generated>)
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:792)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
at com.bonus.common.security.aspect.InnerAuthAspect.innerAround(InnerAuthAspect.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:707)
at com.bonus.system.controller.SysUserController$$EnhancerBySpringCGLIB$$c20912d6.info(<generated>)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:903)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:809)
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1072)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:965)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:645)
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:750)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:209)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
at com.bonus.common.security.config.MyFilter.doFilterInternal(MyFilter.java:44)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:168)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:481)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:390)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:928)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1794)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:750)
Caused by: com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure
The last packet successfully received from the server was 220,571 milliseconds ago. The last packet sent successfully to the server was 220,587 milliseconds ago.
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:62)
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:105)
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:150)
at com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:166)
at com.mysql.cj.protocol.a.NativeProtocol.send(NativeProtocol.java:629)
at com.mysql.cj.protocol.a.NativeProtocol.sendCommand(NativeProtocol.java:684)
at com.mysql.cj.protocol.a.NativeProtocol.sendQueryPacket(NativeProtocol.java:1052)
at com.mysql.cj.protocol.a.NativeProtocol.sendQueryString(NativeProtocol.java:998)
at com.mysql.cj.NativeSession.execSQL(NativeSession.java:655)
at com.mysql.cj.jdbc.StatementImpl.executeQuery(StatementImpl.java:1168)
... 137 common frames omitted
Caused by: java.net.SocketException: Connection reset by peer: socket write error
at java.net.SocketOutputStream.socketWrite0(Native Method)
at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:111)
at java.net.SocketOutputStream.write(SocketOutputStream.java:155)
at sun.security.ssl.SSLSocketOutputRecord.deliver(SSLSocketOutputRecord.java:346)
at sun.security.ssl.SSLSocketImpl$AppOutputStream.write(SSLSocketImpl.java:1151)
at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)
at com.mysql.cj.protocol.a.SimplePacketSender.send(SimplePacketSender.java:55)
at com.mysql.cj.protocol.a.TimeTrackingPacketSender.send(TimeTrackingPacketSender.java:50)
at com.mysql.cj.protocol.a.NativeProtocol.send(NativeProtocol.java:620)
... 142 common frames omitted
09:07:17.753 [http-nio-48382-exec-5] ERROR druid.sql.Statement - [statementLogError,148] - {conn-10002, stmt-20015} execute error. SELECT 1 FROM DUAL
com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure
The last packet successfully received from the server was 220,692 milliseconds ago. The last packet sent successfully to the server was 220,692 milliseconds ago.
at com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:175)
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:64)
at com.mysql.cj.jdbc.StatementImpl.executeQuery(StatementImpl.java:1200)
at com.alibaba.druid.filter.FilterChainImpl.statement_executeQuery(FilterChainImpl.java:2866)
at com.alibaba.druid.filter.FilterAdapter.statement_executeQuery(FilterAdapter.java:2513)
at com.alibaba.druid.filter.FilterEventAdapter.statement_executeQuery(FilterEventAdapter.java:296)
at com.alibaba.druid.filter.FilterChainImpl.statement_executeQuery(FilterChainImpl.java:2863)
at com.alibaba.druid.filter.FilterAdapter.statement_executeQuery(FilterAdapter.java:2513)
at com.alibaba.druid.filter.FilterEventAdapter.statement_executeQuery(FilterEventAdapter.java:296)
at com.alibaba.druid.filter.FilterChainImpl.statement_executeQuery(FilterChainImpl.java:2863)
at com.alibaba.druid.proxy.jdbc.StatementProxyImpl.executeQuery(StatementProxyImpl.java:217)
at com.alibaba.druid.pool.vendor.MySqlValidConnectionChecker.isValidConnection(MySqlValidConnectionChecker.java:143)
at com.alibaba.druid.pool.DruidAbstractDataSource.testConnectionInternal(DruidAbstractDataSource.java:1514)
at com.alibaba.druid.pool.DruidDataSource.getConnectionDirect(DruidDataSource.java:1548)
at com.alibaba.druid.filter.FilterChainImpl.dataSource_connect(FilterChainImpl.java:5058)
at com.alibaba.druid.filter.logging.LogFilter.dataSource_getConnection(LogFilter.java:909)
at com.alibaba.druid.filter.FilterChainImpl.dataSource_connect(FilterChainImpl.java:5054)
at com.alibaba.druid.filter.stat.StatFilter.dataSource_getConnection(StatFilter.java:704)
at com.alibaba.druid.filter.FilterChainImpl.dataSource_connect(FilterChainImpl.java:5054)
at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1468)
at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1458)
at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:83)
at com.baomidou.dynamic.datasource.ds.ItemDataSource.getConnection(ItemDataSource.java:55)
at com.baomidou.dynamic.datasource.ds.AbstractRoutingDataSource.getConnection(AbstractRoutingDataSource.java:54)
at org.springframework.jdbc.datasource.DataSourceUtils.fetchConnection(DataSourceUtils.java:160)
at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:118)
at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:81)
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:345)
at org.apache.ibatis.executor.SimpleExecutor.prepareStatement(SimpleExecutor.java:89)
at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:64)
at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:333)
at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:158)
at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:110)
at com.github.pagehelper.PageInterceptor.intercept(PageInterceptor.java:169)
at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)
at com.sun.proxy.$Proxy235.query(Unknown Source)
at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:154)
at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147)
at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:142)
at org.apache.ibatis.session.defaults.DefaultSqlSession.selectOne(DefaultSqlSession.java:75)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)
at com.sun.proxy.$Proxy150.selectOne(Unknown Source)
at org.mybatis.spring.SqlSessionTemplate.selectOne(SqlSessionTemplate.java:160)
at org.apache.ibatis.binding.MapperMethod.execute(MapperMethod.java:87)
at org.apache.ibatis.binding.MapperProxy$PlainMethodInvoker.invoke(MapperProxy.java:142)
at org.apache.ibatis.binding.MapperProxy.invoke(MapperProxy.java:86)
at com.sun.proxy.$Proxy172.selectUserByUserName(Unknown Source)
at com.bonus.system.service.impl.SysUserServiceImpl.selectUserByUserName(SysUserServiceImpl.java:184)
at com.bonus.system.service.impl.SysUserServiceImpl$$FastClassBySpringCGLIB$$5399d1cf.invoke(<generated>)
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:792)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:707)
at com.bonus.system.service.impl.SysUserServiceImpl$$EnhancerBySpringCGLIB$$5ecac849.selectUserByUserName(<generated>)
at com.bonus.system.controller.SysUserController.info(SysUserController.java:159)
at com.bonus.system.controller.SysUserController$$FastClassBySpringCGLIB$$5ef938e5.invoke(<generated>)
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:792)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
at com.bonus.common.security.aspect.InnerAuthAspect.innerAround(InnerAuthAspect.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:707)
at com.bonus.system.controller.SysUserController$$EnhancerBySpringCGLIB$$c20912d6.info(<generated>)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:903)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:809)
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1072)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:965)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:645)
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:750)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:209)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
at com.bonus.common.security.config.MyFilter.doFilterInternal(MyFilter.java:44)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:168)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:481)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:390)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:928)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1794)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:750)
Caused by: com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure
The last packet successfully received from the server was 220,692 milliseconds ago. The last packet sent successfully to the server was 220,692 milliseconds ago.
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:62)
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:105)
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:150)
at com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:166)
at com.mysql.cj.protocol.a.NativeProtocol.send(NativeProtocol.java:629)
at com.mysql.cj.protocol.a.NativeProtocol.sendCommand(NativeProtocol.java:684)
at com.mysql.cj.protocol.a.NativeProtocol.sendQueryPacket(NativeProtocol.java:1052)
at com.mysql.cj.protocol.a.NativeProtocol.sendQueryString(NativeProtocol.java:998)
at com.mysql.cj.NativeSession.execSQL(NativeSession.java:655)
at com.mysql.cj.jdbc.StatementImpl.executeQuery(StatementImpl.java:1168)
... 137 common frames omitted
Caused by: java.net.SocketException: Connection reset by peer: socket write error
at java.net.SocketOutputStream.socketWrite0(Native Method)
at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:111)
at java.net.SocketOutputStream.write(SocketOutputStream.java:155)
at sun.security.ssl.SSLSocketOutputRecord.deliver(SSLSocketOutputRecord.java:346)
at sun.security.ssl.SSLSocketImpl$AppOutputStream.write(SSLSocketImpl.java:1151)
at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)
at com.mysql.cj.protocol.a.SimplePacketSender.send(SimplePacketSender.java:55)
at com.mysql.cj.protocol.a.TimeTrackingPacketSender.send(TimeTrackingPacketSender.java:50)
at com.mysql.cj.protocol.a.NativeProtocol.send(NativeProtocol.java:620)
... 142 common frames omitted
09:07:17.760 [http-nio-48382-exec-5] ERROR druid.sql.Statement - [statementLogError,148] - {conn-10001, stmt-20016} execute error. SELECT 1 FROM DUAL
com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure
The last packet successfully received from the server was 221,078 milliseconds ago. The last packet sent successfully to the server was 221,089 milliseconds ago.
at com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:175)
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:64)
at com.mysql.cj.jdbc.StatementImpl.executeQuery(StatementImpl.java:1200)
at com.alibaba.druid.filter.FilterChainImpl.statement_executeQuery(FilterChainImpl.java:2866)
at com.alibaba.druid.filter.FilterAdapter.statement_executeQuery(FilterAdapter.java:2513)
at com.alibaba.druid.filter.FilterEventAdapter.statement_executeQuery(FilterEventAdapter.java:296)
at com.alibaba.druid.filter.FilterChainImpl.statement_executeQuery(FilterChainImpl.java:2863)
at com.alibaba.druid.filter.FilterAdapter.statement_executeQuery(FilterAdapter.java:2513)
at com.alibaba.druid.filter.FilterEventAdapter.statement_executeQuery(FilterEventAdapter.java:296)
at com.alibaba.druid.filter.FilterChainImpl.statement_executeQuery(FilterChainImpl.java:2863)
at com.alibaba.druid.proxy.jdbc.StatementProxyImpl.executeQuery(StatementProxyImpl.java:217)
at com.alibaba.druid.pool.vendor.MySqlValidConnectionChecker.isValidConnection(MySqlValidConnectionChecker.java:143)
at com.alibaba.druid.pool.DruidAbstractDataSource.testConnectionInternal(DruidAbstractDataSource.java:1514)
at com.alibaba.druid.pool.DruidDataSource.getConnectionDirect(DruidDataSource.java:1548)
at com.alibaba.druid.filter.FilterChainImpl.dataSource_connect(FilterChainImpl.java:5058)
at com.alibaba.druid.filter.logging.LogFilter.dataSource_getConnection(LogFilter.java:909)
at com.alibaba.druid.filter.FilterChainImpl.dataSource_connect(FilterChainImpl.java:5054)
at com.alibaba.druid.filter.stat.StatFilter.dataSource_getConnection(StatFilter.java:704)
at com.alibaba.druid.filter.FilterChainImpl.dataSource_connect(FilterChainImpl.java:5054)
at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1468)
at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1458)
at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:83)
at com.baomidou.dynamic.datasource.ds.ItemDataSource.getConnection(ItemDataSource.java:55)
at com.baomidou.dynamic.datasource.ds.AbstractRoutingDataSource.getConnection(AbstractRoutingDataSource.java:54)
at org.springframework.jdbc.datasource.DataSourceUtils.fetchConnection(DataSourceUtils.java:160)
at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:118)
at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:81)
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:345)
at org.apache.ibatis.executor.SimpleExecutor.prepareStatement(SimpleExecutor.java:89)
at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:64)
at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:333)
at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:158)
at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:110)
at com.github.pagehelper.PageInterceptor.intercept(PageInterceptor.java:169)
at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)
at com.sun.proxy.$Proxy235.query(Unknown Source)
at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:154)
at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147)
at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:142)
at org.apache.ibatis.session.defaults.DefaultSqlSession.selectOne(DefaultSqlSession.java:75)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)
at com.sun.proxy.$Proxy150.selectOne(Unknown Source)
at org.mybatis.spring.SqlSessionTemplate.selectOne(SqlSessionTemplate.java:160)
at org.apache.ibatis.binding.MapperMethod.execute(MapperMethod.java:87)
at org.apache.ibatis.binding.MapperProxy$PlainMethodInvoker.invoke(MapperProxy.java:142)
at org.apache.ibatis.binding.MapperProxy.invoke(MapperProxy.java:86)
at com.sun.proxy.$Proxy172.selectUserByUserName(Unknown Source)
at com.bonus.system.service.impl.SysUserServiceImpl.selectUserByUserName(SysUserServiceImpl.java:184)
at com.bonus.system.service.impl.SysUserServiceImpl$$FastClassBySpringCGLIB$$5399d1cf.invoke(<generated>)
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:792)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:707)
at com.bonus.system.service.impl.SysUserServiceImpl$$EnhancerBySpringCGLIB$$5ecac849.selectUserByUserName(<generated>)
at com.bonus.system.controller.SysUserController.info(SysUserController.java:159)
at com.bonus.system.controller.SysUserController$$FastClassBySpringCGLIB$$5ef938e5.invoke(<generated>)
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:792)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
at com.bonus.common.security.aspect.InnerAuthAspect.innerAround(InnerAuthAspect.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:707)
at com.bonus.system.controller.SysUserController$$EnhancerBySpringCGLIB$$c20912d6.info(<generated>)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:903)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:809)
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1072)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:965)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:645)
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:750)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:209)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
at com.bonus.common.security.config.MyFilter.doFilterInternal(MyFilter.java:44)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:168)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:481)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:390)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:928)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1794)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:750)
Caused by: com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure
The last packet successfully received from the server was 221,078 milliseconds ago. The last packet sent successfully to the server was 221,089 milliseconds ago.
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:62)
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:105)
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:150)
at com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:166)
at com.mysql.cj.protocol.a.NativeProtocol.send(NativeProtocol.java:629)
at com.mysql.cj.protocol.a.NativeProtocol.sendCommand(NativeProtocol.java:684)
at com.mysql.cj.protocol.a.NativeProtocol.sendQueryPacket(NativeProtocol.java:1052)
at com.mysql.cj.protocol.a.NativeProtocol.sendQueryString(NativeProtocol.java:998)
at com.mysql.cj.NativeSession.execSQL(NativeSession.java:655)
at com.mysql.cj.jdbc.StatementImpl.executeQuery(StatementImpl.java:1168)
... 137 common frames omitted
Caused by: java.net.SocketException: Connection reset by peer: socket write error
at java.net.SocketOutputStream.socketWrite0(Native Method)
at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:111)
at java.net.SocketOutputStream.write(SocketOutputStream.java:155)
at sun.security.ssl.SSLSocketOutputRecord.deliver(SSLSocketOutputRecord.java:346)
at sun.security.ssl.SSLSocketImpl$AppOutputStream.write(SSLSocketImpl.java:1151)
at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)
at com.mysql.cj.protocol.a.SimplePacketSender.send(SimplePacketSender.java:55)
at com.mysql.cj.protocol.a.TimeTrackingPacketSender.send(TimeTrackingPacketSender.java:50)
at com.mysql.cj.protocol.a.NativeProtocol.send(NativeProtocol.java:620)
... 142 common frames omitted
09:07:21.407 [http-nio-48382-exec-8] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
09:07:21.407 [http-nio-48382-exec-8] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
09:08:45.225 [pool-6-thread-1] ERROR c.b.s.s.i.SysLogServiceImpl - [logWarn,297] - java.lang.NullPointerException
java.lang.NullPointerException: null
at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1838)
at sun.misc.FloatingDecimal.parseDouble(FloatingDecimal.java:110)
at java.lang.Double.parseDouble(Double.java:538)
at com.bonus.system.service.impl.SysLogServiceImpl.logWarn(SysLogServiceImpl.java:290)
at com.bonus.system.service.impl.SysLogServiceImpl$$FastClassBySpringCGLIB$$44289bcc.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:703)
at com.bonus.system.service.impl.SysLogServiceImpl$$EnhancerBySpringCGLIB$$6ac989d8.logWarn(<generated>)
at com.bonus.system.warning.ScheduledTasks.taskWithFixedRate(ScheduledTasks.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
09:11:16.072 [http-nio-48382-exec-8] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
09:11:16.076 [http-nio-48382-exec-8] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
09:11:31.509 [http-nio-48382-exec-5] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
09:11:31.515 [http-nio-48382-exec-5] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
09:13:08.782 [http-nio-48382-exec-8] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
09:13:08.783 [http-nio-48382-exec-8] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
09:13:21.936 [http-nio-48382-exec-1] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
09:13:21.936 [http-nio-48382-exec-1] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
09:13:45.300 [pool-6-thread-1] ERROR c.b.s.s.i.SysLogServiceImpl - [logWarn,297] - java.lang.NullPointerException
java.lang.NullPointerException: null
at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1838)
at sun.misc.FloatingDecimal.parseDouble(FloatingDecimal.java:110)
at java.lang.Double.parseDouble(Double.java:538)
at com.bonus.system.service.impl.SysLogServiceImpl.logWarn(SysLogServiceImpl.java:290)
at com.bonus.system.service.impl.SysLogServiceImpl$$FastClassBySpringCGLIB$$44289bcc.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:703)
at com.bonus.system.service.impl.SysLogServiceImpl$$EnhancerBySpringCGLIB$$6ac989d8.logWarn(<generated>)
at com.bonus.system.warning.ScheduledTasks.taskWithFixedRate(ScheduledTasks.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
09:18:45.238 [pool-6-thread-1] ERROR c.b.s.s.i.SysLogServiceImpl - [logWarn,297] - java.lang.NullPointerException
java.lang.NullPointerException: null
at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1838)
at sun.misc.FloatingDecimal.parseDouble(FloatingDecimal.java:110)
at java.lang.Double.parseDouble(Double.java:538)
at com.bonus.system.service.impl.SysLogServiceImpl.logWarn(SysLogServiceImpl.java:290)
at com.bonus.system.service.impl.SysLogServiceImpl$$FastClassBySpringCGLIB$$44289bcc.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:703)
at com.bonus.system.service.impl.SysLogServiceImpl$$EnhancerBySpringCGLIB$$6ac989d8.logWarn(<generated>)
at com.bonus.system.warning.ScheduledTasks.taskWithFixedRate(ScheduledTasks.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
09:23:45.220 [pool-6-thread-1] ERROR c.b.s.s.i.SysLogServiceImpl - [logWarn,297] - java.lang.NullPointerException
java.lang.NullPointerException: null
at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1838)
at sun.misc.FloatingDecimal.parseDouble(FloatingDecimal.java:110)
at java.lang.Double.parseDouble(Double.java:538)
at com.bonus.system.service.impl.SysLogServiceImpl.logWarn(SysLogServiceImpl.java:290)
at com.bonus.system.service.impl.SysLogServiceImpl$$FastClassBySpringCGLIB$$44289bcc.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:703)
at com.bonus.system.service.impl.SysLogServiceImpl$$EnhancerBySpringCGLIB$$6ac989d8.logWarn(<generated>)
at com.bonus.system.warning.ScheduledTasks.taskWithFixedRate(ScheduledTasks.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
09:27:49.706 [http-nio-48382-exec-10] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
09:27:49.709 [http-nio-48382-exec-10] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
09:28:27.276 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
09:28:27.276 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
09:28:34.723 [http-nio-48382-exec-5] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
09:28:34.723 [http-nio-48382-exec-5] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
09:28:45.201 [pool-6-thread-1] ERROR c.b.s.s.i.SysLogServiceImpl - [logWarn,297] - java.lang.NullPointerException
java.lang.NullPointerException: null
at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1838)
at sun.misc.FloatingDecimal.parseDouble(FloatingDecimal.java:110)
at java.lang.Double.parseDouble(Double.java:538)
at com.bonus.system.service.impl.SysLogServiceImpl.logWarn(SysLogServiceImpl.java:290)
at com.bonus.system.service.impl.SysLogServiceImpl$$FastClassBySpringCGLIB$$44289bcc.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:703)
at com.bonus.system.service.impl.SysLogServiceImpl$$EnhancerBySpringCGLIB$$6ac989d8.logWarn(<generated>)
at com.bonus.system.warning.ScheduledTasks.taskWithFixedRate(ScheduledTasks.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
09:30:20.438 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
09:30:20.440 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
09:31:03.801 [http-nio-48382-exec-1] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
09:31:03.801 [http-nio-48382-exec-1] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
09:33:45.212 [pool-6-thread-1] ERROR c.b.s.s.i.SysLogServiceImpl - [logWarn,297] - java.lang.NullPointerException
java.lang.NullPointerException: null
at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1838)
at sun.misc.FloatingDecimal.parseDouble(FloatingDecimal.java:110)
at java.lang.Double.parseDouble(Double.java:538)
at com.bonus.system.service.impl.SysLogServiceImpl.logWarn(SysLogServiceImpl.java:290)
at com.bonus.system.service.impl.SysLogServiceImpl$$FastClassBySpringCGLIB$$44289bcc.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:703)
at com.bonus.system.service.impl.SysLogServiceImpl$$EnhancerBySpringCGLIB$$6ac989d8.logWarn(<generated>)
at com.bonus.system.warning.ScheduledTasks.taskWithFixedRate(ScheduledTasks.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
09:35:07.957 [http-nio-48382-exec-2] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
09:35:07.963 [http-nio-48382-exec-2] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
09:38:35.316 [http-nio-48382-exec-5] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
09:38:35.318 [http-nio-48382-exec-5] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
09:38:45.210 [pool-6-thread-1] ERROR c.b.s.s.i.SysLogServiceImpl - [logWarn,297] - java.lang.NullPointerException
java.lang.NullPointerException: null
at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1838)
at sun.misc.FloatingDecimal.parseDouble(FloatingDecimal.java:110)
at java.lang.Double.parseDouble(Double.java:538)
at com.bonus.system.service.impl.SysLogServiceImpl.logWarn(SysLogServiceImpl.java:290)
at com.bonus.system.service.impl.SysLogServiceImpl$$FastClassBySpringCGLIB$$44289bcc.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:703)
at com.bonus.system.service.impl.SysLogServiceImpl$$EnhancerBySpringCGLIB$$6ac989d8.logWarn(<generated>)
at com.bonus.system.warning.ScheduledTasks.taskWithFixedRate(ScheduledTasks.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
09:43:28.534 [http-nio-48382-exec-2] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
09:43:28.536 [http-nio-48382-exec-2] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
09:43:45.204 [pool-6-thread-1] ERROR c.b.s.s.i.SysLogServiceImpl - [logWarn,297] - java.lang.NullPointerException
java.lang.NullPointerException: null
at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1838)
at sun.misc.FloatingDecimal.parseDouble(FloatingDecimal.java:110)
at java.lang.Double.parseDouble(Double.java:538)
at com.bonus.system.service.impl.SysLogServiceImpl.logWarn(SysLogServiceImpl.java:290)
at com.bonus.system.service.impl.SysLogServiceImpl$$FastClassBySpringCGLIB$$44289bcc.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:703)
at com.bonus.system.service.impl.SysLogServiceImpl$$EnhancerBySpringCGLIB$$6ac989d8.logWarn(<generated>)
at com.bonus.system.warning.ScheduledTasks.taskWithFixedRate(ScheduledTasks.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
09:45:02.699 [http-nio-48382-exec-3] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
09:45:02.699 [http-nio-48382-exec-3] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
09:48:45.215 [pool-6-thread-1] ERROR c.b.s.s.i.SysLogServiceImpl - [logWarn,297] - java.lang.NullPointerException
java.lang.NullPointerException: null
at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1838)
at sun.misc.FloatingDecimal.parseDouble(FloatingDecimal.java:110)
at java.lang.Double.parseDouble(Double.java:538)
at com.bonus.system.service.impl.SysLogServiceImpl.logWarn(SysLogServiceImpl.java:290)
at com.bonus.system.service.impl.SysLogServiceImpl$$FastClassBySpringCGLIB$$44289bcc.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:703)
at com.bonus.system.service.impl.SysLogServiceImpl$$EnhancerBySpringCGLIB$$6ac989d8.logWarn(<generated>)
at com.bonus.system.warning.ScheduledTasks.taskWithFixedRate(ScheduledTasks.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
09:53:45.220 [pool-6-thread-1] ERROR c.b.s.s.i.SysLogServiceImpl - [logWarn,297] - java.lang.NullPointerException
java.lang.NullPointerException: null
at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1838)
at sun.misc.FloatingDecimal.parseDouble(FloatingDecimal.java:110)
at java.lang.Double.parseDouble(Double.java:538)
at com.bonus.system.service.impl.SysLogServiceImpl.logWarn(SysLogServiceImpl.java:290)
at com.bonus.system.service.impl.SysLogServiceImpl$$FastClassBySpringCGLIB$$44289bcc.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:703)
at com.bonus.system.service.impl.SysLogServiceImpl$$EnhancerBySpringCGLIB$$6ac989d8.logWarn(<generated>)
at com.bonus.system.warning.ScheduledTasks.taskWithFixedRate(ScheduledTasks.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
15:03:53.916 [main] ERROR o.s.b.SpringApplication - [reportFailure,818] - Application run failed
org.springframework.context.ApplicationContextException: Failed to start bean 'webServerStartStop'; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat server
at org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:182)
at org.springframework.context.support.DefaultLifecycleProcessor.access$200(DefaultLifecycleProcessor.java:54)
at org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroup.start(DefaultLifecycleProcessor.java:357)
at java.lang.Iterable.forEach(Iterable.java:75)
at org.springframework.context.support.DefaultLifecycleProcessor.startBeans(DefaultLifecycleProcessor.java:156)
at org.springframework.context.support.DefaultLifecycleProcessor.onRefresh(DefaultLifecycleProcessor.java:124)
at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:949)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:594)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:147)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:732)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:409)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:308)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1300)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1289)
at com.bonus.system.BonusSystemApplication.main(BonusSystemApplication.java:25)
Caused by: org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat server
at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.start(TomcatWebServer.java:229)
at org.springframework.boot.web.servlet.context.WebServerStartStopLifecycle.start(WebServerStartStopLifecycle.java:43)
at org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:179)
... 14 common frames omitted
Caused by: java.lang.IllegalArgumentException: standardService.connector.startFailed
at org.apache.catalina.core.StandardService.addConnector(StandardService.java:235)
at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.addPreviouslyRemovedConnectors(TomcatWebServer.java:282)
at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.start(TomcatWebServer.java:213)
... 16 common frames omitted
Caused by: org.apache.catalina.LifecycleException: Protocol handler start failed
at org.apache.catalina.connector.Connector.startInternal(Connector.java:1042)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171)
at org.apache.catalina.core.StandardService.addConnector(StandardService.java:232)
... 18 common frames omitted
Caused by: java.lang.IllegalArgumentException: port out of range:78382
at java.net.InetSocketAddress.checkPort(InetSocketAddress.java:143)
at java.net.InetSocketAddress.<init>(InetSocketAddress.java:188)
at org.apache.tomcat.util.net.NioEndpoint.initServerSocket(NioEndpoint.java:275)
at org.apache.tomcat.util.net.NioEndpoint.bind(NioEndpoint.java:231)
at org.apache.tomcat.util.net.AbstractEndpoint.bindWithCleanup(AbstractEndpoint.java:1332)
at org.apache.tomcat.util.net.AbstractEndpoint.start(AbstractEndpoint.java:1418)
at org.apache.coyote.AbstractProtocol.start(AbstractProtocol.java:665)
at org.apache.catalina.connector.Connector.startInternal(Connector.java:1039)
... 20 common frames omitted
15:38:32.627 [http-nio-48382-exec-1] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
15:38:32.630 [http-nio-48382-exec-1] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
15:39:09.928 [http-nio-48382-exec-1] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
15:39:09.929 [http-nio-48382-exec-1] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
15:39:09.931 [http-nio-48382-exec-1] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/04/23/4fdb7b37-7289-4f57-b94d-04f9d02f4403.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
15:39:09.933 [http-nio-48382-exec-1] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/06/06/069cc5bd-8a39-4905-b4ec-0e0214a993aa.jpg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
15:39:09.934 [http-nio-48382-exec-1] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/06/11/15423a0d-cc7d-4d7b-b93c-37c61b534494.jpg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
15:39:09.935 [http-nio-48382-exec-1] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/04/23/11c67475-aad9-483e-aaf9-6c09076f8e07.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
15:39:09.936 [http-nio-48382-exec-1] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
15:39:09.937 [http-nio-48382-exec-1] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
15:39:09.939 [http-nio-48382-exec-1] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
15:39:09.940 [http-nio-48382-exec-1] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
15:40:14.598 [http-nio-48382-exec-6] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
15:40:14.600 [http-nio-48382-exec-6] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
15:41:14.421 [http-nio-48382-exec-2] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
15:41:14.422 [http-nio-48382-exec-2] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
15:43:04.128 [http-nio-48382-exec-9] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
15:43:04.129 [http-nio-48382-exec-9] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
15:49:43.294 [http-nio-48382-exec-10] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
15:49:43.295 [http-nio-48382-exec-10] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
15:54:56.436 [http-nio-48382-exec-10] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
15:54:56.437 [http-nio-48382-exec-10] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
15:57:49.291 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
15:57:49.292 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
15:58:55.795 [http-nio-48382-exec-6] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
15:58:55.796 [http-nio-48382-exec-6] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
16:04:25.175 [http-nio-48382-exec-3] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
16:04:25.178 [http-nio-48382-exec-3] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
16:22:58.674 [http-nio-48382-exec-9] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
16:22:58.678 [http-nio-48382-exec-9] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
16:41:42.313 [http-nio-48382-exec-1] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
16:41:42.316 [http-nio-48382-exec-1] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
16:49:38.174 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
16:49:38.177 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
16:57:24.997 [http-nio-48382-exec-4] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
16:57:24.998 [http-nio-48382-exec-4] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
17:08:50.238 [http-nio-48382-exec-3] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
17:08:50.240 [http-nio-48382-exec-3] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
17:08:55.909 [http-nio-48382-exec-2] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
17:08:55.911 [http-nio-48382-exec-2] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
17:11:30.442 [http-nio-48382-exec-3] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
17:11:30.443 [http-nio-48382-exec-3] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
17:18:42.152 [http-nio-48382-exec-4] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
17:18:42.153 [http-nio-48382-exec-4] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
17:18:57.401 [http-nio-48382-exec-9] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
17:18:57.402 [http-nio-48382-exec-9] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
17:21:29.865 [http-nio-48382-exec-2] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
17:21:29.867 [http-nio-48382-exec-2] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
17:21:32.252 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
17:21:32.253 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
17:31:25.957 [http-nio-48382-exec-2] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
17:31:25.958 [http-nio-48382-exec-2] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
17:34:42.112 [http-nio-48382-exec-1] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
17:34:42.113 [http-nio-48382-exec-1] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
17:35:32.096 [http-nio-48382-exec-5] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
17:35:32.097 [http-nio-48382-exec-5] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
17:57:12.454 [http-nio-48382-exec-5] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
17:57:12.456 [http-nio-48382-exec-5] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
17:57:58.914 [http-nio-48382-exec-4] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
17:57:58.916 [http-nio-48382-exec-4] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
18:04:38.383 [http-nio-48382-exec-8] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
18:04:38.384 [http-nio-48382-exec-8] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
18:05:54.861 [http-nio-48382-exec-9] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
18:05:54.862 [http-nio-48382-exec-9] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
18:07:09.914 [http-nio-48382-exec-1] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
18:07:09.916 [http-nio-48382-exec-1] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
18:07:58.818 [http-nio-48382-exec-9] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
18:07:58.820 [http-nio-48382-exec-9] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
18:09:23.350 [http-nio-48382-exec-1] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
18:09:23.352 [http-nio-48382-exec-1] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
18:14:13.703 [http-nio-48382-exec-3] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
18:14:13.705 [http-nio-48382-exec-3] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
18:29:22.893 [http-nio-48382-exec-10] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
18:29:22.895 [http-nio-48382-exec-10] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
18:29:25.627 [http-nio-48382-exec-3] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
18:29:25.630 [http-nio-48382-exec-3] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
18:29:55.599 [http-nio-48382-exec-5] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
18:29:55.601 [http-nio-48382-exec-5] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
18:38:48.562 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
18:38:48.563 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
18:40:12.423 [http-nio-48382-exec-2] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
18:40:12.424 [http-nio-48382-exec-2] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
18:40:21.040 [http-nio-48382-exec-6] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
18:40:21.041 [http-nio-48382-exec-6] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]