Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Application tries to load missing resources #3497

Open
matthias-ronge opened this issue Apr 22, 2020 · 1 comment
Open

Application tries to load missing resources #3497

matthias-ronge opened this issue Apr 22, 2020 · 1 comment

Comments

@matthias-ronge
Copy link
Collaborator

The following error messages in the log file can be observed:

Apr 22, 2020 9:29:29 AM org.apache.myfaces.application.ResourceHandlerImpl handleResourceRequest
INFORMATION: Connection was aborted while loading resource css/pattern-library.css with library null
Apr 22, 2020 9:29:29 AM org.apache.myfaces.application.ResourceHandlerImpl handleResourceRequest
INFORMATION: Connection was aborted while loading resource fa/fontawesome-webfont.woff2 with library primefaces

Either something is missing here or resources are requested unnecessarily that are intentionally not included.

Goal: Either add the missing resources or stop the unnecessary queries.

@matthias-ronge
Copy link
Collaborator Author

I added the question badge because it first has to be clarified which of the two applies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants