Internal Server Error (500) for request GET /favicon.ico
1,562 views
Skip to first unread message
Juras
unread,
Nov 23, 2009, 8:05:38 AM11/23/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to play-framework
In my application I never call for favicon.ico file.
I also have crud and security modules available, but they don't seem
to call for favicon.ico file either.
But when i start my app i get the following error for first request:
Internal Server Error (500) for request GET /favicon.ico
Template not found
The template errors/404.null does not exist.
play.exceptions.TemplateNotFoundException: Template not found : errors/
404.null
at play.templates.TemplateLoader.load(TemplateLoader.java:69)
at play.mvc.results.NotFound.apply(NotFound.java:51)
at play.mvc.ActionInvoker.invoke(ActionInvoker.java:218)
at Invocation.HTTP Request(Play!)
Where does this error come from and how to fix it?
Guillaume Bort
unread,
Nov 23, 2009, 8:07:59 AM11/23/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to play-fr...@googlegroups.com
Well I think that it is your browser that requests this file. Can you
report this bug ? Thank you.