lishiyucn opened a new issue #5491:
URL: https://github.com/apache/dolphinscheduler/issues/5491
dolphinscheduler1.3.6
Caused by: org.apache.ibatis.exceptions.PersistenceException:
### Error updating database. Cause:
org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain
JDBC Connection; nested exception is
com.alibaba.druid.pool.DataSourceClosedException: dataSource already closed at
Sun May 16 12:27:02 CST 2021
### The error may exist in
org/apache/dolphinscheduler/dao/mapper/AlertMapper.java (best guess)
### The error may involve
org.apache.dolphinscheduler.dao.mapper.AlertMapper.insert
### The error occurred while executing an update
### Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed
to obtain JDBC Connection; nested exception is
com.alibaba.druid.pool.DataSourceClosedException: dataSource already closed at
Sun May 16 12:27:02 CST 2021
at
org.apache.ibatis.exceptions.ExceptionFactory.wrapException(ExceptionFactory.java:30)
at
org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:199)
at
org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:184)
at sun.reflect.GeneratedMethodAccessor219.invoke(Unknown Source)
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:426)
... 22 common frames omitted
[ERROR] 2021-05-16 12:27:24.401
org.apache.dolphinscheduler.server.master.registry.ServerNodeManager:[230] -
WorkerGroupListener capture data change and get data failed
org.mybatis.spring.MyBatisSystemException: nested exception is
org.apache.ibatis.exceptions.PersistenceException:
### Error updating database. Cause:
org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain
JDBC Connection; nested exception is
com.alibaba.druid.pool.DataSourceClosedException: dataSource already closed at
Sun May 16 12:27:02 CST 2021
### The error may exist in
org/apache/dolphinscheduler/dao/mapper/AlertMapper.java (best guess)
### The error may involve
org.apache.dolphinscheduler.dao.mapper.AlertMapper.insert
### The error occurred while executing an update
### Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed
to obtain JDBC Connection; nested exception is
com.alibaba.druid.pool.DataSourceClosedException: dataSource already closed at
Sun May 16 12:27:02 CST 2021
at
org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:78)
at
org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:440)
at com.sun.proxy.$Proxy84.insert(Unknown Source)
at
org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:271)
at
com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:58)
at
com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:61)
at com.sun.proxy.$Proxy108.insert(Unknown Source)
at
org.apache.dolphinscheduler.dao.AlertDao.saveTaskTimeoutAlert(AlertDao.java:135)
at
org.apache.dolphinscheduler.dao.AlertDao.sendServerStopedAlert(AlertDao.java:102)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]