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 Abdul Mannan <ma...@passportcorp.com> on 2002/10/22 20:58:29 UTC

(302)Moved Temporarily problem.

Hi!,
I am getting following error while deploying the web services. 

- Processing file deploy.wsdd
- Exception:
AxisFault
 faultCode: {http://xml.apache.org/axis/}HTTP
 faultString: (302)Moved Temporarily
 faultActor: null
 faultDetail:
        null: return code:  302
&lt;html&gt;&lt;head&gt;&lt;title&gt;Apache Tomcat/4.0.1 - Error
report&lt;/title&gt;&lt;STYLE&gt;&lt;!--H1{font-family
 : sans-serif,Arial,Tahoma;color : white;background-color : #0086b2;}
BODY{font-family : sans-serif,Arial,Tahoma;color
: black;background-color : white;} B{color : white;background-color :
#0086b2;} HR{color : #0086b2;} --&gt;&lt;/STYLE&g
t; &lt;/head&gt;&lt;body&gt;&lt;h1&gt;Apache Tomcat/4.0.1 - HTTP Status
302 - Moved Temporarily&lt;/h1&gt;&lt;HR size=&
quot;1&quot; noshade&gt;&lt;p&gt;&lt;b&gt;type&lt;/b&gt; Status
report&lt;/p&gt;&lt;p&gt;&lt;b&gt;message&lt;/b&gt; &lt
;u&gt;Moved
Temporarily&lt;/u&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;description&lt;/b&gt;
&lt;u&gt;The requested resource (Mov
ed Temporarily) has moved temporarily to a new
location.&lt;/u&gt;&lt;/p&gt;&lt;HR size=&quot;1&quot; noshade&gt;&lt;/b
ody&gt;&lt;/html&gt;

(302)Moved Temporarily
        at
org.apache.axis.transport.http.HTTPSender.readFromSocket(HTTPSender.java
:630)
        at
org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:131)
        at
org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.j
ava: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:298)
        at
org.apache.axis.client.AdminClient.process(AdminClient.java:305)
        at
org.apache.axis.client.AdminClient.process(AdminClient.java:256)
        at org.apache.axis.client.AdminClient.main(AdminClient.java:341)


I am using this command to deploy the web services.
  java org.apache.axis.client.AdminClient
-lhttp://localhost:8080/axis/services/AdminService deploy.wsdd

Thanks!

-Mannan