- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试在我的 tomcat 管理器上启动我的 webapp,但它没有启动。我正在读取 webapp 的日志文件,但出现此错误:
8-giu-2017 9.41.12 org.apache.catalina.core.StandardContext start GRAVE: Error listenerStart 8-giu-2017 9.41.12 org.apache.catalina.core.StandardContext start GRAVE: Context [/ImageProcessor] startup failed due to previous errors 8-giu-2017 9.41.12 org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc GRAVE: The web application [/ImageProcessor] registered the JDBC driver [oracle.jdbc.OracleDriver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 8-giu-2017 9.41.12 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/ImageProcessor] appears to have started a thread named [oracle.jdbc.driver.BlockSource.ThreadedCachingBlockSource.BlockReleaser] but has failed to stop it. This is very likely to create a memory leak. 8-giu-2017 9.41.12 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/ImageProcessor] appears to have started a thread named [CommunicatorServer] but has failed to stop it. This is very likely to create a memory leak.
最佳答案
问题是“oracle.jdbc.driver.BlockSource.ThreadedCachingBlockSource.BlockReleaser”线程正在运行并且没有停止,因此 Tomcat 会将其显示为内存泄漏。您必须手动注销驱动程序。请参阅下面的链接以获取见解。
关于oracle - Apache Tomcat/6.0.32 - Web 应用程序未启动,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44431429/
我是一名优秀的程序员,十分优秀!