Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

java.sql.SQLException

Status
Not open for further replies.
Jun 1, 2002
217
US
Having problems access a Java applet through our Proxy or ISA server.

Here is the error:
Opening Connecting with proxy=172.24.254.80:80
java.sql.SQLException: java.io.FileNotFoundException at com.thinweb.sql20.jdbc20.ThinDriver.connect(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at EqeMain.init(EqeMain.java:520)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Modality pushed
Modality popped

Logs anywhere and everywhere show nothing wrong... If I go straight through the firewall and avoid the proxy or ISA server it will work just fine. Could it be a cache issue on the proxies? Is it attempting to connect back on 443?
The techs at the site we are trying to get to have NO clue.

Additional info:
Java(TM) Plug-in: Version 1.3.1
Using JRE version 1.3.1 Java HotSpot(TM) Client VM

Registered modality listener
Referencing classloader: sun.plugin.ClassLoaderInfo@3ac9b9, refcount=1
Added trace listener: sun.plugin.ocx.ActiveXAppletViewer[eqeweb,0,0,760x376,invalid,layout=java.awt.BorderLayout]
Sending events to applet. LOAD
Sending events to applet. INIT
Sending events to applet. START
Determine if the applet requests to install any HTML page
HTML Installation finished.
Determine if the applet requests to install any JAR
Jar cache option: null
Jar archive(s): null
Jar cache version(s): null
Applet Installation finished.
WebQe Version : 1.3.5.11
Date of Build : 01/14/2002


Thanks in advance for your help.
-Adriana
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top