Increasing heap size on JVM seem like the only option I can think of. But, would be nice to know which test case throws this.
Raghu. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 16, 2003 11:32 AM To: [EMAIL PROTECTED] Subject: OJB install problem Hi folks, I am desesperatly trying to set up OJB on my system : - OJB 0.9.8 - Linux box with 512 MB RAM. - jdk 1.4 - oracle 8.1.7.3 I had problems with the 'prepare-testdb' ant task (mainly because of tablespace issues). So I launched ant without parameter to have everything compiled Then I ran the 'prepare-testdb' and customized the sql files generated, and executed them, now all tables are created and populated. I browsed the mailing list and found work around for common problems (case issues, jdbc set to 1.0...) But I am still stuck... >From what I have picked up, the next task is to launch the 'junit-no-compile-no-prepare' that should perform the Junit tests... did I miss something ? The problem I have is that when I launch 'ant junit-no-compile-no-prepare' (the same occurs if I use the build.sh script) I get the following : Buildfile: build.xml junit-no-compile-no-prepare: [junit] Running org.apache.ojb.broker.AllTests [junit] [BOOT] INFO: OJB.properties: file:/home/thogau/local/jakarta-ojb-0.9.8/target/test/ojb/OJB.properties [junit] Tests run: 163, Failures: 46, Errors: 90, Time elapsed: 15.843 sec [junit] Exception in thread "main" java.lang.OutOfMemoryError and everything hangs... Did someone encounter the same problem ? Did someone succeeded into setting it up for oracle 8.1.7.3 ? Shall I launch the JVM with options to increase memory ? Any advice will be welcome ! Many thanks, Thomas -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
