Unoffical empeg BBS

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

Topic Options
#256304 - 17/05/2005 16:04 NullPointer Problem: trio.TRioUnit.sendControlMessage(Unknown Source)
Saki
stranger

Registered: 15/07/2003
Posts: 19
Loc: London
Hello all,

I've just bought a rebadged Dell to add to my two existing Dell units. I've upgraded to 1.04 of ARM to support the slight differences in the boxes, but can't get the new Sonicblue unit to boot properly with tRio.

It manages to get onto a tRio logo screen "Finding tRio server" but then stops doing anything.

In the tRio dos window is the following error:

java.lang.NullPointerException
at trio.TRioUnit.sendControlMessage(Unknown Source)
at trio.player.TRioPlayerApp.messageReceived(Unknown Source)
at trio.TRioUnit.notifyMessageListeners(Unknown Source)
at trio.TRioUnitControlThread.run(Unknown Source)

Any ideas?

Thanks!

Top
#256305 - 17/05/2005 18:38 Re: NullPointer Problem: trio.TRioUnit.sendControlMessage(Unknown Source) [Re: Saki]
pauln
enthusiast

Registered: 03/12/2001
Posts: 332
Loc: UK
Anything unusual in the log file? Should be in TRIO_HOME/logs.

Cheers
Paul

Top
#256306 - 21/05/2005 16:16 Re: NullPointer Problem: trio.TRioUnit.sendControlMessage(Unknown Source) [Re: pauln]
Saki
stranger

Registered: 15/07/2003
Posts: 19
Loc: London
Hi. I'm not technical enough to determine whether the logs indicate anything unusual, so I shut everything down and restarted. Below is what the log recorded.

"harry" is the name of the server and its IP is 10.0.0.4.

Any ideas?!

INFO: *******************************************************************************************
21-May-2005 19:11:24 trio.TRioServer main
INFO: Start of TRioServer. tRio Version 0.1.6, java.version: 1.4.2_07, java.vm.version: 1.4.2_07-b05, os.name: Windows 2000
21-May-2005 19:11:25 trio.http.TRioHttpThread <init>
INFO: Defaulted http document root to: c:\Program Files\tRio-0.1.6
21-May-2005 19:11:28 trio.TRioServer initRemote
INFO: RMI Registry created sucessfully on port 1099
21-May-2005 19:11:28 trio.TRioServer initRemote
INFO: binding rmi: rmi://harry:1099/TRioServerRemote
21-May-2005 19:11:28 trio.TRioServer initRemote
INFO: binding rmi: rmi://10.0.0.4:1099/TRioServerRemote
21-May-2005 19:11:28 trio.TRioServer scheduleRestart
INFO: Scheduling restart for Tue May 24 04:00:00 BST 2005
21-May-2005 19:11:28 trio.TRioUDPConnection <init>
INFO: creating udp socket. local port: 19680, timeout: 15000
21-May-2005 19:11:28 trio.http.TRioHttpThread run
INFO: Http server listening on port 8090
21-May-2005 19:11:53 trio.TRioControlThread processConnectRequest
INFO: Got connect from /10.0.0.13. ClientID: receiver, Client Version: 0.1.6, Hardware Address: 00:90:00:11:5c:52
21-May-2005 19:11:54 trio.player.TRioPlayerARMServer <init>
INFO: ARM URL settings. URL: ssdp
21-May-2005 19:11:54 trio.TRioControlThread processConnectRequest
INFO: Got connect from /10.0.0.13. ClientID: receiver, Client Version: 0.1.6, Hardware Address: 00:90:00:11:5c:52
21-May-2005 19:11:59 trio.TRioControlThread processConnectRequest
INFO: Got connect from /10.0.0.13. ClientID: receiver, Client Version: 0.1.6, Hardware Address: 00:90:00:11:5c:52
21-May-2005 19:12:04 trio.TRioControlThread processConnectRequest
INFO: Got connect from /10.0.0.13. ClientID: receiver, Client Version: 0.1.6, Hardware Address: 00:90:00:11:5c:52
21-May-2005 19:12:09 trio.TRioControlThread processConnectRequest
INFO: Got connect from /10.0.0.13. ClientID: receiver, Client Version: 0.1.6, Hardware Address: 00:90:00:11:5c:52
21-May-2005 19:12:14 trio.TRioControlThread processConnectRequest
INFO: Got connect from /10.0.0.13. ClientID: receiver, Client Version: 0.1.6, Hardware Address: 00:90:00:11:5c:52
21-May-2005 19:12:19 trio.TRioControlThread processConnectRequest
INFO: Got connect from /10.0.0.13. ClientID: receiver, Client Version: 0.1.6, Hardware Address: 00:90:00:11:5c:52

Top
#256307 - 23/05/2005 16:08 Re: NullPointer Problem: trio.TRioUnit.sendControlMessage(Unknown Source) [Re: Saki]
pauln
enthusiast

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

I've had a look and can't see an obvious cause for this. I think we need to log more detailed messages. To do this, edit logging.properties in TRIO_HOME and remove the leading # from the following 2 lines:

#trio.level = FINE
#trio.player.level = FINE

Then restart tRio and let me know what the logs say.

Cheers
Paul

Top
#256308 - 23/05/2005 18:57 Re: NullPointer Problem: trio.TRioUnit.sendControlMessage(Unknown Source) [Re: pauln]
Saki
stranger

Registered: 15/07/2003
Posts: 19
Loc: London
Weird. So I switch on logging and they boot normally! Switch it off and they still boot normally! And I tried so many reboots before now!

You must have telepathic powers, Paul!

Thanks for your help.

Top