Content Node not categorized as Content

Hi guys,

On hippo version 12.6.1-1 after creating the environment specific configuration nodes for each project we are getting the bellow error on the logs:

> [INFO] [talledLocalContainer] 16.09.2019 13:53:52 ERROR localhost-startStop-1 [ConfigurationContentService.apply:166] Content node '/hst:hst/hst:sites/DCP-prod' in 'EAP/EAP/EAP-bootstrap-configuration [content: hst/sites/DCP-prod.yaml]' is not categorized as content, skipping action 'APPEND'.
> [INFO] [talledLocalContainer] 16.09.2019 13:53:52 ERROR localhost-startStop-1 [ConfigurationContentService.apply:166] Content node '/hst:hst/hst:sites/DCP-test' in 'EAP/EAP/EAP-bootstrap-configuration [content: hst/sites/DCP-test.yaml]' is not categorized as content, skipping action 'APPEND'.
> [INFO] [talledLocalContainer] 16.09.2019 13:53:52 ERROR localhost-startStop-1 [ConfigurationContentService.apply:166] Content node '/hst:hst/hst:sites/EAP-prod' in 'EAP/EAP/EAP-bootstrap-configuration [content: hst/sites/EAP-prod.yaml]' is not categorized as content, skipping action 'APPEND'.
> [INFO] [talledLocalContainer] 16.09.2019 13:53:52 ERROR localhost-startStop-1 [ConfigurationContentService.apply:166] Content node '/hst:hst/hst:sites/EAP-test' in 'EAP/EAP/EAP-bootstrap-configuration [content: hst/sites/EAP-test.yaml]' is not categorized as content, skipping action 'APPEND'.

The configuration works as expected but I would like to know if there is any way (or if there is any reason not bother doing it) to remove the error from the logs.

Thank you in advance for your time!
Razvan Adam

I found the solution to this issue. The problem was we were defining the mount nodes in 2 places, in the sites.yaml file and also under the folder hcm-content on a folder called sites with a file for each of the mount point.
By removing the duplicates on the hcm-content folder the errors were not being displayed on the log any more.