So again, step 1 is to look at whether the server sent a response and what it was.
This is something you'd do with Firebug or a similar tool (basically press F12 in whatever browser).
As far as the ThreadLocal warnings, it looks like Spring or another framework you are using might be leaking ThreadLocals. We don't create any ThreadLocals of the types shown in your logs.
This is something you'd do with Firebug or a similar tool (basically press F12 in whatever browser).
As far as the ThreadLocal warnings, it looks like Spring or another framework you are using might be leaking ThreadLocals. We don't create any ThreadLocals of the types shown in your logs.
Comment