Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-5006456

java.util.Properties.{loadFrom,storeTo}FromXML failing due to recent changes

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 5.0
    • 5.0
    • xml
    • b44
    • generic
    • generic

      Immediately after the EE putback on February 28, the following regression test
      started to fail using the RE nightly builds.

        test/java/util/Properties/XMLSaveLoadBasher.java

      I have verified that the test passed in the RE nightly before the EE integration.

      Sample test output for the test both before and after the EE integration is
      provided below:

      jtreg PASSSING output:
      --------------------------------------------------
      TEST: java/util/Properties/XMLSaveLoadBasher.java
      JDK under test: (/java/re/jdk/1.5/nightly/binaries/solaris-sparc/b41-2004-02-28/j2sdk1.5.0)
      java version "1.5.0-beta2"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-beta2-b41)
      Java HotSpot(TM) Client VM (build 1.5.0-beta2-b41, mixed mode)

      ACTION: build -- Passed. No need to compile: XMLSaveLoadBasher.java
      REASON: Named class compiled on demand
      TIME: 0.0030 seconds

      ACTION: main -- Passed. Execution successful
      REASON: Assumed action based on file name: run main XMLSaveLoadBasher
      TIME: 4.344 seconds
      STDOUT:
      Warning: encoding "JIS-0208" not supported, using UTF-8
      STDERR:
      Saving...
      Loading...
      Saving...
      Loading...
      Saving...
      Loading...
      Saving...
      Loading...
      STATUS:Passed.

      TEST RESULT: Passed. Execution successful
      --------------------------------------------------

      jtreg FAILING output:
      --------------------------------------------------
      TEST: java/util/Properties/XMLSaveLoadBasher.java
      JDK under test: (/java/re/jdk/1.5/nightly/binaries/solaris-sparc/b41-2004-02-29/j2sdk1.5.0)
      java version "1.5.0-beta2"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-beta2-b41)
      Java HotSpot(TM) Client VM (build 1.5.0-beta2-b41, mixed mode)

      ACTION: build -- Passed. No need to compile: XMLSaveLoadBasher.java
      REASON: Named class compiled on demand
      TIME: 0.0030 seconds

      ACTION: main -- Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: Properties load and save failed
      REASON: Assumed action based on file name: run main XMLSaveLoadBasher
      TIME: 3.428 seconds
      STDOUT:
      STDERR:
      Saving...
      Loading...
      Saving...
      Loading...
      java.lang.RuntimeException: Properties load and save failed
              at XMLSaveLoadBasher.testSaveLoad(XMLSaveLoadBasher.java:85)
              at XMLSaveLoadBasher.main(XMLSaveLoadBasher.java:19)
              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
              at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
              at java.lang.reflect.Method.invoke(Method.java:495)
              at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:83)
              at java.lang.Thread.run(Thread.java:570)

      JavaTest Message: Test threw exception: java.lang.RuntimeException: Properties load and save failed
      JavaTest Message: shutting down test

      STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Properties load and save failed

      TEST RESULT: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: Properties load and save failed
      --------------------------------------------------

      -- iag@sfbay 2004-03-02

            rmandavasunw Ramesh Mandava (Inactive)
            iris Iris Clark
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: