Debugging mapping - is there an efficient way to do this?

I have the following warnings:

2017-04-19 17:40:42.816 [WARN ] [.core.transform.TransformationHelper] - Cannot get service reference for transformation service of type Map
2017-04-19 17:40:42.818 [WARN ] [.core.transform.TransformationHelper] - couldn’t transform value because transformationService of type ‘Map’ is unavailable

All the map files appear to work with many items. Is there a good way if finding out what the cause is of this? I could remove an item one at a time but I;m not convinced it’s connected to a particular item.

Basically, how does one turn on extra debugging for this?
Thanks!

Installing “Map transformations” via PaperUI, Addons, Transformations should solve your issues.
If it is installed, I would guess you need to use uppercase “MAP” instead of “Map” in your items definitions.
Cheers,
-OLI

1 Like

It was the latter - some of my item definitions had ‘MAP’ in lower-case and I thought I had checked them all. All working now.
Thank you so much!