I use PrimeFaces and BootsFaces.
How do I fix this error?
Feb 25, 2016 12:46:56 AM com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource WARNING: JSF1064: Unable to find or serve resource, css/default/icons.css, from library, bsf
I use PrimeFaces and BootsFaces.
How do I fix this error?
Feb 25, 2016 12:46:56 AM com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource WARNING: JSF1064: Unable to find or serve resource, css/default/icons.css, from library, bsf
On
This is now a known bug in BootsFaces 0.8.1 and was fixed in the current 0.8.2 Snapshot, if you want to get rid of it.
Edit:
I just saw that the error message in the title differs from the one mentioned in the question.
For the warning in your title there is a current issue as well. Generally this warning is harmless, but it's still annoying if it swamps your logs.
It should be partially fixed, but I could still observe it in the current snapshot. That said, we are working on it.
I'm also getting the warning. For some reason it's trying to find the css file under default directory. The final generated html file has good link:
When I copy file from
mavenResources/META-INF/resources/bsf/css/icons.csstomavenResources/META-INF/resources/bsf/css/default/icons.cssin the source of BootsFaces the warning goes away, but it is not the correct fix, I'm pretty sure.That is, I think there is some problem in configuration of BootsFaces.