中间件Weblogic12.2.1版本,JDK1.8版本,在部署完war包后,weblogic启动报错,以下是报错信息:<Mar 11, 2016 2:42:53 PM CST> <Notice> <Security> <BEA-090946> <Security pre-initializing using security realm: myrealm>
<Mar 11, 2016 2:42:54 PM CST> <Notice> <Security> <BEA-090947> <Security post-initializing using security realm: myrealm>
<Mar 11, 2016 2:42:55 PM CST> <Notice> <Security> <BEA-090082> <Security initialized using administrative security realm: myrealm>
<Mar 11, 2016 2:42:58 PM CST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY.>
<Mar 11, 2016 2:42:58 PM CST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING.>
<Mar 11, 2016 2:42:58 PM CST> <Notice> <Log Management> <BEA-170036> <The Logging monitoring service timer has started to check for logged message counts every 30 seconds.>
<Mar 11, 2016 2:43:04 PM CST> <Warning> <JAXRSIntegration> <BEA-2192511> <The list of resource packages: org.apache.cxf.jaxrs.provider>
<Mar 11, 2016 2:43:31 PM CST> <Error> <Deployer> <BEA-149205> <Failed to initialize the application "insurance" due to error weblogic.management.DeploymentException: java.lang.ClassNotFoundException: org.mortbay.jetty.Connector
weblogic.management.DeploymentException: java.lang.ClassNotFoundException: org.mortbay.jetty.Connector
        at weblogic.application.internal.BaseDeployment.throwAppException(BaseDeployment.java:131)
        at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:245)
        at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:67)
        at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:158)
        at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:61)
        Truncated. see log file for complete stacktrace
Caused By: java.lang.ClassNotFoundException: org.mortbay.jetty.Connector
        at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:981)
        at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:942)
        at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:83)
        at weblogic.utils.classloaders.GenericClassLoader.doFindClass(GenericClassLoader.java:564)
        at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:500)
        Truncated. see log file for complete stacktrace
>
<Mar 11, 2016 2:43:32 PM CST> <Error> <Deployer> <BEA-149231> <Unable to set the activation state to true for the application "insurance".
weblogic.application.ModuleException: Module null can not be activated, not in ACTIVATED state: NEW
        at weblogic.diagnostics.module.WLDFModule.activate(WLDFModule.java:328)
        at weblogic.application.internal.flow.ModuleStateDriver$2.next(ModuleStateDriver.java:216)
        at weblogic.application.internal.flow.ModuleStateDriver$2.next(ModuleStateDriver.java:211)
        at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:45)
        at weblogic.application.internal.flow.ModuleStateDriver.activate(ModuleStateDriver.java:61)
        Truncated. see log file for complete stacktrace
>
<Mar 11, 2016 2:43:32 PM CST> <Notice> <Log Management> <BEA-170027> <The server has successfully established a connection with the Domain level Diagnostic Service.>
<Mar 11, 2016 2:43:33 PM CST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN.>
<Mar 11, 2016 2:43:33 PM CST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING.>
<Mar 11, 2016 2:43:33 PM CST> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 172.25.11.68:7001 for protocols iiop, t3, ldap, snmp, http.>
<Mar 11, 2016 2:43:33 PM CST> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 172.25.11.68:7001 for protocols iiop, t3, ldap, snmp, http.>
<Mar 11, 2016 2:43:33 PM CST> <Notice> <WebLogicServer> <BEA-000329> <Started the WebLogic Server Administration Server "AdminServer" for domain "mma_12c_test" running in production mode.>
<Mar 11, 2016 2:43:33 PM CST> <Notice> <WebLogicServer> <BEA-000360> <The server started in RUNNING mode.>
<Mar 11, 2016 2:43:34 PM CST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING.>
不知道是不是缺少什么jar ?