Is the AdminServlet in web.xml uncommented?
Is the server running on port 8080? if not use -p 8081 for instance
...


SUNILK_CHAMARTI wrote:
I am getting this error even though the server is up and running.

Regards,
Sunil

-----Original Message-----
From: Sameer Bombatkar [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 03, 2003 3:02 PM
To: [EMAIL PROTECTED]
Subject: Re: List of deployed Services


I would normally get this error when the Server is not up and running..


Sameer.






  
From: "SUNILK_CHAMARTI" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: <[EMAIL PROTECTED]>
Subject: List of deployed Services
Date: Thu, 3 Jul 2003 14:50:44 +0530
MIME-Version: 1.0
Received: from apache.org ([208.185.179.12]) by mc8-f16.law1.hotmail.com 
with Microsoft SMTPSVC(5.0.2195.5600); Thu, 3 Jul 2003 02:22:17 -0700
Received: (qmail 25537 invoked by uid 500); 3 Jul 2003 09:21:54 -0000
Received: (qmail 25521 invoked from network); 3 Jul 2003 09:21:53 -0000
X-Message-Info: JGTYoYF78jEHjJx36Oi8+Q1OJDRSDidP
Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
Precedence: bulk
list-help: <mailto:[EMAIL PROTECTED]>
list-unsubscribe: <mailto:[EMAIL PROTECTED]>
list-post: <mailto:[EMAIL PROTECTED]>
Delivered-To: mailing list [EMAIL PROTECTED]
X-MimeOLE: Produced By Microsoft Exchange V6.0.6375.0
content-class: urn:content-classes:message
Message-ID: 
<[EMAIL PROTECTED]>
X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: List of deployed 
Services
Thread-Index: AcNBRGGFi1Ks4M4SQV+ojh66yCg5Zg==
X-OriginalArrivalTime: 03 Jul 2003 09:20:45.0386 (UTC) 
FILETIME=[61F9FAA0:01C34144]
X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N
Return-Path: [EMAIL PROTECTED]

While determining the list of deployed services, I am using the command 
java org.apache.axis.client.AdminClient list. This is giving me the 
following exeception. I also tried to use this command with -l option but 
this does not work. Any pointers.

C:\oc4j_extended\j2ee\home\default-web-app\examples\jsp\axis>java 
org.apache.axis.client.AdminClient 
-lhttp://localhost:8080/servlet/AdminServlet list
AxisFault
 faultCode: {http://xml.apache.org/axis/}Server.userException
 faultString: java.net.ConnectException: Connection refused: no further 
information
 faultActor: null
 faultDetail:
        stackTrace: java.net.ConnectException: Connection refused: no 
further information
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:329)
        at 
java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:141)
        at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:128)
        at java.net.Socket.&lt;init&gt;(Socket.java:285)
        at java.net.Socket.&lt;init&gt;(Socket.java:112)
        at 
org.apache.axis.components.net.DefaultSocketFactory.create(DefaultSocketFactory.java:131)
        at 
org.apache.axis.transport.http.HTTPSender.getSocket(HTTPSender.java:175)
        at 
org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:118)
        at 
org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:71)
        at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:156)
        at org.apache.axis.SimpleChain.invoke(SimpleChain.java:126)
        at org.apache.axis.client.AxisClient.invoke(AxisClient.java:182)
        at org.apache.axis.client.Call.invokeEngine(Call.java:2113)
        at org.apache.axis.client.Call.invoke(Call.java:2102)
        at org.apache.axis.client.Call.invoke(Call.java:1296)
        at 
org.apache.axis.client.AdminClient.process(AdminClient.java:319)
        at 
org.apache.axis.client.AdminClient.process(AdminClient.java:289)
        at org.apache.axis.client.AdminClient.list(AdminClient.java:149)
        at org.apache.axis.client.AdminClient.list(AdminClient.java:142)
        at 
org.apache.axis.client.AdminClient.process(AdminClient.java:237)
        at org.apache.axis.client.AdminClient.main(AdminClient.java:341)


java.net.ConnectException: Connection refused: no further information
java.net.ConnectException: Connection refused: no further information
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:329)
        at 
java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:141)
        at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:128)
        at java.net.Socket.<init>(Socket.java:285)
        at java.net.Socket.<init>(Socket.java:112)
        at 
org.apache.axis.components.net.DefaultSocketFactory.create(DefaultSocketFactory.java:131)
        at 
org.apache.axis.transport.http.HTTPSender.getSocket(HTTPSender.java:175)
        at 
org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:118)
        at 
org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:71)
        at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:156)
        at org.apache.axis.SimpleChain.invoke(SimpleChain.java:126)
        at org.apache.axis.client.AxisClient.invoke(AxisClient.java:182)
        at org.apache.axis.client.Call.invokeEngine(Call.java:2113)
        at org.apache.axis.client.Call.invoke(Call.java:2102)
        at org.apache.axis.client.Call.invoke(Call.java:1296)
        at 
org.apache.axis.client.AdminClient.process(AdminClient.java:319)
        at 
org.apache.axis.client.AdminClient.process(AdminClient.java:289)
        at org.apache.axis.client.AdminClient.list(AdminClient.java:149)
        at org.apache.axis.client.AdminClient.list(AdminClient.java:142)
        at 
org.apache.axis.client.AdminClient.process(AdminClient.java:237)
        at org.apache.axis.client.AdminClient.main(AdminClient.java:341)
[ERROR] AdminClient - -Exception: <java.net.ConnectException: Connection 
refused: no further information>

    

_________________________________________________________________
The new MSN 8: smart spam protection and 2 months FREE*  
http://join.msn.com/?page=features/junkmail


  

Reply via email to