I'm trying to deploy LogTestService from userguide/example4 of Axis Package. Whenever I'm trying to deploy the service on WebLogic6.1 using command  java org.apache.axis.client.AdminClient -p7001 deploy.wsdd .I am getting the following error on my dos prompt

- Exception:
AxisFault
 faultCode: {http://xml.apache.org/axis/}HTTP
 faultSubcode:
 faultString: (404)Not Found
 faultActor: null
 faultNode: null
 faultDetail:
        null: return code:  404
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Draft//EN">
<HTML>
<HEAD>
<TITLE>Error 404--Not Found</TITLE>
<META NAME="GENERATOR" CONTENT="WebLogic htmlKona WebLogic Server 6.1 SP2  12/18/2
001 11:13:46 #154529 ">
</HEAD>
<BODY bgcolor="white" alink="#397F70" link="#640078" vlink="#D
E7E00">
<FONT FACE=Helvetica><BR CLEAR=all>
<TABLE border=0 cellspacing=5><TR><TD><BR CLEAR=all>
<FONT FACE="Helvetica" COLOR="black" SIZE="3"><H2>Error 40
4--Not Found</H2>
</FONT></TD></TR>
</TABLE>
<TABLE border=0 width=100% cellpadding=10><TR><TD VALIGN=top WIDTH=100% BGCOLOR=white
><FONT FACE="Courier New"><FONT FACE="Helvetica" SIZE="3"&
gt;<H3>From RFC 2068 <i>Hypertext Transfer Protocol -- HTTP/1.1</i>:</H3>
</FONT><FONT FACE="Helvetica" SIZE="3"><H4>10.4.5 404 Not Foun
d</H4>
</FONT><P><FONT FACE="Courier New">The server has not found anything mat
ching the Request-URI. No indication is given of whether the condition is temporary or permanent.&lt
;/p><p>If the server does not wish to make this information available to the client, the st
atus code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the serv
er knows, through some internally configurable mechanism, that an old resource is permanently unavai
lable and has no forwarding address.</FONT></P>
</FONT></TD></TR>
</TABLE>

</BODY>
</HTML>

(404)Not Found
        at org.apache.axis.transport.http.HTTPSender.readFromSocket(HTTPSender.java:626)
        at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:128)
        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:2376)
        at org.apache.axis.client.Call.invoke(Call.java:2365)
        at org.apache.axis.client.Call.invoke(Call.java:1490)
        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)

Can anyone help?

 

 






MSN 8 with e-mail virus protection service: 2 months FREE*

Reply via email to