OroPlatform Forums

Covering OroPlatform topics, including community updates and company announcements.

This topic contains 7 replies, has 2 voices, and was last updated by  Mike Kudelya 7 years, 6 months ago.

Starting from March 1, 2020 the forum has been switched to the read-only mode. Please head to StackOverflow for support.

  • Creator
    Topic
  • #35377

    pauloasterio
    Participant

    All,

    in prod env. I see a lot of errors e.g. bellow, can anybody help ?

    [2016-09-09 11:04:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: “No route found for “GET /img/loader.gif” (from “http://localhost:10000/css/style.css”)” at /var/www/orocrm/app/cache/prod/classes.php line 2882 {“exception”:”[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException: No route found for \”GET /img/loader.gif\” (from \”http://localhost:10000/css/style.css\”) at /var/www/orocrm/app/cache/prod/classes.php:2882, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException: at /var/www/orocrm/app/cache/prod/appProdUrlMatcher.php:8662)”} []
    [2016-09-09 11:04:30] security.DEBUG: Invoked controller “FOS\RestBundle\Controller\ExceptionController::showAction”. (SUB_REQUEST) [] []
    [2016-09-09 11:04:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: “No route found for “GET /font/fontawesome-webfont.ttf” (from “http://localhost:10000/css/style.css”)” at /var/www/orocrm/app/cache/prod/classes.php line 2882 {“exception”:”[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException: No route found for \”GET /font/fontawesome-webfont.ttf\” (from \”http://localhost:10000/css/style.css\”) at /var/www/orocrm/app/cache/prod/classes.php:2882, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException: at /var/www/orocrm/app/cache/prod/appProdUrlMatcher.php:8662)”} []
    [2016-09-09 11:04:30] security.DEBUG: Invoked controller “FOS\RestBundle\Controller\ExceptionController::showAction”. (SUB_REQUEST) [] []
    [2016-09-09 11:04:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: “No route found for “GET /img/glyphicons-halflings.png” (from “http://localhost:10000/css/style.css”)” at /var/www/orocrm/app/cache/prod/classes.php line 2882 {“exception”:”[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException: No route found for \”GET /img/glyphicons-halflings.png\” (from \”http://localhost:10000/css/style.css\”) at /var/www/orocrm/app/cache/prod/classes.php:2882, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException: at /var/www/orocrm/app/cache/prod/appProdUrlMatcher.php:8662)”} []
    [2016-09-09 11:04:48] security.DEBUG: Invoked controller “FOS\RestBundle\Controller\ExceptionController::showAction”. (SUB_REQUEST) [] []
    [2016-09-09 11:04:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: “No route found for “GET /images/ui-bg_flat_0_aaaaaa_40x100.png” (from “http://localhost:10000/css/style.css”)” at /var/www/orocrm/app/cache/prod/classes.php line 2882 {“exception”:”[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException: No route found for \”GET /images/ui-bg_flat_0_aaaaaa_40x100.png\” (from \”http://localhost:10000/css/style.css\”) at /var/www/orocrm/app/cache/prod/classes.php:2882, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException: at /var/www/orocrm/app/cache/prod/appProdUrlMatcher.php:8662)”} []
    [2016-09-09 11:04:48] security.DEBUG: Invoked controller “FOS\RestBundle\Controller\ExceptionController::showAction”. (SUB_REQUEST) [] []
    [2016-09-09 11:05:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: “No route found for “GET /img/error-ico.png” (from “http://localhost:10000/css/style.css”)” at /var/www/orocrm/app/cache/prod/classes.php line 2882 {“exception”:”[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException: No route found for \”GET /img/error-ico.png\” (from \”http://localhost:10000/css/style.css\”) at /var/www/orocrm/app/cache/prod/classes.php:2882, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException: at /var/www/orocrm/app/cache/prod/appProdUrlMatcher.php:8662)”} []
    [2016-09-09 11:05:04] security.DEBUG: Invoked controller “FOS\RestBundle\Controller\ExceptionController::showAction”. (SUB_REQUEST) [] []

Viewing 7 replies - 1 through 7 (of 7 total)
  • Author
    Replies
  • #35378

    pauloasterio
    Participant

    anyone?

    #35379

    Mike Kudelya
    Participant

    Hi,

    Sorry for delay.

    What version of oro are you using ? (composer show –installed | grep oro)
    Do you have any customizations ?

    Usually this error appears when you use:

    instead:

    in assets.yml

    #35380

    pauloasterio
    Participant

    Here is the version, I do have customizations, however, did not find anything similar on acl.yml

    #35381

    pauloasterio
    Participant

    any idea?

    #35382

    Mike Kudelya
    Participant

    Hi,

    acl.yml ? I didn’t say anything about this file. The main question was: do you have assets.yml files which contain any assets starting with “- ‘@OroYourBundle” instead “- ‘bundles/orobundle”? The error maybe occurred because of this. If you install brand new oro 1.8.2, will the error appear ? What about 1.9.* or 1.10.* version ?

    Use this commands to rebuild your assets:

    #35383

    pauloasterio
    Participant

    Hi Mike, forget acl.yml, it was a copy and paste mistake.

    Anyway I run all of that with no luck!

    #35384

    Mike Kudelya
    Participant

    Hi!

    Can you give me access to your site ? (www and ssh) mkudelia@oroinc.com
    Through the forum I can not say why this is happening.

Viewing 7 replies - 1 through 7 (of 7 total)

The forum ‘OroPlatform – Installation/Technical Issues or Problems’ is closed to new topics and replies.

Back to top