Hi, Maybe appending ";trace_level_system_out=3" to the database URL can help creating a test case. This setting will show you all the JDBC API calls made.
Regards, Thomas On Mon, May 5, 2014 at 12:45 PM, sim <[email protected]<javascript:_e(%7B%7D,'cvml','[email protected]');> > wrote: > Hi Thomas, > > No, I have no test-case right now. I got the error message in real app., > but am trying to prepare a simple test-case. > > Thank you > > > > > On Monday, May 5, 2014 8:46:40 AM UTC+3, Thomas Mueller wrote: >> >> Hi, >> >> > > According to the error code you are using version 1.3.176 on one end. >> >> You are right. Is that illegal ? It works with 1.4.177 server. >>> >> >> No, it's not illegal to use different client and server versions. When >> connecting, the client and server "negotiate" which protocol version to >> use. So it looks like a bug in the client or server. Do you have a simple, >> reproducible test case for this problem? >> >> Regards, >> Thomas >> >> >> >>> >>> On Friday, May 2, 2014 9:46:24 PM UTC+3, Thomas Mueller wrote: >>>> >>>> Hi, >>>> >>>> Regards, >>>> Thomas >>>> >>>> >>>> -- >>> You received this message because you are subscribed to the Google >>> Groups "H2 Database" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To post to this group, send email to [email protected]. >>> Visit this group at http://groups.google.com/group/h2-database. >>> For more options, visit https://groups.google.com/d/optout. >>> >> -- > You received this message because you are subscribed to the Google Groups > "H2 Database" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to > [email protected]<javascript:_e(%7B%7D,'cvml','h2-database%[email protected]');> > . > To post to this group, send email to > [email protected]<javascript:_e(%7B%7D,'cvml','[email protected]');> > . > Visit this group at http://groups.google.com/group/h2-database. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
