Skip to content
Peter Goodman edited this page Feb 15, 2015 · 1 revision

My notifications don't arrive. How do I find out what went wrong?

Go to the Diagnostics tab in the administration section and look at the teamcity-server.log file.

I get a java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty error.

As per the advice in this issue and this stack overflow post you must:

cd $JAVA_HOME/Contents/Home/jre/lib/security
ln -s /System/Library/Java/Support/CoreDeploy.bundle/Contents/Home/lib/security/cacerts
ln -s /System/Library/Java/Support/Deploy.bundle/Contents/Home/lib/security/blacklist 
ln -s /System/Library/Java/Support/Deploy.bundle/Contents/Home/lib/security/trusted.libraries