Hi,
> However i am not
> sure about it and i cannt find where to looking for. I am sending an
> attachment with the bug. I have many days with it.
> Thanks for any idea.
This looks like you're trying to store an exception in a session, using the
JSON session backend. Since json doesn't know how to serialize an exception
object, it bails out.
The underlying problem is that you're trying to store more then 80 chars into
a field with max lenght 80. Without code, it is impossible to tell how the two
relate.
--
Melvyn Sopacua