• Bug
  • Status: Closed
  • 2 Major
  • Resolution: Fixed
  • drb
  • Reporter: tgautier
  • March 20, 2008
  • 0
  • Watchers: 0
  • July 27, 2012
  • March 20, 2008

Description

Looks like the common maven case may not work well with statistics gathering. or it may be that some variables are not set when maven is running that the stats gathering expects.

See this thread for the error: http://forums.terracotta.org/forums/posts/list/898.page

Comments

Taylor Gautier 2008-03-20

Is there any way to hard disable the entire stats system? Maybe we should have a property that does this since it seems we try to write a file?

And is that file location configurable? If not it somewhat violates our policy that we never require the tc install dir to be have write permissions.

Geert Bevin 2008-03-20

Actually there are two errors in there:

  1. statistics gatherer not starting, that’s no problem, it will just be disabled
  2. DSO http server not starting up since it’s looking for tc.install-root instead of user.home as resource base (this is a change I made). I’m making this more permissive. I thought tc.install-root was always set when ran outside tests

I’ll commit a fix in 30 mins or so

Geert Bevin 2008-03-20

Btw, yeah the file location is totally configurable through tc-config.xml