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

[TEST_BUG] 8062561.java failed for JDK 5u81b08 on Windows

XMLWordPrintable

    • generic
    • linux, windows

      Testsuite name: j2se_javax_gui
      Test name(s): javax/swing/JFileChooser/8062561/bug8062561.java
      Product(s) tested: JDK 5u81b08, 5u81b07
      OS/architecture: Windows

      Reproducible: Always
      Reproducible on machine: spb23297.ru.oracle.com, spb23265.ru.oracle.com, spb23292.ru.oracle.com
      Test Bug or Product bug : Test Bug
      Is it a Regression: No
      Regression introduced in release/build: N/A
      Test result on the last GAed release for this train: N/A
      Test result on FCS: N/A
      Is it a platform specific issue: No (fails in Linux also)

      Exception/Error from Log:
      ----------System.err:(28/1699)----------
      java.lang.ExceptionInInitializerError
      at java.lang.Class.forName0(Native Method)
      at java.lang.Class.forName(Class.java:165)
      at sun.awt.windows.WToolkit.initializeDesktopProperties(WToolkit.java:866)
      at java.awt.Toolkit.getDesktopProperty(Toolkit.java:1646)
      at javax.swing.UIManager.<clinit>(UIManager.java:282)
      at javax.swing.filechooser.FileSystemView.getFileSystemView(FileSystemView.java:63)
      at bug8062561.checkDefaultDirectory(bug8062561.java:67)
      at bug8062561.main(bug8062561.java:54)
      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:592)
      at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
      at java.lang.Thread.run(Thread.java:657)
      Caused by: java.security.AccessControlException: access denied (java.util.PropertyPermission os.version read)
      at java.security.AccessControlContext.checkPermission(AccessControlContext.java:317)
      at java.security.AccessController.checkPermission(AccessController.java:427)
      at java.lang.SecurityManager.checkPermission(SecurityManager.java:532)
      at java.lang.SecurityManager.checkPropertyAccess(SecurityManager.java:1281)
      at java.lang.System.getProperty(System.java:626)
      at sun.awt.shell.Win32ShellFolderManager2.<clinit>(Win32ShellFolderManager2.java:73)
      ... 14 more

      JavaTest Message: Test threw exception: java.lang.ExceptionInInitializerError
      JavaTest Message: shutting down test

      STATUS:Failed.`main' threw exception: java.lang.ExceptionInInitializerError

      Test run log location:
      Steps to reproduce:
      1. login into spb23297.ru.oracle.com
      2. run C:\jdk\jdk1.5.0_81b08\bin\java -jar K:\jtreg\lib\jtreg.jar -timeout:5 -vmoptions:"-Xmixed -server " -verbose -a -noreport -jdk:C:\jdk\jdk1.5.0_81b08\ -r:C:\reportDir -w:C:\workDir -dir:K:\regression\workspaces\1.5.0\1.5.0_81b08\j2se\test javax/swing/JFileChooser/8062561/bug8062561.java

            scfitch Stephen Fitch
            sgupta Shobhit Gupta
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: