Well, I am working on a project where I plan to implement an Agent-based implementation for Web Services. It is my advisor who wants me to avoid Tomcat reason being performance issues. I think that exception could be due to some configuration settings on my laptop. Perhaps, I must try that out on a different machine. But I will keep the mailing list posted incase I figure out the problem. Thanks.

 

Hopefully, somebody else on the group knows the answer.

 

Sandeep Advani

Grid Research Lab, Binghamton University


From: Meloro, John [mailto:[EMAIL PROTECTED]
Sent: Friday, June 04, 2004 12:45 PM
To: '[EMAIL PROTECTED]'
Subject: RE: processing deploy.wsdd

 

It looks pretty straight-forward.  Is there any reason why you are not using TomCat?

-----Original Message-----
From: Sandeep [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 04, 2004 12:35 PM
To: [EMAIL PROTECTED]
Subject: RE: processing deploy.wsdd

Hi John

 

Deploy.wsdd is as follows

 

<deployment xmlns="http://xml.apache.org/axis/wsdd/"

            xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">

 

 <service name="MyService" provider="java:RPC">

  <parameter name="className" value="samples.userguide.example3.MyService"/>

  <parameter name="allowedMethods" value="*"/>

 </service>

 

</deployment>

 

This is from the samples directory coming from userguide\example3 directory.

 

Thanks

 

Sandeep Advani

Grid Research Lab., Binghamton University


From: Meloro, John [mailto:[EMAIL PROTECTED]
Sent: Friday, June 04, 2004 12:25 PM
To: '[EMAIL PROTECTED]'
Subject: RE: processing deploy.wsdd

 

Please post the deploy.wsdd file...

-----Original Message-----
From: Sandeep [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 04, 2004 11:42 AM
To: [EMAIL PROTECTED]
Subject: processing deploy.wsdd

Hi there,

 

I have been trying to use AdminClient to run the deploy.wsdd files from the samples directory. In ths process of doing so, I get an exception as

 

java -cp %classpath% org.apache.axis.client.AdminClient

-lhttp://localhost:8080/axis/services/AdminService deploy.wsdd

 

Processing file deploy.wsdd

Exception:: java.lang.NullPointerException

 

I start my SimpleAxisServer at the same directory where I run the AdminClient from. My Java version is 1.4.2_03.

 

I also tried looking up the mailing lists to get an answer to this problem but didnt see anyone getting this error with the combination of SimpleAxisServer. Another point to note is that I am able to deploy the wsdd files if I use Tomcat instead of SimpleAxisServer.

 

Any suggestions or feedback will be appreciated.

 

Thanks

Sandeep

 

Reply via email to