I have deployed a webservice which is to be used by a .NET C# client to send 
data to the Jboss server for import to a database (using SOAP). This service 
has been successful previously, but now the client hangs due to missing 
webservice response. Looking at the databaseside, everything seems ok, there is 
no locking issues.
I have used Ethereal to peek into the HTTP-packets, and I notice that when the 
failure occurs, there is no HTTP/1.1 200 OK response going back to the client 
from the server. I believe this is why the .NET client hangs. However, there is 
no error indication on the serverside, and small data amounts are successfully 
imported.

I have tried extending the session-timeout parameter in web.xml as well as the 
connectiontimeout in server.xml, but without success.

Does anyone have any idea what may be wrong?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916077#3916077

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916077


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to