RE: Admin client

2004-10-14 Thread Suzy Fynes
Never mind, fixed it (it couldn’t find the class)   -Original Message- From: Suzy Fynes [mailto:[EMAIL PROTECTED] Sent: 14 October 2004 12:26 To: [EMAIL PROTECTED] Subject: Admin client   Hey,   Can anyone think of a reason when after doing adminClient   java

Admin client

2004-10-14 Thread Suzy Fynes
Hey,   Can anyone think of a reason when after doing adminClient   java org.apache.axis.client.AdminClient serviceDeployment/orphan/OrphanDeploy.wsdd -1http://82.195.131.189:8080/axis/services/AdminService   got Done processing   and yet its not coming up in the /service page, it d

ant task for admin client?

2004-09-15 Thread Paul Tomsic
is there an ant task for org.apache.axis.client.AdminClient? I can't seem to find any other than than

Admin Client Exception:: org.w3c.dom.DOMException

2004-03-18 Thread Michael Tang
I ran into the same problem as mentioned in one of the old post - I got Exception:: org.w3c.dom.DOMException: `null' prefix expects a namespace uri when running admin deployment. But I could find no solution in the mailing list. Any hint? thanks, -Michael _

RE: problem in running the admin client

2004-01-29 Thread Pathuru, Kiran
in running the admin client 1/ after i have set the classpath, i have trouble in running the admin client: i execute the below command: c:\axis\samples\stock>java samples.stock.GetQuote -uuser1 -wpass1 XXX -s/axis/StockQuoteService.jws and it gives me this error: Exception in thread

problem in running the admin client

2004-01-29 Thread Noelle Ng
1/ after i have set the classpath, i have trouble in running the admin client: i execute the below command: c:\axis\samples\stock>java samples.stock.GetQuote -uuser1 -wpass1 XXX -s/axis/StockQuoteService.jws and it gives me this error: Exception in thread "main" java.lang.NoClass

RE: Admin Client Exception:: org.w3c.dom.DOMException

2003-08-21 Thread [EMAIL PROTECTED]
: [EMAIL PROTECTED] Subject: Admin Client Exception:: org.w3c.dom.DOMException I am really asking for help in how to debug an axis problem. I have a problem with Axis. I deploy a sevice using AdminClient and one of the sample .wsdd files. I have this error: Processing file undeploy.wsdd

Admin Client Exception:: org.w3c.dom.DOMException

2003-08-21 Thread Bianchi Simona
  I am really asking for help in how to debug an axis problem.   I have a problem with Axis.  I deploy a sevice using AdminClient and one of the sample .wsdd files. I have this error:   Processing file undeploy.wsdd   Exception:: org.w3c.dom.DOMException: `null' prefix expec

Axis server with Tomcat - Admin client and .jws samples - not available

2003-06-12 Thread Ken Meehan
Hi, A few weeks ago I was happily running Axis 1.1 (RC2) .jws examples and the Admin Tool. I was using it with Tomcat 3.3.1, no problems. I didn't do anything with it for several weeks, and I went back today just trying to do some of the same things, but now trying "http://localhost:8080/axis/

Re: Connection refused when I run Admin Client

2003-02-12 Thread Zhaohua Meng
I think by default AdminClient assumes your Tomcat runs at port 8080 on localhost. Try -l option as following: $ java org.apache.axis.client.AdminClient -l"http://yourhost:port/servlet/AxisServlet"; list If you installed Axis with "/axis" context, it should be: $ java org.apache.axis.client.Ad

RE: Connection refused when I run Admin Client

2003-02-12 Thread Philip Li
Admin Client Are you sure that tomcat is running on 8080? -Original Message- From: Philip Li [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 7:23 PM To: [EMAIL PROTECTED] Subject: Connection refused when I run Admin Client I got the connection refused exception when I tried to ru

RE: Connection refused when I run Admin Client

2003-02-12 Thread Cory Wilkerson
Are you sure that tomcat is running on 8080? -Original Message- From: Philip Li [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 7:23 PM To: [EMAIL PROTECTED] Subject: Connection refused when I run Admin Client I got the connection refused exception when I tried to run the

Connection refused when I run Admin Client

2003-02-11 Thread Philip Li
I got the connection refused exception when I tried to run the AdminClient (for securitydeploy.wsdd first, and later just the list option). I was able to run the simple calculator example, and Tomcat 4.1.18 seems to run just fine as a Win2K service. Did I miss something basic? Any help would be

Re: Error deploying deploy.wsdd from Admin Client

2002-11-21 Thread Thyagarajan Vasudevan
Message - From: "dumdum 420" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 21, 2002 6:38 AM Subject: Error deploying deploy.wsdd from Admin Client > Hi All, > > I am trying to deploy my deploy.wsdd using the admin client. Following error >

Re: Error deploying deploy.wsdd from Admin Client

2002-11-21 Thread Steve Loughran
- Original Message - From: "dumdum 420" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 21, 2002 6:38 AM Subject: Error deploying deploy.wsdd from Admin Client > Hi All, > > I am trying to deploy my deploy.wsdd using the admin client.

Error deploying deploy.wsdd from Admin Client

2002-11-21 Thread dumdum 420
Hi All, I am trying to deploy my deploy.wsdd using the admin client. Following error comes which I am wonderstuck why? AxisFault faultCode: {http://xml.apache.org/axis/}HTTP faultString: (404)Not Found faultActor: null faultDetail: null: return code: 404 <H1>Virtual Host or Web Appli

calling admin client from server

2002-10-22 Thread Daniel C. Wickstrom
I would like to store the deployment and undeployment scripts in a database and use the admin client to update the deployment state from the server. I found that I could call the admin client from the server using the -llocal:// switch, but the change doesn't take effect until I restar

The admin client

2002-07-25 Thread Marina Pérel
Hi! I have a problem with the AdminClient. I generated a deploy.wsdd with the WSDL2Java. Now, i want to deploy my service with the command :   > java org.apache.axis.client.AdminClient -lhttp://localhost:8080/axis/services/AdminService deploy.wsdd   I have this error :       Processing file