wiki2168: StepIiiProvisioning |
1. DB provision successful. 2. If Status of Jboss stuck in 'starting' state. Need to kill the process.
3. App provision fails with "apache unable to start"
Runtime log:
Command '/bin/systemctl start httpd' failed with exit code 256: Job for httpd.service failed because the control process exited with error code. See "systemctl status httpd.service" and "journalctl -xe" for details.
Fix:
> Navigate to /etc/httpd/conf.d/integratedapps.conf
Comment out line 33 which is:
Include /opt/collabnet/integrations/reviewboard/reviewboard-2.5.6.1/conf/apache-wsgi.conf
> systemctl start httpd.service
4. Do 'teamforge provision' in app and then integration servers. |