比較バージョン

キー

  • この行は追加されました。
  • この行は削除されました。
  • 書式設定が変更されました。

...

パネル
borderColor#cccccc
bgColor#eeeeee
borderStylesolid
# service shibd restart
# service httpd restart
情報

CentOS 7の場合コマンドが異なります。

パネル

# systemctl restart shibd
# systemctl restart httpd

展開
titleよくあるエラー

Shibbolethサービスの再起動時にエラー(configuration is invalid, check console for specific problems)

Shibbolethサービスの再起動時に下記のエラーが出力されます。

書式設定済み
shibd を起動中: configuration is invalid, check console for specific problems
                                                [失敗]

/var/log/shibboleth/ shibd_warn.logに下記のエラーが出力されます。

書式設定済み
2013-01-01 00:00:00 FATAL Shibboleth.Config : caught exception while loading configuration: XML error(s) during parsing, check log for specifics

→/etc/shibboleth/shibboleth2.xml ファイルのDSサーバの参照設定忘れや設定ミスの可能性があります。

 参考情報:  SPセッティング - shibboleth2.xml ファイル(★)

 

また、再起動には成功していても、/var/log/shibboleth/shibd_warn.logに下記のエラーが出力されることがあります。

書式設定済み
2013-01-01 00:00:00 ERROR Shibboleth.SessionInitiator.Chaining : caught exception processing embedded SessionInitiator element: Unknown plugin type.

→メタデータ自動更新のDSサーバの<SessionsInitiator>のtype設定が間違っている場合に出力されます。

...