Re: Error 38000 with a stack overflow on recordset.next()?

2005-10-13 Thread Daniel John Debrunner
Daniel Skiles wrote: > Hello All, > > > > I’m getting a I'm working on trying to embed Cloudscape into an app and > every time I try to run the next() method on a result set I getting the > following error: > > ERROR 38000: The exception 'java.lang.StackOverflowError' was thrown > while evalu

Re: Import Using SYSCS_IMPORT_TABLE

2005-10-13 Thread Daniel John Debrunner
James Pannozzi wrote: > I started using Derby, so far very very impressive, > I never used all Java database before. > > Here is a question on import CSV file. > > I try to import 90,000 line CSV file (see Subject, > this message) and get some exception, for example if > > too many commas in a

Error 38000 with a stack overflow on recordset.next()?

2005-10-13 Thread Daniel Skiles
Hello All,   I’m getting a I'm working on trying to embed Cloudscape into an app and every time I try to run the next() method on a result set I getting the following error: ERROR 38000: The exception 'java.lang.StackOverflowError' was thrown while evaluating an _expression_.  at org

Re: Opened http://issues.apache.org/jira/browse/DERBY-621

2005-10-13 Thread Hiram Chirino
Doh! I had a previous derby version in my classpath! It absolutely works in 10.1.1.0. Sorry for the noise! Regards, Hiram On Oct 13, 2005, at 9:54 AM, Hiram Chirino wrote: Hi Dan, Yep! It was against 10.1.1.0! Regards, Hiram On Oct 13, 2005, at 5:43 AM, Daniel John Debrunner wrote:

Re: Opened http://issues.apache.org/jira/browse/DERBY-621

2005-10-13 Thread Rajesh Kartha
Hi Hiram, I ran your JUnit test case from http://issues.apache.org/jira/browse/DERBY-621 under Eclipse and it passed successfully, did not see any failures. The derby.jar I have is - 10.1.1.0 - (208786) (which is the Apache release) Your sysinfo output can shed some light on the Derby jar ve

Re: Opened http://issues.apache.org/jira/browse/DERBY-621

2005-10-13 Thread Sunitha Kambhampati
Hi Hiram, I just modified the the repro that you attached with DERBY621 to remove the junit specific code since I dont have junit and dont know much about it. So in your repro, the test updates one row when using testBatch , and also when using testNoBatch methods. I ran this test on my 10.2

Re: Opened http://issues.apache.org/jira/browse/DERBY-621

2005-10-13 Thread Hiram Chirino
Hi Dan, Yep! It was against 10.1.1.0! Regards, Hiram On Oct 13, 2005, at 5:43 AM, Daniel John Debrunner wrote: Hiram Chirino wrote: Hi Guys, Any ideas why http://issues.apache.org/jira/browse/DERBY-621 is happening to me? Looks like the same as DERBY-217 which is meant to be fixed in

10.1.1.1 snapshot posted

2005-10-13 Thread Andrew McIntyre
In preparation for an upcoming 10.1.2.0 release, a new snapshot has been posted to the Derby website at http://db.apache.org/derby/ derby_downloads.html. Feedback from interested testers is always appreciated. Information concerning the 10.1.2.0 release can be found here: http:// people.apa

Re: Opened http://issues.apache.org/jira/browse/DERBY-621

2005-10-13 Thread Daniel John Debrunner
Hiram Chirino wrote: > Hi Guys, > > Any ideas why http://issues.apache.org/jira/browse/DERBY-621 is > happening to me? Looks like the same as DERBY-217 which is meant to be fixed in 10.1.1.0 including test cases. http://issues.apache.org/jira/browse/DERBY-217 Can you confirm you are testing w