How to get rid of duplicate fields

Somehow I have created duplicate field in my OH2 config.

This is shown in the logs every time I save any .items file:

13:56:49.739 [WARN ] [.rule.jvmmodel.RulesJvmModelInferrer] - Duplicate field: 'System_CPU_Load1'. Ignoring 'org.eclipse.smarthome.core.library.items.NumberItem'.
13:56:49.741 [WARN ] [.rule.jvmmodel.RulesJvmModelInferrer] - Duplicate field: 'Weather_LastUpdate'. Ignoring 'org.eclipse.smarthome.core.library.items.DateTimeItem'.
13:56:49.743 [WARN ] [.rule.jvmmodel.RulesJvmModelInferrer] - Duplicate field: 'System_CPU_Load1'. Ignoring 'org.eclipse.smarthome.core.library.items.NumberItem'.
1

I’m there is only one item definition in an .items file

I guess something got mixed up in the database?

A restart of OH does not resolve this.

1 Like

Not sure what I did but the errors have gone.