RE: Unexplained exception in GeneralStatement.executeQueryForObject

2005-06-07 Thread Wulf, Andrew
-java@incubator.apache.org Subject: RE: Unexplained exception in GeneralStatement.executeQueryForObject Hi, You are definitely not the only one :( http://www.orafaq.com/forum/t/28158/0/ http://ora-00600.ora-code.com/ They vary from all kinds of serverside errors (memory/hardware-related) to classpath-problems,

RE: Unexplained exception in GeneralStatement.executeQueryForObject

2005-06-07 Thread Niels Beekman
Niels From: Wulf, Andrew [mailto:[EMAIL PROTECTED] Sent: maandag 6 juni 2005 23:30 To: ibatis-user-java@incubator.apache.org Subject: Unexplained exception in GeneralStatement.executeQueryForObject In 2.1.0.565 I get this exception which makes little sense to me. Running on Weblogic 8.

Re: Unexplained exception in GeneralStatement.executeQueryForObject

2005-06-07 Thread Daniel Henrique Ferreira e Silva
hy do I get: > > > > java.lang.NoClassDefFoundError: > com/ibatis/sqlmap/engine/transaction/TransactionException > > > > > > > > > > -Original Message----- > > From: Wulf, Andrew > > Sent: Monday, June 06, 2005 4:30 PM > > To: '

Re: Unexplained exception in GeneralStatement.executeQueryForObject

2005-06-06 Thread Clinton Begin
s-user-java@incubator.apache.org' Subject:        Unexplained exception in GeneralStatement.executeQueryForObject In 2.1.0.565 I get this exception which makes little sense to me. Running on Weblogic 8.1 JDK 1.42. Basically it gets to line 100 and never returns. The database is Oracle 10g. The code worked f

RE: Unexplained exception in GeneralStatement.executeQueryForObject

2005-06-06 Thread Wulf, Andrew
Title: RE: Unexplained exception in GeneralStatement.executeQueryForObject Hmm another tidbit: --- Cause: java.sql.SQLException: ORA-00600: internal error code, arguments: [ttcgcshnd-1], [0], [], [], [], [], [], [] Was the actual exception, which is some hideous internal oracle exception

Unexplained exception in GeneralStatement.executeQueryForObject

2005-06-06 Thread Wulf, Andrew
Title: Unexplained exception in GeneralStatement.executeQueryForObject In 2.1.0.565 I get this exception which makes little sense to me. Running on Weblogic 8.1 JDK 1.42. Basically it gets to line 100 and never returns. The database is Oracle 10g. The code worked fine on the prior version of