Production mode is not workingProblem changing to Production mode - Command returned non-zero exit codeM2 - Cannot change deploy mode to ProductionProblem Setting Production Mode - Deploying Static Content - Command returned non-zero exit code:M2 – Mixed up languages in production modeUltimo Less files dont compileMagento2: Error when change developer mode to production (Magento 2.1.7)Magento 2 production mode not setNot able to set Magento 2.2.2 to production modeMagento 2.2 set/Deploy Production mode stuck at 'Static content deployment'Magento 2.1 not loading some js and css in production modeMagento 2 shell shows production mode, but still in developer mode

Wireless headphones interfere with Wi-Fi signal on laptop

Does Lawful Interception of 4G / the proposed 5G provide a back door for hackers as well?

Does SQL Server allow (make visible) DDL inside a transaction to the transaction prior to commit?

Automatically anti-predictably assemble an alliterative aria

Why are solar panels kept tilted?

Rounding a number extracted by jq to limit the decimal points

Where to find every-day healthy food near Heathrow Airport?

Why do the lights go out when someone enters the dining room on this ship?

Is it possible to create different colors in rocket exhaust?

Jesus' words on the Jews

Is taking modulus on both sides of an equation valid?

Is there anything special about -1 (0xFFFFFFFF) regarding ADC?

Can I say: "When was your train leaving?" if the train leaves in the future?

Can't find the release for this wiring harness connector

Why did the metro bus stop at each railway crossing, despite no warning indicating a train was coming?

Jumping frame contents with beamer and pgfplots

What is the best way for a skeleton to impersonate human without using magic?

Entering the UK as a British citizen who is a Canadian permanent resident

Extracting sublists that contain similar elements

Ito`s Lemma problem

Longest Text in Latin

Is this a security concern for ubuntu users?

What is the largest number of identical satellites launched together?

Help in identifying a mystery wall socket



Production mode is not working


Problem changing to Production mode - Command returned non-zero exit codeM2 - Cannot change deploy mode to ProductionProblem Setting Production Mode - Deploying Static Content - Command returned non-zero exit code:M2 – Mixed up languages in production modeUltimo Less files dont compileMagento2: Error when change developer mode to production (Magento 2.1.7)Magento 2 production mode not setNot able to set Magento 2.2.2 to production modeMagento 2.2 set/Deploy Production mode stuck at 'Static content deployment'Magento 2.1 not loading some js and css in production modeMagento 2 shell shows production mode, but still in developer mode






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








1















Changing site to production mode display below error on command terminal in (red color):



Enabled maintenance mode
Starting compilation
Compilation was started.
.....
.....
Generated code and dependency injection configuration successfully.
Compilation complete
Starting deployment of static content

Something went wrong while deploying static content. See the error log for details.

Command returned non-zero exit code:
`/opt/nexcess/php70u/root/usr/bin/php -f /chroot/home/siteRoot/html/bin/magento setup:static-content:deploy en_GB en_US`


if i execute command with skip compilation: php bin/magento deploy:mode:set production -s. It works but site display messed as css and js donest load.



Site is working well in developer mode but only issues with production mode.



Update: I figure out the problem.
less files of font awesome was creating issues to change site to production mode.



Now CSS and JS is not loading in Production mode though Mode can be changed easily.



What can be reason of this?










share|improve this question






























    1















    Changing site to production mode display below error on command terminal in (red color):



    Enabled maintenance mode
    Starting compilation
    Compilation was started.
    .....
    .....
    Generated code and dependency injection configuration successfully.
    Compilation complete
    Starting deployment of static content

    Something went wrong while deploying static content. See the error log for details.

    Command returned non-zero exit code:
    `/opt/nexcess/php70u/root/usr/bin/php -f /chroot/home/siteRoot/html/bin/magento setup:static-content:deploy en_GB en_US`


    if i execute command with skip compilation: php bin/magento deploy:mode:set production -s. It works but site display messed as css and js donest load.



    Site is working well in developer mode but only issues with production mode.



    Update: I figure out the problem.
    less files of font awesome was creating issues to change site to production mode.



    Now CSS and JS is not loading in Production mode though Mode can be changed easily.



    What can be reason of this?










    share|improve this question


























      1












      1








      1








      Changing site to production mode display below error on command terminal in (red color):



      Enabled maintenance mode
      Starting compilation
      Compilation was started.
      .....
      .....
      Generated code and dependency injection configuration successfully.
      Compilation complete
      Starting deployment of static content

      Something went wrong while deploying static content. See the error log for details.

      Command returned non-zero exit code:
      `/opt/nexcess/php70u/root/usr/bin/php -f /chroot/home/siteRoot/html/bin/magento setup:static-content:deploy en_GB en_US`


      if i execute command with skip compilation: php bin/magento deploy:mode:set production -s. It works but site display messed as css and js donest load.



      Site is working well in developer mode but only issues with production mode.



      Update: I figure out the problem.
      less files of font awesome was creating issues to change site to production mode.



      Now CSS and JS is not loading in Production mode though Mode can be changed easily.



      What can be reason of this?










      share|improve this question
















      Changing site to production mode display below error on command terminal in (red color):



      Enabled maintenance mode
      Starting compilation
      Compilation was started.
      .....
      .....
      Generated code and dependency injection configuration successfully.
      Compilation complete
      Starting deployment of static content

      Something went wrong while deploying static content. See the error log for details.

      Command returned non-zero exit code:
      `/opt/nexcess/php70u/root/usr/bin/php -f /chroot/home/siteRoot/html/bin/magento setup:static-content:deploy en_GB en_US`


      if i execute command with skip compilation: php bin/magento deploy:mode:set production -s. It works but site display messed as css and js donest load.



      Site is working well in developer mode but only issues with production mode.



      Update: I figure out the problem.
      less files of font awesome was creating issues to change site to production mode.



      Now CSS and JS is not loading in Production mode though Mode can be changed easily.



      What can be reason of this?







      magento-2.1 production-mode






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Mar 1 '17 at 10:15







      Jai

















      asked Feb 24 '17 at 12:28









      JaiJai

      3,60383163




      3,60383163




















          3 Answers
          3






          active

          oldest

          votes


















          0














          Please check the folder path is exist "/home/siteRoot/html/bin/magento"



          and also check the permission of var folder.



          For folder, permission refer http://devdocs.magento.com/guides/v2.0/install-gde/prereq/file-system-perms.html






          share|improve this answer























          • I am able to execute other commands and path (/home/siteRoot/html/bin/magento) exist. Is custom code effect the this or anything like enabled/disabled cache?

            – Jai
            Feb 27 '17 at 3:51











          • Yes, chances there may issue with your custom code which restricts to complete compilation (-s your skipping the compilation during the production mode set and use it at runtime ) You can figure out compilation error separately using the php bin/magento setup:di:compile

            – SATISH ASHILWAR
            Feb 27 '17 at 7:45












          • Compilation works well separatly also static content deployment. But "php bin/magento deploy:mode:set production" doesnt work. Do you think it can be issue of customize code as complication and deployment works spearately?

            – Jai
            Feb 27 '17 at 8:07











          • Well you can try on this by disabling customization step by step from /etc/config.php file.

            – SATISH ASHILWAR
            Feb 27 '17 at 13:05











          • I havent updated core code so i dont think it will matters. Well i try to do disabling custom tasks.

            – Jai
            Feb 27 '17 at 15:28


















          0














          Try by deleting generatedmetadataglobal.php






          share|improve this answer






























            0














            "Maintenance mode" is not Production mode. Maintenance mode is an intrim mode when you are making changes to Production site. Could you please check the following:



            1. Did you make some changes to production change in Production mode itself and then ran "Enable Maintenance Mode"?


            2. Did you try the following:



              • Changing you production site to "Development Mode"

              • Clear var/cache, var/generation (make sure you don't delete .htaccess file), var/page_cache, var/view_preprocessed, pub/static (make sure you don't delete .htaccess file).

              • Run magento setup:upgrade, setup:di:compile and then setup:static-content:deploy. Then repeat the above step again

              • Give the appropriate permissions, check magento site to correctly.

              • Now "Enable Production Mode" and set the appropriate permissions for Production mode. If none of the above showed an error the site should be up and running.


            Please let me know how did you go






            share|improve this answer























              Your Answer








              StackExchange.ready(function()
              var channelOptions =
              tags: "".split(" "),
              id: "479"
              ;
              initTagRenderer("".split(" "), "".split(" "), channelOptions);

              StackExchange.using("externalEditor", function()
              // Have to fire editor after snippets, if snippets enabled
              if (StackExchange.settings.snippets.snippetsEnabled)
              StackExchange.using("snippets", function()
              createEditor();
              );

              else
              createEditor();

              );

              function createEditor()
              StackExchange.prepareEditor(
              heartbeatType: 'answer',
              autoActivateHeartbeat: false,
              convertImagesToLinks: false,
              noModals: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: null,
              bindNavPrevention: true,
              postfix: "",
              imageUploader:
              brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
              contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
              allowUrls: true
              ,
              onDemand: true,
              discardSelector: ".discard-answer"
              ,immediatelyShowMarkdownHelp:true
              );



              );













              draft saved

              draft discarded


















              StackExchange.ready(
              function ()
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f161645%2fproduction-mode-is-not-working%23new-answer', 'question_page');

              );

              Post as a guest















              Required, but never shown

























              3 Answers
              3






              active

              oldest

              votes








              3 Answers
              3






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              0














              Please check the folder path is exist "/home/siteRoot/html/bin/magento"



              and also check the permission of var folder.



              For folder, permission refer http://devdocs.magento.com/guides/v2.0/install-gde/prereq/file-system-perms.html






              share|improve this answer























              • I am able to execute other commands and path (/home/siteRoot/html/bin/magento) exist. Is custom code effect the this or anything like enabled/disabled cache?

                – Jai
                Feb 27 '17 at 3:51











              • Yes, chances there may issue with your custom code which restricts to complete compilation (-s your skipping the compilation during the production mode set and use it at runtime ) You can figure out compilation error separately using the php bin/magento setup:di:compile

                – SATISH ASHILWAR
                Feb 27 '17 at 7:45












              • Compilation works well separatly also static content deployment. But "php bin/magento deploy:mode:set production" doesnt work. Do you think it can be issue of customize code as complication and deployment works spearately?

                – Jai
                Feb 27 '17 at 8:07











              • Well you can try on this by disabling customization step by step from /etc/config.php file.

                – SATISH ASHILWAR
                Feb 27 '17 at 13:05











              • I havent updated core code so i dont think it will matters. Well i try to do disabling custom tasks.

                – Jai
                Feb 27 '17 at 15:28















              0














              Please check the folder path is exist "/home/siteRoot/html/bin/magento"



              and also check the permission of var folder.



              For folder, permission refer http://devdocs.magento.com/guides/v2.0/install-gde/prereq/file-system-perms.html






              share|improve this answer























              • I am able to execute other commands and path (/home/siteRoot/html/bin/magento) exist. Is custom code effect the this or anything like enabled/disabled cache?

                – Jai
                Feb 27 '17 at 3:51











              • Yes, chances there may issue with your custom code which restricts to complete compilation (-s your skipping the compilation during the production mode set and use it at runtime ) You can figure out compilation error separately using the php bin/magento setup:di:compile

                – SATISH ASHILWAR
                Feb 27 '17 at 7:45












              • Compilation works well separatly also static content deployment. But "php bin/magento deploy:mode:set production" doesnt work. Do you think it can be issue of customize code as complication and deployment works spearately?

                – Jai
                Feb 27 '17 at 8:07











              • Well you can try on this by disabling customization step by step from /etc/config.php file.

                – SATISH ASHILWAR
                Feb 27 '17 at 13:05











              • I havent updated core code so i dont think it will matters. Well i try to do disabling custom tasks.

                – Jai
                Feb 27 '17 at 15:28













              0












              0








              0







              Please check the folder path is exist "/home/siteRoot/html/bin/magento"



              and also check the permission of var folder.



              For folder, permission refer http://devdocs.magento.com/guides/v2.0/install-gde/prereq/file-system-perms.html






              share|improve this answer













              Please check the folder path is exist "/home/siteRoot/html/bin/magento"



              and also check the permission of var folder.



              For folder, permission refer http://devdocs.magento.com/guides/v2.0/install-gde/prereq/file-system-perms.html







              share|improve this answer












              share|improve this answer



              share|improve this answer










              answered Feb 24 '17 at 17:52









              SATISH ASHILWARSATISH ASHILWAR

              314




              314












              • I am able to execute other commands and path (/home/siteRoot/html/bin/magento) exist. Is custom code effect the this or anything like enabled/disabled cache?

                – Jai
                Feb 27 '17 at 3:51











              • Yes, chances there may issue with your custom code which restricts to complete compilation (-s your skipping the compilation during the production mode set and use it at runtime ) You can figure out compilation error separately using the php bin/magento setup:di:compile

                – SATISH ASHILWAR
                Feb 27 '17 at 7:45












              • Compilation works well separatly also static content deployment. But "php bin/magento deploy:mode:set production" doesnt work. Do you think it can be issue of customize code as complication and deployment works spearately?

                – Jai
                Feb 27 '17 at 8:07











              • Well you can try on this by disabling customization step by step from /etc/config.php file.

                – SATISH ASHILWAR
                Feb 27 '17 at 13:05











              • I havent updated core code so i dont think it will matters. Well i try to do disabling custom tasks.

                – Jai
                Feb 27 '17 at 15:28

















              • I am able to execute other commands and path (/home/siteRoot/html/bin/magento) exist. Is custom code effect the this or anything like enabled/disabled cache?

                – Jai
                Feb 27 '17 at 3:51











              • Yes, chances there may issue with your custom code which restricts to complete compilation (-s your skipping the compilation during the production mode set and use it at runtime ) You can figure out compilation error separately using the php bin/magento setup:di:compile

                – SATISH ASHILWAR
                Feb 27 '17 at 7:45












              • Compilation works well separatly also static content deployment. But "php bin/magento deploy:mode:set production" doesnt work. Do you think it can be issue of customize code as complication and deployment works spearately?

                – Jai
                Feb 27 '17 at 8:07











              • Well you can try on this by disabling customization step by step from /etc/config.php file.

                – SATISH ASHILWAR
                Feb 27 '17 at 13:05











              • I havent updated core code so i dont think it will matters. Well i try to do disabling custom tasks.

                – Jai
                Feb 27 '17 at 15:28
















              I am able to execute other commands and path (/home/siteRoot/html/bin/magento) exist. Is custom code effect the this or anything like enabled/disabled cache?

              – Jai
              Feb 27 '17 at 3:51





              I am able to execute other commands and path (/home/siteRoot/html/bin/magento) exist. Is custom code effect the this or anything like enabled/disabled cache?

              – Jai
              Feb 27 '17 at 3:51













              Yes, chances there may issue with your custom code which restricts to complete compilation (-s your skipping the compilation during the production mode set and use it at runtime ) You can figure out compilation error separately using the php bin/magento setup:di:compile

              – SATISH ASHILWAR
              Feb 27 '17 at 7:45






              Yes, chances there may issue with your custom code which restricts to complete compilation (-s your skipping the compilation during the production mode set and use it at runtime ) You can figure out compilation error separately using the php bin/magento setup:di:compile

              – SATISH ASHILWAR
              Feb 27 '17 at 7:45














              Compilation works well separatly also static content deployment. But "php bin/magento deploy:mode:set production" doesnt work. Do you think it can be issue of customize code as complication and deployment works spearately?

              – Jai
              Feb 27 '17 at 8:07





              Compilation works well separatly also static content deployment. But "php bin/magento deploy:mode:set production" doesnt work. Do you think it can be issue of customize code as complication and deployment works spearately?

              – Jai
              Feb 27 '17 at 8:07













              Well you can try on this by disabling customization step by step from /etc/config.php file.

              – SATISH ASHILWAR
              Feb 27 '17 at 13:05





              Well you can try on this by disabling customization step by step from /etc/config.php file.

              – SATISH ASHILWAR
              Feb 27 '17 at 13:05













              I havent updated core code so i dont think it will matters. Well i try to do disabling custom tasks.

              – Jai
              Feb 27 '17 at 15:28





              I havent updated core code so i dont think it will matters. Well i try to do disabling custom tasks.

              – Jai
              Feb 27 '17 at 15:28













              0














              Try by deleting generatedmetadataglobal.php






              share|improve this answer



























                0














                Try by deleting generatedmetadataglobal.php






                share|improve this answer

























                  0












                  0








                  0







                  Try by deleting generatedmetadataglobal.php






                  share|improve this answer













                  Try by deleting generatedmetadataglobal.php







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Jul 17 '18 at 10:08









                  Ashwani PanwarAshwani Panwar

                  1409




                  1409





















                      0














                      "Maintenance mode" is not Production mode. Maintenance mode is an intrim mode when you are making changes to Production site. Could you please check the following:



                      1. Did you make some changes to production change in Production mode itself and then ran "Enable Maintenance Mode"?


                      2. Did you try the following:



                        • Changing you production site to "Development Mode"

                        • Clear var/cache, var/generation (make sure you don't delete .htaccess file), var/page_cache, var/view_preprocessed, pub/static (make sure you don't delete .htaccess file).

                        • Run magento setup:upgrade, setup:di:compile and then setup:static-content:deploy. Then repeat the above step again

                        • Give the appropriate permissions, check magento site to correctly.

                        • Now "Enable Production Mode" and set the appropriate permissions for Production mode. If none of the above showed an error the site should be up and running.


                      Please let me know how did you go






                      share|improve this answer



























                        0














                        "Maintenance mode" is not Production mode. Maintenance mode is an intrim mode when you are making changes to Production site. Could you please check the following:



                        1. Did you make some changes to production change in Production mode itself and then ran "Enable Maintenance Mode"?


                        2. Did you try the following:



                          • Changing you production site to "Development Mode"

                          • Clear var/cache, var/generation (make sure you don't delete .htaccess file), var/page_cache, var/view_preprocessed, pub/static (make sure you don't delete .htaccess file).

                          • Run magento setup:upgrade, setup:di:compile and then setup:static-content:deploy. Then repeat the above step again

                          • Give the appropriate permissions, check magento site to correctly.

                          • Now "Enable Production Mode" and set the appropriate permissions for Production mode. If none of the above showed an error the site should be up and running.


                        Please let me know how did you go






                        share|improve this answer

























                          0












                          0








                          0







                          "Maintenance mode" is not Production mode. Maintenance mode is an intrim mode when you are making changes to Production site. Could you please check the following:



                          1. Did you make some changes to production change in Production mode itself and then ran "Enable Maintenance Mode"?


                          2. Did you try the following:



                            • Changing you production site to "Development Mode"

                            • Clear var/cache, var/generation (make sure you don't delete .htaccess file), var/page_cache, var/view_preprocessed, pub/static (make sure you don't delete .htaccess file).

                            • Run magento setup:upgrade, setup:di:compile and then setup:static-content:deploy. Then repeat the above step again

                            • Give the appropriate permissions, check magento site to correctly.

                            • Now "Enable Production Mode" and set the appropriate permissions for Production mode. If none of the above showed an error the site should be up and running.


                          Please let me know how did you go






                          share|improve this answer













                          "Maintenance mode" is not Production mode. Maintenance mode is an intrim mode when you are making changes to Production site. Could you please check the following:



                          1. Did you make some changes to production change in Production mode itself and then ran "Enable Maintenance Mode"?


                          2. Did you try the following:



                            • Changing you production site to "Development Mode"

                            • Clear var/cache, var/generation (make sure you don't delete .htaccess file), var/page_cache, var/view_preprocessed, pub/static (make sure you don't delete .htaccess file).

                            • Run magento setup:upgrade, setup:di:compile and then setup:static-content:deploy. Then repeat the above step again

                            • Give the appropriate permissions, check magento site to correctly.

                            • Now "Enable Production Mode" and set the appropriate permissions for Production mode. If none of the above showed an error the site should be up and running.


                          Please let me know how did you go







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered May 9 at 0:15









                          VaishVaish

                          6919




                          6919



























                              draft saved

                              draft discarded
















































                              Thanks for contributing an answer to Magento Stack Exchange!


                              • Please be sure to answer the question. Provide details and share your research!

                              But avoid


                              • Asking for help, clarification, or responding to other answers.

                              • Making statements based on opinion; back them up with references or personal experience.

                              To learn more, see our tips on writing great answers.




                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function ()
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f161645%2fproduction-mode-is-not-working%23new-answer', 'question_page');

                              );

                              Post as a guest















                              Required, but never shown





















































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown

































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown







                              Popular posts from this blog

                              Get product attribute by attribute group code in magento 2get product attribute by product attribute group in magento 2Magento 2 Log Bundle Product Data in List Page?How to get all product attribute of a attribute group of Default attribute set?Magento 2.1 Create a filter in the product grid by new attributeMagento 2 : Get Product Attribute values By GroupMagento 2 How to get all existing values for one attributeMagento 2 get custom attribute of a single product inside a pluginMagento 2.3 How to get all the Multi Source Inventory (MSI) locations collection in custom module?Magento2: how to develop rest API to get new productsGet product attribute by attribute group code ( [attribute_group_code] ) in magento 2

                              Category:9 (number) SubcategoriesMedia in category "9 (number)"Navigation menuUpload mediaGND ID: 4485639-8Library of Congress authority ID: sh85091979ReasonatorScholiaStatistics

                              Magento 2.3: How do i solve this, Not registered handle, on custom form?How can i rewrite TierPrice Block in Magento2magento 2 captcha not rendering if I override layout xmlmain.CRITICAL: Plugin class doesn't existMagento 2 : Problem while adding custom button order view page?Magento 2.2.5: Overriding Admin Controller sales/orderMagento 2.2.5: Add, Update and Delete existing products Custom OptionsMagento 2.3 : File Upload issue in UI Component FormMagento2 Not registered handleHow to configured Form Builder Js in my custom magento 2.3.0 module?Magento 2.3. How to create image upload field in an admin form