JAX-RS: SEVERE Problem with writing the data when parser hits exception?

2015-02-27 Thread Allison, Timothy B.
All, I recently noticed that I'm getting this message logged when there is an exception during parsing: SEVERE: Problem with writing the data, class org.apache.tika.server.TikaResource$5, ContentType: text/html We didn't get this message with Tika 1.6, but we are getting this with Tika 1.7

Re: JAX-RS: SEVERE Problem with writing the data when parser hits exception?

2015-02-27 Thread Sergey Beryozkin
Hi Tim, The problem appears to be happening during a write process, when a JAX-RS runtime provider delegates back to JAX-RS StreamingOutput TikaResource implementation. I'm presuming this causes an actual exception reporting. Do you think it should not be reported/logged ? This can be

Re: JAX-RS: SEVERE Problem with writing the data when parser hits exception?

2015-02-27 Thread Sergey Beryozkin
...@gmail.com] Sent: Friday, February 27, 2015 10:23 AM To: user@tika.apache.org Subject: Re: JAX-RS: SEVERE Problem with writing the data when parser hits exception? Hi Tim, The problem appears to be happening during a write process, when a JAX-RS runtime provider delegates back to JAX-RS StreamingOutput