[ http://issues.apache.org/jira/browse/DERBY-1637?page=comments#action_12425916 ] Tomohito Nakayama commented on DERBY-1637: ------------------------------------------
I tried ibm131 on my development environment and could executed it. //Firstly, I thought ibm131 of 32-bit xSeries (Intel compatible),which I could found, is impossible to execucte at my notebook PC technically, because my PC is ThinkPad R52 and not xSeries .... However , I couldn't reproduct the reported behavior. Next was the result. ------------------ [EMAIL PROTECTED]:~/derby/test/20060805$ cat /proc/version Linux version 2.6.12-1-386 ([EMAIL PROTECTED]) (gcc version 4.0.2 20050917 (prerelease) (Debian 4.0.1-8)) #1 Tue Sep 27 12:41:08 JST 2005 [EMAIL PROTECTED]:~/derby/test/20060805$ java -version java version "1.3.1" Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1) Classic VM (build 1.3.1, J2RE 1.3.1 IBM build cxia32131-20060605 (SR10) (JIT enabled: jitc)) [EMAIL PROTECTED]:~/derby/test/20060805$ runNetClientTest.sh derbynet/OutBufferedStream.java /home/naka/derby/dev/trunk/jars/sane/derby.jar:/home/naka/derby/dev/trunk/jars/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/trunk/jars/sane/derbyrun.jar:/home/naka/derby/dev/trunk/jars/sane/derbyTesting.jar:/home/naka/derby/dev/trunk/tools/java/jakarta-oro-2.0.8.jar:/home/naka/derby/dev/trunk/jars/sane/derbyLocale_de_DE.jar:/home/naka/derby/dev/trunk/jars/sane/derbyLocale_es.jar:/home/naka/derby/dev/trunk/jars/sane/derbyLocale_fr.jar:/home/naka/derby/dev/trunk/jars/sane/derbyLocale_it.jar:/home/naka/derby/dev/trunk/jars/sane/derbyLocale_ja_JP.jar:/home/naka/derby/dev/trunk/jars/sane/derbyLocale_ko_KR.jar:/home/naka/derby/dev/trunk/jars/sane/derbyLocale_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/derby/dev/trunk/tools/java/junit.jar:/home/naka/derby/dev/trunk/tools/java/db2jcc.jar:/home/naka/derby/dev/trunk/tools/java/db2jcc_license_c.jar:/home/naka/derby/dev/trunk/tools/java/jdbc2_0-stdext.jar:/home/naka/derby/dev/trunk/tools/java/jce1_2_2.jar:. console.encoding:null file.encoding:ISO-8859-1 derby.ui.codeset: null *** Start: OutBufferedStream jdk1.3.1 DerbyNetClient 2006-08-05 10:10:04 *** Appending to derby_tests.policy Initialize for framework: DerbyNetClient startServer = false. Bypass server startup Appending to derby_tests.policy java -Duser.language=en -Duser.country=US -Dderby.system.home=/home/naka/derby/test/20060805/DerbyNetClient/OutBufferedStream -Dderby.infolog.append=true -Dframework=DerbyNetClient -Djava.security.manager -Djava.security.policy=/home/naka/derby/test/20060805/derby_tests.policy -DderbyTesting.codejar=file:/home/naka/derby/dev/trunk/jars/sane/ -DderbyTesting.codedir=/home/naka/derby/dev/trunk/jars/sane -DderbyTesting.serverhost=localhost -DderbyTesting.clienthost=localhost -DderbyTesting.codeclasses=file://unused/ org.apache.derbyTesting.functionTests.tests.derbynet.OutBufferedStream -p /home/naka/derby/test/20060805/DerbyNetClient/OutBufferedStream/OutBufferedStream_app.properties The test should be running... About to execute: diff.exec( outName = /home/naka/derby/test/20060805/DerbyNetClient/OutBufferedStream.out,outDir = /home/naka/derby/test/20060805/DerbyNetClient,pwDiff = [EMAIL PROTECTED],testOutName = OutBufferedStream,frameworkMaster = DerbyNetClient,jvmName = ibm13,iminor = 3,useprocess = true,systemdiff = false,canondir = null,canonpath = null) MasterFileName = master/OutBufferedStream.out *** End: OutBufferedStream jdk1.3.1 DerbyNetClient 2006-08-05 10:10:14 *** [EMAIL PROTECTED]:~/derby/test/20060805$ ls -R .: DerbyNetClient outBufferedStream.DerbyNetClient.shutdown.err.log outBufferedStream.DerbyNetClient.shutdown.std.log ./DerbyNetClient: OutBufferedStream.pass ------------------- One of major difference between environments is Linux or Windows. I suspect that this phenomena have something to do with that difference .... > OutBufferedStream.java fails on ibm131/jdk131 jvms. > --------------------------------------------------- > > Key: DERBY-1637 > URL: http://issues.apache.org/jira/browse/DERBY-1637 > Project: Derby > Issue Type: Bug > Components: Regression Test Failure > Affects Versions: 10.2.0.0 > Environment: ibm131, sun jdk131 ,windows. derby jars are 10.2.0.5 > alpha - (426734) > Reporter: Sunitha Kambhampati > Fix For: 10.2.0.0 > > Attachments: 1637_jcc2.4.zip, javacore.20060804.101637.3308.txt, > javacore.20060804.101643.3308.txt, outbuff_ibm131.jar, > outbuffstream_derbyall_report.txt > > > OutBufferedStream test fails with ibm131 and jdk131. I'll attach the report > file to this issue. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
