Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8335851
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T03:48:02+00:00 2026-06-09T03:48:02+00:00

I have this error: GET http://localhost/ejemplo/build/production/src/log/Logger.js?_dc=1343409099716 404 (Not Found) Logger.js:1 Uncaught Error: [Ext.Loader] Failed

  • 0

I have this error:

GET http://localhost/ejemplo/build/production/src/log/Logger.js?_dc=1343409099716 404 (Not Found) Logger.js:1
Uncaught Error: [Ext.Loader] Failed loading 'src/log/Logger.js', please verify that the file exists

I read a couple of threads and the solution for this problem is edit the app.json. However I already config my “buildOptions” into app.json

I have this:

    /**
     * Build options
     */
    "buildOptions": {
        "product": "touch",
        "minVersion": 3,
        "debug": false,
//        "logger": "no"
        "logger": false
    }

But I still have the same error when I try to access from my browser to http://localhost/myProject/build/production/ , although I created a quick and simply app for see if I can build another app and I don’t have these error,

I have this error only in my real project (the important thing), from my browser the console show me this:

Document was loaded from Application Cache with manifest http://localhost/ejemplo/build/production/cache.manifest
Application Cache Checking event
Application Cache NoUpdate event
GET http://localhost/ejemplo/build/production/src/log/Logger.js?_dc=1343409099716 404 (Not Found) Logger.js:1
Uncaught Error: [Ext.Loader] Failed loading 'src/log/Logger.js', please verify that the file exists

And recently show me this:

Document was loaded from Application Cache with manifest http://localhost/myMoney/build/production/cache.manifest
Application Cache Checking event
Application Cache Downloading event
Application Cache Progress event (0 of 2) http://localhost/myMoney/build/production/index.html
Application Cache Progress event (1 of 2) http://localhost/myMoney/build/production/
Application Cache Progress event (2 of 2) 
Application Cache UpdateReady event
Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost/myMoney/build/production/src/log/Logger.js?_dc=1343959487711
Uncaught Error: [Ext.Loader] Failed loading 'src/log/Logger.js', please verify that the file exists /myMoney/build/production/:1

IMPORTANT:
I try to load http://localhost/myProject/build/production/ in my web browser and the error appear, (if I load http://localhost/myProject/ the app successfully load). Either i can’t access from my IPhone in a local red, in my IPhone just see the load animation and anymore.

Thanks in advanced.

For illustration the problem see this pics:

when I build:

http://www.mediafire.com/?8owcezy2wkh3oh8

when i try to access to http://localhost/myProject/build/production/:

http://www.mediafire.com/view/?i441n3o9n4bi10e

PD: My app have one link to PHP, I have to do something for these process?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T03:48:05+00:00Added an answer on June 9, 2026 at 3:48 am

    Whenever the logger error comes it is usually because of a well known bug in the app.json file. I think this is fixed in more recent builds (2.0.1.1+) but i’m not positive.

    when you first create the project the app.json file includes buildOptions like this

    "buildOptions": {
            "product": "touch",
            "minVersion": 3,
            "debug": false,
            "logger": "no"
        },
    

    The logger line needs to be changed..

    "buildOptions": {
            "product": "touch",
            "minVersion": 3,
            "debug": false,
            "logger": "false"
        },
    

    it is important that false is in quotes and this is a string and not a boolean data type.

    "logger": "false"
    

    double check your app.json file.

    If you don’t have the most recent version of touch you should upgrade. check your version by typing the following command in your DEBUG console in the browser (firebug or something)

    Ext.version.version
    

    The most recent stable build is 2.0.1.1.Upgrade to this by downloading the release and navigating to the new releases folder it in your terminal and typing the following command

    sencha app upgrade -p c:\wamp\www\myMoney
    

    this should create a new sdk folder in your app directory as well as rename your old one to sdk archive

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a problem with simple form for, I get this error url(http://localhost:3000/konkurrencer/new): Showing
I get this error by downloading an image by HTTP. I have looked at
I have this code and I couldn't run it because i get this error:
I Have this error message : Possible unitended reference comparison; to get a value
I have this query and I get error Operand should contain 1 column(s), whats
I get this error message pageContext cannot be resolved but I have no variable
I have a page called ..hi i get this error when visiting the page.
I get this error when I run the code below. I have normally used
I get this error when trying to link a win32 exe project. I have
I get this error, while I'm testing the code below: You have an error

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.