Might be Axis engine is not running or it's running on some other port number.
-----Original Message----- From: Michel Bergijk [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 27, 2002 2:11 PM To: axis (E-mail) Subject: Error while deploying wsdd: java.net.ConnectException: Connection refused: connect Hello Axis users, While deploying a wsdd file I got an java.net.ConnectException. Does anyone know why this fails? As far as I know it worked previously. May it be a proxy problem? The call I used: ECHO Deplying foo's wsdd file java org.apache.axis.client.AdminClient com\foo\deploy.wsdd The result: Deploying foo's wsdd file - Processing file com\foo\deploy.wsdd - AxisFault: AxisFault faultCode: http://xml.apache.org/axis/:Server.userException faultString: java.net.ConnectException: Connection refused: connect faultActor: null faultDetail: stackTrace: java.net.ConnectException: Connection refused: connect at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.PlainSocketImpl.doConnect(Unknown Source) at java.net.PlainSocketImpl.connectToAddress(Unknown Source) at java.net.PlainSocketImpl.connect(Unknown Source) at java.net.Socket.<init>(Unknown Source) at java.net.Socket.<init>(Unknown Source) at org.apache.axis.transport.http.HTTPSender.invoke(Unknown Source) at org.apache.axis.strategies.InvocationStrategy.visit(Unknown Source) at org.apache.axis.SimpleChain.doVisiting(Unknown Source) at org.apache.axis.SimpleChain.invoke(Unknown Source) at org.apache.axis.client.AxisClient.invoke(Unknown Source) at org.apache.axis.client.Call.invoke(Unknown Source) at org.apache.axis.client.Call.invoke(Unknown Source) at org.apache.axis.client.AdminClient.process(Unknown Source) at org.apache.axis.client.AdminClient.process(Unknown Source) at org.apache.axis.client.AdminClient.process(Unknown Source) at org.apache.axis.client.AdminClient.process(Unknown Source) at org.apache.axis.client.AdminClient.main(Unknown Source) With regards, Michel Bergijk
