Page 1 of 1

Stream interupts with "I/O error: Write end dead"

PostPosted: Wed Mar 18, 2015 1:05 pm
by SysBeh
I'm sharing two MMS stream from internet through Serviio 1.4.1.2 on Windows 7 Professional and Java 7-64 update 55.
This works ok, but the stream interupts a view times a day with the following log entries:
2014-05-08 09:36:18,662 DEBUG [TranscodingJobListener] Transcoding finished; successful: true
2014-05-08 09:36:19,290 DEBUG [WebServer] I/O error: Write end dead
I tried version 1.5, but it gives the same result.

The closest thing to an awnser I found is in this article:
https://techtavern.wordpress.com/2008/0 ... -end-dead/
It says the following about this error:
“Write end dead” exceptions will arise when you have:
1) A PipedInputStream connected to a PipedOutputStream and
2) The ends of these pipe are read/writen by two different threads
3) The threads finish without closing their side of the pipe.

I'm not a programmer, so the only thing I learn from this is that it is Java related.
The problem gets worse when two diferent steams run simultaniously.

Re: Stream interupts with "I/O error: Write end dead"

PostPosted: Wed Mar 18, 2015 3:28 pm
by zip
I will try to reproduce it, but a detailed log when this happens would help.