Thanks David, that fixed it...
-----Original Message----- From: David Jencks [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 12, 2002 1:32 PM To: [EMAIL PROTECTED] Subject: Re: [castor-dev] interbase "unitialized object" problem As I recall from the distant past when I was struggling with interclient this is usually caused by using the Borland distro compiled in jdk 1.2 with a 1.3 vm. Recompiling the source for the jdk you are using fixes this. There are also a couple of precompiled versions at the firebird download area on sourceforge, and there may be others elsewhere. david jencks On 2002.02.12 13:27:48 -0500 Craig Johnson wrote: > The following code throws an "Expecting to find unitialized object on > stack" > error > > resellerOql = db.getOQLQuery( "SELECT r FROM com.xxx.Reseller r > WHERE id > $1" ); > resellerOql.bind( 0 ); > results = resellerOql.execute(); > while( results.hasMore() ) > marshaller.marshal( results.next() ); > > java.lang.VerifyError: (class: interbase/interclient/ErrorKey, method: > _$372 > signature: (Ljava/lang/String;Ljava/lang/String;I)V) Expecting to find > unitialized object on stack at > interbase.interclient.JDBCNet._$125439(JDBCNet.java:92) > > Thanks in advance for your help > > craig johnson > > > > _________________________________________________________ > Do You Yahoo!? > Get your free @yahoo.com address at http://mail.yahoo.com > > ----------------------------------------------------------- > If you wish to unsubscribe from this mailing, send mail to > [EMAIL PROTECTED] with a subject of: > unsubscribe castor-dev > > > ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [EMAIL PROTECTED] with a subject of: unsubscribe castor-dev _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [EMAIL PROTECTED] with a subject of: unsubscribe castor-dev
