https://bugzilla.novell.com/show_bug.cgi?id=674832 https://bugzilla.novell.com/show_bug.cgi?id=674832#c1 Michal Vyskocil <mvyskocil@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO CC| |mvyskocil@novell.com InfoProvider| |initialZero@gmail.com --- Comment #1 from Michal Vyskocil <mvyskocil@novell.com> 2011-03-01 09:14:09 UTC --- Did you changed the local_policy.jar and US_export_policy.jar? If not, then please send me an output of $ /usr/sbin/update-alternatives --display jce_1.6.0_sun_local_policy $ readlink /usr/lib64/jvm/java-1.6.0-sun-1.6.0/jre/lib/security/local_policy.jar $ readlink -f /usr/lib64/jvm/java-1.6.0-sun-1.6.0/jre/lib/security/local_policy.jar And there's a way how to fix that - run as root # rm /usr/lib64/jvm/java-1.6.0-sun-1.6.0/jre/lib/security/*policy.jar # /usr/sbin/update-alternatives --remove-all jce_1.6.0_sun_local_policy # /usr/sbin/update-alternatives \ --install \ /usr/lib64/jvm/jre-1.6.0-sun/lib/security/local_policy.jar \ jce_1.6.0_sun_local_policy \ /usr/lib64/jvm-private/java-1_6_0-sun/jce/vanilla/local_policy.jar \ 1617 \ --slave \ /usr/lib64/jvm/jre-1.6.0-sun/lib/security/US_export_policy.jar \ jce_1.6.0_sun_us_export_policy \ /usr/lib64/jvm-private/java-1_6_0-sun/jce/vanilla/US_export_policy.jar -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.