AW: [Axis2] NPE during load in DeploymentFileData.getName

2011-09-13 Thread Stadelmann Josef
The name of the directory to be created under ./webapps is the name of the file of "axis2.war" or any other ".war" file top be deployed with tomcat. If you would deploy axis2XYZ.war the directory tomcat creates under the webapps dir is ./webapps/axis2 XYZ The account under which Tomcat runs must

AW: [Axis2] NPE during load in DeploymentFileData.getName

2011-09-13 Thread Stadelmann Josef
Hi Neil, Why not taking down tomcat one more time and removing / cleaning up all its directories. Just get away with it all to avoid any File System and File Owner Problems. Then login as root user and re-install Tomcat After Tomcat starts up can you see the Tomcat Hello Page using your web b

Re: AXIS2 & WebLogic 8.1 JSP Parse Error

2011-09-13 Thread shyam kumar
Hi, I spent some time on this issue & found that removing jalopy-*.jar resolves this issue. It was working for me in the beginning and suddenly I started getting this issue. Finally it worked. :) Enjoy mgainty wrote: > > ANTLR requires 1.5 JRE to run > http://www.antlr.org/download.html

[Axis2] Rampart and .NET WCF Interoperability / Aproach Questions

2011-09-13 Thread Stadelmann Josef
Hi developers, We have a Axis2 and Addressing.mar on Tomcat on JDK 1.5 on OpenVMS - And our Web Service runs in scope="soapsession", which makes long lasting sessions. We have a .NET .VB .C# WCF 3.5 WS Client communicating through a SOAP-XML over HTTP Protocoll using the ServicegroupId Header

Fwd: [Axis2] EchoNonBlockingDualClient sample does not close when ConfigurationContext is created problematically

2011-09-13 Thread Sathwik
Hi, The requirement is to create the ConfigurationContext problematically and use it in the creation of ServiceClient. String CLIENT_REPO_PATH = "/home/xxx/axis2-1.6.0/axis2-1.6.0/samples/userguide/repository"; String CLIENT_AXIS_CONFIG_PATH = "/home/xxx/axis2-1.6.0/axis2-1.6.0/samples/userguide

[Axis2] EchoNonBlockingDualClient sample ACK and Response arrive at the same time

2011-09-13 Thread Sathwik
Hi, When I run the sample EchoNonBlockingDualClient, I see that the HTTP 202 ACK and the Response are arriving at the same time. I have a 30 second sleep in the MyService.echo() method to simulate late response. I am herewith attaching the req-ack captured on TCP-Mon. Resp printed on the cli

Re: [Axis2] How to debug NPE

2011-09-13 Thread Jack Sprat
I've gotten a bit farther and found the error occurred in a custom handler.  The problem is that nearly all fields (axisOperation, axisService, etc.) in the MessageContext parameter object are null. This handler is called from the AxisEngine class, which is called from the HTTPTransportUtils cl

Re: [Axis2] How to debug NPE

2011-09-13 Thread Jack Sprat
I was able to get the error returned in the SOAP response after removing the custom handler.  It is: The service cannot be found for the endpoint reference (EPR) http://localhost:9083/contextname/services/ServiceName The HTTP log looks correct. Tue Sep 13 17:09:00 EDT 2011:DEBUG:>> "POST /cont

Re: [Axis2] How to debug NPE

2011-09-13 Thread Amila Suriarachchi
On Wed, Sep 14, 2011 at 2:50 AM, Jack Sprat wrote: > I was able to get the error returned in the SOAP response after removing > the custom handler. It is: > > The service cannot be found for the endpoint reference (EPR) > http://localhost:9083/contextname/services/ServiceName > > The HTTP log lo