You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Z Chen <zc...@yahoo.com> on 2006/08/16 23:31:31 UTC

webservices working in Axis2 stand-alone server but not on tomcat

I have a web services defined. Using Axis stand-alone
simpleHttpServer, I am able to invoke the service. But
when I dropped the .aar file on tomcat server, I can
see the service is deployed by listing the service and
seeing the details of the services. But when I tried
to invoke it from a java client, I got nothing ! I can
see sth generated in the log file, such as the
IllegalStateException, do I have to do anything extra
than just dropping the .aar file ?

Thanks



java.lang.IllegalStateException
	at
org.apache.coyote.Response.reset(Response.java:296)
	at
org.apache.coyote.tomcat4.CoyoteResponse.reset(CoyoteResponse.java:580)
	at
org.apache.coyote.tomcat4.CoyoteResponse.reset(CoyoteResponse.java:776)
	at
org.apache.catalina.valves.ErrorDispatcherValve.custom(ErrorDispatcherValve.java:364)
	at
org.apache.catalina.valves.ErrorDispatcherValve.status(ErrorDispatcherValve.java:278)
	at
org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:128)
	at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:594)
	at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:116)
	at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:594)
	at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433)
	at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:948)
	at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:127)
	at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596)
	at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433)
	at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:948)
	at
org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:152)
	at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
	at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
	at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
	at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
	at java.lang.Thread.run(Thread.java:534)

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org