I am attempting to run the .dmg of your latest release 0.2-SNAPSHOT, on OS X 10.9.4 (Mavericks).
But it doesn't actually load any window.. just appears as running in the toolbar.
The system log says only:
25/08/2014 3:35:27.787 pm trsst[46224]: log4j:WARN No appenders could be found for logger (com.trsst.Common).
25/08/2014 3:35:27.787 pm trsst[46224]: log4j:WARN Please initialize the log4j system properly.
Same messages appear when I run it from the CLI with:
java -jar Java/trsst-client-0.2-SNAPSHOT-jfx.jar serve --gui
Any idea how to clear this error?
Thanks!