Web services in HTTPS. org.apache.axis2.AxisFault: Read timed out
Srikanth Kumar
Ranch Hand
Joined: Jun 04, 2008
Posts: 36
posted
0
I have a web service running fine in HTTP protocol. When i run the same service on HTTPS all operations are working fine except an operation which takes about 30 seconds.
I get the following exception
I tried increasing the timeout through service client options to 5 minutes.
Amazingly its throwing the same exception after 5 minutes. Im sure that particular service do not take more than 1 minute.
Still i tried increasing the time to 10 seconds, but no luck.
I observed the SOAPMonitor request is coming and the service is also completed successfully. after that i am not able to trace the error. What might be wrong???
The Status of the service invocation in remains active.
Your help is highly appreciated..
Thanks in advance.
Srikanth Kumar
SCJP 5, SCWCD 5, SCDJWS 5
Cesar Coz
Ranch Hand
Joined: Aug 19, 2010
Posts: 31
posted
0
Did you find any solution for this error?
Cesar Coz.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: Web services in HTTPS. org.apache.axis2.AxisFault: Read timed out