Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 62074 invoked from network); 1 Oct 2006 05:39:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Oct 2006 05:39:28 -0000 Received: (qmail 50255 invoked by uid 500); 1 Oct 2006 05:39:27 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 50223 invoked by uid 500); 1 Oct 2006 05:39:27 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 50214 invoked by uid 99); 1 Oct 2006 05:39:27 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Sep 2006 22:39:27 -0700 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received: from [209.237.227.198] ([209.237.227.198:38531] helo=brutus.apache.org) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 08/D2-00407-C845F154 for ; Sat, 30 Sep 2006 22:39:24 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8BD747142E1 for ; Sat, 30 Sep 2006 22:39:19 -0700 (PDT) Message-ID: <6747074.1159681159544.JavaMail.root@brutus> Date: Sat, 30 Sep 2006 22:39:19 -0700 (PDT) From: "Tomohito Nakayama (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Created: (DERBY-1910) OutOfMemoryError happens when jdbcapi/_Suite.junit was executed as DerbyNetClient (in jvm1.4.2) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N OutOfMemoryError happens when jdbcapi/_Suite.junit was executed as DerbyNet= Client (in jvm1.4.2) ---------------------------------------------------------------------------= -------------------- Key: DERBY-1910 URL: http://issues.apache.org/jira/browse/DERBY-1910 Project: Derby Issue Type: Bug Environment: naka@rufelza:~/derby/test/20061001_2$ cat /proc/versi= on=20 Linux version 2.6.12-1-386 (horms@tabatha.lab.ultramonkey.org) (gcc version= 4.0.2 20050917 (prerelease) (Debian 4.0.1-8)) #1 Tue Sep 27 12:41:08 JST 2= 005 naka@rufelza:~/derby/test/20061001_2$ java -version java version "1.4.2_10" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_10-b03) Java HotSpot(TM) Client VM (build 1.4.2_10-b03, mixed mode) Reporter: Tomohito Nakayama I found this phenomena at my environment. naka@rufelza:~/derby/test/20061001_2$ runNetClientTest.sh jdbcapi/_Suite.ju= nit /home/naka/derby/dev/trunk/jars/sane/derby.jar:/home/naka/derby/dev/trunk/j= ars/sane/derbytools.jar:/home/naka/derby/dev/trunk/jars/sane/derbynet.jar:/= home/naka/derby/dev/trunk/jars/sane/derbyclient.jar:/home/naka/derby/dev/tr= unk/jars/sane/derbyrun.jar:/home/naka/derby/dev/trunk/jars/sane/derbyTestin= g.jar:/home/naka/derby/dev/trunk/tools/java/jakarta-oro-2.0.8.jar:/home/nak= a/derby/dev/trunk/jars/sane/derbyLocale_de_DE.jar:/home/naka/derby/dev/trun= k/jars/sane/derbyLocale_es.jar:/home/naka/derby/dev/trunk/jars/sane/derbyLo= cale_fr.jar:/home/naka/derby/dev/trunk/jars/sane/derbyLocale_it.jar:/home/n= aka/derby/dev/trunk/jars/sane/derbyLocale_ja_JP.jar:/home/naka/derby/dev/tr= unk/jars/sane/derbyLocale_ko_KR.jar:/home/naka/derby/dev/trunk/jars/sane/de= rbyLocale_pt_BR.jar:/home/naka/derby/dev/trunk/jars/sane/derbyLocale_zh_CN.= jar:/home/naka/derby/dev/trunk/jars/sane/derbyLocale_zh_TW.jar:/home/naka/d= erby/dev/trunk/tools/java/junit.jar:/home/naka/derby/dev/trunk/tools/java/d= b2jcc.jar:/home/naka/derby/dev/trunk/tools/java/db2jcc_license_c.jar:. console.encoding:null file.encoding:ISO-8859-1 derby.ui.codeset: null *** Start: _Suite jdk1.4.2_10 DerbyNetClient 2006-10-01 14:19:52 *** Initialize for framework: DerbyNetClient startServer =3D false. Bypass server startup java -Duser.language=3Den -Duser.country=3DUS -Dderby.system.home=3D/home/n= aka/derby/test/20061001_2/DerbyNetClient/_Suite -Dderby.infolog.append=3Dtr= ue -Dframework=3DDerbyNetClient -Djava.security.manager -Djava.security.pol= icy=3D/home/naka/derby/test/20061001_2/derby_tests.policy -DderbyTesting.cl= ientjar=3Dfile:/home/naka/derby/dev/trunk/jars/sane/ -DderbyTesting.codejar= =3Dfile:/home/naka/derby/dev/trunk/jars/sane/ -DderbyTesting.testjar=3Dfile= :/home/naka/derby/dev/trunk/jars/sane/ -DderbyTesting.codedir=3D/home/naka/= derby/dev/trunk/jars/sane -DderbyTesting.serverhost=3Dlocalhost -DderbyTest= ing.clienthost=3Dlocalhost junit.textui.TestRunner org.apache.derbyTesting.= functionTests.tests.jdbcapi._Suite=20 The test should be running... About to execute: diff.exec( outName =3D /home/naka/derby/test/20061001_2/D= erbyNetClient/_Suite.out,outDir =3D /home/naka/derby/test/20061001_2/DerbyN= etClient,pwDiff =3D java.io.PrintWriter@12f0999,testOutName =3D _Suite,fram= eworkMaster =3D DerbyNetClient,jvmName =3D jdk14,iminor =3D 4,useprocess = =3D true,systemdiff =3D false,canondir =3D null,canonpath =3D null) 0 add > .......................E.... > There was 1 error: > 1) testClobAsciiWrite3Param(org.apache.derbyTesting.functionTests.tests.j= dbcapi.LobStreamsTest)java.lang.OutOfMemoryError > FAILURES!!! > Tests run: 847, Failures: 0, Errors: 1 Test Failed. *** End: _Suite jdk1.4.2_10 DerbyNetClient 2006-10-01 14:22:01 *** This seems to be same as the error which was recorded in next test result. http://www.multinet.no/~solberg/public/Apache/DerbyJvm1.4/Limited/testSumma= ry-451360.html Comparing results at http://www.multinet.no/~solberg/public/Apache/index.ht= ml,=20 this phenomena seems to happen when test was executed with jvm 1.4.2. --=20 This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= p://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira