You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@couchdb.apache.org by Some Ltd <ma...@hotmail.com> on 2015/12/13 19:04:01 UTC

Read timed out

I'm receiving the following error very randomly and looking for some pointers on how to determine the root cause
Windows 2012 R2 Couchdb 1.6.1
http-bio-8443-exec-135] [ERROR] [2015-12-11 02:24:07,425] c.s.s.CouchDbStore: Could not get extracted text for 43b56dc42415ec9501d3b971e06dcefde13f8a39[http-bio-8443-exec-135] [DEBUG] [2015-12-11 02:24:07,456] c.s.s.CouchDbStore: I/O Error.java.net.SocketTimeoutException: Read timed out	at java.net.SocketInputStream.socketRead0(Native Method) ~[na:1.7.0_80]	at java.net.SocketInputStream.read(SocketInputStream.java:152) ~[na:1.7.0_80]	at java.net.SocketInputStream.read(SocketInputStream.java:122) ~[na:1.7.0_80]	at org.apache.http.impl.io.AbstractSessionInputBuffer.read(AbstractSessionInputBuffer.java:198) ~[httpcore-4.3.3.jar:4.3.3]	at org.apache.http.impl.io.ContentLengthInputStream.read(ContentLengthInputStream.java:178) ~[httpcore-4.3.3.jar:4.3.3]	at org.apache.http.conn.EofSensorInputStream.read(EofSensorInputStream.java:137) ~[httpclient-4.3.6.jar:4.3.6]	at java.io.FilterInputStream.read(FilterInputStream.java:133) ~[na:1.7.0_80]	at java.io.FilterInputStream.read(FilterInputStream.java:133) ~[na:1.7.0_80]	at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:283) ~[na:1.7.0_80]	at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:325) ~[na:1.7.0_80]	at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:177) ~[na:1.7.0_80]	at java.io.InputStreamReader.read(InputStreamReader.java:184) ~[na:1.7.0_80]	at java.io.Reader.read(Reader.java:140) ~[na:1.7.0_80]	at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:2001) ~[commons-io-2.4.jar:2.4]	at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1980) ~[commons-io-2.4.jar:2.4]	at org.apache.commons.io.IOUtils.copy(IOUtils.java:1957) ~[commons-io-2.4.jar:2.4]
Also in the couch.log receive this rather cryptic msg
Fri, 11 Dec 2015 14:04:00 GMT] [error] [<0.7231.3>] Uncaught error in HTTP request: {error,{badmatch,<<73,71,110,171,113,176,107,248,225,48,207,67,133,242,205,140>>}}[Fri, 11 Dec 2015 14:04:00 GMT] [error] [<0.7231.3>] httpd 500 error response:{"error":"badmatch","reason":"IGn«q°køá0ÏC…òÍŒ"}

Thanks in Advance
Mark 		 	   		  

RE: Read timed out

Posted by Some Ltd <ma...@hotmail.com>.
Apologies. link to file enclosed
http://1drv.ms/1Qhnflz
Regards,
Mark

> Date: Mon, 14 Dec 2015 12:57:43 +0300
> Subject: Re: Read timed out
> From: kxepal@gmail.com
> To: user@couchdb.apache.org
> 
> On Mon, Dec 14, 2015 at 12:31 PM, Some Ltd <ma...@hotmail.com> wrote:
> > Attached is the couch.log in debug mode before and after the 'read timed
> > out' error is reported in my application log, following last nights test
> > run.
> 
> Sorry, this ML doesn't support attachments. Could you share a link to
> the paste with it?
> 
> --
> ,,,^..^,,,
 		 	   		  

Re: Read timed out

Posted by Alexander Shorin <kx...@gmail.com>.
On Mon, Dec 14, 2015 at 12:31 PM, Some Ltd <ma...@hotmail.com> wrote:
> Attached is the couch.log in debug mode before and after the 'read timed
> out' error is reported in my application log, following last nights test
> run.

Sorry, this ML doesn't support attachments. Could you share a link to
the paste with it?

--
,,,^..^,,,

RE: Read timed out

Posted by Some Ltd <ma...@hotmail.com>.
Hi,
Attached is the couch.log in debug mode before and after the 'read timed out' error is reported in my application log, following last nights test run.
Timestamp of interest is 14 Dec 2015 00:37:59
There is also a number of compaction errors at 02:05:37
I have compacted the databases and views manually and running another test  batch.
Regards,
Mark 

> Date: Sun, 13 Dec 2015 23:31:27 +0300
> Subject: Re: Read timed out
> From: kxepal@gmail.com
> To: user@couchdb.apache.org
> 
> Hi,
> 
> Could you share CouchDB logs related to this error including the
> request? Thanks!
> --
> ,,,^..^,,,
> 
> 
> On Sun, Dec 13, 2015 at 9:04 PM, Some Ltd <ma...@hotmail.com> wrote:
> > I'm receiving the following error very randomly and looking for some pointers on how to determine the root cause
> > Windows 2012 R2 Couchdb 1.6.1
> > http-bio-8443-exec-135] [ERROR] [2015-12-11 02:24:07,425] c.s.s.CouchDbStore: Could not get extracted text for 43b56dc42415ec9501d3b971e06dcefde13f8a39[http-bio-8443-exec-135] [DEBUG] [2015-12-11 02:24:07,456] c.s.s.CouchDbStore: I/O Error.java.net.SocketTimeoutException: Read timed out at java.net.SocketInputStream.socketRead0(Native Method) ~[na:1.7.0_80] at java.net.SocketInputStream.read(SocketInputStream.java:152) ~[na:1.7.0_80]   at java.net.SocketInputStream.read(SocketInputStream.java:122) ~[na:1.7.0_80]   at org.apache.http.impl.io.AbstractSessionInputBuffer.read(AbstractSessionInputBuffer.java:198) ~[httpcore-4.3.3.jar:4.3.3]     at org.apache.http.impl.io.ContentLengthInputStream.read(ContentLengthInputStream.java:178) ~[httpcore-4.3.3.jar:4.3.3] at org.apache.http.conn.EofSensorInputStream.read(EofSensorInputStream.java:137) ~[httpclient-4.3.6.jar:4.3.6]  at java.io.FilterInputStream.read(FilterInputStream.java:133) ~[na:1.7.0_80]    at java.io.FilterInputStream.read(FilterInputStream.java:133) ~[na:1.7.0_80]    at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:283) ~[na:1.7.0_80]    at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:325) ~[na:1.7.0_80]     at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:177) ~[na:1.7.0_80] at java.io.InputStreamReader.read(InputStreamReader.java:184) ~[na:1.7.0_80]    at java.io.Reader.read(Reader.java:140) ~[na:1.7.0_80]  at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:2001) ~[commons-io-2.4.jar:2.4] at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1980) ~[commons-io-2.4.jar:2.4] at org.apache.commons.io.IOUtils.copy(IOUtils.java:1957) ~[commons-io-2.4.jar:2.4]
> > Also in the couch.log receive this rather cryptic msg
> > Fri, 11 Dec 2015 14:04:00 GMT] [error] [<0.7231.3>] Uncaught error in HTTP request: {error,{badmatch,<<73,71,110,171,113,176,107,248,225,48,207,67,133,242,205,140>>}}[Fri, 11 Dec 2015 14:04:00 GMT] [error] [<0.7231.3>] httpd 500 error response:{"error":"badmatch","reason":"IGn«q°køá0ÏC…òÍŒ"}
> >
> > Thanks in Advance
> > Mark
 		 	   		  

Re: Read timed out

Posted by Alexander Shorin <kx...@gmail.com>.
Hi,

Could you share CouchDB logs related to this error including the
request? Thanks!
--
,,,^..^,,,


On Sun, Dec 13, 2015 at 9:04 PM, Some Ltd <ma...@hotmail.com> wrote:
> I'm receiving the following error very randomly and looking for some pointers on how to determine the root cause
> Windows 2012 R2 Couchdb 1.6.1
> http-bio-8443-exec-135] [ERROR] [2015-12-11 02:24:07,425] c.s.s.CouchDbStore: Could not get extracted text for 43b56dc42415ec9501d3b971e06dcefde13f8a39[http-bio-8443-exec-135] [DEBUG] [2015-12-11 02:24:07,456] c.s.s.CouchDbStore: I/O Error.java.net.SocketTimeoutException: Read timed out at java.net.SocketInputStream.socketRead0(Native Method) ~[na:1.7.0_80] at java.net.SocketInputStream.read(SocketInputStream.java:152) ~[na:1.7.0_80]   at java.net.SocketInputStream.read(SocketInputStream.java:122) ~[na:1.7.0_80]   at org.apache.http.impl.io.AbstractSessionInputBuffer.read(AbstractSessionInputBuffer.java:198) ~[httpcore-4.3.3.jar:4.3.3]     at org.apache.http.impl.io.ContentLengthInputStream.read(ContentLengthInputStream.java:178) ~[httpcore-4.3.3.jar:4.3.3] at org.apache.http.conn.EofSensorInputStream.read(EofSensorInputStream.java:137) ~[httpclient-4.3.6.jar:4.3.6]  at java.io.FilterInputStream.read(FilterInputStream.java:133) ~[na:1.7.0_80]    at java.io.FilterInputStream.read(FilterInputStream.java:133) ~[na:1.7.0_80]    at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:283) ~[na:1.7.0_80]    at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:325) ~[na:1.7.0_80]     at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:177) ~[na:1.7.0_80] at java.io.InputStreamReader.read(InputStreamReader.java:184) ~[na:1.7.0_80]    at java.io.Reader.read(Reader.java:140) ~[na:1.7.0_80]  at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:2001) ~[commons-io-2.4.jar:2.4] at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1980) ~[commons-io-2.4.jar:2.4] at org.apache.commons.io.IOUtils.copy(IOUtils.java:1957) ~[commons-io-2.4.jar:2.4]
> Also in the couch.log receive this rather cryptic msg
> Fri, 11 Dec 2015 14:04:00 GMT] [error] [<0.7231.3>] Uncaught error in HTTP request: {error,{badmatch,<<73,71,110,171,113,176,107,248,225,48,207,67,133,242,205,140>>}}[Fri, 11 Dec 2015 14:04:00 GMT] [error] [<0.7231.3>] httpd 500 error response:{"error":"badmatch","reason":"IGn«q°køá0ÏC…òÍŒ"}
>
> Thanks in Advance
> Mark