You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Dag H. Wanvik (JIRA)" <de...@db.apache.org> on 2005/09/08 09:19:31 UTC

[jira] Reopened: (DERBY-459) lang/errorStream.java fails intermittently on Windows 2003 server

     [ http://issues.apache.org/jira/browse/DERBY-459?page=all ]
     
Dag H. Wanvik reopened DERBY-459:
---------------------------------


Back-port patch to the 10.1 branch

> lang/errorStream.java fails intermittently on Windows 2003 server
> -----------------------------------------------------------------
>
>          Key: DERBY-459
>          URL: http://issues.apache.org/jira/browse/DERBY-459
>      Project: Derby
>         Type: Bug
>   Components: Test
>     Versions: 10.2.0.0, 10.1.2.0
>  Environment: Windows 2003 server, J2SE 1.4.2
>     Reporter: Dag H. Wanvik
>     Assignee: Dag H. Wanvik
>     Priority: Minor
>      Fix For: 10.2.0.0
>  Attachments: 459.diff, 459.stat
>
> Philips spotted this problem on a Windows 2003 server:
> (mail quote):
> I ran derbyall on a new machine and the lang/errorStream.java test 
> fails. I've run the same test successfully on 3 other machines and the 
> only discernable difference I am able to come up with is the operating 
> system (XP vs Windows 2003 Server on the failing machine). Also the 
> error in question seems to suggest that the problem is with an empty log 
> file, I've also attached a copy of that non empty log file. At this 
> point I'm open to suggestions.
> Philip
> ------------------ Java Information ------------------
> Java Version:    1.4.2_08
> Java Vendor:     Sun Microsystems Inc.
> Java home:       c:\j2sdk1.4.2_08\jre
> Java classpath:  .;c:\derby\derbyMain\classes;c:\derby\db2jcc.jar;c:\derby\db2jcc_license_c.jar;C:\derby\derbyMain\tools\java\jakarta-oro-2.0.8.jar;C:\derby\derbyMain\tools\java\geronimo-spec-servlet-2.4-rc4.jar;C:\j2sdk1.4.2_08\lib\tools.jar;.;C:\j2sdk1.4.2_08\lib;C:\IBM\SQLLIB\java\db2java.zip;C:\IBM\SQLLIB\java\db2jcc.jar;C:\IBM\SQLLIB\java\sqlj.zip;C:\IBM\SQLLIB\bin;C:\IBM\SQLLIB\java\common.jar
> OS name:         Windows 2003
> OS architecture: x86
> OS version:      5.2
> Java user name:  db2admin
> Java user home:  C:\Documents and Settings\db2admin
> Java user dir:   C:\Derby\derbyMain\singleTest
> java.specification.name: Java Platform API Specification
> java.specification.version: 1.4
> --------- Derby Information --------
> JRE - JDBC: J2SE 1.4.2 - JDBC 3.0
> [C:\Derby\derbyMain\classes] 10.2.0.0 alpha - (1)
> [C:\Derby\db2jcc.jar] 2.4 - (17)
> [C:\Derby\db2jcc_license_c.jar] 2.4 - (17)
> [C:\IBM\SQLLIB\java\db2jcc.jar] 2.4 - (17)
> ------------------------------------------------------
> ----------------- Locale Information -----------------
> Current Locale :  [English/United States [en_US]]
> Found support for locale: [de_DE]
> 	 version: 10.2.0.0 alpha - (1)
> Found support for locale: [es]
> 	 version: 10.2.0.0 alpha - (1)
> Found support for locale: [fr]
> 	 version: 10.2.0.0 alpha - (1)
> Found support for locale: [it]
> 	 version: 10.2.0.0 alpha - (1)
> Found support for locale: [ja_JP]
> 	 version: 10.2.0.0 alpha - (1)
> Found support for locale: [ko_KR]
> 	 version: 10.2.0.0 alpha - (1)
> Found support for locale: [pt_BR]
> 	 version: 10.2.0.0 alpha - (1)
> Found support for locale: [zh_CN]
> 	 version: 10.2.0.0 alpha - (1)
> Found support for locale: [zh_TW]
> 	 version: 10.2.0.0 alpha - (1)
> ------------------------------------------------------
> Framework: embedded
> *** Start: errorStream jdk1.4.2_08 2005-07-13 11:24:44 ***
> 4 del
> < shutdown ok: XJ015:Derby system shutdown.
> 5 del
> < shutdown ok: XJ015:Derby system shutdown.
> 6 del
> < shutdown ok: XJ015:Derby system shutdown.
> 7 del
> < shutdown ok: XJ015:Derby system shutdown.
> 8 del
> < shutdown ok: XJ015:Derby system shutdown.
> 9 del
> < shutdown ok: XJ015:Derby system shutdown.
> 10 del
> < shutdown ok: XJ015:Derby system shutdown.
> 11 del
> < shutdown ok: XJ015:Derby system shutdown.
> 12 del
> < Test errorStream finished successfully
> 12 add
> > Test errorStream failed: assertNonEmpty failed:C:\Derby\derbyMain\singleTest\errorStream\VombatusUrsinusHirsutus-err-2.log
> > org.apache.derbyTesting.functionTests.tests.lang.AssertException: assertNonEmpty failed:C:\Derby\derbyMain\singleTest\errorStream\VombatusUrsinusHirsutus-err-2.log
> Test Failed.
> *** End:   errorStream jdk1.4.2_08 2005-07-13 11:24:48 ***
> 2005-07-13 14:24:46.671 GMT Thread[main,5,main] java.io.FileNotFoundException: C:\Derby\derbyMain\singleTest\errorStreamfoo\VombatusUrsinusHirsutus-file-2.log (The system cannot find the path specified)
> ----------------------------------------------------------------
> 2005-07-13 14:24:46.687 GMT:
>  Booting Derby version The Apache Software Foundation - Apache Derby - 10.2.0.0 alpha - (1): instance c013800d-0105-1095-564f-00004167747a
> on database directory C:\Derby\derbyMain\singleTest\errorStream\VombatusUrsinusHirsutus-2 
> Database Class Loader started - derby.database.classpath=''
> 2005-07-13 14:24:47.468 GMT:
> Shutting down instance c013800d-0105-1095-564f-00004167747a
> ----------------------------------------------------------------

-- 
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


Re: [jira] Reopened: (DERBY-459) lang/errorStream.java fails intermittently on Windows 2003 server

Posted by Kathey Marsden <km...@sbcglobal.net>.
Knut Anders Hatlen wrote:

>Satheesh Bandaram <sa...@Sourcery.Org> writes:
>
>  
>
>>This has been committed, actually.
>>
>>Satheesh
>>
>>-----------------------------------------------------------------------------------------------
>>r219265 | djd | 2005-07-15 16:57:07 -0700 (Fri, 15 Jul 2005) | 4 lines
>>
>>DERBY-459 - Close error stream to make lang/errorStream test consistent.
>>
>>Contributed by  Dag H. Wanvik dag.wanvik@sun.com
>>    
>>
>
>It was committed to trunk, but Dag wants it to be committed to 10.1 as
>well, I think.
>
>  
>
I will commit.

Kathey



Re: [jira] Reopened: (DERBY-459) lang/errorStream.java fails intermittently on Windows 2003 server

Posted by Knut Anders Hatlen <Kn...@Sun.COM>.
Satheesh Bandaram <sa...@Sourcery.Org> writes:

> This has been committed, actually.
>
> Satheesh
>
> -----------------------------------------------------------------------------------------------
> r219265 | djd | 2005-07-15 16:57:07 -0700 (Fri, 15 Jul 2005) | 4 lines
>
> DERBY-459 - Close error stream to make lang/errorStream test consistent.
>
> Contributed by  Dag H. Wanvik dag.wanvik@sun.com

It was committed to trunk, but Dag wants it to be committed to 10.1 as
well, I think.

-- 
Knut Anders


Re: [jira] Reopened: (DERBY-459) lang/errorStream.java fails intermittently on Windows 2003 server

Posted by "Dag H. Wanvik" <Da...@Sun.COM>.
Hi,
this one has been waiting for a committer for some time. Can somebody
fix this?

Dag


>>>>> "Dag" == Dag H Wanvik (JIRA) <de...@db.apache.org> wrote:
Dag> 
Dag>      [ http://issues.apache.org/jira/browse/DERBY-459?page=all ]
Dag> Dag H. Wanvik reopened DERBY-459:
Dag> ---------------------------------
Dag> 
Dag> 
Dag> Back-port patch to the 10.1 branch
Dag> 
Dag> > lang/errorStream.java fails intermittently on Windows 2003 server
Dag> > -----------------------------------------------------------------
Dag> >
Dag> >          Key: DERBY-459
Dag> >          URL: http://issues.apache.org/jira/browse/DERBY-459
Dag> >      Project: Derby
Dag> >         Type: Bug
Dag> >   Components: Test
Dag> >     Versions: 10.2.0.0, 10.1.2.0
Dag> >  Environment: Windows 2003 server, J2SE 1.4.2
Dag> >     Reporter: Dag H. Wanvik
Dag> >     Assignee: Dag H. Wanvik
Dag> >     Priority: Minor
Dag> >      Fix For: 10.2.0.0
Dag> >  Attachments: 459.diff, 459.stat
Dag> >
Dag> > Philips spotted this problem on a Windows 2003 server:
Dag> > (mail quote):
Dag> > I ran derbyall on a new machine and the lang/errorStream.java test 
Dag> > fails. I've run the same test successfully on 3 other machines and the 
Dag> > only discernable difference I am able to come up with is the operating 
Dag> > system (XP vs Windows 2003 Server on the failing machine). Also the 
Dag> > error in question seems to suggest that the problem is with an empty log 
Dag> > file, I've also attached a copy of that non empty log file. At this 
Dag> > point I'm open to suggestions.
Dag> > Philip
Dag> > ------------------ Java Information ------------------
Dag> > Java Version:    1.4.2_08
Dag> > Java Vendor:     Sun Microsystems Inc.
Dag> > Java home:       c:\j2sdk1.4.2_08\jre
Dag> > Java classpath:  .;c:\derby\derbyMain\classes;c:\derby\db2jcc.jar;c:\derby\db2jcc_license_c.jar;C:\derby\derbyMain\tools\java\jakarta-oro-2.0.8.jar;C:\derby\derbyMain\tools\java\geronimo-spec-servlet-2.4-rc4.jar;C:\j2sdk1.4.2_08\lib\tools.jar;.;C:\j2sdk1.4.2_08\lib;C:\IBM\SQLLIB\java\db2java.zip;C:\IBM\SQLLIB\java\db2jcc.jar;C:\IBM\SQLLIB\java\sqlj.zip;C:\IBM\SQLLIB\bin;C:\IBM\SQLLIB\java\common.jar
Dag> > OS name:         Windows 2003
Dag> > OS architecture: x86
Dag> > OS version:      5.2
Dag> > Java user name:  db2admin
Dag> > Java user home:  C:\Documents and Settings\db2admin
Dag> > Java user dir:   C:\Derby\derbyMain\singleTest
Dag> > java.specification.name: Java Platform API Specification
Dag> > java.specification.version: 1.4
Dag> > --------- Derby Information --------
Dag> > JRE - JDBC: J2SE 1.4.2 - JDBC 3.0
Dag> > [C:\Derby\derbyMain\classes] 10.2.0.0 alpha - (1)
Dag> > [C:\Derby\db2jcc.jar] 2.4 - (17)
Dag> > [C:\Derby\db2jcc_license_c.jar] 2.4 - (17)
Dag> > [C:\IBM\SQLLIB\java\db2jcc.jar] 2.4 - (17)
Dag> > ------------------------------------------------------
Dag> > ----------------- Locale Information -----------------
Dag> > Current Locale :  [English/United States [en_US]]
Dag> > Found support for locale: [de_DE]
Dag> > 	 version: 10.2.0.0 alpha - (1)
Dag> > Found support for locale: [es]
Dag> > 	 version: 10.2.0.0 alpha - (1)
Dag> > Found support for locale: [fr]
Dag> > 	 version: 10.2.0.0 alpha - (1)
Dag> > Found support for locale: [it]
Dag> > 	 version: 10.2.0.0 alpha - (1)
Dag> > Found support for locale: [ja_JP]
Dag> > 	 version: 10.2.0.0 alpha - (1)
Dag> > Found support for locale: [ko_KR]
Dag> > 	 version: 10.2.0.0 alpha - (1)
Dag> > Found support for locale: [pt_BR]
Dag> > 	 version: 10.2.0.0 alpha - (1)
Dag> > Found support for locale: [zh_CN]
Dag> > 	 version: 10.2.0.0 alpha - (1)
Dag> > Found support for locale: [zh_TW]
Dag> > 	 version: 10.2.0.0 alpha - (1)
Dag> > ------------------------------------------------------
Dag> > Framework: embedded
Dag> > *** Start: errorStream jdk1.4.2_08 2005-07-13 11:24:44 ***
Dag> > 4 del
Dag> > < shutdown ok: XJ015:Derby system shutdown.
Dag> > 5 del
Dag> > < shutdown ok: XJ015:Derby system shutdown.
Dag> > 6 del
Dag> > < shutdown ok: XJ015:Derby system shutdown.
Dag> > 7 del
Dag> > < shutdown ok: XJ015:Derby system shutdown.
Dag> > 8 del
Dag> > < shutdown ok: XJ015:Derby system shutdown.
Dag> > 9 del
Dag> > < shutdown ok: XJ015:Derby system shutdown.
Dag> > 10 del
Dag> > < shutdown ok: XJ015:Derby system shutdown.
Dag> > 11 del
Dag> > < shutdown ok: XJ015:Derby system shutdown.
Dag> > 12 del
Dag> > < Test errorStream finished successfully
Dag> > 12 add
Dag> > > Test errorStream failed: assertNonEmpty failed:C:\Derby\derbyMain\singleTest\errorStream\VombatusUrsinusHirsutus-err-2.log
Dag> > > org.apache.derbyTesting.functionTests.tests.lang.AssertException: assertNonEmpty failed:C:\Derby\derbyMain\singleTest\errorStream\VombatusUrsinusHirsutus-err-2.log
Dag> > Test Failed.
Dag> > *** End:   errorStream jdk1.4.2_08 2005-07-13 11:24:48 ***
Dag> > 2005-07-13 14:24:46.671 GMT Thread[main,5,main] java.io.FileNotFoundException: C:\Derby\derbyMain\singleTest\errorStreamfoo\VombatusUrsinusHirsutus-file-2.log (The system cannot find the path specified)
Dag> > ----------------------------------------------------------------
Dag> > 2005-07-13 14:24:46.687 GMT:
Dag> >  Booting Derby version The Apache Software Foundation - Apache Derby - 10.2.0.0 alpha - (1): instance c013800d-0105-1095-564f-00004167747a
Dag> > on database directory C:\Derby\derbyMain\singleTest\errorStream\VombatusUrsinusHirsutus-2 
Dag> > Database Class Loader started - derby.database.classpath=''
Dag> > 2005-07-13 14:24:47.468 GMT:
Dag> > Shutting down instance c013800d-0105-1095-564f-00004167747a
Dag> > ----------------------------------------------------------------
Dag> 
Dag> -- 
Dag> This message is automatically generated by JIRA.
Dag> -
Dag> If you think it was sent incorrectly contact one of the administrators:
Dag>    http://issues.apache.org/jira/secure/Administrators.jspa
Dag> -
Dag> For more information on JIRA, see:
Dag>    http://www.atlassian.com/software/jira
Dag> 
-- 
Dag H. Wanvik
Sun Microsystems, Web Services, Database Technology Group
Haakon VII gt. 7b, N-7485 Trondheim, Norway
Tel: x43496/+47 73842196, Fax:  +47 73842101

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
NOTICE: This email message is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or distribution
is prohibited. If you are not the intended recipient, please contact
the sender by reply email and destroy all copies of the original
message.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~