Unoffical empeg BBS

Quick Links: Empeg FAQ | RioCar.Org | Hijack | BigDisk Builder | jEmplode | emphatic
Repairs: Repairs

Topic Options
#223935 - 19/10/2003 00:16 tRio Web Access on PC with PC Anywhere installed?
Jemmi
member

Registered: 03/05/2003
Posts: 131
OK... I'm lost again. I have ad tRio running on a server for weeks now. Works great. No problems. BUT the server is in a corner with no monitor, keyboard, mouse, etc., so I have PCAnywhere installed on it to access all to do maintenance and the like. Well, before the deicated server, I could connect to tRio web front end from my laptop or another PC in the house. But since I have the server now, I cannot connect without actually GOING to the server PC via PC anywhere and basically controlling all from there. I get java errors saying:

TRioApplet.init(): null

Parameters. trio-server: server, rmi-port: 1099

Exporting Remote

Finding remote server

java.security.AccessControlException: access denied (java.net.SocketPermission 169.254.78.149:3026 connect,resolve)

at java.security.AccessControlContext.checkPermission(Unknown Source)

at java.security.AccessController.checkPermission(Unknown Source)

at java.lang.SecurityManager.checkPermission(Unknown Source)

at java.lang.SecurityManager.checkConnect(Unknown Source)

at java.net.Socket.connect(Unknown Source)

at java.net.Socket.connect(Unknown Source)

at java.net.Socket.<init>(Unknown Source)

at java.net.Socket.<init>(Unknown Source)

at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(Unknown Source)

at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(Unknown Source)

at sun.rmi.transport.tcp.TCPEndpoint.newSocket(Unknown Source)

at sun.rmi.transport.tcp.TCPChannel.createConnection(Unknown Source)

at sun.rmi.transport.tcp.TCPChannel.newConnection(Unknown Source)

at sun.rmi.server.UnicastRef.invoke(Unknown Source)

at trio.TRioServer_Stub.listApplications(Unknown Source)

at trio.applet.TRioApplet.getApplications(Unknown Source)

at trio.applet.TRioApplet.init(Unknown Source)

at sun.applet.AppletPanel.run(Unknown Source)

at java.lang.Thread.run(Unknown Source)

Which as far as I can tell means that I cannot connect to the HPNA network card to get the info. I can connect from any PC to the Jreceiver server with no problems... so it's something to do with the network setup there. I have the server set to host with PC Anywhere ONLY on the regular ethernet connection and not on the HPNA card. Anyone have any ideas on what the problem might be or how to fix it? I mean, maybe there is no fix... but would love an easier way than firing up pc anywhere every time


Jemmi

Top
#223936 - 19/10/2003 05:18 Re: tRio Web Access on PC with PC Anywhere installed? [Re: Jemmi]
pauln
enthusiast

Registered: 03/12/2001
Posts: 332
Loc: UK
Jemmi

Please give me a breakdown of:
1. what types of network cards (ethernet or hpna) each of your machines has and what ip addresses are assigned to them.
2. what exactly are you entering in the address bar when you get this error.

Cheers
Paul
_________________________
Paul (the tRio guy)

Top
#223937 - 19/10/2003 07:32 Re: tRio Web Access on PC with PC Anywhere installed? [Re: pauln]
Jemmi
member

Registered: 03/05/2003
Posts: 131
Paul,
The server has a 3com onboard card and a Davicom HPNA card. The 3com is assigned 192.168.2.29 and the davicom is 169.254.78.149. The machine name is "Server". The computers are linked together through an SMC router on the 3com card. I type in "http://server:8090/trio-applet.htm" to get to the web front end. I have also used the 192.168.2.29 to connect. When doing this from the server, all is fine. But when I try to connect from the other 3 PC's in the house, I get the error I pasted above. I've tried all with the machine name connection and the IP address and get the same result. So I have to physically connect through PC Anywhere to look at the web front end. I have the 3com card set up as the only network card looking for host connection with PC anywhere.

I can connect through any of the other computers to the Jreceiver setup using "http://server:8080/jreceiver/logon.do". It appears there's an issue with security on that HPNA card but I don't have a clue WHAT is set that way or how to change it

I'm running Jreceiver with ARM to serve the HPNA setup (on recommendation from hipped1 - THANKS) and tRio 1.4alpha4.

Top
#223938 - 19/10/2003 15:38 Re: tRio Web Access on PC with PC Anywhere installed? [Re: Jemmi]
pauln
enthusiast

Registered: 03/12/2001
Posts: 332
Loc: UK
Based on what you've described, "http://192.168.2.29:8090/trio-applet.htm" should work from your other PCs. Please try this and send me the output if it doesn't work.

Cheers
Paul
_________________________
Paul (the tRio guy)

Top
#223939 - 19/10/2003 15:45 Re: tRio Web Access on PC with PC Anywhere installed? [Re: pauln]
Jemmi
member

Registered: 03/05/2003
Posts: 131
Paul, I've tried that too and it doesn't work. The output is the same as the output above on the java console... but here it is again:

TRioApplet.init(): null

Parameters. trio-server: server, rmi-port: 1099

Exporting Remote

Finding remote server

TRioApplet.init(): null

Parameters. trio-server: 192.168.2.29, rmi-port: 1099

Exporting Remote

Finding remote server

java.security.AccessControlException: access denied (java.net.SocketPermission 169.254.78.149:3026 connect,resolve)

at java.security.AccessControlContext.checkPermission(Unknown Source)

at java.security.AccessController.checkPermission(Unknown Source)

at java.lang.SecurityManager.checkPermission(Unknown Source)

at java.lang.SecurityManager.checkConnect(Unknown Source)

at java.net.Socket.connect(Unknown Source)

at java.net.Socket.connect(Unknown Source)

at java.net.Socket.<init>(Unknown Source)

at java.net.Socket.<init>(Unknown Source)

at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(Unknown Source)

at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(Unknown Source)

at sun.rmi.transport.tcp.TCPEndpoint.newSocket(Unknown Source)

at sun.rmi.transport.tcp.TCPChannel.createConnection(Unknown Source)

at sun.rmi.transport.tcp.TCPChannel.newConnection(Unknown Source)

at sun.rmi.server.UnicastRef.invoke(Unknown Source)

at trio.TRioServer_Stub.listApplications(Unknown Source)

at trio.applet.TRioApplet.getApplications(Unknown Source)

at trio.applet.TRioApplet.init(Unknown Source)

at sun.applet.AppletPanel.run(Unknown Source)

at java.lang.Thread.run(Unknown Source)

java.security.AccessControlException: access denied (java.net.SocketPermission 169.254.78.149:3026 connect,resolve)

at java.security.AccessControlContext.checkPermission(Unknown Source)

at java.security.AccessController.checkPermission(Unknown Source)

at java.lang.SecurityManager.checkPermission(Unknown Source)

at java.lang.SecurityManager.checkConnect(Unknown Source)

at java.net.Socket.connect(Unknown Source)

at java.net.Socket.connect(Unknown Source)

at java.net.Socket.<init>(Unknown Source)

at java.net.Socket.<init>(Unknown Source)

at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(Unknown Source)

at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(Unknown Source)

at sun.rmi.transport.tcp.TCPEndpoint.newSocket(Unknown Source)

at sun.rmi.transport.tcp.TCPChannel.createConnection(Unknown Source)

at sun.rmi.transport.tcp.TCPChannel.newConnection(Unknown Source)

at sun.rmi.server.UnicastRef.invoke(Unknown Source)

at trio.TRioServer_Stub.listApplications(Unknown Source)

at trio.applet.TRioApplet.getApplications(Unknown Source)

at trio.applet.TRioApplet.init(Unknown Source)

at sun.applet.AppletPanel.run(Unknown Source)

at java.lang.Thread.run(Unknown Source)


Top
#223940 - 19/10/2003 16:24 Re: tRio Web Access on PC with PC Anywhere installed? [Re: Jemmi]
pauln
enthusiast

Registered: 03/12/2001
Posts: 332
Loc: UK
Hmmm, I think I can see what's happening. To cut a long story short, I think the only way around this is to send you a signed version of the applet. Please PM me with your email address and I'll mail you something to try out.

Cheers
Paul
_________________________
Paul (the tRio guy)

Top
#223941 - 19/10/2003 16:40 Re: tRio Web Access on PC with PC Anywhere installed? [Re: pauln]
Jemmi
member

Registered: 03/05/2003
Posts: 131
Paul,
Just sent you a PM

Jemmi

Top