首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 服务器 > 其他服务器 >

websphere发布webservice的时候出现这样的奇怪有关问题. 大家帮帮忙

2012-03-09 
websphere发布webservice的时候出现这样的奇怪问题. 大家帮帮忙不在ecplise中启动WebSphere时,出现下列错E

websphere发布webservice的时候出现这样的奇怪问题. 大家帮帮忙
不在ecplise中启动WebSphere时,出现下列错
Error 404: SRVE0203E: Servlet [XFireServlet]:找到 org.codehaus.xfire.transport.http.XFireConfigurableServlet,但缺少另一个必需类。 SRVE0206E: 此错误通常意味着 servlet 最初是用服务器无法找到的类来编译的。 SRVE0187E: 检查您的类路径,以确保 servlet 需要的所有类都存在。SRVE0210I: 通过仅使用应用程序的运行时类路径中的类重新编译 servlet,可以调试此问题 SRVE0234I: 应用程序类路径=[C:\IBM\WebSphere\AppServer\java\lib;C:\IBM\WebSphere\AppServer\java\lib\dt.jar;C:\IBM\WebSphere\AppServer\java\lib\htmlconverter.jar;C:\IBM\WebSphere\AppServer\java\lib\tools.jar;C:\IBM\WebSphere\AppServer\profiles\AppSrv01\classes;C:\IBM\WebSphere\AppServer\lib;C:\IBM\WebSphere\AppServer\lib\AMJACCProvider.jar;C:\IBM\WebSphere\AppServer\lib\DDParser5.jar;C:\IBM\WebSphere\AppServer\lib\EJBCommandTarget.jar;C:\IBM\WebSphere\AppServer\lib\IVTClient.jar;C:\IBM\WebSphere\AppServer\lib\PDWASAuthzManager.jar;C:\IBM\WebSphere\AppServer\lib\UDDICloudscapeCreate.jar;C:\IBM\WebSphere\AppServer\lib\UDDIValueSetTools.jar;C:\IBM\WebSphere\AppServer\lib\WebSealTAIwas6.jar;C:\IBM\WebSphere\AppServer\lib\activation-impl.jar;(省略一部分)


在ecplise中启动WebSphere时,出现下列错
08-11-10 11:19:20:804 GMT] 0000003e XFireServlet E Error initializing XFireServlet. 
[08-11-10 11:19:20:834 GMT] 0000003e XFireServlet E TRAS0014I: 下列异常已记录 java.lang.NoClassDefFoundError: org/springframework/web/context/WebApplicationContext 
at org.codehaus.xfire.transport.http.XFireConfigurableServlet.loadConfig(XFireConfigurableServlet.java:76) 
at org.codehaus.xfire.transport.http.XFireConfigurableServlet.createXFire(XFireConfigurableServlet.java:54) 
at org.codehaus.xfire.transport.http.XFireServlet.init(XFireServlet.java:45) 
at javax.servlet.GenericServlet.init(GenericServlet.java:256) 
at com.ibm.ws.webcontainer.servlet.ServletWrapper.init(ServletWrapper.java:262) 
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:444) 
at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:2841) 
at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:220) 
at com.ibm.ws.webcontainer.VirtualHost.handleRequest(VirtualHost.java:204) 
at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1681) 
at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:77) 
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:421) 
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:367) 
at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:94) 
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:548) 
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java:601) 
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:934) 
at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1021) 
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1332) 
。 
  java.lang.NoClassDefFoundError: org/springframework/web/context/WebApplicationContext 
at org.codehaus.xfire.transport.http.XFireConfigurableServlet.loadConfig(XFireConfigurableServlet.java:76) 
at org.codehaus.xfire.transport.http.XFireConfigurableServlet.createXFire(XFireConfigurableServlet.java:54) 
at org.codehaus.xfire.transport.http.XFireServlet.init(XFireServlet.java:45) 
at javax.servlet.GenericServlet.init(GenericServlet.java:256) 
at com.ibm.ws.webcontainer.servlet.ServletWrapper.init(ServletWrapper.java:262) 
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:444) 
at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:2841) 
at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:220) 


at com.ibm.ws.webcontainer.VirtualHost.handleRequest(VirtualHost.java:204) 
at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1681) 
at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:77) 
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:421) 
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:367) 
at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:94) 
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:548) 
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java:601) 
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:934) 
at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1021) 
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1332) 

[08-11-10 11:19:20:869 GMT] 0000003e ServletWrappe E Uncaught init() exception thrown by servlet XFireServlet 
[08-11-10 11:19:20:940 GMT] 0000003e WebApp E SRVE0026E: [Servlet 错误]-[XFireServlet]:java.lang.NoClassDefFoundError: org/springframework/web/context/WebApplicationContext 
at org.codehaus.xfire.transport.http.XFireConfigurableServlet.loadConfig(XFireConfigurableServlet.java:76) 
at org.codehaus.xfire.transport.http.XFireConfigurableServlet.createXFire(XFireConfigurableServlet.java:54) 
at org.codehaus.xfire.transport.http.XFireServlet.init(XFireServlet.java:45) 
at javax.servlet.GenericServlet.init(GenericServlet.java:256) 
at com.ibm.ws.webcontainer.servlet.ServletWrapper.init(ServletWrapper.java:262) 
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:444) 
at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:2841) 
at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:220) 
at com.ibm.ws.webcontainer.VirtualHost.handleRequest(VirtualHost.java:204) 
at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1681) 
at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:77) 
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:421) 
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:367) 
at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:94) 
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:548) 
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java:601) 
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:934) 
at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1021) 
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1332) 


[解决办法]
把XFire核心包添加到WebSphere\AppServer\lib包列表如下:
activation-1.1.jar、commons-beanutils-1.7.0.jar、commons-codec-1.3.jar、commons-httpclient.jar、commons-logging-1.0.4.jar、jaxen-1.1-beta-9.jar、jaxws-api-2.0.jar、jdom-1.0.jar、jsr173_api-1.0.jar、mail-1.4.jar、saaj-api-1.3.jar、saaj-impl-1.3.jar、spring-1.2.6.jar、stax-api-1.0.1.jar、wsdl4j-1.5.2.jar、wstx-asl-3.0.1.jar、xbean-2.1.0.jar、xbean-spring-2.5.jar、
xfire-aegis-1.2.2.jar、xfire-annotations-1.2.2.jar、xfire-core-1.2.2.jar、xfire-java5-1.2.2.jar、xfire-jaxws-1.2.2.jar、xfire-jsr181-api-1.0-M1.jar、xfire-spring-1.2.2.jar、XmlSchema-1.1.jar
重新启动WebSphere,问题解决

热点排行