On Jan 25, 2008 6:33 PM, Mike Brzozowski <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'm running a Restlet (1.0.7) webserver and recently implemented an AJAXish 
> call
> using the Yahoo UI Connect library. It normally works but on some edge case I
> haven't found, it causes the server to spurt a literally endless stream of 
> these
> exceptions:

Hmm... I haven't seen that ever happen.

> Jan 25, 2008 6:01:45 PM com.noelios.restlet.util.FormReader addParameters
> WARNING: Unable to parse a form parameter. Skipping it.
> java.io.IOException: Stream closed
>   at 
> simple.http.MonitoredInputStream.ensureOpen(MonitoredInputStream.java:184)
>   at simple.http.MonitoredInputStream.read(MonitoredInputStream.java:83)

Are you using the Simple HTTP connector in production?  If so... Don't.

Use Jetty instead.

Take care,
John

Reply via email to