JRun, yes this is what I was curious about since this
particular server is running the Standard Edition using IIS6. I
haven't looked into it but I'm guessing that possibly 7.0.1 or
7.0.2 applied JRun Updater 5...then again maybe 7 came with it - I
just haven't researched to find out.
The reason I'm asking this is that we have a piece of code
that is serving up images from the HDD (outlined here in Christian
Cantrell's blog from several years ago -
Using
ColdFusion to Write Out Binary Data
- and it has been producing an ungodly amount of errors
within the exception logs. As far as I can tell the code is still
completing as the customer hasn't complained about errors but the
log is filling up with this repetative error....
java.lang.IllegalStateException
at
jrun.servlet.JRunResponse.getOutputStream(JRunResponse.java:179)
After reading through some group and blog posting as well as
looking at JRun Updater 6 and 7 - my hopes were that if I could
apply Updater 7 it would potentially resolve the issue.