Running axis 1.2 RC, when I deploy the attachment example, I got the follow error:

Processing file attachdeploy.wsdd
Exception: AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
faultSubcode:
faultString: java.net.ConnectException: Connection refused: connect
faultActor:
faultNode:
faultDetail:
{http://xml.apache.org/axis/}stackTrace:java.net.ConnectException: Conne
ction refused: connect
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
at java.net.Socket.connect(Socket.java:452)
....


From web browser, I can see the service running fine fine at:

http://localhost/axis/

Click on Validate, there's no error.

Go to the AdminServer:
http://localhost/axis/servlet/AdminServlet

It shows:


Server is running

Current load = 1

When deploy the file, I did copy the classes in the attachment folder to the classes folder in the axis'app. I also change the bat file's port 8080 to port 80.

What could be the cause of the problem?

Thanks,

vh.







Reply via email to