Hi,
here is a tip for reading the stack trace:
If you are using firebug you can easily remove the style that hides the stack trace.
Just make a rightclick on the collapsed section "Stack Trace" and inspect the element's HTML code.
There, remove the bold marked attribute, and the stack trace will be displayed.
<pre id="stacktrace" style="display:none">
Hope this helps
Sven