Failed to load resource: the server responded with a status of 404 (Not Found). How to solve this issue?












0















I am running Magento 2.3 with NGINX, PHP7.1 and MariaDb.
This is a fresh instalation with pre-loaded data.
I am getting these follow error:



$ tail var/log/system.log
[2019-01-09 16:36:24] main.ERROR: Error: Application is not installed yet.
[2019-01-09 16:36:24] main.ERROR: Error: Application is not installed yet.
[2019-01-09 16:36:24] main.ERROR: Error: Application is not installed yet.
[2019-01-09 17:33:08] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes.
[2019-01-09 17:33:08] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes.
[2019-01-09 17:33:09] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes.
[2019-01-09 17:33:10] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes.
[2019-01-09 17:33:11] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes.
[2019-01-09 17:33:11] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes.
[2019-01-09 17:33:36] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 3334; Allocated memory size: 40008000 bytes; InnoDB buffer pool size: 134217728 bytes.


And these are screenshots:
enter image description here



enter image description here



How can I solve these errors?
Any idea?










share|improve this question























  • Have you tried deploying static content and giving proper permissions?

    – Vivek Kumar
    Jan 9 at 22:45











  • yes. I have used php bin/magento deploy:mode:set developer and chmod 777. After that the page gets a infinite loop with javascript until the server is crashed.

    – zwitterion
    Jan 10 at 0:58













  • did you resolve the issue/

    – magefms
    Jan 10 at 4:44
















0















I am running Magento 2.3 with NGINX, PHP7.1 and MariaDb.
This is a fresh instalation with pre-loaded data.
I am getting these follow error:



$ tail var/log/system.log
[2019-01-09 16:36:24] main.ERROR: Error: Application is not installed yet.
[2019-01-09 16:36:24] main.ERROR: Error: Application is not installed yet.
[2019-01-09 16:36:24] main.ERROR: Error: Application is not installed yet.
[2019-01-09 17:33:08] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes.
[2019-01-09 17:33:08] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes.
[2019-01-09 17:33:09] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes.
[2019-01-09 17:33:10] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes.
[2019-01-09 17:33:11] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes.
[2019-01-09 17:33:11] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes.
[2019-01-09 17:33:36] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 3334; Allocated memory size: 40008000 bytes; InnoDB buffer pool size: 134217728 bytes.


And these are screenshots:
enter image description here



enter image description here



How can I solve these errors?
Any idea?










share|improve this question























  • Have you tried deploying static content and giving proper permissions?

    – Vivek Kumar
    Jan 9 at 22:45











  • yes. I have used php bin/magento deploy:mode:set developer and chmod 777. After that the page gets a infinite loop with javascript until the server is crashed.

    – zwitterion
    Jan 10 at 0:58













  • did you resolve the issue/

    – magefms
    Jan 10 at 4:44














0












0








0








I am running Magento 2.3 with NGINX, PHP7.1 and MariaDb.
This is a fresh instalation with pre-loaded data.
I am getting these follow error:



$ tail var/log/system.log
[2019-01-09 16:36:24] main.ERROR: Error: Application is not installed yet.
[2019-01-09 16:36:24] main.ERROR: Error: Application is not installed yet.
[2019-01-09 16:36:24] main.ERROR: Error: Application is not installed yet.
[2019-01-09 17:33:08] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes.
[2019-01-09 17:33:08] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes.
[2019-01-09 17:33:09] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes.
[2019-01-09 17:33:10] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes.
[2019-01-09 17:33:11] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes.
[2019-01-09 17:33:11] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes.
[2019-01-09 17:33:36] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 3334; Allocated memory size: 40008000 bytes; InnoDB buffer pool size: 134217728 bytes.


And these are screenshots:
enter image description here



enter image description here



How can I solve these errors?
Any idea?










share|improve this question














I am running Magento 2.3 with NGINX, PHP7.1 and MariaDb.
This is a fresh instalation with pre-loaded data.
I am getting these follow error:



$ tail var/log/system.log
[2019-01-09 16:36:24] main.ERROR: Error: Application is not installed yet.
[2019-01-09 16:36:24] main.ERROR: Error: Application is not installed yet.
[2019-01-09 16:36:24] main.ERROR: Error: Application is not installed yet.
[2019-01-09 17:33:08] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes.
[2019-01-09 17:33:08] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes.
[2019-01-09 17:33:09] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes.
[2019-01-09 17:33:10] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes.
[2019-01-09 17:33:11] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes.
[2019-01-09 17:33:11] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 100000; Allocated memory size: 50000000 bytes; InnoDB buffer pool size: 134217728 bytes.
[2019-01-09 17:33:36] main.WARNING: Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size or decrease batch size value (which decreases memory usages for the temporary table). Current batch size: 3334; Allocated memory size: 40008000 bytes; InnoDB buffer pool size: 134217728 bytes.


And these are screenshots:
enter image description here



enter image description here



How can I solve these errors?
Any idea?







magento2 javascript css






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Jan 9 at 18:43









zwitterionzwitterion

1407




1407













  • Have you tried deploying static content and giving proper permissions?

    – Vivek Kumar
    Jan 9 at 22:45











  • yes. I have used php bin/magento deploy:mode:set developer and chmod 777. After that the page gets a infinite loop with javascript until the server is crashed.

    – zwitterion
    Jan 10 at 0:58













  • did you resolve the issue/

    – magefms
    Jan 10 at 4:44



















  • Have you tried deploying static content and giving proper permissions?

    – Vivek Kumar
    Jan 9 at 22:45











  • yes. I have used php bin/magento deploy:mode:set developer and chmod 777. After that the page gets a infinite loop with javascript until the server is crashed.

    – zwitterion
    Jan 10 at 0:58













  • did you resolve the issue/

    – magefms
    Jan 10 at 4:44

















Have you tried deploying static content and giving proper permissions?

– Vivek Kumar
Jan 9 at 22:45





Have you tried deploying static content and giving proper permissions?

– Vivek Kumar
Jan 9 at 22:45













yes. I have used php bin/magento deploy:mode:set developer and chmod 777. After that the page gets a infinite loop with javascript until the server is crashed.

– zwitterion
Jan 10 at 0:58







yes. I have used php bin/magento deploy:mode:set developer and chmod 777. After that the page gets a infinite loop with javascript until the server is crashed.

– zwitterion
Jan 10 at 0:58















did you resolve the issue/

– magefms
Jan 10 at 4:44





did you resolve the issue/

– magefms
Jan 10 at 4:44










3 Answers
3






active

oldest

votes


















0














You need to run the following commands :



php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f
php bin/magento cache:flush


check if it resolves the issue






share|improve this answer































    0














    try remove folder:



    rm -rf generated/ 
    rm -rf pub/static/frontend/
    rm -rf var/cache/


    after that, run command:



    php bin/magento setup:upgrade
    php bin/magento setup:di-compile
    php bin/magento setup:static-content:deploy





    share|improve this answer








    New contributor




    the light is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.




























      0














      Please try to give permission as follow



      cd <your Magento install dir> 

      find . -type f -exec chmod 644 {} ; // 644 permission for files
      find . -type d -exec chmod 755 {} ; // 755 permission for directory
      find ./var -type d -exec chmod 777 {} ; // 777 permission for var folder
      find ./pub/media -type d -exec chmod 777 {} ;
      find ./pub/static -type d -exec chmod 777 {} ;

      chmod 777 ./app/etc
      chmod 644 ./app/etc/*.xml




      share























        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%2f257296%2ffailed-to-load-resource-the-server-responded-with-a-status-of-404-not-found%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














        You need to run the following commands :



        php bin/magento setup:upgrade
        php bin/magento setup:static-content:deploy -f
        php bin/magento cache:flush


        check if it resolves the issue






        share|improve this answer




























          0














          You need to run the following commands :



          php bin/magento setup:upgrade
          php bin/magento setup:static-content:deploy -f
          php bin/magento cache:flush


          check if it resolves the issue






          share|improve this answer


























            0












            0








            0







            You need to run the following commands :



            php bin/magento setup:upgrade
            php bin/magento setup:static-content:deploy -f
            php bin/magento cache:flush


            check if it resolves the issue






            share|improve this answer













            You need to run the following commands :



            php bin/magento setup:upgrade
            php bin/magento setup:static-content:deploy -f
            php bin/magento cache:flush


            check if it resolves the issue







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Jan 10 at 4:52









            magefmsmagefms

            41512




            41512

























                0














                try remove folder:



                rm -rf generated/ 
                rm -rf pub/static/frontend/
                rm -rf var/cache/


                after that, run command:



                php bin/magento setup:upgrade
                php bin/magento setup:di-compile
                php bin/magento setup:static-content:deploy





                share|improve this answer








                New contributor




                the light is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.

























                  0














                  try remove folder:



                  rm -rf generated/ 
                  rm -rf pub/static/frontend/
                  rm -rf var/cache/


                  after that, run command:



                  php bin/magento setup:upgrade
                  php bin/magento setup:di-compile
                  php bin/magento setup:static-content:deploy





                  share|improve this answer








                  New contributor




                  the light is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.























                    0












                    0








                    0







                    try remove folder:



                    rm -rf generated/ 
                    rm -rf pub/static/frontend/
                    rm -rf var/cache/


                    after that, run command:



                    php bin/magento setup:upgrade
                    php bin/magento setup:di-compile
                    php bin/magento setup:static-content:deploy





                    share|improve this answer








                    New contributor




                    the light is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                    Check out our Code of Conduct.










                    try remove folder:



                    rm -rf generated/ 
                    rm -rf pub/static/frontend/
                    rm -rf var/cache/


                    after that, run command:



                    php bin/magento setup:upgrade
                    php bin/magento setup:di-compile
                    php bin/magento setup:static-content:deploy






                    share|improve this answer








                    New contributor




                    the light is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                    Check out our Code of Conduct.









                    share|improve this answer



                    share|improve this answer






                    New contributor




                    the light is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                    Check out our Code of Conduct.









                    answered Jan 10 at 7:21









                    the lightthe light

                    1




                    1




                    New contributor




                    the light is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                    Check out our Code of Conduct.





                    New contributor





                    the light is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                    Check out our Code of Conduct.






                    the light is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                    Check out our Code of Conduct.























                        0














                        Please try to give permission as follow



                        cd <your Magento install dir> 

                        find . -type f -exec chmod 644 {} ; // 644 permission for files
                        find . -type d -exec chmod 755 {} ; // 755 permission for directory
                        find ./var -type d -exec chmod 777 {} ; // 777 permission for var folder
                        find ./pub/media -type d -exec chmod 777 {} ;
                        find ./pub/static -type d -exec chmod 777 {} ;

                        chmod 777 ./app/etc
                        chmod 644 ./app/etc/*.xml




                        share




























                          0














                          Please try to give permission as follow



                          cd <your Magento install dir> 

                          find . -type f -exec chmod 644 {} ; // 644 permission for files
                          find . -type d -exec chmod 755 {} ; // 755 permission for directory
                          find ./var -type d -exec chmod 777 {} ; // 777 permission for var folder
                          find ./pub/media -type d -exec chmod 777 {} ;
                          find ./pub/static -type d -exec chmod 777 {} ;

                          chmod 777 ./app/etc
                          chmod 644 ./app/etc/*.xml




                          share


























                            0












                            0








                            0







                            Please try to give permission as follow



                            cd <your Magento install dir> 

                            find . -type f -exec chmod 644 {} ; // 644 permission for files
                            find . -type d -exec chmod 755 {} ; // 755 permission for directory
                            find ./var -type d -exec chmod 777 {} ; // 777 permission for var folder
                            find ./pub/media -type d -exec chmod 777 {} ;
                            find ./pub/static -type d -exec chmod 777 {} ;

                            chmod 777 ./app/etc
                            chmod 644 ./app/etc/*.xml




                            share













                            Please try to give permission as follow



                            cd <your Magento install dir> 

                            find . -type f -exec chmod 644 {} ; // 644 permission for files
                            find . -type d -exec chmod 755 {} ; // 755 permission for directory
                            find ./var -type d -exec chmod 777 {} ; // 777 permission for var folder
                            find ./pub/media -type d -exec chmod 777 {} ;
                            find ./pub/static -type d -exec chmod 777 {} ;

                            chmod 777 ./app/etc
                            chmod 644 ./app/etc/*.xml





                            share











                            share


                            share










                            answered 5 mins ago









                            DivyarajsinhDivyarajsinh

                            33419




                            33419






























                                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%2f257296%2ffailed-to-load-resource-the-server-responded-with-a-status-of-404-not-found%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

                                Polycentropodidae

                                Magento 2 Error message: Invalid state change requested

                                Paulmy