主题 : tomcat启动jccbbs出现空指针异常
级别: 童生
UID: 6416
积分:3 加为好友
威望: 0 精华: 0
主题:0 回复:3
注册时间:2010-05-05
在线时长:0
1#   发表于:2010-05-07 21:54:28  IP:125.17.*.*
信息: Initializing Spring root WebApplicationContext
2010-05-07 09:47 INFO  c.j.b.c.BbsForumCacheSvcImpl - 系统启动,设置论坛板块BbsForum缓存
2010-05-07 09:47 INFO  c.j.b.c.BbsGlobalCacheSvcImpl - 系统启动,设置论坛全局BbsConfig缓存
2010-05-07 09:47 INFO  c.j.b.c.BbsTopicCacheSvcImpl - 系统启动,设置论坛主题BbsTopic缓存
2010-05-07 09:47 DEBUG c.j.b.c.BbsMemberCacheSvcImpl - 系统启动,设置论坛会员BbsMember缓存
2010-05-07 09:47 INFO  c.j.c.w.ApplicationListener - 系统启动,读取所有站点信息到缓存。
Hibernate: select this_.WEBSITE_ID as WEBSITE1_11_0_, this_.DOMAIN as DOMAIN11_0_, this_.RES_PATH as RES3_11_0_, this_.LFT as LFT11_0_, this_.RGT as RGT11_0_, this_.RES_DOMAIN as RES6_11_0_, this_.BASE_DOMAIN as BASE7_11_0_, this_.DOMAIN_ALIAS as DOMAIN8_11_0_, this_.NAME as NAME11_0_, this_.SHORT_NAME as SHORT10_11_0_, this_.SUFFIX as SUFFIX11_0_, this_.CURRENT_SYSTEM as CURRENT12_11_0_, this_.COOKIE_KEY as COOKIE13_11_0_, this_.OWNER_NAME as OWNER14_11_0_, this_.OWNER_IDENTITY as OWNER15_11_0_, this_.COMPANY as COMPANY11_0_, this_.COPYRIGHT as COPYRIGHT11_0_, this_.RECORD_CODE as RECORD18_11_0_, this_.EMAIL as EMAIL11_0_, this_.PHONE_CODE as PHONE20_11_0_, this_.MOBILE_CODE as MOBILE21_11_0_, this_.CREATE_TIME as CREATE22_11_0_, this_.EMAIL_CHARSET as EMAIL23_11_0_, this_.EMAIL_HOSTNAME as EMAIL24_11_0_, this_.EMAIL_ACCOUNT as EMAIL25_11_0_, this_.EMAIL_USER_NAME as EMAIL26_11_0_, this_.EMAIL_USER_ID as EMAIL27_11_0_, this_.EMAIL_USER_PWD as EMAIL28_11_0_, this_.EMAIL_SUBJECT as EMAIL29_11_0_, this_.EMAIL_CONTENT as EMAIL30_11_0_, this_.CONTROL_FRONT_IPS as CONTROL31_11_0_, this_.CONTROL_ADMIN_IPS as CONTROL32_11_0_, this_.CONTROL_RESERVED as CONTROL33_11_0_, this_.CONTROL_NAME_MINLEN as CONTROL34_11_0_, this_.CLOSE_REASON as CLOSE35_11_0_, this_.IS_CLOSE as IS36_11_0_, this_.PARENT as PARENT11_0_, this_.GLOBAL_ID as GLOBAL38_11_0_ from CORE_WEBSITE this_
2010-5-7 21:47:39 org.apache.catalina.core.StandardContext filterStart
严重: Exception starting filter struts2
java.lang.NullPointerException
at com.opensymphony.xwork2.util.FileManager$FileRevision.needsReloading(FileManager.java:209)
at com.opensymphony.xwork2.util.FileManager.fileNeedsReloading(FileManager.java:60)
at com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.needsReload(XmlConfigurationProvider.java:325)
at org.apache.struts2.config.StrutsXmlConfigurationProvider.needsReload(StrutsXmlConfigurationProvider.java:168)
at com.opensymphony.xwork2.config.ConfigurationManager.conditionalReload(ConfigurationManager.java:220)
at com.opensymphony.xwork2.config.ConfigurationManager.getConfiguration(ConfigurationManager.java:61)
at org.apache.struts2.dispatcher.Dispatcher.getContainer(Dispatcher.java:891)
at org.apache.struts2.dispatcher.FilterDispatcher.init(FilterDispatcher.java:191)
at org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java:275)
at org.apache.catalina.core.ApplicationFilterConfig.setFilterDef(ApplicationFilterConfig.java:397)
at org.apache.catalina.core.ApplicationFilterConfig.<init>(ApplicationFilterConfig.java:108)
at org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:3800)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4450)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:526)
at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:987)
at org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:909)
at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:495)
at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1206)
at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:314)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053)
at org.apache.catalina.core.StandardHost.start(StandardHost.java:722)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
at org.apache.catalina.core.StandardService.start(StandardService.java:516)
at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
at org.apache.catalina.startup.Catalina.start(Catalina.java:583)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
2010-5-7 21:47:39 org.apache.catalina.core.StandardContext start
严重: Error filterStart
2010-5-7 21:47:39 org.apache.catalina.core.StandardContext start
严重: Context [/jeebbs] startup failed due to previous errors
2010-5-7 21:47:39 org.apache.catalina.core.ApplicationContext log
信息: Closing Spring root WebApplicationContext
2010-05-07 09:47 INFO  c.j.b.c.BbsForumCacheSvcImpl - 系统关闭,论坛板块BbsForum缓存入库
2010-05-07 09:47 INFO  c.j.b.c.BbsForumCacheSvcImpl - clear cache. isAll:true
2010-05-07 09:47 INFO  c.j.b.c.BbsForumCacheSvcImpl - clear 0 counts,remain 0 counts
2010-05-07 09:47 INFO  c.j.b.c.BbsGlobalCacheSvcImpl - 系统关闭,论坛全局BbsConfig缓存入库
2010-05-07 09:47 INFO  c.j.b.c.BbsGlobalCacheSvcImpl - clear cache.
2010-05-07 09:47 INFO  c.j.b.c.BbsTopicCacheSvcImpl - 系统关闭,论坛主题BbsTopic缓存入库
2010-05-07 09:47 INFO  c.j.b.c.BbsTopicCacheSvcImpl - bbsTopic clear cache.
2010-05-07 09:47 INFO  c.j.b.c.BbsTopicCacheSvcImpl - clear all 0 counts
2010-05-07 09:47 DEBUG c.j.b.c.BbsMemberCacheSvcImpl - 系统关闭,论坛会员BbsMember缓存入库
2010-05-07 09:47 INFO  c.j.b.c.BbsMemberCacheSvcImpl - clear cache isAll:true
2010-05-07 09:47 DEBUG c.j.b.c.BbsMemberCacheSvcImpl - clear 0 counts,remain 0 counts
2010-5-7 21:47:41 org.apache.coyote.http11.Http11Protocol start
信息: Starting Coyote HTTP/1.1 on http-8088
2010-5-7 21:47:41 org.apache.jk.common.ChannelSocket init
信息: JK: ajp13 listening on /0.0.0.0:8009
2010-5-7 21:47:41 org.apache.jk.server.JkMain start
信息: Jk running ID=0 time=0/62  config=null
2010-5-7 21:47:41 org.apache.catalina.startup.Catalina start
信息: Server startup in 74820 ms
Exception in thread "HouseKeeper" java.lang.NullPointerException
at org.logicalcobwebs.proxool.HouseKeeperController.getHouseKeeperToRun(HouseKeeperController.java:53)
at org.logicalcobwebs.proxool.HouseKeeperThread.run(HouseKeeperThread.java:33)
1 共1页