hi all,
Iam using intellij to write
ant script to build the web service and deploy it in WebSphere Application server 6.0.
Iam able to publish the wsdl in WAS6.0 but when i type the URL in IE iam getting the following exception
[7/3/06 11:24:07:166 IST] 00000044 ApplicationMg A WSVR0220I: Application stopped: HDwebServiceEjbEAR
[7/3/06 11:24:10:557 IST] 00000044 ApplicationMg A WSVR0200I: Starting application: HDWS
[7/3/06 11:24:12:119 IST] 00000044 EJBContainerI I WSVR0207I: Preparing to start
EJB jar: std-ejb-HDWS.jar
[7/3/06 11:24:12:119 IST] 00000044 EJBContainerI I WSVR0037I: Starting EJB jar: std-ejb-HDWS.jar
[7/3/06 11:24:12:182 IST] 00000044 WSServerImpl W WSWS1051W: Web Service enabled EJB does not have any defined web service router modules.
[7/3/06 11:24:12:197 IST] 00000044 WebGroup A SRVE0169I: Loading Web Module: HD.
[7/3/06 11:24:12:228 IST] 00000044 VirtualHost I SRVE0250I: Web Module HD has been bound to default_host[*:9080,*:80,*:9443].
[7/3/06 11:24:12:291 IST] 00000044 ApplicationMg A WSVR0221I: Application started: HDWS
[7/3/06 11:24:17:728 IST] 0000004a SystemOut O Retrieving document at 'file:C:\WINDOWS\TEMP\DeployUtilsTmpDir1151906057666/META-INF/wsdl/SynchMsgProcessorWS.wsdl'.
[7/3/06 11:24:20:463 IST] 00000047 MetaDataLoade E WSWS0045E: The router war module for EJB module std-ejb-HDWS.jar is null, but its web.xml is missing a url
pattern for port component SynchMsgProcessorWS.
[7/3/06 11:24:43:135 IST] 00000044 ServletWrappe A SRVE0242I: [SynchMsgProcessorWS]: Initialization successful.
[7/3/06 11:24:43:150 IST] 00000044 EngineConfigu E WSWS3345E: Error: Unable to locate a valid EngineConfigurationFactory.
[7/3/06 11:24:43:166 IST] 00000044 EngineConfigu E WSWS3345E: Error: Unable to locate a valid EngineConfigurationFactory.
[7/3/06 11:24:43:197 IST] 00000044 ServletWrappe E SRVE0068E: Could not invoke the service() method on
servlet SynchMsgProcessorWS. Exception thrown : java.lang.NullPointerException
at com.ibm.ws.webservices.engine.transport.http.WebServicesServlet.reportAvailableServices(WebServicesServlet.java:551)
at com.ibm.ws.webservices.engine.transport.http.WebServicesServlet.doGet(WebServicesServlet.java:495)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
at com.ibm.ws.webservices.engine.transport.http.WebServicesServletBase.service(WebServicesServletBase.java:341)
at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code))
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java(Compiled Code))
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java(Compiled Code))
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.HttpInboundLink.ready(HttpInboundLink.java:276)
at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminaters(NewConnectionInitialReadCallback.java:201)
at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:103)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:548)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java(Compiled Code))
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(Compiled Code))
[7/3/06 11:24:43:213 IST] 00000044 LocalTranCoor E WLTC0017E: Resources rolled back due to setRollbackOnly() being called.
[7/3/06 11:24:43:338 IST] 00000044 WebApp E SRVE0026E: [Servlet Error]-[SynchMsgProcessorWS]: java.lang.NullPointerException
at com.ibm.ws.webservices.engine.transport.http.WebServicesServlet.reportAvailableServices(WebServicesServlet.java:551)
at com.ibm.ws.webservices.engine.transport.http.WebServicesServlet.doGet(WebServicesServlet.java:495)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
at com.ibm.ws.webservices.engine.transport.http.WebServicesServletBase.service(WebServicesServletBase.java:341)
at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code))
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java(Compiled Code))
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java(Compiled Code))
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.HttpInboundLink.ready(HttpInboundLink.java:276)
at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminaters(NewConnectionInitialReadCallback.java:201)
at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:103)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:548)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java(Compiled Code))
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(Compiled Code))
[7/3/06 11:24:43:354 IST] 00000044 SRTServletRes W WARNING: Cannot set status. Response already committed.
[7/3/06 11:24:48:182 IST] 0000004d EngineConfigu E WSWS3345E: Error: Unable to locate a valid EngineConfigurationFactory.
[7/3/06 11:24:48:197 IST] 0000004d EngineConfigu E WSWS3345E: Error: Unable to locate a valid EngineConfigurationFactory.
[7/3/06 11:24:48:213 IST] 0000004d ServletWrappe E SRVE0068E: Could not invoke the service() method on servlet SynchMsgProcessorWS. Exception thrown : java.lang.NullPointerException
at com.ibm.ws.webservices.engine.transport.http.WebServicesServlet.processWsdlRequest(WebServicesServlet.java:256)
at com.ibm.ws.webservices.engine.transport.http.WebServicesServlet.doGet(WebServicesServlet.java:486)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
at com.ibm.ws.webservices.engine.transport.http.WebServicesServletBase.service(WebServicesServletBase.java:341)
at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code))
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java(Compiled Code))
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java(Compiled Code))
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(Compiled Code))
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(Compiled Code))
[7/3/06 11:24:48:275 IST] 0000004d LocalTranCoor E WLTC0017E: Resources rolled back due to setRollbackOnly() being called.
[7/3/06 11:24:48:275 IST] 0000004d WebApp E SRVE0026E: [Servlet Error]-[SynchMsgProcessorWS]: java.lang.NullPointerException
at com.ibm.ws.webservices.engine.transport.http.WebServicesServlet.processWsdlRequest(WebServicesServlet.java:256)
at com.ibm.ws.webservices.engine.transport.http.WebServicesServlet.doGet(WebServicesServlet.java:486)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
at com.ibm.ws.webservices.engine.transport.http.WebServicesServletBase.service(WebServicesServletBase.java:341)
at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code))
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java(Compiled Code))
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java(Compiled Code))
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(Compiled Code))
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(Compiled Code))
can anybody help me on this.