• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

ant build

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Ranch Hand
Posts: 318
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
its 2010 and I still have the same issue

last week we had tons of changes in wsdl and xsd

and now when I hit the service url I get npe

[7/9/10 13:26:28:908 CDT] 00000038 EngineConfigu E com.ibm.ws.webservices.engine.configuration.EngineConfigurationFactoryFinder$1 run WSWS3345E: Error: Unable to locate a valid EngineConfigurationFactory.
[7/9/10 13:26:28:998 CDT] 00000038 EngineConfigu E com.ibm.ws.webservices.engine.configuration.EngineConfigurationFactoryFinder$1 run WSWS3345E: Error: Unable to locate a valid EngineConfigurationFactory.
[7/9/10 13:26:29:000 CDT] 0000022c DefaultMessag 3 org.springframework.jms.listener.AbstractPollingMessageListenerContainer doReceiveAndExecute Consumer [com.ibm.ws.sib.api.jms.impl.JmsMsgConsumerImpl@15c415c4] of session [com.ibm.ws.sib.api.jms.impl.JmsSessionImpl@48ec48ec] did not receive a message
[7/9/10 13:26:29:003 CDT] 00000038 ServletWrappe E SRVE0068E: Uncaught exception thrown in one of the service methods of the servlet: xxxServicePort. Exception thrown : java.lang.NullPointerException
at com.ibm.ws.webservices.engine.transport.http.WebServicesServlet.reportAvailableServices(WebServicesServlet.java:681)
at com.ibm.ws.webservices.engine.transport.http.WebServicesServlet.doGet(WebServicesServlet.java:629)
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:856)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1146)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:592)
at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:524)
at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3548)
at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:269)
at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:818)
at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1478)
at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:125)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:458)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:387)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:267)
at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators(NewConnectionInitialReadCallback.java:214)
at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:113)
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$1.run(AsyncChannelFuture.java:205)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1497)

[7/9/10 13:26:29:015 CDT] 00000038 WebApp E [Servlet Error]-[xxxServicePort]: java.lang.NullPointerException
at com.ibm.ws.webservices.engine.transport.http.WebServicesServlet.reportAvailableServices(WebServicesServlet.java:681)
at com.ibm.ws.webservices.engine.transport.http.WebServicesServlet.doGet(WebServicesServlet.java:629)
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:856)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1146)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:592)
at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:524)
at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3548)
at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:269)
at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:818)
at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1478)
at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:125)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:458)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:387)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:267)
at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators(NewConnectionInitialReadCallback.java:214)
at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:113)
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$1.run(AsyncChannelFuture.java:205)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1497)
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This looks like a websphere question to me. Moving.
reply
    Bookmark Topic Watch Topic
  • New Topic