Hello all.

My tRios have suddenly stopped working. I tried rebooting all devices and when that didn't work looked into the logs. I've pasted one of the failed server start ups below.

Any ideas?

Thanks,
Saki

INFO: *******************************************************************************************
30-Jul-2006 23:43:39 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
30-Jul-2006 23:43:39 trio.http.TRioHttpThread <init>
INFO: Defaulted http document root to: c:\Program Files\tRio-0.1.6
30-Jul-2006 23:43:40 trio.TRioServer main
SEVERE: Start up error.
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.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at trio.TRioApplication.createInstance(Unknown Source)
at trio.TRioServer.loadGlobalApplications(Unknown Source)
... 3 more
Caused by: trio.TRioConfigurationException: Error loading TRioUnit settings for Clock application - unit not found. hardware-addr: 00:90:00:11:4e:c1
at trio.clock.TRioClockUnitSettings.<init>(Unknown Source)
at trio.clock.TRioClockSettings.<init>(Unknown Source)
at trio.clock.TRioClockApp.<init>(Unknown Source)
... 9 more
30-Jul-2006 23:43:40 trio.TRioServer main
INFO: End of TRioServer