Hi Im trying to get my edr1600 to work remotely. I did everything like in rory's sticky already but im having a problem. I get to the stage where i can log into the cctv system but then as its opening the java application i get the following error message.
Java Plug-in 1.6.0_21
Using JRE version 1.6.0_21-b07 Java HotSpot Client VM
User home directory = C:\Users\Donal
----------------------------------------------------
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
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
----------------------------------------------------
load: class EdrWatch.class not found.
java.lang.ClassNotFoundException: EdrWatch.class
at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: open HTTP connection failed:http://MY STATIC IP/EdrWatch/class.class
at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source)
at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source)
at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
... 9 more
Exception: java.lang.ClassNotFoundException: EdrWatch.class
I have the cctv system runing from 192.168.1.100 with the router port forwarding to it on port 80. I can get past the router log in and the cctvs own log in from both the internet using the static ip and my own network using 192.168.1.100. It then starts loading the java applet and just as i would expect the camera display to appear i get the error whether accesing from the net or my own network. The cctv system, when i try to upgrade software responds that theres nothing newer available. If i set the cctv sysem to 192.168.1.254 then it all works perfectly but obviosly only from my own network.
Thanks for taking the time to read and any help would be great.