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
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, so I don't think it will be easy... Good luck! Niels ___

Re: Unexplained exception in GeneralStatement.executeQueryForObject

2005-06-07 Thread Daniel Henrique Ferreira e Silva
Andrew, Honestly, i wish you the best luck as you probably just met an Oracle bug! Usually, these internal exceptions are the first signal of a bug in Oracle internal code. If you find a fix and/or workaround for this issue, let me know. Cheers, Daniel Silva. On 6/6/05, Clinton Begin <[EMAIL

Re: Unexplained exception in GeneralStatement.executeQueryForObject

2005-06-06 Thread Clinton Begin
  java.lang.NoClassDefFoundError is a secondary exception that occurs usually because a static initializer in a class throws an exception causing the loading of the class to fail.  The ClassLoader will usually not try twice in this case.   The other reason is that the class is not on the classpat

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