问题描述
[8/22/1513:09:24:399CST]00000045WASSessionCorISessionContextRegistrygetSessionContextSESN0176I:Willcreateanewsessioncontextforapplicationkeydefault_hostUWC[8/22/1513:09:24:431CST]00000045jspWcom.ibm.ws.jsp.webcontainerext.WASJSPExtensionProcessorWASJSPExtensionProcessorSpecfiedSharedLibraryjarfile[D:/Java_library/apache-cxf-2.5.2/lib/geronimo-ejb_3.0_spec-1.0.1.jar]doesnotexist[8/22/1513:09:24:433CST]00000045jspWcom.ibm.ws.jsp.webcontainerext.WASJSPExtensionProcessorWASJSPExtensionProcessorSpecfiedSharedLibraryjarfile[D:/Java_library/apache-cxf-2.5.2/lib/org.apache.servicemix.bundles.saaj-impl-1.3.18_1.jar]doesnotexist[8/22/1513:09:24:583CST]00000045FfdcProviderWcom.ibm.ws.ffdc.impl.FfdcProviderlogIncidentFFDC1003I:FFDCIncidentemittedonD:AIAWorkspaceWASProfilelogsffdcUWC_LOCAL_c3dfb112_15.08.22_13.09.24.554204308141295168644.txtcom.ibm.ws.webcontainer.webapp.WebAppServletManager.loadServlet213[8/22/1513:09:24:585CST]00000045webappEcom.ibm.ws.webcontainer.webapp.WebAppcommonInitializationFinallySRVE0266E:Erroroccuredwhileinitializingservlets:{0}javax.servlet.UnavailableException:SRVE0201E:Servlet[org.apache.cxf.transport.servlet.CXFServlet]:notaservletclassatcom.ibm.ws.webcontainer.servlet.ServletWrapper$1.run(ServletWrapper.java:1486)atcom.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java:118)atcom.ibm.ws.webcontainer.servlet.ServletWrapper.loadServlet(ServletWrapper.java:1460)atcom.ibm.ws.webcontainer.servlet.ServletWrapper.loadOnStartupCheck(ServletWrapper.java:1339)atcom.ibm.ws.webcontainer.webapp.WebApp.doLoadOnStartupActions(WebApp.java:604)atcom.ibm.ws.webcontainer.webapp.WebApp.commonInitializationFinally(WebApp.java:574)atcom.ibm.ws.webcontainer.webapp.WebAppImpl.initialize(WebAppImpl.java:425)atcom.ibm.ws.webcontainer.webapp.WebGroupImpl.addWebApplication(WebGroupImpl.java:88)atcom.ibm.ws.webcontainer.VirtualHostImpl.addWebApplication(VirtualHostImpl.java:169)atcom.ibm.ws.webcontainer.WSWebContainer.addWebApp(WSWebContainer.java:749)atcom.ibm.ws.webcontainer.WSWebContainer.addWebApplication(WSWebContainer.java:634)atcom.ibm.ws.webcontainer.component.WebContainerImpl.install(WebContainerImpl.java:426)atcom.ibm.ws.webcontainer.component.WebContainerImpl.start(WebContainerImpl.java:718)atcom.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1173)atcom.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1370)atcom.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:639)atcom.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:968)atcom.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:772)atcom.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:2175)atcom.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(CompositionUnitMgrImpl.java:445)atcom.ibm.ws.runtime.component.CompositionUnitImpl.start(CompositionUnitImpl.java:123)atcom.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(CompositionUnitMgrImpl.java:388)atcom.ibm.ws.runtime.component.CompositionUnitMgrImpl.access$500(CompositionUnitMgrImpl.java:116)atcom.ibm.ws.runtime.component.CompositionUnitMgrImpl$CUInitializer.run(CompositionUnitMgrImpl.java:994)atcom.ibm.wsspi.runtime.component.WsComponentImpl$_AsynchInitializer.run(WsComponentImpl.java:349)atcom.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1814)[8/22/1513:09:24:590CST]00000045webappWcom.ibm.ws.webcontainer.webapp.WebAppinitializeStaticFileHandlerSRVE0278E:Errorwhileaddingservletmapping-->/*.配置文件如下web.xml<!--Springframeworkconfiguration--><context-param><param-name>contextConfigLocation</param-name><param-value>/WEB-INF/classes/beans-2.5.2.xml,/WEB-INF/classes/cxf-servlet-2.5.2.xml</param-value></context-param><listener><listener-class>org.springframework.web.context.ContextLoaderListener</listener-class></listener><!--listener><listener-class>org.springframework.web.util.IntrospectorCleanupListener</listener-class></listener--><servlet><description>JAX-RSToolsGenerated-Donotmodify</description><servlet-name>cxf</servlet-name><servlet-class>org.apache.cxf.transport.servlet.CXFServlet</servlet-class><load-on-startup>1</load-on-startup><enabled>true</enabled><async-supported>false</async-supported></servlet><servlet-mapping><servlet-name>cxf</servlet-name><url-pattern>/*</url-pattern></servlet-mapping>beans-2.5.2.xml<?xmlversion="1.0"encoding="UTF-8"?><beansxmlns="http://www.springframework.org/schema/beans"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xmlns:jaxws="http://cxf.apache.org/jaxws"xmlns:aop="http://www.springframework.org/schema/aop"xmlns:tx="http://www.springframework.org/schema/tx"xsi:schemaLocation="http://www.springframework.org/schema/beanshttp://www.springframework.org/schema/beans/spring-beans-3.0.xsdhttp://www.springframework.org/schema/txhttp://www.springframework.org/schema/tx/spring-tx-3.0.xsdhttp://www.springframework.org/schema/aophttp://www.springframework.org/schema/aop/spring-aop-3.0.xsd"default-autowire="byName"></beans>cxf-2.5.2.xml<?xmlversion="1.0"encoding="UTF-8"?><beansxmlns="http://www.springframework.org/schema/beans"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xmlns:jaxws="http://cxf.apache.org/jaxws"xsi:schemaLocation="http://www.springframework.org/schema/beanshttp://www.springframework.org/schema/beans/spring-beans.xsdhttp://cxf.apache.org/jaxwshttp://cxf.apache.org/schemas/jaxws.xsd"><importresource="classpath:META-INF/cxf/cxf.xml"/><importresource="classpath:META-INF/cxf/cxf-servlet.xml"/><importresource="classpath:META-INF/cxf/cxf-extension-soap.xml"/><jaxws:endpointid="underwriting"implementor="com.aia.nuwc.services.impl.UnderwritingImpl"address="/underwriting"/></beans>Applicationserver&WebmoduleClasspath<classPath>D:/Java_library/apache-cxf-2.5.2/lib/cxf-2.5.2.jar</classPath><classPath>D:/Java_library/apache-cxf-2.5.2/lib/cxf-manifest.jar</classPath><classPath>D:/Java_library/apache-cxf-2.5.2/lib/xmlschema-core-2.0.1.jar</classPath><classPath>D:/Java_library/apache-cxf-2.5.2/lib/FastInfoset-1.2.9.jar</classPath><classPath>D:/Java_library/apache-cxf-2.5.2/lib/aopalliance-1.0.jar</classPath><classPath>D:/Java_library/apache-cxf-2.5.2/lib/commons-logging-1.1.1.jar</classPath><classPath>D:/Java_library/apache-cxf-2.5.2/lib/geronimo-activation_1.1_spec-1.1.jar</classPath><classPath>D:/Java_library/apache-cxf-2.5.2/lib/geronimo-annotation_1.0_spec-1.1.1.jar</classPath><classPath>D:/Java_library/apache-cxf-2.5.2/lib/geronimo-javamail_1.4_spec-1.7.1.jar</classPath><classPath>D:/Java_library/apache-cxf-2.5.2/lib/geronimo-jaxws_2.2_spec-1.1.jar</classPath><classPath>D:/Java_library/apache-cxf-2.5.2/lib/geronimo-stax-api_1.0_spec-1.0.1.jar</classPath><classPath>D:/Java_library/apache-cxf-2.5.2/lib/geronimo-ws-metadata_2.0_spec-1.1.3.jar</classPath><classPath>D:/Java_library/apache-cxf-2.5.2/lib/geronimo-ejb_3.0_spec-1.0.1.jar</classPath><classPath>D:/Java_library/apache-cxf-2.5.2/lib/neethi-3.0.1.jar</classPath><classPath>D:/Java_library/apache-cxf-2.5.2/lib/org.apache.servicemix.bundles.saaj-impl-1.3.18_1.jar</classPath><classPath>D:/Java_library/apache-cxf-2.5.2/lib/spring-aop-3.0.6.RELEASE.jar</classPath><classPath>D:/Java_library/apache-cxf-2.5.2/lib/spring-asm-3.0.6.RELEASE.jar</classPath><classPath>D:/Java_library/apache-cxf-2.5.2/lib/spring-beans-3.0.6.RELEASE.jar</classPath><classPath>D:/Java_library/apache-cxf-2.5.2/lib/spring-context-3.0.6.RELEASE.jar</classPath><classPath>D:/Java_library/apache-cxf-2.5.2/lib/spring-core-3.0.6.RELEASE.jar</classPath><classPath>D:/Java_library/apache-cxf-2.5.2/lib/spring-expression-3.0.6.RELEASE.jar</classPath><classPath>D:/Java_library/apache-cxf-2.5.2/lib/spring-web-3.0.6.RELEASE.jar</classPath><classPath>D:/Java_library/apache-cxf-2.5.2/lib/stax2-api-3.1.1.jar</classPath><classPath>D:/Java_library/apache-cxf-2.5.2/lib/woodstox-core-asl-4.1.1.jar</classPath><classPath>D:/Java_library/apache-cxf-2.5.2/lib/wsdl4j-1.6.2.jar</classPath>
解决方案
解决方案二:
请高手帮忙看看上边的问题,联系电话13910697541