1

When starting Catalina run, I get the following warning:

WARNING: ClearCaseRepository not working (missing binaries?):

Any idea, anyone?

Thanks, Avi

Avi Rosenfeld
  • 305
  • 3
  • 7
  • 19

1 Answers1

1

This is similar to this thread (I will adapt the following extract to your case):

As far as I can see from the code, this warning can only happen if the command "git --help" [in your case cleartool -version] exits with a non-zero exit code.

What do you see if you log in as the tomcat user, set the PATH like you do in startup.sh, and then execute following commands

cleartool -version
echo $?

Check the logs (catalina.out) after adding the following line to your Tomcat's conf/logging.properties:

org.opensolaris.opengrok.level=ALL
Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
  • I run the OpenGrok on WIN. I tried running the org.opensolaris.opengrok.level=ALL to conf/logging.properties but stil I get the message: ClearCaseRepository not working (missing binaries?) and the history feature doesn't work.... – Avi Rosenfeld May 07 '13 at 08:37