政府机关

was 7.0 控制台报500错误【已解决】

今天was控制台一直报500错误,登陆不进去。
日志如下:
eGroup:已凭视图标识 (2:0.webappCell01webappCellManager01dmgr) 确认了所有的新视图成员。视图通道类型为 View|Ptp。
[11-11-21 18:05:16:480 GMT+08:00] 00000013 servlet       E com.ibm.ws.webcontainer.servlet.ServletWrapper service SRVE0068E: 应用程序 isclite 中 servlet action 的某一服务方法创建了未捕获到的异常。创建的异常:java.lang.NullPointerException
        at com.ibm.isclite.container.controller.InformationController.processPreprocess(InformationController.java:176)
        at org.apache.struts.action.RequestProcessor.process(Unknown Source)
        at org.apache.struts.action.ActionServlet.process(Unknown Source)
        at org.apache.struts.action.ActionServlet.doGet(Unknown Source)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:718)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:831)
        at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1663)
        at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1597)
        at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:104)
        at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:77)
        at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:908)
        at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:934)
        at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:502)
        at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:179)
        at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:341)
        at com.ibm.ws.webcontainer.servlet.FilterProxyServlet.dispatch(FilterProxyServlet.java:88)
        at com.ibm.ws.webcontainer.servlet.FilterProxyServlet.service(FilterProxyServlet.java:62)
        at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1663)
        at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1597)
        at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:131)
        at com.ibm.ws.console.core.servlet.WSCUrlFilter.setUpCommandAssistence(WSCUrlFilter.java:933)
        at com.ibm.ws.console.core.servlet.WSCUrlFilter.continueStoringTaskState(WSCUrlFilter.java:500)
        at com.ibm.ws.console.core.servlet.WSCUrlFilter.doFilter(WSCUrlFilter.java:321)
        at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:188)
        at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:116)
        at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:77)
        at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:908)
        at com.ibm.ws.webcontainer.filter.WebAppFilterManager.invokeFilters(WebAppFilterManager.java:997)
        at com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.invokeFilters(DefaultExtensionProcessor.java:985)
        at com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest(DefaultExtensionProcessor.java:682)
        at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3826)
        at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:276)
        at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:931)
        at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1583)
        at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:186)
        at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:445)
        at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewRequest(HttpInboundLink.java:504)
        at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.processRequest(HttpInboundLink.java:301)
        at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:275)
        at com.ibm.ws.ssl.channel.impl.SSLConnectionLink.determineNextChannel(SSLConnectionLink.java:1016)
        at com.ibm.ws.ssl.channel.impl.SSLConnectionLink$MyReadCompletedCallback.complete(SSLConnectionLink.java:639)
        at com.ibm.ws.ssl.channel.impl.SSLReadServiceContext$SSLReadCompletedCallback.complete(SSLReadServiceContext.java:1772)
        at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
        at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
        at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
        at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138)
        at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:204)
        at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:775)
        at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:905)
        at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1563)
解决方案:
这个问题是由于wsdl的jar有冲突了,解决的方式是:/IBM/WebSphere/AppServer/java/jre/lib/endorsed 里面的两个jar
wsdl4j-1.6.2.jar和jaxp-ri-1.4.2.jar修改为:wsdl4j-1.6.2.jar_和jaxp-ri-1.4.2.jar_
真折腾人啊。

附件:

附件图标 javacore.20111224.105841.27761.0001.zip (549.19 KB)

参与38

37 同行回答

艾依然 艾依然 其它 惠牛农业
winzir的建议:另外可以收一下admin console的tracehttp://www-01.ibm.com/support/do ... US&cs=utf-8&lang=en这是控制台应用ISCLite.ear自己的组件,有的时候建议重装控制台应用显示全部
winzir的建议:

另外可以收一下admin console的trace
http://www-01.ibm.com/support/do ... US&cs=utf-8&lang=en

这是控制台应用ISCLite.ear自己的组件,有的时候建议重装控制台应用 收起
互联网服务 · 2011-11-22
浏览577
duanyu9879 duanyu9879 开发工程师 ibm
怀疑是启动的时候was控制台中的web服务加载遇到问题了。[11/21/11 10:14:22:204 GMT+08:00] 00000000 CGBr ...yuruli2058 发表于 2011-11-22 11:36     虽然不是很懂,但是感觉有道理!显示全部
怀疑是启动的时候was控制台中的web服务加载遇到问题了。
[11/21/11 10:14:22:204 GMT+08:00] 00000000 CGBr ...
yuruli2058 发表于 2011-11-22 11:36



    虽然不是很懂,但是感觉有道理! 收起
金融其它 · 2011-11-22
浏览574
yuruli2058 yuruli2058 技术经理 广东凯通
怀疑是启动的时候was控制台中的web服务加载遇到问题了。[11/21/11 10:14:22:204 GMT+08:00] 00000000 CGBridgeSubsc I   CWRCB0102I: The core group bridge service has started the subscription router.[11/21/11 10:14:24:022 GMT+08:00] 00000000 FfdcPr...显示全部
怀疑是启动的时候was控制台中的web服务加载遇到问题了。
[11/21/11 10:14:22:204 GMT+08:00] 00000000 CGBridgeSubsc I   CWRCB0102I: The core group bridge service has started the subscription router.
[11/21/11 10:14:24:022 GMT+08:00] 00000000 FfdcProvider  W com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on /IBM/WebSphere/AppServer/profiles/Dmgr01/logs/ffdc/dmgr_1b5d1b5d_11.11.21_10.14.23.94117906.txt com.ibm.ws.websvcs.deployment.WSServerMetadataMerger.attachWSDLDefinition 1069
[11/21/11 10:14:24:041 GMT+08:00] 00000000 WSServerMetad E   WSWS7055E: The WEB-INF/classes/wsdl/ApplicationServer.wsdl Web Services Description Language (WSDL) file specified by annotations in class com.ibm.websphere.management.wsdm.jaxws.ApplicationServerService cannot be loaded correctly due to the following error: java.lang.IllegalArgumentException: Feature name 'com.ibm.wsdl.useWSDLLocatorAsEntityResolver' not recognized.
[11/21/11 10:14:24:043 GMT+08:00] 00000000 WSModuleDescr E   WSWS7011E: The configuration for the WebSphereWSDM.war application module cannot load correctly.
The following error occurred:  com.ibm.ws.websvcs.exception.DeploymentException: java.lang.IllegalArgumentException: Feature name 'com.ibm.wsdl.useWSDLLocatorAsEntityResolver' not recognized.
        at com.ibm.ws.websvcs.deployment.WSServerMetadataMerger.attachWSDLDefinition(WSServerMetadataMerger.java:1691)
        at com.ibm.ws.websvcs.deployment.WSServerMetadataMerger.associateWSDLDefinitions(WSServerMetadataMerger.java:1530)
        at com.ibm.ws.websvcs.deployment.WSServerMetadataMerger.mergeMetadata(WSServerMetadataMerger.java:645) 收起
政府机关 · 2011-11-22
浏览601
yuruli2058 yuruli2058 技术经理 广东凯通
回复 4# sangmin214     重启n次了,都一样的。显示全部
回复 4# sangmin214


    重启n次了,都一样的。 收起
政府机关 · 2011-11-22
浏览525
sangmin214 sangmin214 系统工程师 SS
先重启几次?显示全部
先重启几次? 收起
系统集成 · 2011-11-22
浏览549
yuruli2058 yuruli2058 技术经理 广东凯通
我知道是空指针。这个是启动的时候的异常:[11/21/11 10:14:22:204 GMT+08:00] 00000000 CGBridgeSubsc I   CWRCB0102I: The core group bridge service has started the subscription router.[11/21/11 10:14:24:022 GMT+08:00] 00000000 FfdcProvider &n...显示全部
我知道是空指针。
这个是启动的时候的异常:

[11/21/11 10:14:22:204 GMT+08:00] 00000000 CGBridgeSubsc I   CWRCB0102I: The core group bridge service has started the subscription router.
[11/21/11 10:14:24:022 GMT+08:00] 00000000 FfdcProvider  W com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on /IBM/WebSphere/AppServer/profiles/Dmgr01/logs/ffdc/dmgr_1b5d1b5d_11.11.21_10.14.23.94117906.txt com.ibm.ws.websvcs.deployment.WSServerMetadataMerger.attachWSDLDefinition 1069
[11/21/11 10:14:24:041 GMT+08:00] 00000000 WSServerMetad E   WSWS7055E: The WEB-INF/classes/wsdl/ApplicationServer.wsdl Web Services Description Language (WSDL) file specified by annotations in class com.ibm.websphere.management.wsdm.jaxws.ApplicationServerService cannot be loaded correctly due to the following error: java.lang.IllegalArgumentException: Feature name 'com.ibm.wsdl.useWSDLLocatorAsEntityResolver' not recognized.
[11/21/11 10:14:24:043 GMT+08:00] 00000000 WSModuleDescr E   WSWS7011E: The configuration for the WebSphereWSDM.war application module cannot load correctly.
The following error occurred:  com.ibm.ws.websvcs.exception.DeploymentException: java.lang.IllegalArgumentException: Feature name 'com.ibm.wsdl.useWSDLLocatorAsEntityResolver' not recognized.
        at com.ibm.ws.websvcs.deployment.WSServerMetadataMerger.attachWSDLDefinition(WSServerMetadataMerger.java:1691)
        at com.ibm.ws.websvcs.deployment.WSServerMetadataMerger.associateWSDLDefinitions(WSServerMetadataMerger.java:1530)
        at com.ibm.ws.websvcs.deployment.WSServerMetadataMerger.mergeMetadata(WSServerMetadataMerger.java:645)
        at com.ibm.ws.websvcs.desc.WSModuleDescriptorImpl.initDBCMap(WSModuleDescriptorImpl.java:1682)
        at com.ibm.ws.websvcs.desc.WSModuleDescriptorImpl.buildJAXWSServices(WSModuleDescriptorImpl.java:968)
        at com.ibm.ws.websvcs.desc.WSModuleDescriptorImpl.getJAXWSServices(WSModuleDescriptorImpl.java:542)
        at com.ibm.ws.websvcs.deploy.URLPatternHelper.getJAXWSWebServicesUrlPatterns(URLPatternHelper.java:93)
        at com.ibm.ws.websvcs.deploy.URLPatternHelper.getWebServicesUrlPatterns(URLPatternHelper.java:56)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
        at java.lang.reflect.Method.invoke(Method.java:599)
        at com.ibm.ws.odc.cell.TreeBuilder.getWebServicesUrlPatterns(TreeBuilder.java:2757)
        at com.ibm.ws.odc.cell.TreeBuilder.processWebModule(TreeBuilder.java:2343)
        at com.ibm.ws.odc.cell.TreeBuilder.readApplication(TreeBuilder.java:1972)
        at com.ibm.ws.odc.cell.TreeBuilder.readApplication(TreeBuilder.java:1824)
        at com.ibm.ws.odc.cell.TreeBuilder.obtainAppNode(TreeBuilder.java:2900)
        at com.ibm.ws.odc.cell.TreeBuilder.readCell(TreeBuilder.java:769)
        at com.ibm.ws.odc.cell.TreeBuilder.buildTargetTree(TreeBuilder.java:540)
        at com.ibm.ws.odc.cell.TreeBuilder.init(TreeBuilder.java:329)
        at com.ibm.ws.odc.cell.TreeBuilder.start(TreeBuilder.java:282)
        at com.ibm.ws.odc.ODCService.start(ODCService.java:90)
        at com.ibm.ws.runtime.component.ContainerHelper.startComponents(ContainerHelper.java:538)
        at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:627)
        at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:618)
        at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:503)
        at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:298)
        at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:214)
        at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:666)
        at com.ibm.ws.runtime.WsServer.main(WsServer.java:59)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
        at java.lang.reflect.Method.invoke(Method.java:599)
        at com.ibm.wsspi.bootstrap.WSLauncher.launchMain(WSLauncher.java:213)
        at com.ibm.wsspi.bootstrap.WSLauncher.main(WSLauncher.java:93)
        at com.ibm.wsspi.bootstrap.WSLauncher.run(WSLauncher.java:74)
        at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
        at java.lang.reflect.Method.invoke(Method.java:599)
        at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
        at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
        at org.eclipse.core.launcher.Main.run(Main.java:977)
        at com.ibm.wsspi.bootstrap.WSPreLauncher.launchEclipse(WSPreLauncher.java:340)
        at com.ibm.wsspi.bootstrap.WSPreLauncher.main(WSPreLauncher.java:110)
Caused by: java.lang.IllegalArgumentException: Feature name 'com.ibm.wsdl.useWSDLLocatorAsEntityResolver' not recognized.
        at com.ibm.wsdl.xml.WSDLReaderImpl.setFeature(Unknown Source)
        at com.ibm.ws.websvcs.deployment.WSServerMetadataMerger.attachWSDLDefinition(WSServerMetadataMerger.java:1575)
        ... 50 more 收起
政府机关 · 2011-11-21
浏览677
wscbody wscbody 软件开发工程师 暂无
空指针异常显示全部
空指针异常 收起
互联网服务 · 2011-11-21
浏览530

提问者

yuruli2058
技术经理 广东凯通
擅长领域: 中间件
评论54

问题状态

  • 发布时间:2011-11-21
  • 关注会员:1 人
  • 问题浏览:20198
  • 最近回答:2012-02-28
  • X社区推广