haumacher / phoneblock

Der Spam-Filter für die Fritz!Box
https://phoneblock.net
GNU General Public License v3.0
161 stars 15 forks source link

Redeploy der Anwendung beendet nicht die noch geplanten Tasks #2

Closed haumacher closed 2 years ago

haumacher commented 2 years ago

[2022-09-14 10:00:00] [info] Illegal access: this web application instance has been stopped already. Could not load [org.apache.ibatis.exceptions.ExceptionFactory ]. The following stack trace is thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access. [2022-09-14 10:00:00] [info] java.lang.IllegalStateException: Illegal access: this web application instance has been stopped already. Could not load [org.apache.i batis.exceptions.ExceptionFactory]. The following stack trace is thrown for debugging purposes as well as to attempt to terminate the thread which caused the ille gal access. [2022-09-14 10:00:00] [info] at org.apache.catalina.loader.WebappClassLoaderBase.checkStateForResourceLoading(WebappClassLoaderBase.java:1385) [2022-09-14 10:00:00] [info] at org.apache.catalina.loader.WebappClassLoaderBase.checkStateForClassLoading(WebappClassLoaderBase.java:1373) [2022-09-14 10:00:00] [info] at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1226) [2022-09-14 10:00:00] [info] at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1188) [2022-09-14 10:00:00] [info] at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:196) [2022-09-14 10:00:00] [info] at org.apache.ibatis.binding.MapperMethod.execute(MapperMethod.java:67) [2022-09-14 10:00:00] [info] at org.apache.ibatis.binding.MapperProxy$PlainMethodInvoker.invoke(MapperProxy.java:145) [2022-09-14 10:00:00] [info] at org.apache.ibatis.binding.MapperProxy.invoke(MapperProxy.java:86) [2022-09-14 10:00:00] [info] at com.sun.proxy.$Proxy14.reactivateOldReportsWithNewVotes(Unknown Source) [2022-09-14 10:00:00] [info] at de.haumacher.phoneblock.db.DB.cleanup(DB.java:439) [2022-09-14 10:00:00] [info] at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [2022-09-14 10:00:00] [info] at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) [2022-09-14 10:00:00] [info] at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) [2022-09-14 10:00:00] [info] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [2022-09-14 10:00:00] [info] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [2022-09-14 10:00:00] [info] at java.base/java.lang.Thread.run(Thread.java:829)