HI, i am dealing thi a similar problem, in my case my log describes the 
following:


   1. 
   
   186.70.26.234 - - [16/Apr/2014:21:41:55 -0700] "POST /storeavalue HTTP/1.1" 
404 0 - - "solar-botany-552.appspot.com" ms=17 cpu_ms=0 
app_engine_release=1.9.3 
   
   2. W2014-04-16 23:41:55.460
   
   No handlers matched this URL.
   
   
And my app.yml decribes the following
application: solar-botany-552
version: 1
runtime: python27
api_version: 1
threadsafe: true
handlers:
- url: /images
  static_dir: images
- url: /
  script: main.app
  login: admin
- url: /getvalue
  script: main.app
  login: optional
- url: /setvalue
  script: main.app
  login: optional
- url: /sendemail
  script: main.app
  login: optional

Any sugestion on where the proble could be...?


El martes, 15 de septiembre de 2009 08:58:02 UTC-5, Nick Johnson (Google) 
escribió:
>
> Hi Shirish,
>
> As Wooble says, the error means that the URL in question (/favicon.ico, 
> not /) is not mapped in your app. It may not have shown up on your local 
> server if your browser doesn't request favicon.ico, but other browsers do. 
> Unless you want to serve up a favicon.ico to users, you don't need to worry 
> about it.
>
> -Nick Johnson
>
>
> On Tue, Sep 15, 2009 at 2:47 PM, Shirish <shiris...@gmail.com<javascript:>
> > wrote:
>
>>
>> That is correct literal interpretation.
>>
>> However, this warning generated by App Engine JAVA version so cryptic,
>> and not enough trace. On my regular dev machine, this error never
>> occurred. It took me to install in different dev machine to trace the
>> error.
>>
>> This error means that somewhere is a null pointer or data not
>> available. The URL is correct but the trace did not have enough
>> information.
>>
>>
>> On Sep 14, 2:03 pm, Wooble <geoffsp...@gmail.com> wrote:
>> > None of the URL mappings you set up in app.yaml (or web.xml; you don't
>> > say what runtime you're using) are matching the URL '/'
>> >
>> > On Sep 14, 10:46 am, Shirish <shirishran...@gmail.com> wrote:
>> >
>> >
>> >
>> > > 09-12 11:01PM 21.595 /favicon.ico 404 5ms 0cpu_ms 0kb Mozilla/5.0
>> > > (Macintosh; U; Intel Mac OS X 10_5_8; en-us) AppleWebKit/531.9 (KHTML,
>> > > like Gecko) Version/4.0.3 Safari/531.9,gzip(gfe)
>> > > 24.34.250.89 - - [12/Sep/2009:23:01:21 -0700] "GET /favicon.ico HTTP/
>> > > 1.1" 404 0 "http://1-21.latest.awetechnology.appspot.com/"; "Mozilla/
>> > > 5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-us) AppleWebKit/531.9
>> > > (KHTML, like Gecko) Version/4.0.3 Safari/531.9,gzip(gfe)"
>> > > "1-21.latest.awetechnology.appspot.com"
>> > > W 09-12 11:01PM 21.595
>> > > No handlers matched this URL.
>>
>>
>
>
> -- 
> Nick Johnson, Developer Programs Engineer, App Engine
> Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number: 
> 368047
>  

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to