Trio web interface not worky

Posted by: vince

Trio web interface not worky - 01/09/2004 18:55

I've just moved from trio/arm on windows to trio/jreceiver on Trustix linux and what a pig it's been to get it going
Well I've got everything working except trios web interface which returns a 404 error. Here's what's logged in the log file:
Quote:
STOPPED Wed Sep 1 20:49:45 GMT 2004
STARTED tRio Wed Sep 1 20:49:51 GMT 2004
Sep 1, 2004 8:49:55 PM trio.TRioServer main
INFO: *******************************************************************************************
Sep 1, 2004 8:49:55 PM trio.TRioServer main
INFO: Start of TRioServer. tRio Version 0.1.5, java.version: 1.4.2_05, java.vm.version: 1.4.2_05-b04, os.name: Linux
Sep 1, 2004 8:49:56 PM trio.http.TRioHttpThread <init>
INFO: Set http document root to: /usr/local/trio/docs
Sep 1, 2004 8:50:02 PM trio.TRioServer initRemote
INFO: RMI Registry created sucessfully on port 1099
Sep 1, 2004 8:50:03 PM trio.TRioServer initRemote
INFO: binding rmi: rmi://192.168.15.2:1099/TRioServerRemote
Sep 1, 2004 8:50:03 PM trio.TRioServer initRemote
INFO: binding rmi: rmi://192.168.15.2:1099/TRioServerRemote
Sep 1, 2004 8:50:03 PM trio.TRioServer scheduleRestart
INFO: Restart not scheduled
Sep 1, 2004 8:50:04 PM trio.http.TRioHttpThread run
INFO: Http server listening on port 8090
Sep 1, 2004 8:50:04 PM trio.TRioUDPConnection <init>
INFO: creating udp socket. local port: 19680, timeout: 15000
Sep 1, 2004 8:50:06 PM trio.TRioControlThread processConnectRequest
INFO: Got connect from /192.168.15.57. ClientID: receiver, Client Version: 0.1.5, Hardware Address: 00:90:00:11:2f:ae
Sep 1, 2004 8:50:09 PM trio.player.TRioPlayerJRecServer <init>
INFO: JReceiver URL settings. URL: ssdp, URL suffix: /jrec_serv/servlet/RPC2
Sep 1, 2004 8:51:05 PM trio.http.TRioHttpClientConnection getOtherResource
INFO: Exception during GET processing
java.net.UnknownHostException: usr
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at sun.net.NetworkClient.doConnect(Unknown Source)
at sun.net.NetworkClient.openServer(Unknown Source)
at sun.net.ftp.FtpClient.openServer(Unknown Source)
at sun.net.ftp.FtpClient.<init>(Unknown Source)
at sun.net.www.protocol.ftp.FtpURLConnection.connect(Unknown Source)
at sun.net.www.protocol.ftp.FtpURLConnection.getInputStream(Unknown Source)
at trio.http.TRioHttpClientConnection.getOtherResource(Unknown Source)
at trio.http.TRioHttpClientConnection.processRequest(Unknown Source)
at trio.http.TRioHttpClientConnection.run(Unknown Source)

Posted by: pauln

Re: Trio web interface not worky - 01/09/2004 20:12

Sorry you found the jreceiver install tricky - I think you'll find it worth the pain though.

By the looks of it you've already set the "root" value in <http-server> in trio.xml. Hopefully dropping the final "/docs" bit should work: root="/usr/local/trio". If that doesn't work, try removing the 1st forward slash: root="usr/local/trio".

Let me know how you get on.

Cheers
Paul
Posted by: vince

Re: Trio web interface not worky - 01/09/2004 22:05

OK root="usr/local/trio" got it going thanks.
Posted by: riocanada

Re: Trio web interface not worky - 03/09/2004 01:50

Yup. I had to do this too.

I've now completed the conversion from Win 98/ARM/tRio
to SuSE 9.1 JRec/tRio!

A bit more playing and I can shut down the Win 98 machine for good!

Thanks for all the hard work!
Posted by: vince

Re: Trio web interface not worky - 03/09/2004 08:05

Well my installs been running a few days now with no problems and the windows machine wil be gone this weekend. Just need to figure out how to do dynamic playlists now.