wsdd deploy

S

stivazzi

Hi everybody...
i got a problem: i'm trying to deploy a un web service, using wsdd
but after a while always this message is returned ...
anybody can help me?
thanks Andrea

p.s.: i'm already setting host and port
( -Dhttp.proxyHost=1.1.1.1 -Dhttp.proxyPort=8080
org.apache.axis.client.AdminClient deploy.wsdd)


Processing file deploy.wsdd
Exception: AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/
envelope/}Server.userException
faultSubcode:
faultString: java.net.SocketTimeoutException: Read timed out
faultActor:
faultNode:
faultDetail:
{http://xml.apache.org/
axis/}stackTrace:java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:
129)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:
218)
at java.io.BufferedInputStream.read(BufferedInputStream.java:
235)
at
org.apache.axis.transport.http.HTTPSender.readFromSocket(HTTPSender.java:
739)
at
org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:144)
at
org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java­:
32)
at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:
118)
at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
at org.apache.axis.client.AxisClient.invoke(AxisClient.java:
165)
at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
at org.apache.axis.client.Call.invoke(Call.java:2767)
at org.apache.axis.client.Call.invoke(Call.java:1792)
at
org.apache.axis.client.AdminClient.process(AdminClient.java:
439)
at
org.apache.axis.client.AdminClient.process(AdminClient.java:
404)
at
org.apache.axis.client.AdminClient.process(AdminClient.java:
410)
at
org.apache.axis.client.AdminClient.process(AdminClient.java:
320)
at org.apache.axis.client.AdminClient.main(AdminClient.java:
463)
 
E

Evans

Hi,

I think your problem is that your timeout configuration is still not
changed yet. Increase it to more than 60 seconds and that should help.
If you're using JBoss, edit the jboss-service.xml which can be found
in default/conf directory.

HTH

Evans Anyokwu
http://www.onyxtic.com
 
S

stivazzi

don't think so... the process hangs up for a lot of time, much more
than 2 minutes
i'm using tomcat 6
both server.xml and web.xml (conf files where i can find something
about timeout) have it set to 60000
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,764
Messages
2,569,566
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top