Previous Topic: Troubleshooting

Next Topic: Unable to Log Federation Web Services Errors


Unable to Start Apache on UNIX systems

Symptom:

When running the SPS on a UNIX system, the Apache server fails to start. In the Apache log file, the following error message appears:

Invalid argument: setgid: unable to set group id to ...

Solution:

This error occurs when the group for the Run-As-User on UNIX systems does not correspond to the group specified in the Apache configuration file (httpd.conf). If you see this error, edit the Group directive in the Apache httpd.conf file.

To edit the Group directive

  1. Remove the comment sign (#) before the Group directive
  2. Specify the group to which the Run-As-User belongs.
  3. Run the SPS startup command again (sps-ctl start or startssl).