Displaying 1 result from an estimated 1 matches for "for_this_agent".
2006 Jul 25
0
Errors logged but not returned to browser, WEBrick hangs
...ss sits and slowly takes up more and more memory until
I kill it.
3. The error message and traceback are being logged to development.log
as usual
In order to illsutrate, I placed an error near the top of my
ApplicationHelper, and I get the following. Please note that the
"undefined" for_this_agent() method cited in the traceback is simply the
first method from ApplicationHelper that gets called on the URL I
requested. It is not the problem. It''s simply the call that triggers
parsing the helper...and hanging WEBrick in order to demonstrate.
Incidentally, AdminHelper exists and co...