Need a bit of help getting the Java Front end working for 0.1.4aplha5.

Trio works fine serving up to my rios under jreceiver, but when I try to connect from the xxx:8090/trio.applet.htm the applet doesn't load and the java console shows:

TRioApplet.init(): null
Parameters. trio-server: audioserver, rmi-port: 1099
Exporting Remote
Finding remote server
java.security.AccessControlException: access denied (java.net.SocketPermission 127.0.0.1:32797 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)

I configured my server IP and jrec in the trio.xml file, but this error looks like it is trying to get hold of 127.0.0.1? Is this just java trying to connect out of my box (I have no firewall running), or is there some other config parameter that I need to change?

Any help greatly appreciated.

-DK