日時 | |
関係者(共同研究者) | |
【エラー解説】Shibboleth IdP 2.1.3
エラー:
tomcat/log/catalina.log
OpenSAML requires an xml parser that supports JAXP 1.3 and DOM3.
The JVM is currently configured to use the Sun XML parser, which is known to be buggy and can not be used with OpenSAML. Please endorse a functional JAXP library(ies) such as Xerces and Xalan. For instructions on how to endorse a new parser see http://java.sun.…
確認:
tomcatの設定で、java.endorsed.dirsはきちんと設定されていますか?
java.endorsed.dirsには、shibbolethに必要な、*.jarファイルはコピーしましたか?
#CATALINA_OPTS="-Djava.library.path=/home/jfclere/jakarta-tomcat-connectors/jni/native/.libs"
CATALINA_OPTS="-Djava.endorsed.dirs=$CATALINA_HOME/endorsed"