This usually means that you don't have the HTTP Server running on port 8080 which is the default. If you want to specify other port do the folllowing:
java org.apache.axis.client.AdminClient -p 80 deploy.wsdd if your web server is running on port 80. Regards. -------------------------------------- Ramon Turnes Perez HERMES SoftLab, Litijska 47 1000 Ljubljana, SLOVENIA Phone: +386 1 5865 638 Fax: +386 1 5865 270 E-mail: [EMAIL PROTECTED] www.hermes-softlab.com -------------------------------------- > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] > Sent: Monday, February 18, 2002 4:05 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: Connection Refused Error > > > > If you figure this one out, "please" let me know what you did > to fix it! > I have this issue and can't figure it out. > > > --- > Thanks > > Mick Knutson > Discover Financial Services > Office: 801-902-4244 > Fax: 801-902-4123 > > > > > Jinghua Gu > > <[EMAIL PROTECTED] To: > [EMAIL PROTECTED] > m> cc: > > Subject: > Connection Refused Error > 02/16/2002 > > 03:09 PM > > Please > > respond to > > axis-user > > > > > > > > > > When I execute the following command in samples/userguide/example3 > directory from Unix, > I got the following error. > > Command: java org.apache.axis.client.AdminClient deploy.wsdd > > Error: > > Processing file deploy.wsdd > AxisFault > faultCode: http://xml.apache.org/axis/:Server.userException > faultString: java.net.ConnectException: Connection refused > faultActor: null > faultDetail: > exceptionName: java.net.ConnectException > stackTrace: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at > java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:312) > at > java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:125) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:112) > at java.net.Socket.<init>(Socket.java:273) > at java.net.Socket.<init>(Socket.java:100) > at > org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:265) > at > org.apache.axis.SimpleTargetedChain.invoke(SimpleTargetedChain.java:1 > 04) > at > org.apache.axis.client.AxisClient.invoke(AxisClient.java:178) > at org.apache.axis.client.Call.invoke(Call.java:1254) > at org.apache.axis.client.Call.invoke(Call.java:658) > at > org.apache.axis.client.AdminClient.process(AdminClient.java:323) > at > org.apache.axis.client.AdminClient.process(AdminClient.java:303) > at > org.apache.axis.client.AdminClient.process(AdminClient.java:310) > at > org.apache.axis.client.AdminClient.process(AdminClient.java:261) > at > org.apache.axis.client.AdminClient.main(AdminClient.java:344) > > Thanks for your help! > Emily > > > > >