|
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: | Re: [ECS] Remote IE5 access problem Mark Gilmore Wed, 19 Apr 2000 17:02:45 -0400 |
For a test, I changed my JAVA code as follows
(to attempt a connect via an explict address
rather than a host name denoting same):
InetAddress ia = null;
ia = InetAddress.getByName(ecs_host);
System.out.println("Ecsio:connect:ia=" + ia.toString());
cs = new Socket(ia, ecs_port);
This resulted in the dump below.
NOTE that getByName() returned the IP address prefaced by the
"DIALUP..." text.
I'll now re-test with a HOST file.
Ecsio:init:ecs_host=216.80.146.195:3000
Ecsio:connect:ia=DIALUP445.TNKNO2.USIT.NET/216.80.146.195
Ecsio:connect:get socket
com.ms.security.SecurityExceptionEx[Ecsio.connect]: cannot connect to
"DIALUP842.TNKNO2.USIT.NET"
at com/ms/security/permissions/NetIOPermission.check
at com/ms/security/PolicyEngine.deepCheck
at com/ms/security/PolicyEngine.checkPermission
at com/ms/security/StandardSecurityManager.chk
at com/ms/security/StandardSecurityManager.chkex
at com/ms/security/StandardSecurityManager.checkConnect
at java/net/InetAddress.getHostName
at java/net/InetAddress.toString
at java/lang/String.valueOf
at java/lang/StringBuffer.append
at Ecsio.connect
at Ecsio.start
at com/ms/applet/AppletPanel.securedCall0
at com/ms/applet/AppletPanel.securedCall
at com/ms/applet/AppletPanel.processSentEvent
at com/ms/applet/AppletPanel.run
at java/lang/Thread.run
--
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