ocherk2
16 years agoOccasional Contributor
large message and ERROR:java.net.SocketException: Connection reset
Hi,
I have one problem with response messages.
I have WS method which returns recordset from database:
select id, name, description,parameter from t
and if recordset contains >1000 rows then I have this kind of error:
Tue Nov 03 16:01:13 CET 2009:ERROR:java.net.SocketException: Connection reset
java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(Unknown Source)
at java.io.BufferedInputStream.fill(Unknown Source)
at java.io.BufferedInputStream.read(Unknown Source)
Then I only change
select top 100 id, name, description,parameter from t
and soap UI works fine.
How to manage this?
Thank you
I have one problem with response messages.
I have WS method which returns recordset from database:
select id, name, description,parameter from t
and if recordset contains >1000 rows then I have this kind of error:
Tue Nov 03 16:01:13 CET 2009:ERROR:java.net.SocketException: Connection reset
java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(Unknown Source)
at java.io.BufferedInputStream.fill(Unknown Source)
at java.io.BufferedInputStream.read(Unknown Source)
Then I only change
select top 100 id, name, description,parameter from t
and soap UI works fine.
How to manage this?
Thank you