4

当我尝试在 Tomcat 8.0.24 上运行 Scada-Lts 时,出现以下错误:

23-Sep-2016 11:03:27.228 INFO [Timer-0] org.apache.catalina.loader.WebappClassLoaderBase.checkStateForResourceLoading Illegal access: this web application instance has been stopped already. Could not load [java.util.ListIterator]. The following stack trace is thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access.
java.lang.IllegalStateException: Illegal access: this web application instance has been stopped already. Could not load [java.util.ListIterator]. The following stack trace is thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access.
at org.apache.catalina.loader.WebappClassLoaderBase.checkStateForResourceLoading(WebappClassLoaderBase.java:1335)
at org.apache.catalina.loader.WebappClassLoaderBase.checkStateForClassLoading(WebappClassLoaderBase.java:1321)
at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1203)
at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1164)
at org.apache.commons.pool.impl.GenericObjectPool.evict(GenericObjectPool.java:981)
at org.apache.commons.pool.impl.GenericObjectPool$Evictor.run(GenericObjectPool.java:1112)
at java.util.TimerThread.mainLoop(Timer.java:555)
at java.util.TimerThread.run(Timer.java:505)

还有很多错误,例如:

WARN  2016-09-23 11:03:17,125 (com.serotonin.mango.view.ViewGraphicLoader.loadViewGraphics:58) - Failed to load image set at C:\Users\xxx\Desktop\GitHubProjects\Scada-LTS\out\artifacts\scadabr_1_1_0_RC_war_exploded\graphics\Weather 
java.lang.Exception: Unable to derive image dimensions

有人知道我为什么会收到这些错误吗?

4

1 回答 1

1

请在 tomcat7 上运行Scada-LTS 。

Scada-LTS 尚未迁移到 tomcat8(正在迁移

我的意思是问题是应用程序 Scada-LTS 中的路径。

于 2016-09-23T09:40:13.950 回答