Unoffical empeg BBS

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

Topic Options
#223931 - 18/10/2003 09:39 tRio server set up problem
time
enthusiast

Registered: 20/11/2000
Posts: 279
Loc: Pacific Northwest
So I've gotten stuck trying to get tRio server started. I'm using v1.03 of the ARM software and it is connecting (sort of) over HPNA configured on 192.168.2.x (server is at 192.168.2.2 and the dang Receiver configures at 192.168.129).

I finally got a tRio boot screen on the Receiver, but when I launch the server I get:
In reply to:


Start of TRioServer. Version 0.1.4.alpha4
Defaulted http document root to: C:\Program Files\tRio-0.1.4.alpha4\bin
Loading TRioPlayerLayout: universal
Loading TRioPlayerLayout: windows
ImageTranslation: byte-binary
******** Start up error ********
Error loading configuration
trio.TRioStartupException: Error loading configuration
at trio.TRioServer.loadConfiguration(Unknown Source)
at trio.TRioServer.<init>(Unknown Source)
at trio.TRioServer.main(Unknown Source)
Caused by: java.util.NoSuchElementException
at java.net.NetworkInterface$1checkedAddresses.nextElement(Unknown
Sourc
e)
at trio.TRioServer.initRemote(Unknown Source)
... 3 more
End of TRioServer




Any thoughts on what is not working...I'm just about xml illiterate so keep that in mind. I tried to change all the appropriate IP settings in the file. When I got here (to work today) I realized I should have included my trio.xml file here too, but... that will have to wait until tonight.
TIA, Tim

Top
#223932 - 19/10/2003 05:05 Re: tRio server set up problem [Re: time]
pauln
enthusiast

Registered: 03/12/2001
Posts: 332
Loc: UK
Tim,

Some folks encounter this, but most don't - dunno why. What you need to do is close down the tRio server and then edit trio.xml. Change the line that reads:

<rmi create-registry="true"/>

to:

<rmi create-registry="true" host-name="xxxx"/>

where xxxx is either the machine name or ip address of the machine what is running tRio. From then on, you must use the same xxxx value to connect via the web front-end (http://xxxx:8090/trio-applet.htm).

Cheers
Paul
_________________________
Paul (the tRio guy)

Top
#223933 - 20/10/2003 06:44 Re: tRio server set up problem [Re: pauln]
time
enthusiast

Registered: 20/11/2000
Posts: 279
Loc: Pacific Northwest
That did the trick. Sweet! Thanks so much for the help (a good FAQ entry?!?) I'm looking forward to tweaking around with tRio.

So far I really like what I see!

Top