jfinal+beetl+tomcat7启动报错

发布于 2021-11-25 05:34:27 字数 3898 浏览 756 评论 6

2014-1-13 21:47:27 net.sf.ehcache.CacheManager configure

警告: One or more caches require a DiskStore but there is no diskStore element configured. Using the default disk store path of D:tomcat7temp. Please explicitly configure the diskStore element in ehcache.xml.

2014-1-13 21:47:27 org.apache.shiro.cache.ehcache.EhCacheManager getCache

信息: Using existing EHCache named [myRealm.authorizationCache]

2014-1-13 21:47:27 org.apache.shiro.config.IniSecurityManagerFactory isAutoApplyRealms

信息: Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur.

2014-1-13 21:47:27 org.apache.shiro.web.config.IniFilterChainResolverFactory buildChains

警告: The [filters] section has been deprecated and will be removed in a future release!  Please move all object configuration (filters and all other objects) to the [main] section.

2014-1-13 21:47:27 org.apache.shiro.web.env.EnvironmentLoader initEnvironment

信息: Shiro environment initialized in 733 ms.

2014-1-13 21:47:27 org.apache.catalina.core.StandardContext startInternal

严重: Error filterStart

2014-1-13 21:47:27 org.apache.catalina.core.StandardContext startInternal

严重: Context [/oa] startup failed due to previous errors

2014-1-13 21:47:27 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads

严重: The web application [/oa] appears to have started a thread named [Beetl-Scanner] but has failed to stop it. This is very likely to create a memory leak.

2014-1-13 21:47:27 org.apache.catalina.startup.HostConfig deployDirectory

信息: Deploying web application directory D:tomcat7webappsROOT

2014-1-13 21:47:27 org.apache.catalina.startup.HostConfig deployDirectory

信息: Deploying web application directory D:tomcat7webappstest

2014-1-13 21:47:27 org.apache.coyote.AbstractProtocol start

信息: Starting ProtocolHandler ["http-apr-8080"]

2014-1-13 21:47:27 org.apache.coyote.AbstractProtocol start

信息: Starting ProtocolHandler ["ajp-apr-8009"]

2014-1-13 21:47:27 org.apache.catalina.startup.Catalina start

信息: Server startup in 6130 ms

2014-1-13 21:48:27 org.apache.shiro.web.env.EnvironmentLoader initEnvironment

信息: Starting Shiro environment initialization.

2014-1-13 21:48:27 net.sf.ehcache.CacheManager configure

警告: One or more caches require a DiskStore but there is no diskStore element configured. Using the default disk store path of D:tomcat7temp. Please explicitly configure the diskStore element in ehcache.xml.

2014-1-13 21:48:28 org.apache.shiro.cache.ehcache.EhCacheManager getCache

信息: Using existing EHCache named [myRealm.authorizationCache]

2014-1-13 21:48:28 org.apache.shiro.config.IniSecurityManagerFactory isAutoApplyRealms

信息: Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur.

2014-1-13 21:48:28 org.apache.shiro.web.config.IniFilterChainResolverFactory buildChains

警告: The [filters] section has been deprecated and will be removed in a future release!  Please move all object configuration (filters and all other objects) to the [main] section.

2014-1-13 21:48:28 org.apache.shiro.web.env.EnvironmentLoader initEnvironment

信息: Shiro environment initialized in 671 ms.

2014-1-13 21:48:28 org.apache.catalina.core.StandardContext startInternal

严重: Error filterStart

2014-1-13 21:48:28 org.apache.catalina.core.StandardContext startInternal

严重: Context [/oa] startup failed due to previous errors

2014-1-13 21:48:28 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads

严重: The web application [/oa] appears to have started a thread named [Beetl-Scanner] but has failed to stop it. This is very likely to create a memory leak.

求解。。

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(6

归途 2021-11-27 01:42:46

这个我用contextDestroyed()把他关闭了,但是还有不知道什么东西没关闭,导致上面两个严重报错,

成熟的代价 2021-11-27 01:21:37

回复
参考http://xpenxpen.iteye.com/blog/1545648

旧城烟雨 2021-11-27 01:21:26

[Beetl-Scanner] 是检测模版更新的线程

乞讨 2021-11-27 00:39:12

最后一个严重问题解决了,剩下前面两个问题。求解@绝望的八皮

羁拥 2021-11-27 00:04:45

这个就是在日志文件里面拷出来的。之前是在本地用jetty容器运行,现在在服务器上用tomcate运行 就启动报错

三月梨花 2021-11-26 23:20:48

没有更具体信息,看一下tomcat/logs里面的localhost.log日志呢

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文