I'm in the process of installing a service provider using shibboleth version 2.5.0. When using the default native.logger configuration, files are created in /var/log/httpd, but they contain the following errors repeated 8 times:<br>
<br> 2012-11-01 23:04:48 CRIT XMLTooling.Logging : error in file permissions or logging configuration: exception creating appender: failed to open log file (/var/log/httpd/native.log)<br> 2012-11-01 23:04:48 CRIT Shibboleth.Config : failed to load new logging configuration from (native.logger)<br>
<br>I have tried opening up permissions completely on the files (mode 777), changed log file ownership to root, shibd, and apache, and also changed the path to /var/tmp, but the errors persist.<br><br>Here are my versions:<br>
- CentOS 5.8 x64 with selinux set to permissive<br>- httpd-2.2.3-65.el5.centos<br>- shibboleth-2.5.0-2.1<br><br>Anyone have a way to resolve this?<br><br>Thanks.<br><br>