Hello Experts
We need help with an issue implementing Java Web start, following is our existing architecture.
Oracle EBS R12.2.6 Single node OEL 7 64 bit
Oracle database 12c (12.1.0.2) Single Node OEL 7 64 bit
We are trying to add a component of Single Sign On. Once we enable single signon
we try to access the EBS instance, the initial authentication part works.
The jnlp is download works properly
However, when trying to invoke the url to download the jar we get an authentication error.
Error from Java web start -
ExitException[ 3]com.sun.deploy.net.FailedDownloadException: Unable to load resource: https://test1.byer.com:443/OA_JAVA/oracle/apps/fnd/jar/fndbalishare.jar
at sun.plugin2.applet.JNLP2Manager.downloadResources(Unknown Source)
at sun.plugin2.applet.JNLP2Manager.prepareLaunchFile(Unknown Source)
at sun.plugin2.applet.JNLP2Manager.loadJarFiles(Unknown Source)
at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Will there be a way to set in the url to download the jar the LTM coockie obtained during authentication phase?
Thank You
Tejas