When starting Catalina run, I get the following warning:
WARNING: ClearCaseRepository not working (missing binaries?):
Any idea, anyone?
Thanks, Avi
When starting Catalina run, I get the following warning:
WARNING: ClearCaseRepository not working (missing binaries?):
Any idea, anyone?
Thanks, Avi
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 instartup.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