It seems like trio is looking for the .arf for some reason.. Did paul add a built in tftp server in 1.7? I get this from the logs:

SEVERE: Start up error.
trio.TRioStartupException: Error loading configuration
at trio.TRioServer.loadConfiguration(TRioServer.java:280)
at trio.TRioServer.<init>(TRioServer.java:159)
at trio.TRioServer.main(TRioServer.java:715)
Caused by: trio.TRioDisplayableException: FileNotFoundException reading boot arc
hive
at trio.boot.TRioBootServer.expandBootImage(TRioBootServer.java:90)
at trio.boot.TRioBootServer.<init>(TRioBootServer.java:76)
at trio.TRioServer.initBoot(TRioServer.java:311)
at trio.TRioServer.loadConfiguration(TRioServer.java:272)
... 2 more
Caused by: java.io.FileNotFoundException: receiver.arf (No such file or director
y)


Anyway.. I don't get why trio is even looking for the .arf.. Any ideas? Or maybe I got a different version? All I did was change the download link URL from xxxxx0.1.6 to 1.7.

-Mike