Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Running Oracle Forms 12.2.1.19 with OpenJDK and IcedTea installed on client computer

Mubashar TariqDec 16 2024 — edited Dec 16 2024

I am trying to call an Oracle Forms application with Eclipse Adoptium OpenJDK and IcedTeaWeb installed on client laptop but I am running into issues. I see following is java console,

Caused by: net.sourceforge.jnlp.LaunchException: Fatal: Initialization Error: A fatal error occurred while trying to verify jars. An exception has been thrown in class JarCertVerifier. Being unable to read the cacerts or trusted.certs files could be a possible cause for this exception.: URLDecoder: Illegal hex characters in escape (%) pattern - For input string: "co"
at net.sourceforge.jnlp.runtime.JNLPClassLoader.initializeResources(JNLPClassLoader.java:740)
at net.sourceforge.jnlp.runtime.JNLPClassLoader.<init>(JNLPClassLoader.java:337)
at net.sourceforge.jnlp.runtime.JNLPClassLoader.createInstance(JNLPClassLoader.java:420)
at net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:494)
at net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:467)
at net.sourceforge.jnlp.Launcher.createApplet(Launcher.java:732)

location of cacerts is is in the %PATH% and also the root certs that is needed is in this java keystore. Oracle Forms and Reports is running on Redhat 8 with Oracle Java.

Anyone have tried this?

Comments
Post Details
Added on Dec 16 2024
1 comment
1,177 views