I have set up Trio, and JREC on a SUSE 9.0 professional box. I can connect my three rio's to it and play music without a problem. I love it. However when I try to go to the front end the applet begins to load then stalls with just a grey screen. I have tried to connect to the front end using:
ip address:
http://192.168.0.100:8090/trio-applet.htm
Loop back:
http://127.0.0.1:8090/trio-applet.htm

Additional information in JREC Config I have set Rio Music Host to 192.168.0.100 my server

I have taken out the Hosts to allow acess thinking that might be it, I hope to put this back in when I correct the problem.

The one thing I have noticed in the logs is that it can't find
/usr/local/trio-0.1.4.alpha5/docs/favicon.ico
and in fact that isn't in that directory. I have downloaded the version again and extracted it again and it still doesn't show up in there so I don't know what that means.

Thank you for your help, please see below for the log file. I am using trio1.sh to start the process if that matters.

Keith

Log File:
Bart:/usr/local/trio-0.1.4.alpha5/bin # /usr/local/trio-0.1.4.alpha5/bin/trio1.sh
Start of TRioServer. Version 0.1.4.alpha5
Defaulted http document root to: //usr/local/trio-0.1.4.alpha5
Loading TRioPlayerLayout: universal
Loading TRioPlayerLayout: windows
ImageTranslation: byte-binary
RMI Registry created sucessfully on port 1099
binding rmi: rmi://127.0.0.1:1099/TRioServerRemote
binding rmi: rmi://localhost:1099/TRioServerRemote
Creating sockets
creating udp socket. local port: 19680, timeout: 15000
Http server opening port 8090
Http server listening on port 8090
Got connect from /192.168.0.196
UnitConfig: <unit ip="192.168.0.196" type="receiver" name="Receiver 1" />
Updating config file
TRioUnitControlThread (/192.168.0.196): Starting
TRioUnitControlThread (/192.168.0.196): Waiting for Rio to accept connection. ip: /192.168.0.196, port: 19682
TRioUnitControlThread (/192.168.0.196): Connection refused. sleeping
TRioUnitControlThread (/192.168.0.196): Waiting for Rio to accept connection. ip: /192.168.0.196, port: 19682
Updating config file
Updating config file
TRioUnitControlThread (/192.168.0.196): Rio has accepted connection. Interface: /192.168.0.100
Got connect from /192.168.0.195
UnitConfig: <unit ip="192.168.0.195" type="receiver" name="Receiver 2" />
Updating config file
TRioUnitControlThread (/192.168.0.195): Starting
TRioUnitControlThread (/192.168.0.195): Waiting for Rio to accept connection. ip: /192.168.0.195, port: 19685
TRioUnitControlThread (/192.168.0.195): Connection refused. sleeping
TRioUnitControlThread (/192.168.0.195): Waiting for Rio to accept connection. ip: /192.168.0.195, port: 19685
Updating config file
Updating config file
TRioUnitControlThread (/192.168.0.195): Rio has accepted connection. Interface: /192.168.0.100
Got http request: GET /trio-applet.htm HTTP/1.1
Got http request: GET /trio-applet-0.1.4.jar HTTP/1.1
Got http request: GET /trio-applet.htm HTTP/1.1
Got http request: GET /trio-applet-0.1.4.jar HTTP/1.1
Got http request: GET /trio-applet.htm HTTP/1.1
Got http request: GET /trio-applet.htm HTTP/1.1
Got http request: GET /trio-applet.htm HTTP/1.1
Got http request: GET /trio-applet-0.1.4.jar HTTP/1.1
Got http request: GET /trio-applet.htm HTTP/1.1
Got http request: GET /favicon.ico HTTP/1.1
java.io.FileNotFoundException: /usr/local/trio-0.1.4.alpha5/docs/favicon.ico (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:106)
at java.io.FileInputStream.<init>(FileInputStream.java:66)
at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:69)
at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:156)
at trio.http.TRioHttpClientConnection.getOtherResource(Unknown Source)
at trio.http.TRioHttpClientConnection.processRequest(Unknown Source)
at trio.http.TRioHttpClientConnection.run(Unknown Source)