Problems with Axis deployment...

2004-03-19 Thread Marepalli, Somesh
Hi: I am trying for web services with Axis 1.1 and Tomcat 4.1.29 I have problems re-deploying a web app in Axis as it depends on other .jar files which load native DLLs. I read some forum where it mentions that because of classloader issues, Classes loading native DLLs should be

RE: Problems with Axis deployment...

2004-03-19 Thread smcardle
Sent: Friday, March 19, 2004 2:14 AM > To: [EMAIL PROTECTED] > Subject: RE: Problems with Axis deployment... > > Hi Somesh, > > How big is your application, i.e. can you attach it to a mail with your > wsdl > and I will have a look over the weekend for you. This would appear to

RE: Problems with Axis deployment...

2004-03-19 Thread Marepalli, Somesh
Sent: Friday, March 19, 2004 2:14 AM To: [EMAIL PROTECTED] Subject: RE: Problems with Axis deployment... Hi Somesh, How big is your application, i.e. can you attach it to a mail with your wsdl and I will have a look over the weekend for you. This would appear to be a problem in the sevice and not

RE: Problems with Axis deployment...

2004-03-18 Thread smcardle
yote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:193) > at > org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:78 > 1) > at > org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processC > onnection(Http11Protocol.java:549) >

RE: Problems with Axis deployment...

2004-03-18 Thread Marepalli, Somesh
:[EMAIL PROTECTED] Sent: Thursday, March 18, 2004 3:27 PM To: [EMAIL PROTECTED] Subject: RE: Problems with Axis deployment... Hi Somesh, Instead of trying to create your deployment by hand why don't you use the Axis java2WSDL to create a WSDL file and then use WSDL2java to create your deplo

RE: Problems with Axis deployment...

2004-03-18 Thread Marepalli, Somesh
Let me try this...I am in the process of doing so. Thanks for the suggestion Regards -Somesh -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, March 18, 2004 3:27 PM To: [EMAIL PROTECTED] Subject: RE: Problems with Axis deployment... Hi Somesh

RE: Problems with Axis deployment...

2004-03-18 Thread Marepalli, Somesh
Is there any way to get System.out.println() statements print to screen from a web service in Axis? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, March 18, 2004 3:27 PM To: [EMAIL PROTECTED] Subject: RE: Problems with Axis deployment... Hi Somesh

RE: Problems with Axis deployment...

2004-03-18 Thread smcardle
eValve. > java:174) > at > org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.i > nvokeNext(StandardPipeline.java:643) > at > org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:4 > 80) > at > org.apache.catalina.core.Contain

RE: Problems with Axis deployment...

2004-03-18 Thread Marepalli, Somesh
e.run(ThreadPool .java:666) at java.lang.Thread.run(Thread.java:534) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, March 18, 2004 2:16 PM To: [EMAIL PROTECTED] Subject: RE: Problems with Axis deployment... Hi Somesh, You should have a been mapping ye

RE: Problems with Axis deployment...

2004-03-18 Thread smcardle
Thursday, March 18, 2004 10:13 AM > To: [EMAIL PROTECTED] > Subject: Re: Problems with Axis deployment... > > Hi Somesh, > > The root cause is > java.lang.NoClassDefFoundError: org/apache/axis/AxisFault > > The Axis jar files are not available to your service. In you

RE: Problems with Axis deployment...

2004-03-18 Thread Marepalli, Somesh
think this could be a problem Please advise? Regards -Somesh -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, March 18, 2004 10:13 AM To: [EMAIL PROTECTED] Subject: Re: Problems with Axis deployment... Hi Somesh, The root cause is

Re: Problems with Axis deployment...

2004-03-18 Thread smcardle
Hi Somesh, The root cause is java.lang.NoClassDefFoundError: org/apache/axis/AxisFault The Axis jar files are not available to your service. In your service WEB- INF/lib directory ensure all of the Axis jar files are present and resart Tomcat. Regards Steve Quoting "Marepalli, Somesh" <[EMA

Problems with Axis deployment...

2004-03-18 Thread Marepalli, Somesh
Hi: I am trying to deploy a we service. All the classes needed for it are part of .jar files in Axis lib folder and Tomcat common lib folder. When I run my deployment descriptor, everything seems to be fine. However, when I try to refresh the Axis servlet, I just see this message "And no