ID | ⇒#1167@研究ノート; |
要約 | 【研究ノート】【エラー解説】Shibboleth IdP 2.1.3 (tomcat関係-2)⇒#1167@研究ノート; |
日時 | 記録=2009/9/15, 修正=2009/9/26 |
研究者 | 伊藤 智博 |
リンク | 関連外部URL=https://upki-por…, 学認共有URL=, 講義 研究 発表 業績 テーマ 製品 計算式 |
内容 | 【エラー解説】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"
|