You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Julio Castillo <jc...@edgenuity.com> on 2002/10/25 22:16:48 UTC

Listing of services returns -unauthorized

I deployed a service via the AdminClient app.
It succeeded, the service is listed when invoking the View link in the Axis
home page of my installation.

However, when I run the AdminClient with the "list" command per the
documentation I get an Unauthorized response. Any ideas?
Here is the printed output.

     [echo] List of deployed components
     [java] Oct 25, 2002 1:05:21 PM org.apache.axis.client.AdminClient main
     [java] SEVERE: Exception:
     [java] AxisFault
     [java]  faultCode: {http://xml.apache.org/axis/}HTTP
     [java]  faultString: (401)Unauthorized
     [java]  faultActor: null
     [java]  faultDetail:
     [java]     null: return code:  401
     [java] &lt;!DOCTYPE HTML PUBLIC &quot;-//IETF//DTD HTML
2.0//EN&quot;&gt;
     [java] &lt;HTML&gt;&lt;HEAD&gt;
     [java] &lt;TITLE&gt;401 Unauthorized&lt;/TITLE&gt;
     [java] &lt;/HEAD&gt;&lt;BODY&gt;&lt;H1&gt;Unauthorized&lt;/H1&gt;
     [java] &lt;/BODY&gt;&lt;/HTML&gt;


     [java] (401)Unauthorized
     [java]     at
org.apache.axis.transport.http.HTTPSender.readFromSocket(HTTP
Sender.java:630)
     [java]     at
org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.j
ava:131) ......