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?