Tracking down a StreamResult error??

2014-11-12 Thread Burton Rhodes
I am having trouble tracking down an error we are experiencing on our production server. This happens very rarely, but every once in a while we will get flooded with 75+ error logs in about a 1 minute span with the errors below. Having trouble identifying which action and/or class is causing the

Re: Tracking down a StreamResult error??

2014-11-12 Thread Chris Pratt
You may already realize this, but I believe this is what is happening: You have an action defined to use the stream result type. The stream result requires an InputStream to be available on the stack when it starts processing. This is usually provided by a getInputStream() method on the action.