Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 49828 invoked from network); 4 Jun 2004 16:52:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 4 Jun 2004 16:52:06 -0000 Received: (qmail 31303 invoked by uid 500); 4 Jun 2004 16:52:04 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 31281 invoked by uid 500); 4 Jun 2004 16:52:04 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 31270 invoked by uid 99); 4 Jun 2004 16:52:03 -0000 Received: from [128.226.1.18] (HELO bingnet2.cc.binghamton.edu) (128.226.1.18) by apache.org (qpsmtpd/0.27.1) with ESMTP; Fri, 04 Jun 2004 09:52:03 -0700 Received: from sandeep ([128.226.18.29]) by bingnet2.cc.binghamton.edu (8.12.11/8.12.11) with ESMTP id i54GpixI015140 for ; Fri, 4 Jun 2004 12:51:44 -0400 (EDT) Message-Id: <200406041651.i54GpixI015140@bingnet2.cc.binghamton.edu> From: "Sandeep" To: Subject: RE: processing deploy.wsdd Date: Fri, 4 Jun 2004 12:51:55 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0003_01C44A32.B77820E0" X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2739.300 Thread-Index: AcRKU0j1IoRZMHOTTJ2Kc9Fq/E1pcAAABTjQ In-Reply-To: X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N This is a multi-part message in MIME format. ------=_NextPart_000_0003_01C44A32.B77820E0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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:MeloroJ@Pragmatics.com] Sent: Friday, June 04, 2004 12:45 PM To: 'axis-user@ws.apache.org' 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:sadvani1@binghamton.edu] Sent: Friday, June 04, 2004 12:35 PM To: axis-user@ws.apache.org Subject: RE: processing deploy.wsdd Hi John Deploy.wsdd is as follows This is from the samples directory coming from userguide\example3 directory. Thanks Sandeep Advani Grid Research Lab., Binghamton University _____ From: Meloro, John [mailto:MeloroJ@Pragmatics.com] Sent: Friday, June 04, 2004 12:25 PM To: 'axis-user@ws.apache.org' Subject: RE: processing deploy.wsdd Please post the deploy.wsdd file... -----Original Message----- From: Sandeep [mailto:sadvani1@binghamton.edu] Sent: Friday, June 04, 2004 11:42 AM To: axis-user@ws.apache.org 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 ------=_NextPart_000_0003_01C44A32.B77820E0 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

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:MeloroJ@Pragmatics.com]
Sent: Friday, June 04, = 2004 12:45 PM
To: 'axis-user@ws.apache.org'
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:sadvani1@binghamton.edu]
Sent: Friday, June 04, = 2004 12:35 PM
To: axis-user@ws.apache.org
Subject: RE: processing = deploy.wsdd

Hi = John

 

Deploy.wsdd is as = follows

 

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

      =       xmlns:java=3D"http://xml.apache.org/axis/wsdd/providers/java"&g= t;

 

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

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

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

 </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:MeloroJ@Pragmatics.com]
Sent: Friday, June 04, = 2004 12:25 PM
To: 'axis-user@ws.apache.org'
Subject: RE: processing deploy.wsdd

 

Please post the deploy.wsdd = file...

-----Original = Message-----
From: Sandeep = [mailto:sadvani1@binghamton.edu]
Sent: Friday, June 04, = 2004 11:42 AM
To: axis-user@ws.apache.org
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

 

------=_NextPart_000_0003_01C44A32.B77820E0--