日期:2014-05-18  浏览次数:20740 次

导入工程后,weblogic报错问题
<2013-8-16 上午08时44分32秒 CST> <Warning> <HTTP> <BEA-101162> <User defined listener com.util.SystemStartUpListener failed: java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key days.
java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key days
at java.util.ResourceBundle.getObject(ResourceBundle.java:384)
at java.util.ResourceBundle.getString(ResourceBundle.java:344)
at com.util.ConfigUtils.getConfig(ConfigUtils.java:9)
at com.util.SystemStartUpListener.contextInitialized(SystemStartUpListener.java:28)
at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
Truncated. see log file for complete stacktrace

<2013-8-16 上午08时44分32秒 CST> <Error> <Deployer> <BEA-149231> <Unable to set the activation state to true for the application '_appsdir_ECManager_dir'.
weblogic.application.ModuleException: 
at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1514)
at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:486)
at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
Truncated. see log file for complete stacktrace



哪位大侠知道这个问题怎么解决?

------解决方案--------------------
http://blog.csdn.net/mcpang/article/details/7975702这里应该能解决你的问题