Results 1 to 10 of 10

Thread: Lot of "File Does Not exist" messages on apache log

  1. #1
    jgab is offline Junior Member
    Join Date
    Jul 2010
    Posts
    1

    Default Lot of "File Does Not exist" messages on apache log

    I have done a new installation of Sugar Community Edition 6.0.2. It seems that everything is working, but there are a lot of "file does not exist" messages on the apache log file, like this:

    [Fri Sep 24 11:05:02 2010] [error] [client 192.168.2.121] File does not exist: /var/www/sugarcrm/include/javascript/yui/build/layout/blank, referer: http://192.168.2.5/sugarcrm/index.ph...s&action=index
    [Fri Sep 24 11:05:02 2010] [error] [client 192.168.2.121] File does not exist: /var/www/sugarcrm/include/javascript/yui/build/resize/blank, referer: http://192.168.2.5/sugarcrm/index.ph...s&action=index
    [Fri Sep 24 11:05:02 2010] [error] [client 192.168.2.121] File does not exist: /var/www/sugarcrm/include/javascript/yui/build/tabview/blank, referer: http://192.168.2.5/sugarcrm/index.ph...s&action=index
    [Fri Sep 24 11:05:02 2010] [error] [client 192.168.2.121] File does not exist: /var/www/sugarcrm/include/javascript/yui/build/datatable/blank, referer: http://192.168.2.5/sugarcrm/index.ph...s&action=index
    [Fri Sep 24 11:05:02 2010] [error] [client 192.168.2.121] File does not exist: /var/www/sugarcrm/include/javascript/yui/build/calendar/blank, referer: http://192.168.2.5/sugarcrm/index.ph...s&action=index
    [Fri Sep 24 11:05:02 2010] [error] [client 192.168.2.121] File does not exist: /var/www/sugarcrm/include/javascript/yui/build/paginator/blank, referer: http://192.168.2.5/sugarcrm/index.ph...s&action=index
    [Fri Sep 24 11:05:02 2010] [error] [client 192.168.2.121] File does not exist: /var/www/sugarcrm/include/javascript/yui/build/treeview/blank, referer: http://192.168.2.5/sugarcrm/index.ph...s&action=index
    [Fri Sep 24 11:05:02 2010] [error] [client 192.168.2.121] File does not exist: /var/www/sugarcrm/include/javascript/yui/build/menu/blank, referer: http://192.168.2.5/sugarcrm/index.ph...s&action=index
    [Fri Sep 24 11:05:02 2010] [error] [client 192.168.2.121] File does not exist: /var/www/sugarcrm/cache/themes/Sugar5/css/layout_sprite.png, referer: http://192.168.2.5/sugarcrm/cache/th...ss/yui.css?c=1

    My server settings: Apache/2.2.8 (Ubuntu) mod_python/3.3.1 Python/2.5.2 PHP/5.2.4-2ubuntu5.12 with Suhosin-Patch mod_ssl/2.2.8 OpenSSL/0.9.8g mod_perl/2.0.3 Perl/v5.8.8 Server at 192.168.2.5 Port 80

    I'll appreciate any comment about this logs. Thank you!

  2. #2
    Join Date
    Oct 2010
    Posts
    6

    Default Re: Lot of "File Does Not exist" messages on apache log

    I am having the same problem and they seem to be linked to a problem we are having with the pages not loading and having to be refreshed. Not 100% sure if these errors are linked but it does seem so

    I am running on CentOS 5.5 with the latest php and mysql

  3. #3
    Haran is offline Member
    Join Date
    Dec 2008
    Posts
    10

    Default Re: Lot of "File Does Not exist" messages on apache log

    Same errors here with version 6.0.2

  4. #4
    Join Date
    Oct 2010
    Posts
    6

    Default Re: Lot of "File Does Not exist" messages on apache log

    I have errors with pages not loading properly and am wondering if these errors are linked to it? anyone else have this same problem?

  5. #5
    sabrinahorst is offline Junior Member
    Join Date
    Sep 2009
    Posts
    4

    Default Re: Lot of "File Does Not exist" messages on apache log

    did you manage to solve this?

    I have the same with one of our clients.
    lots of
    File does not exist: /web/crm/include/javascript/yui/assets
    File does not exist: /web/crm/include/javascript/yui/build/layout/undefinedundefined
    File does not exist: /web/crm/include/javascript/yui/build/resize/undefinedundefined
    etc
    etc

    Most of them refer to include/javascript. but also some messages about cache like
    File does not exist: /web/crm/cache/themes/Sugar/css/layout_sprite.png

    Thx

  6. #6
    eitrix's Avatar
    eitrix is offline Sugar Community Member
    Join Date
    Aug 2010
    Location
    Serbia
    Posts
    396

    Default Re: Lot of "File Does Not exist" messages on apache log

    for cache error, clearing out cache folders helps a lot, cos it makes sugar rebuild stuff again
    CRM Software Engineer
    Eontek - www.eontek.rs

  7. #7
    supbra is offline Junior Member
    Join Date
    Jul 2010
    Posts
    1

    Default Re: Lot of "File Does Not exist" messages on apache log

    Just re-raising this issue. Identical errors popped up in our Apache error.log. SugarCRM version 6.1.6.

    Thanks,
    Mike

  8. #8
    mpoer@profilingsolutions.com's Avatar
    mpoer@profilingsolutions.com is offline Sugar Community Member
    Join Date
    May 2011
    Location
    Atlanta, GA
    Posts
    64

    Default Re: Lot of "File Does Not exist" messages on apache log

    Andopes has a suggestion involving file-system permissions, and setting the user/group for SugarCRM to create files with.

    Essentially, adjust the 'default_permissions' array in your $sugar_config, specified in config.php and/or config_override.php.

    PHP Code:
      'default_permissions' => 
      array (
        
    'dir_mode' => 1528,
        
    'file_mode' => 432,
        
    'user' => 'apache',
        
    'group' => 'apache',
      ), 
    Matthew Poer, Consultant/Developer with Profiling Solutions (Atlanta, GA and Mobile, AL).

    @matthewpoer
    @PSI_Atlanta

    Check out my SugarCRM modules:

  9. #9
    KvavleDavid is offline Sugar Community Member
    Join Date
    Oct 2011
    Posts
    10

    Exclamation Re: Lot of "File Does Not exist" messages on apache log

    I have this issue also. I have changed the user and group as suggested above with no affect. Although I would not expect changing the permission to solve a file missing issue.

    The files and the blank folder in the cases listed above are all missing, at least on my system, so that is why the 404 error is shown.

    Perhaps the question should be 1) are these folders and files dynamically created?
    If not, why were the files not provided in the installation?

  10. #10
    eraldh Guest

    Default Re: Lot of "File Does Not exist" messages on apache log

    I have the same problem with 6.4.3 and due to that cannot edit the email settings in the account.

    Is there any solution for this?

    thanks

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. How to ensure "apache is the user" using chown and which files?
    By webdev2 in forum Installation and Upgrade Help
    Replies: 5
    Last Post: 2012-01-30, 08:59 PM
  2. Replies: 1
    Last Post: 2007-11-18, 10:43 AM
  3. upgraded to 4.5.1e, received "Metadata for table tracker does not exist"
    By sfgeorge in forum Installation and Upgrade Help
    Replies: 0
    Last Post: 2007-09-03, 02:24 PM
  4. Replies: 3
    Last Post: 2006-10-10, 02:32 PM
  5. "Metadata for table users does not exist"
    By hbenlulu in forum Help
    Replies: 0
    Last Post: 2006-02-22, 11:27 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •