Java Assistance needed?

jmkarcz

New member
I have tried several times to access the graphs function online for my ACP3 only to receive a broken Java symbol, no matter what computer I access it from. I'm getting frustrated, can anyone offer any assistance?

Jason
 
The site says:

Congratulations!

You have the recommended Java installed (Version 6 Update 2).

When I try to run the graphds from when I try to run the graphs from the web, it loads Java, the little spash comes up, it's animated, or moves... then it says "Loading Java Applet Failed..." in the bottom status bar and I get boxes with "X" in the upper corner where the graphs should be...

This is not just my desktop, computer I should add... It's my Laptop, my work computers (all 6 that I've tried) and an internet cafe computer in Florida, and another courtesy computer for checking emails at a convention center in Las Vegas that I used... I'm batting perfect failure here... any thoughts... anyone?

J

If this helps, this if from the Java Console:

Java Plug-in 1.6.0_02
Using JRE version 1.6.0_02 Java HotSpot(TM) Client VM
User home directory = C:\Documents and Settings\Mark Teak


----------------------------------------------------
c: clear console window
f: finalize objects on finalization queue
g: garbage collect
h: display this help message
l: dump classloader list
m: print memory usage
o: trigger logging
p: reload proxy configuration
q: hide console
r: reload policy configuration
s: dump system and deployment properties
t: dump thread list
v: dump thread stack
x: clear classloader cache
0-5: set trace level to <n>
----------------------------------------------------

load: class aquagr.class not found.
java.lang.ClassNotFoundException: aquagr.class
at sun.applet.AppletClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadCode(Unknown Source)
at sun.applet.AppletPanel.createApplet(Unknown Source)
at sun.plugin.AppletViewer.createApplet(Unknown Source)
at sun.applet.AppletPanel.runLoader(Unknown Source)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: open HTTP connection failed.
at sun.applet.AppletClassLoader.getBytes(Unknown Source)
at sun.applet.AppletClassLoader.access$100(Unknown Source)
at sun.applet.AppletClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
... 10 more
load: class aquagr.class not found.
java.lang.ClassNotFoundException: aquagr.class
at sun.applet.AppletClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadCode(Unknown Source)
at sun.applet.AppletPanel.createApplet(Unknown Source)
at sun.plugin.AppletViewer.createApplet(Unknown Source)
at sun.applet.AppletPanel.runLoader(Unknown Source)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: open HTTP connection failed.
at sun.applet.AppletClassLoader.getBytes(Unknown Source)
at sun.applet.AppletClassLoader.access$100(Unknown Source)
at sun.applet.AppletClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
... 10 more
load: class aquagr.class not found.
java.lang.ClassNotFoundException: aquagr.class
at sun.applet.AppletClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadCode(Unknown Source)
at sun.applet.AppletPanel.createApplet(Unknown Source)
at sun.plugin.AppletViewer.createApplet(Unknown Source)
at sun.applet.AppletPanel.runLoader(Unknown Source)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: open HTTP connection failed.
at sun.applet.AppletClassLoader.getBytes(Unknown Source)
at sun.applet.AppletClassLoader.access$100(Unknown Source)
at sun.applet.AppletClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
... 10 more
load: class aquagr.class not found.
java.lang.ClassNotFoundException: aquagr.class
at sun.applet.AppletClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadCode(Unknown Source)
at sun.applet.AppletPanel.createApplet(Unknown Source)
at sun.plugin.AppletViewer.createApplet(Unknown Source)
at sun.applet.AppletPanel.runLoader(Unknown Source)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: open HTTP connection failed.
at sun.applet.AppletClassLoader.getBytes(Unknown Source)
at sun.applet.AppletClassLoader.access$100(Unknown Source)
at sun.applet.AppletClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
... 10 more
 
you'll need to do two things
1) find the location of aquagr.class file...could be in a .jar file, or in a dir tree.
2) Add your finding to your classpath ENV setting. If the class live in a far, then include the path and jar into your CP, otherwise just reference the directory and path of the class file.

Hope that helps...
-dg
 
Ok...

I searched for any files containing any part of .class / Aquagr, or variation of either... came up empty. I then searched for .jar files... I found 60, none of whech were named aqua anything.... most or all reside in the explorer, netscape or java directories, none are in any folders linked anywhere near to anything aquacontroller.

I'm still open to suggestions if you could get me semi-close I am profecient, bt can't seem to get anywhere... Also, if anyone else wants to take a look...

I appreciate the help.
 
Ah yes, Success! Thank you so much. now since it reset my log, there is no data left to graph, so I'll check it tomorrow.


Again, thank you everyone so much.

Jason
 
Back
Top