-
Bug
-
Resolution: Fixed
-
P3
-
5.0
-
b44
-
sparc
-
solaris_10
-
Verified
Name: aaR10208 Date: 02/29/2004
Filed By : J2SE-SQA [###@###.###
JDK : JDK1.5.0-b40 (also fails with b39; not applicable for jdk1.4.2)
Testbase : Regression-test
Platform[s] : Solaris 10 (sparc) (CDE)
switch/Mode : generic
Falling test[s]: javax/management/remote/mandatory/connection/CodeBaseSecurityTest.java
Regression-test javax/management/remote/mandatory/connection/CodeBaseSecurityTest.java test fails with JDK1.5.0-b40.
The test is absent in previous testbase versions.
Test source location:
=====================
/java/re/jdk/1.5.0/promoted/all/b40/ws/j2se/test/javax/management/remote/mandatory/connection/CodeBaseSecurityTest.java
jtr file location:
==================
/net/jtgb4u4c.sfbay/export/sail15/results.2/tiger/b40/regtest/sparc/sol10_sparc_cde_linux-8/workDir/test/javax/management/remote/mandatory/connection/CodeBaseSecurityTest.jtr
How to reproduce:
=================
Run the following script (you may need to change its variables)
--- script start ---
#!/bin/sh
RESULT_DIR=`pwd`
WORK_DIR=$RESULT_DIR/workDir/test
REPORT_DIR=$RESULT_DIR/reportDir
#Paths in Java Software:
JT_HOME="/java/re/jct-tools/3.1.2/archive/fcs/binaries"
JEMMY_JAR="/net/jdk.sfbay/export/jpse04/Jemmy/jemmy.jar"
JAVA_HOME="/java/re/jdk/1.5.0/promoted/all/b40/binaries/solaris-sparc"
TEST_BASE_PATH="/java/re/jdk/1.5.0/promoted/all/b40/ws/j2se/test"
#Alternative paths outside Java Software
#JT_HOME="/net/koori.sfbay/onestop/jct-tools/3.1.2/archive/fcs/binaries"
#JEMMY_JAR="/net/jdk.sfbay/export/jpse04/Jemmy/jemmy.jar"
#JAVA_HOME="/net/koori.sfbay/onestop/jdk/1.5.0/promoted/all/b40/binaries/solaris-sparc"
#TEST_BASE_PATH="/net/koori.sfbay/onestop/jdk/1.5.0/promoted/all/b40/ws/j2se/test"
#Alternative paths for the NSK site:
#JT_HOME="/net/linux-15/export/home/java/jct"
#JEMMY_JAR="$JT_HOME/jemmy/jemmy.jar"
#JAVA_HOME="/net/linux-15/export/home/java/jdk1.5.0/sparc"
#TEST_BASE_PATH="/net/linux-15/export/home/java/regtest.tiger/test"
TESTVMOPTS="-server"
CLASSPATH="$JT_HOME/classes:$JT_HOME/lib/javatest.jar:$JT_HOME/lib/jtreg.jar"
TEST="javax/management/remote/mandatory/connection/CodeBaseSecurityTest.java"
mkdir -p $WORK_DIR/scratch 2>&1
mkdir -p $WORK_DIR/jtData 2>&1
mkdir -p $REPORT_DIR 2>&1
#rm $WORK_DIR/jtData/ResultCache.jtw 2>&1
cd $WORK_DIR/scratch
$JAVA_HOME/bin/java -showversion -server -cp $CLASSPATH -DenvVars=TESTJAVAHOME=$JAVA_HOME,TESTVMOPTS=$TESTVMOPTS,DISPLAY=$DISPLAY,HOME=$HOME/.regtest,PATH=/bin:/usr/bin,CPAPPEND=$JEMMY_JAR,TZ=,LC_ALL=en_US,LC_CTYPE=en_US,LANG=en_US,LPDEST= -DDISPLAY=$DISPLAY -DlocalHost=`uname -n` -Dprogram=jtreg com.sun.javatest.regtest.Main -a -v default -batch -params -w "$WORK_DIR" -r "$REPORT_DIR" -t "$TEST_BASE_PATH" "$TEST_BASE_PATH/$TEST"
--- script end ---
Script output:
==============
Test output (jtr part):
=======================
----------System.out:(0/0)----------
----------System.err:(0/0)----------
result: Passed. Compilation successful
#section:build
----------messages:(3/107)----------
command: build CodeBaseSecurityTest
reason: Named class compiled on demand
elapsed time (seconds): 0.0020
result: Passed. No need to compile: CodeBaseSecurityTest.java
#section:main
----------messages:(3/127)----------
command: main CodeBaseSecurityTest
reason: User specified action: run main CodeBaseSecurityTest
elapsed time (seconds): 4.694
----------System.out:(1/21)----------
Testing protocol rmi
----------System.err:(49/3224)----------
java.lang.ExceptionInInitializerError
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:411)
at sun.security.jca.ProviderConfig$3.run(ProviderConfig.java:243)
at java.security.AccessController.doPrivileged(Native Method)
at sun.security.jca.ProviderConfig.doLoadProvider(ProviderConfig.java:225)
at sun.security.jca.ProviderConfig.getProvider(ProviderConfig.java:205)
at sun.security.jca.ProviderList.getProvider(ProviderList.java:225)
at sun.security.jca.ProviderList$3.get(ProviderList.java:120)
at sun.security.jca.ProviderList$3.get(ProviderList.java:119)
at java.util.AbstractList$Itr.next(AbstractList.java:422)
at java.security.SecureRandom.getPrngAlgorithm(SecureRandom.java:502)
at java.security.SecureRandom.getDefaultPRNG(SecureRandom.java:176)
at java.security.SecureRandom.<init>(SecureRandom.java:150)
at java.rmi.server.UID.<init>(UID.java:98)
at java.rmi.server.ObjID.<clinit>(ObjID.java:249)
at sun.rmi.transport.LiveRef.<init>(LiveRef.java:58)
at sun.rmi.server.UnicastServerRef2.<init>(UnicastServerRef2.java:51)
at java.rmi.server.UnicastRemoteObject.exportObject(UnicastRemoteObject.java:256)
at javax.management.remote.rmi.RMIJRMPServerImpl.export(RMIJRMPServerImpl.java:82)
at javax.management.remote.rmi.RMIJRMPServerImpl.export(RMIJRMPServerImpl.java:75)
at javax.management.remote.rmi.RMIConnectorServer.start(RMIConnectorServer.java:390)
at CodeBaseSecurityTest$Test.run(CodeBaseSecurityTest.java:91)
at java.security.AccessController.doPrivileged(Native Method)
at CodeBaseSecurityTest.test(CodeBaseSecurityTest.java:67)
at CodeBaseSecurityTest.main(CodeBaseSecurityTest.java:39)
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:82)
at java.lang.Thread.run(Thread.java:570)
Caused by: java.security.AccessControlException: access denied (java.lang.RuntimePermission accessClassInPackage.sun.security.util)
at java.security.AccessControlContext.checkPermission(AccessControlContext.java:264)
at java.security.AccessController.checkPermission(AccessController.java:425)
at java.lang.SecurityManager.checkPermission(SecurityManager.java:524)
at java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1503)
at java.lang.ClassLoader$1.run(ClassLoader.java:314)
at java.security.AccessController.doPrivileged(Native Method)
at java.lang.ClassLoader.checkPackageAccess(ClassLoader.java:312)
at sun.security.pkcs11.SunPKCS11.<clinit>(SunPKCS11.java:44)
... 33 more
JavaTest Message: Test threw exception: java.lang.ExceptionInInitializerError
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.ExceptionInInitializerError
result: Failed. Execution failed: `main' threw exception: java.lang.ExceptionInInitializerError
test result: Failed. Execution failed: `main' threw exception: java.lang.ExceptionInInitializerError
Specific machine info:
======================
Hostname: linux-8
OS: Solaris 10 (sparc) (CDE)
======================================================================