Problem connecting using Oracle JDBC drivers
408263Nov 4 2003 — edited Oct 19 2004Hi -
I'm using unsigned Applet that makes a JDBC connection to the database. This Applet is working for JRE 1.2.2 / Oracle 8.1.7. I'm running into below issue making it work for JRE 1.2.2 / Oracle 9.2.0.3. I made it to work by installing Sun JVM 1.4.1_05,enabling Sun JVM in Internet Explorer and editing the java.policy file for this (I really cannot use this version of Java b'coz I have other problems with it and involve code changes). I'm trying to make it work with Microsoft JVM (I couldn't find the java.policy file to edit and allow to read the below system property) and this is the issue I run into:
com.ms.security.SecurityExceptionEx[oracle/jdbc/driver/OracleDriver.getSystemProperty]: Unable to access system property: oracle.jserver.version
at com/ms/security/permissions/PropertyPermission.check
at com/ms/security/PolicyEngine.shallowCheck
at com/ms/security/PolicyEngine.checkCallersPermission
at com/ms/security/StandardSecurityManager.chk
at com/ms/security/StandardSecurityManager.checkPropertyAccess
at java/lang/System.getProperty
at oracle/jdbc/driver/OracleDriver.getSystemProperty
at oracle/jdbc/driver/OracleDriver.getSystemProperty
at oracle/jdbc/driver/OracleDriver.getConnectionInstance
at oracle/jdbc/driver/OracleDriver.connect
at java/sql/DriverManager.getConnection
at java/sql/DriverManager.getConnection
Appreciate all your help