"Stephan Zuiderwijk" <[EMAIL PROTECTED]> writes:

> <html xmlns:v="urn:schemas-microsoft-com:vml" 
> xmlns:o="urn:schemas-microsoft-com:office:office" 
> xmlns:w="urn:schemas-microsoft-com:office:word" 
> xmlns="http://www.w3.org/TR/REC-html40";>
>
>
> <p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
> font-family:Arial'>I&#8217;m using Sequoia with JBOSS in a distributed
> environment. When an error occurs in Sequoia e.g. a Lock wait timeout on the
> database, I receive the following exception at my 
> client:<o:p></o:p></span></font></p>
>
> <p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
> font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>
>
> <p class=MsoNormal><font size=2 color=black face="Courier New"><span
> style='font-size:10.0pt;font-family:"Courier 
> New";color:black;background:white'>&#8230;writing
> aborted; </span></font><u><font size=2 color=navy face="Courier New"><span
> style='font-size:10.0pt;font-family:"Courier 
> New";color:navy;background:white'>java.io.NotSerializableException</span></font></u><font
> size=2 color=black face="Courier New"><span 
> style='font-size:10.0pt;font-family:
> "Courier New";color:black;background:white'>:
> org.continuent.sequoia.common.exceptions.driver.protocol.SerializableStackTraceElement</span></font><font
> size=2 color=black face="Courier New"><span 
> style='font-size:10.0pt;font-family:
> "Courier New";color:black'>&#8230;<o:p></o:p></span></font></p>


org.continuent.sequoia.common.exceptions.driver.protocol.SerializableStackTraceElement

is indeed NOT Serializable, and not meant to be serialized.

More precisely, it's not serializable using Java, but only "manually"
using its public constructor and "#sendToStream()" method.


Could please give more details on how you get this error?




_______________________________________________
Sequoia mailing list
Sequoia@lists.forge.continuent.org
https://forge.continuent.org/mailman/listinfo/sequoia

Reply via email to