|
ECS-L Home Automation and Security Archives |
learn more
| view messages for this
month | NetBloc® | terms of use | search
subject (prev) or (next) |
time (prev) or (next) |
author (prev) or (next) |
view more subjects
Subject: From: Date: | Remote applet access problem Mark Gilmore Fri, 14 Apr 2000 11:39:15 -0400 |
Hi all,
I am having a problem trying to connect to ECS remotely:
When I enter this www address (for a LOCAL connection), all works fine:
http://localhost:3000/LCL.HTM
In LCL.HTM, we have:
<APPLET NAME="Ecsio" CODE="Ecsio.class">
<param name="ECS_HOST" value="localhost">
<param name="ECS_PORT" value="3000">
</applet>
BUT when I enter THIS, I get the errors below:
http://216.80.145.31:3000/RMT.HTM
In RMT.HTM, we have:
<APPLET NAME="Ecsio" CODE="Ecsio.class">
<param name="ECS_HOST" value="http://216.80.145.31">
<param name="ECS_PORT" value="3000">
</applet>
http://216.80.145.31 is the IP address of my www connection.
If I enter "http://216.80.145.31:3000", ECS returns it's "home"
page (as expected).
I get the feeling that I am missing something obvious.
I note that the addr in message below does NOT include the port #
(3000).
Any ideas ? Thanks.
Ecsio:init:ecs_host=http://216.80.145.31:3000
Ecsio:connect:get socket
netscape.security.AppletSecurityException: security.Couldn't resolve IP
for host http://216.80.145.31 or for 216.80.145.31.
at java.lang.Throwable.<init>(Compiled Code)
at java.lang.Exception.<init>(Compiled Code)
at java.lang.RuntimeException.<init>(Compiled Code)
at java.lang.SecurityException.<init>(Compiled Code)
at netscape.security.AppletSecurityException.<init>(Compiled Code)
at netscape.security.AppletSecurityException.<init>(Compiled Code)
at netscape.security.AppletSecurity.checkConnect(Compiled Code)
at netscape.security.AppletSecurity.checkConnect(Compiled Code)
at netscape.security.AppletSecurity.checkConnect(Compiled Code)
at java.lang.SecurityManager.checkConnect(Compiled Code)
at java.net.InetAddress.getAllByName0(Compiled Code)
at java.net.InetAddress.getByName(Compiled Code)
at java.net.Socket.<init>(Compiled Code)
at Ecsio.connect(Compiled Code)
at Ecsio.start(Compiled Code)
* at
netscape.applet.DerivedAppletFrame$StartAppletEvent.dispatch(Compiled
Code)
at java.awt.EventDispatchThread$EventPump.dispatchEvents(Compiled
Code)
at java.awt.EventDispatchThread.run(Compiled Code)
at
netscape.applet.DerivedAppletFrame$AppletEventDispatchThread.run(Compiled
Code)
--
Mark Gilmore
Omnipotence (ECS home automation software)
http://www.usit.com/omnip
423-745-0026
Hours: Mon-Sat, 9AM-8PM/EST
subject (prev) or (next) |
time (prev) or (next) |
author (prev) or (next) |
view more subjects