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

WAM log error for files with unique path #79

Open
christian-rli opened this issue Jul 29, 2019 · 1 comment
Open

WAM log error for files with unique path #79

christian-rli opened this issue Jul 29, 2019 · 1 comment
Assignees

Comments

@christian-rli
Copy link
Contributor

christian-rli commented Jul 29, 2019

I had a look into the wam-logs for a different issue and saw that there are warnings for files in FredApp that are supposedly there twice. I'm rather sure that I only put them into one location. Maybe the error message is misleading? @nesnoj @henhuy perhaps you know more about this. If not, it's just fyi :)

Found another file with the destination path 'WAM_APP_FRED/foundation/js/app.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'WAM_APP_FRED/geodata/germany.geojson'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'WAM_APP_FRED/geodata/germany_nuts_1.geojson'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'WAM_APP_FRED/geodata/germany_nuts_3.geojson'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'WAM_APP_FRED/clusters/css/MarkerCluster.css'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'WAM_APP_FRED/clusters/js/leaflet.markercluster-src.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
@nesnoj
Copy link
Member

nesnoj commented Jul 30, 2019

Yes, I encountered this error but haven't solved it. So I'd be quite happy if someone came up with a solution :)
As @henhuy implemented the static file loading he might knows how to fix it?

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

No branches or pull requests

3 participants