Error occurred while opening file in logs

I’m not sure what I screwed up but I think it stemmed from installing an unofficial binding that I have since removed. I had a backup from a few months back and restored my SD card to that but OH2.2 is still unusable. Any page I bring up in paperui, habpanel, or habmin generates these. Can anyone point me in the right direction?

2017-11-29 10:18:15.571 [WARN ] [.core.transform.TransformationHelper] - Transformation ‘org.eclipse.smarthome.transform.map.internal.MapTransformationService@123ead8’ with value ‘CLOSED’ failed: An error occurred while opening file.
2017-11-29 10:18:15.610 [WARN ] [.core.transform.TransformationHelper] - Transformation ‘org.eclipse.smarthome.transform.map.internal.MapTransformationService@123ead8’ with value ‘CLOSED’ failed: An error occurred while opening file.
2017-11-29 10:18:15.648 [WARN ] [.core.transform.TransformationHelper] - Transformation ‘org.eclipse.smarthome.transform.map.internal.MapTransformationService@123ead8’ with value ‘CLOSED’ failed: An error occurred while opening file.
2017-11-29 10:18:15.738 [WARN ] [.core.transform.TransformationHelper] - Transformation ‘org.eclipse.smarthome.transform.map.internal.MapTransformationService@123ead8’ with value ‘OFF’ failed: An error occurred while opening file.
2017-11-29 10:18:15.778 [WARN ] [.core.transform.TransformationHelper] - Transformation ‘org.eclipse.smarthome.transform.map.internal.MapTransformationService@123ead8’ with value ‘NULL’ failed: An error occurred while opening file.
2017-11-29 10:18:53.558 [WARN ] [.core.transform.TransformationHelper] - Transformation ‘org.eclipse.smarthome.transform.map.internal.MapTransformationService@123ead8’ with value ‘CLOSED’ failed: An error occurred while opening file.
2017-11-29 10:18:53.600 [WARN ] [.core.transform.TransformationHelper] - Transformation ‘org.eclipse.smarthome.transform.map.internal.MapTransformationService@123ead8’ with value ‘CLOSED’ failed: An error occurred while opening file.
2017-11-29 10:18:53.639 [WARN ] [.core.transform.TransformationHelper] - Transformation ‘org.eclipse.smarthome.transform.map.internal.MapTransformationService@123ead8’ with value ‘CLOSED’ failed: An error occurred while opening file.
2017-11-29 10:18:53.678 [WARN ] [.core.transform.TransformationHelper] - Transformation ‘org.eclipse.smarthome.transform.map.internal.MapTransformationService@123ead8’ with value ‘CLOSED’ failed: An error occurred while opening file.
2017-11-29 10:18:53.764 [WARN ] [.core.transform.TransformationHelper] - Transformation ‘org.eclipse.smarthome.transform.map.internal.MapTransformationService@123ead8’ with value ‘OFF’ failed: An error occurred while opening file.
2017-11-29 10:18:53.805 [WARN ] [.core.transform.TransformationHelper] - Transformation ‘org.eclipse.smarthome.transform.map.internal.MapTransformationService@123ead8’ with value ‘NULL’ failed: An error occurred while opening file.
2017-11-29 10:19:07.514 [WARN ] [.core.transform.TransformationHelper] - Transformation ‘org.eclipse.smarthome.transform.map.internal.MapTransformationService@123ead8’ with value ‘CLOSED’ failed: An error occurred while opening file.
2017-11-29 10:19:07.556 [WARN ] [.core.transform.TransformationHelper] - Transformation ‘org.eclipse.smarthome.transform.map.internal.MapTransformationService@123ead8’ with value ‘CLOSED’ failed: An error occurred while opening file.
2017-11-29 10:19:07.629 [WARN ] [.core.transform.TransformationHelper] - Transformation ‘org.eclipse.smarthome.transform.map.internal.MapTransformationService@123ead8’ with value ‘CLOSED’ failed: An error occurred while opening file.
2017-11-29 10:19:07.678 [WARN ] [.core.transform.TransformationHelper] - Transformation ‘org.eclipse.smarthome.transform.map.internal.MapTransformationService@123ead8’ with value ‘CLOSED’ failed: An error occurred while opening file.
2017-11-29 10:19:07.751 [WARN ] [.core.transform.TransformationHelper] - Transformation ‘org.eclipse.smarthome.transform.map.internal.MapTransformationService@123ead8’ with value ‘OFF’ failed: An error occurred while opening file.
2017-11-29 10:19:07.790 [WARN ] [.core.transform.TransformationHelper] - Transformation ‘org.eclipse.smarthome.transform.map.internal.MapTransformationService@123ead8’ with value ‘NULL’ failed: An error occurred while opening file.
2017-11-29 10:19:18.844 [WARN ] [.core.transform.TransformationHelper] - Transformation ‘org.eclipse.smarthome.transform.map.internal.MapTransformationService@123ead8’ with value ‘OFF’ failed: An error occurred while opening file.

I get one which is quit close in my log:

2017-11-29 16:33:17.346 [WARN ] [.core.transform.TransformationHelper] - Transformation 'org.eclipse.smarthome.transform.map.internal.MapTransformationService@1189dcf' with value 'NULL' failed: An error occurred while opening file.
2017-11-29 16:33:17.353 [WARN ] [.core.transform.TransformationHelper] - Transformation 'org.eclipse.smarthome.transform.map.internal.MapTransformationService@1189dcf' with value 'NULL' failed: An error occurred while opening file.

@Michael_Grossman, Your problem is either the map file you have some of your Items or sitemap configured to use doesn’t exist in the transform folder, the map file’s permissions are such that the openhab user does not have permission to read it, or the map file is corrupted.

@Moellegaard, your problem is you don’t have an entry in your MAP file for NULL/-.

For example, add the following to your .map file(s)

NULL=unknown
-=unknown
2 Likes