-
Type:
Bug
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: showcase-2.0.0, showcase-3.0.0
-
Fix Version/s: showcase-3.1.0
-
Component/s: JSF Showcase
-
Labels:None
Steps to reproduce:
- Deploy the jsf-showcase to Pluto Portal 2.0
- Navigate to the JSF showcase.
If the bug still exists, the following errors will appear in the server logs:
Aug 05, 2016 3:07:12 PM com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource WARNING: JSF1064: Unable to find or serve resource, fonts/glyphicons-halflings-regular.eot, from library, bootstrap. 15:07:12,641 ERROR [MissingResourceImpl:92] Resource handler=[com.sun.faces.application.resource.ResourceHandlerImpl@1322915a] was unable to create a resource for resourceName=[fonts/glyphicons-halflings-regular.eot] libraryName=[bootstrap] contentType=[null] Aug 05, 2016 3:07:12 PM com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource WARNING: JSF1064: Unable to find or serve resource, fonts/glyphicons-halflings-regular.eot, from library, bootstrap. 15:07:12,643 ERROR [MissingResourceImpl:92] Resource handler=[com.sun.faces.application.resource.ResourceHandlerImpl@1322915a] was unable to create a resource for resourceName=[fonts/glyphicons-halflings-regular.eot] libraryName=[bootstrap] contentType=[null] Aug 05, 2016 3:07:12 PM com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource WARNING: JSF1064: Unable to find or serve resource, fonts/glyphicons-halflings-regular.woff2, from library, bootstrap. 15:07:12,647 ERROR [MissingResourceImpl:92] Resource handler=[com.sun.faces.application.resource.ResourceHandlerImpl@1322915a] was unable to create a resource for resourceName=[fonts/glyphicons-halflings-regular.woff2] libraryName=[bootstrap] contentType=[null] Aug 05, 2016 3:07:12 PM com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource WARNING: JSF1064: Unable to find or serve resource, fonts/glyphicons-halflings-regular.woff, from library, bootstrap. 15:07:12,649 ERROR [MissingResourceImpl:92] Resource handler=[com.sun.faces.application.resource.ResourceHandlerImpl@1322915a] was unable to create a resource for resourceName=[fonts/glyphicons-halflings-regular.woff] libraryName=[bootstrap] contentType=[null] Aug 05, 2016 3:07:12 PM com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource WARNING: JSF1064: Unable to find or serve resource, fonts/glyphicons-halflings-regular.ttf, from library, bootstrap. 15:07:12,651 ERROR [MissingResourceImpl:92] Resource handler=[com.sun.faces.application.resource.ResourceHandlerImpl@1322915a] was unable to create a resource for resourceName=[fonts/glyphicons-halflings-regular.ttf] libraryName=[bootstrap] contentType=[null] Aug 05, 2016 3:07:12 PM com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource WARNING: JSF1064: Unable to find or serve resource, fonts/glyphicons-halflings-regular.svg, from library, bootstrap. 15:07:12,654 ERROR [MissingResourceImpl:92] Resource handler=[com.sun.faces.application.resource.ResourceHandlerImpl@1322915a] was unable to create a resource for resourceName=[fonts/glyphicons-halflings-regular.svg] libraryName=[bootstrap] contentType=[null] Aug 05, 2016 3:07:13 PM com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource WARNING: JSF1064: Unable to find or serve resource, fonts/glyphicons-halflings-regular.eot, from library, bootstrap. 15:07:13,405 ERROR [MissingResourceImpl:92] Resource handler=[com.sun.faces.application.resource.ResourceHandlerImpl@1322915a] was unable to create a resource for resourceName=[fonts/glyphicons-halflings-regular.eot] libraryName=[bootstrap] contentType=[null] Aug 05, 2016 3:07:13 PM com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource WARNING: JSF1064: Unable to find or serve resource, fonts/glyphicons-halflings-regular.eot, from library, bootstrap. 15:07:13,407 ERROR [MissingResourceImpl:92] Resource handler=[com.sun.faces.application.resource.ResourceHandlerImpl@1322915a] was unable to create a resource for resourceName=[fonts/glyphicons-halflings-regular.eot] libraryName=[bootstrap] contentType=[null] Aug 05, 2016 3:07:13 PM com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource WARNING: JSF1064: Unable to find or serve resource, fonts/glyphicons-halflings-regular.woff2, from library, bootstrap. 15:07:13,409 ERROR [MissingResourceImpl:92] Resource handler=[com.sun.faces.application.resource.ResourceHandlerImpl@1322915a] was unable to create a resource for resourceName=[fonts/glyphicons-halflings-regular.woff2] libraryName=[bootstrap] contentType=[null] Aug 05, 2016 3:07:13 PM com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource WARNING: JSF1064: Unable to find or serve resource, fonts/glyphicons-halflings-regular.woff, from library, bootstrap. 15:07:13,411 ERROR [MissingResourceImpl:92] Resource handler=[com.sun.faces.application.resource.ResourceHandlerImpl@1322915a] was unable to create a resource for resourceName=[fonts/glyphicons-halflings-regular.woff] libraryName=[bootstrap] contentType=[null] Aug 05, 2016 3:07:13 PM com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource WARNING: JSF1064: Unable to find or serve resource, fonts/glyphicons-halflings-regular.ttf, from library, bootstrap. 15:07:13,413 ERROR [MissingResourceImpl:92] Resource handler=[com.sun.faces.application.resource.ResourceHandlerImpl@1322915a] was unable to create a resource for resourceName=[fonts/glyphicons-halflings-regular.ttf] libraryName=[bootstrap] contentType=[null] Aug 05, 2016 3:07:13 PM com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource WARNING: JSF1064: Unable to find or serve resource, fonts/glyphicons-halflings-regular.svg, from library, bootstrap. 15:07:13,414 ERROR [MissingResourceImpl:92] Resource handler=[com.sun.faces.application.resource.ResourceHandlerImpl@1322915a] was unable to create a resource for resourceName=[fonts/glyphicons-halflings-regular.svg] libraryName=[bootstrap] contentType=[null]
If the bug is fixed, the errors will not appear.
This bug may be related to FACES-2789