If you are executing AdminClient from a <java> task in an Ant build file, try adding these as child elements of the <java> element.
<sysproperty key="http.proxyHost" value="your-proxy-host-name"/>
<sysproperty key="http.proxyPort" value="your-proxy-port"/>
If you are running it from the command line, try adding this.
java -Dhttp.proxyHost=your-proxy-host-name -Dhttp.proxyPort=your-proxy-port org.apache.axis.client.AdminClient list
-----Original Message-----
From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
Sent: Friday, February 01, 2002 10:16 AM
To: [EMAIL PROTECTED]
Subject: Re: Can't even get "java org.apache.axis.client.AdminClient list" to work!
Mick Knutson
To: [EMAIL PROTECTED]
01/31/2002 cc:
02:28 PM Subject: Can't even get "java
org.apache.axis.client.AdminClient list" to work!
Can someone please help me? I am behind a firewall and am trying to get
Axis deployed on WebSphere 3.5.2
Here is what I get running the "AdminClient list" command:
C:\WebSphere\AppServer\ICE\webapps\axis>java
org.apache.axis.client.AdminClient list
Doing a list
AxisFault
faultCode: http://xml.apache.org/axis/:Server.userException
faultString: java.net.ConnectException: Connection refused: connect
faultActor: null
faultDetail:
exceptionName: java.net.ConnectException
stackTrace: java.net.ConnectException: Connection refused: connect
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:355)
at
java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:142)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:129)
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:104)
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:294)
at org.apache.axis.client.AdminClient.list(AdminClient.java:156)
at org.apache.axis.client.AdminClient.list(AdminClient.java:149)
at org.apache.axis.client.AdminClient.process(AdminClient.java:242)
at org.apache.axis.client.AdminClient.main(AdminClient.java:344)
---
Thanks
Mick Knutson
Discover Financial Services
Office: 801-902-4244
Fax: 801-902-4123
***************************************************************************************
WARNING: All e-mail sent to and from this address will be received or
otherwise recorded by the A.G. Edwards corporate e-mail system and is
subject to archival, monitoring or review by, and/or disclosure to,
someone other than the recipient.
***************************************************************************************
