FOG Install Fails at Web Services
-
Any idea what may have caused this to happen? I can go to:
http://fogserver/fog/management/ and update my database just fine but I have noticed a few services not functioning properly on my server since this.
- Starting and checking status of web services…Failed!
root@fog-server:~/fogproject/bin#
Any suggestions are appreciated!
Thanks!
Joe
- Starting and checking status of web services…Failed!
-
@Joe-Gill Try looking into your apache settings and look at logs. Here is a an article on how to do that, might vary depending on the web service you are using for web server.
https://blog.codeasite.com/how-do-i-find-apache-http-server-log-files/ -
@joe-gill All of the OS tests passed last night (see my signature). There’s something in your environment causing the issue.
-
@wayne-workman
It most likely is. I was working in the Alpha 1.6 and had issues pushing more than one image at a time (both in multitask and unicast). So I tried to roll things back to the Working branch and noticed this message. The web GUI still works. I just can’t seem to get anything else working.I did look through the Apache logs and did not notice any fatal errors. I also checked the multitask.log file and noticed that none of the multitask jobs were being posted.
Also, @Tom-Elliott logged into my system last week to try and resolve some Multi Tasking issues. At the time, it appeared to have worked. After that, I have not been able to do much.
Thanks!
-
Well, I pulled up the /var/log/apache2/error.log file…
I did find this…
[Tue Jul 24 12:38:38.255133 2018] [:error] [pid 43264] [client 172.16.101.30:42208] PHP Fatal error: Call to undefined method ServiceConfigurationPage::service() in /var/www/html/fog/lib/pages/serviceconfigurationpage.page.php on line 1475, referer: http://fog-server/fog/management/index.php?node=snapin&sub=list [Tue Jul 24 12:38:38.255133 2018] [:error] [pid 43264] [client 172.16.101.30:42208] PHP Fatal error: Call to undefined method ServiceConfigurationPage::service() in /var/www/html/fog/lib/pages/serviceconfigurationpage.page.php on line 1475, referer: http://fog-server/fog/management/index.php?node=snapin&sub=list
Any thoughts?
-
@joe-gill
Looks like a issue on the serviceconfigurationpage.page.php file with lin 1475… -
I went to check out the serviceconfigurationpage.page.php in /var/www/html/fog/lib/pages/ directory and did not find the file. It appears that the code should be pointing to serviceconfigurationpage.class.php.
root@fog-server:/var/www/html/fog/lib/pages# ls clientmanagementpage.class.php imagemanagementpage.class.php reportmanagementpage.class.php storagemanagementpage.class.php dashboardpage.class.php index.php schemaupdaterpage.class.php taskmanagementpage.class.php fogconfigurationpage.class.php pluginmanagementpage.class.php serverinfo.class.php usermanagementpage.class.php groupmanagementpage.class.php printermanagementpage.class.php serviceconfigurationpage.class.php hostmanagementpage.class.php processlogin.class.php snapinmanagementpage.class.php
-
@joe-gill with 1.6 the file should be serviceconfiguration.page.php,. 1.5.x would be serviceconfigurationpage.class.php.
-
@tom-elliott
OK that would make since. I’d say that is not an issue.I was jumping back and forth from 1.5.4 to 1.6 yesterday trying to get some kind of stability. Currently I’m on 1.5.4 and have moved on to other projects. But… Would love to get things going again to multicast. PM me if you have any ideas please.
Thanks!