求救:Struts2.0+weblogic9.2的启动问题
请各位帮忙看看什么问题,困扰的我要崩溃。
环境:Struts2+weblogic9.2+MyEclipse6.0
在MyEclipse中启动wlg总是报这错误(我已经把Struts2.0包引入了)
不胜感激。
<2008-10-8 下午03时34分20秒 CST> <Notice> <WebLogicServer> <BEA-000395> <Following extensions directory contents added to the end of the classpath:
C:\bea9.2\weblogic92\platform\lib\p13n\p13n-schemas.jar;C:\bea9.2\weblogic92\platform\lib\p13n\p13n_common.jar;C:\bea9.2\weblogic92\platform\lib\p13n\p13n_system.jar;C:\bea9.2\weblogic92\platform\lib\wlp\commerce_system.jar;C:\bea9.2\weblogic92\platform\lib\wlp\content_system.jar;C:\bea9.2\weblogic92\platform\lib\wlp\groupspace_system.jar;C:\bea9.2\weblogic92\platform\lib\wlp\netuix_common.jar;C:\bea9.2\weblogic92\platform\lib\wlp\netuix_schemas.jar;C:\bea9.2\weblogic92\platform\lib\wlp\netuix_system-full.jar;C:\bea9.2\weblogic92\platform\lib\wlp\netuix_system.jar;C:\bea9.2\weblogic92\platform\lib\wlp\nf-jspcmods.jar;C:\bea9.2\weblogic92\platform\lib\wlp\nf-system.jar;C:\bea9.2\weblogic92\platform\lib\wlp\wlp-schemas.jar;C:\bea9.2\weblogic92\platform\lib\wlp\wps_system.jar;C:\bea9.2\weblogic92\platform\lib\wlp\wsrp-client.jar;C:\bea9.2\weblogic92\platform\lib\wlp\wsrp-common.jar>
<2008-10-8 下午03时34分21秒 CST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 1.5.0_04-b05 from Sun Microsystems Inc.>
<2008-10-8 下午03时34分21秒 CST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 9.2 Fri Jun 23 20:47:26 EDT 2006 783464 >
<2008-10-8 下午03时34分23秒 CST> <Info> <WebLogicServer> <BEA-000215> <Loaded License : C:\bea9.2\license.bea>
<2008-10-8 下午03时34分23秒 CST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
<2008-10-8 下午03时34分23秒 CST> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
<2008-10-8 下午03时34分23秒 CST> <Notice> <Log Management> <BEA-170019> <The server log file C:\bea9.2\user_projects\domains\opdomain\servers\AdminServer\logs\AdminServer.log is opened. All server side log events will be written to this file.>
<2008-10-8 下午03时34分24秒 CST> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
<2008-10-8 下午03时34分26秒 CST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
<2008-10-8 下午03时34分26秒 CST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
2008-10-08 15:34:27,906 (SetCharacterEncodingFilter.java:60) INFO com.csair.commons.filters.SetCharacterEncodingFilter - [系统初始化][初始化编码过滤器]编码字符集:GBK
<2008-10-8 下午03时34分27秒 CST> <Error> <HTTP> <BEA-101165> <Could not load user defined filter in web.xml: weblogic.servlet.internal.WebAppServletContext@95f75 - appName: '_appsdir_OperWeb_dir', name: 'OperWeb', context-path: '' org.apache.Struts2.dispatcher.FilterDispatcher.
java.lang.ClassNotFoundException: org.apache.Struts2.dispatcher.FilterDispatcher
at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:286)
at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:259)
at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:54)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
Truncated. see log file for complete stacktrace
>
<2008-10-8 下午03时34分27秒 CST> <Error> <Deployer> <BEA-149231> <Unable to set the activation state to true for the application '_appsdir_OperWeb_dir'.
weblogic.application.ModuleException:
at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:894)
at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:336)
at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
Truncated. see log file for complete stacktrace
java.lang.ClassNotFoundException: org.apache.Struts2.dispatcher.FilterDispatcher
at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:286)
at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:259)
at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:54)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
Truncated. see log file for complete stacktrace
>
<2008-10-8 下午03时34分27秒 CST> <Notice> <Log Management> <BEA-170027> <The server initialized the domain log broadcaster successfully. Log messages will now be broadcasted to the domain log.>
<2008-10-8 下午03时34分28秒 CST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
<2008-10-8 下午03时34分28秒 CST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING>
<2008-10-8 下午03时34分29秒 CST> <Notice> <Server> <BEA-002613> <Channel "Default[1]" is now listening on 127.0.0.1:7001 for protocols iiop, t3, ldap, http.>
<2008-10-8 下午03时34分29秒 CST> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 10.108.19.66:7001 for protocols iiop, t3, ldap, http.>
<2008-10-8 下午03时34分29秒 CST> <Notice> <WebLogicServer> <BEA-000331> <Started WebLogic Admin Server "AdminServer" for domain "opdomain" running in Development Mode>
<2008-10-8 下午03时34分29秒 CST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
<2008-10-8 下午03时34分29秒 CST> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>