cancel
Showing results for 
Search instead for 
Did you mean: 

Fpm issue during extension upload & Varnish test fails

Fpm issue during extension upload & Varnish test fails

Varnish result failed due to "FPM service not ready yet" issues

Can I know what is the FPM Service and how to solve this ?

Please help me

 

3 REPLIES 3

Re: Fpm issue during extension upload & Varnish test fails

Hello @newproject123 

 

FPM (FastCGI Process Manager) is a service used by the PHP-FPM (FastCGI Process Manager) module to manage and execute PHP processes in a server environment.

The error "FPM service not ready yet" typically indicates that the PHP-FPM service is either not running or not yet ready to accept connections. This can be caused by various reasons such as incorrect configuration, insufficient server resources, or a temporary outage.

To resolve this issue, you can try the following steps:

  1. Check the PHP-FPM logs: The PHP-FPM logs can provide more information on why the service is failing. You can check the logs at /var/log/php-fpm/www-error.log or a similar location depending on your configuration.

  2. Restart the PHP-FPM service: Try restarting the PHP-FPM service using the command systemctl restart php-fpm.service. This should ensure that the service is running and ready to accept connections.

  3. Check the server resources: Insufficient server resources such as low memory or CPU usage can cause the PHP-FPM service to fail. Check your server logs for any resource-related errors or warnings and consider upgrading your server resources if necessary.

  4. Check the PHP-FPM configuration: Incorrect configuration settings such as incorrect pool settings or incorrect user permissions can cause the PHP-FPM service to fail. Review your configuration settings and ensure that they are correct.

If none of the above steps resolve the issue, you may want to consider reaching out to your hosting provider or a Magento developer for further assistance.

 
 
Was my answer helpful? You can accept it as a solution.
175+ Professional Extensions for M1 & M2
Need a developer?Just visit Contact Us Now

Re: Fpm issue during extension upload & Varnish test fails

Still its not recovered, we using xampp and the project is local. we locally created the extension and uploading in marketplace this is our situation.  here i posted the actual error report from marketplace. kindly look into it and if any solutions help me, Thanks
{
    "tool": "mftfmagento",
    "status": "FAIL",
    "reports": [
        {
            "php_version": "8.2",
            "magento_platform": "M2",
            "magento_edition": "ce",
            "magento_version": "2.4.6",
            "tool": "mftfmagento",
            "vendor": "testvendor",
            "extension": "testextention",
            "version": "1111",
            "platform": "m2",
            "magento_cloud_docker": "1.3.5",
            "status": "FAIL",
            "date": "2023-04-17T13:12:08Z",
            "details": {

"output": [
                            "Finished with the '1' exit code. Process output:",
                            "The expected HTTP response code for an un-existent Magento URL page is 404, got 500 It could be because the FPM service is not ready yet or this Magento installation is broken.",
                            "The expected HTTP response code for an un-existent Magento URL page is 404, got 500 It could be because the FPM service is not ready yet or this Magento installation is broken.",
                            "The expected HTTP response code for an un-existent Magento URL page is 404, got 500 It could be because the FPM service is not ready yet or this Magento installation is broken.",
                            "The expected HTTP response code for an un-existent Magento URL page is 404, got 500 It could be because the FPM service is not ready yet or this Magento installation is broken.",
                            "The expected HTTP response code for an un-existent Magento URL page is 404, got 500 It could be because the FPM service is not ready yet or this Magento installation is broken.",
                            "The expected HTTP response code for an un-existent Magento URL page is 404, got 500 It could be because the FPM service is not ready yet or this Magento installation is broken."
                        ]

Re: Fpm issue during extension upload & Varnish test fails

Please help still its not recovered