java.io.FileNotFoundException
577719May 16 2007 — edited May 16 2007Hi
I'm sorry if this is not the correct Forum for this post, (if it isn't, could someone point me to the correct one -thnx :o] )
We have an application that works Ok within our LAN.
We need to be able to access it through a VPN Concentrator and although JInitiator is downloaded and installed OK, we get the following error message:
java.io.FileNotFoundException:oracale.forms.engine.Main
The log reports that JInitiator is trying to access forms on the vpn concentrator and not the server it should be pointing to.
The log is as follows:
Oracle JInitiator: Version 1.3.1.13
Using JRE version 1.3.1.13-internal Java HotSpot(TM) Client VM
User home directory = C:\Documents and Settings\davegu
Proxy Configuration: no proxy
JAR cache enabled
Location: C:\Documents and Settings\davegu\Oracle Jar Cache
Maximum size: unlimited
Compression level: 0
java.io.FileNotFoundException: File not found: https://vpn.doncaster.gov.uk/forms60java/f60all_jinit.jar
at sun.plugin.protocol.jdk12.http.HttpURLConnection.getInputStream(Unknown Source)
at oracle.jre.protocol.jar.HttpUtils.followRedirects(Unknown Source)
etc etc
followed by:
WARNING: Unable to cache https://vpn.doncaster.gov.uk/forms60java/f60all_jinit.jar
java.io.FileNotFoundException: File not found: https://vpn.doncaster.gov.uk/forms60java/s-UploadClient.jar
at sun.plugin.protocol.jdk12.http.HttpURLConnection.getInputStream(Unknown Source)
at oracle.jre.protocol.jar.HttpUtils.followRedirects(Unknown Source)
etc etc
followed by:
WARNING: Unable to cache https://vpn.doncaster.gov.uk/forms60java/s-UploadClient.jar
load: class oracle.forms.engine.Main not found.
java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
at sun.applet.AppletClassLoader.getBytes(Unknown Source)
at sun.applet.AppletClassLoader.access$100(Unknown Source)
etc etc