/var/cpanel/apps invalid application configuration file

Post Reply
MaraBlue
Junior Member
Posts: 51
Joined: 25 Feb 2007, 08:38

/var/cpanel/apps invalid application configuration file

Post by MaraBlue »

I upgraded to cP 11.38.0.16 on 6/14/13. Afterwards (on the same day) I updated all CSF scripts with:

Code: Select all

curl -s configserver.com/free/csupdate | perl
as suggested in the log.

Last night (6/17/13) or early this morning MailScanner stopped running (which hasn't happened in a very long time). In going through the logs to investigate what caused it, I found these entries in /usr/local/cpanel/logs/error_log. I realize this forum is for reporting CSF firewall bugs, but it appears *all* CSF services are involved/have issues, at least according to cPanel.

Code: Select all

[2013-06-18 16:02:21 -0700] warn [cpsrvd-ssl] /var/cpanel/apps/cmm.conf is an invalid application configuration file. It must specify 'service' and 'url'
 at /usr/local/cpanel/Cpanel/AppConfig.pm line 128
        Cpanel::AppConfig::get_application_list() called at cpsrvd-ssl line 404
[2013-06-18 16:02:21 -0700] warn [cpsrvd-ssl] /var/cpanel/apps/cmc.conf is an invalid application configuration file. It must specify 'service' and 'url'
 at /usr/local/cpanel/Cpanel/AppConfig.pm line 128
        Cpanel::AppConfig::get_application_list() called at cpsrvd-ssl line 404
[2013-06-18 16:02:21 -0700] warn [cpsrvd-ssl] /var/cpanel/apps/csf.conf is an invalid application configuration file. It must specify 'service' and 'url'
 at /usr/local/cpanel/Cpanel/AppConfig.pm line 128
        Cpanel::AppConfig::get_application_list() called at cpsrvd-ssl line 404
[2013-06-18 16:02:21 -0700] warn [cpsrvd-ssl] /var/cpanel/apps/mailscanner.conf is an invalid application configuration file. It must specify 'service' and 'url'
 at /usr/local/cpanel/Cpanel/AppConfig.pm line 128
        Cpanel::AppConfig::get_application_list() called at cpsrvd-ssl line 404
[2013-06-18 16:02:21 -0700] warn [cpsrvd-ssl] /var/cpanel/apps/cse.conf is an invalid application configuration file. It must specify 'service' and 'url'
 at /usr/local/cpanel/Cpanel/AppConfig.pm line 128
        Cpanel::AppConfig::get_application_list() called at cpsrvd-ssl line 404
[2013-06-18 16:02:21 -0700] warn [cpsrvd-ssl] /var/cpanel/apps/cmq.conf is an invalid application configuration file. It must specify 'service' and 'url'
 at /usr/local/cpanel/Cpanel/AppConfig.pm line 128
ForumAdmin
Moderator
Posts: 1523
Joined: 01 Oct 2008, 09:24

Re: /var/cpanel/apps invalid application configuration file

Post by ForumAdmin »

You can safely ignore those warnings when cPanel restarts. They appear due to a transitional phase (with cPanels AppConfig) before cPanel goes to 11.38.1+ (now in EDGE) after which they will no longer appear.
Post Reply