MAP service not found

Hi everyone,

I tried to use a simple MAP for a window contact sensor.

Contact MyContact "[MAP(de.map):%s]" {channel="..."}

With this in my items file I get log errors like:

2016-08-23 21:48:05.035 [WARN ] [.core.transform.TransformationHelper] - couldn't transform value  because transformationService of type 'MAP' is unavailable
2016-08-23 21:48:05.040 [WARN ] [.core.transform.TransformationHelper] - Cannot get service reference for transformation service of type MAP

So I tried to install the map transformation in PaperUI, but from their I get this error:

2016-08-23 21:49:38.586 [ERROR] [st.core.extensions.ExtensionResource] - Exception while installing extension: 
org.osgi.service.resolver.ResolutionException: Unable to resolve root: missing requirement [root] osgi.identity; 
osgi.identity=openhab-runtime-compat1x; type=karaf.feature; version=0 [caused by: Unable to resolve openhab-
runtime-compat1x/2.0.0.SNAPSHOT: missing requirement [openhab-runtime-compat1x/2.0.0.SNAPSHOT] 
osgi.identity; osgi.identity=org.openhab.core.compat1x; type=osgi.bundle; version="
[2.0.0.201608201909,2.0.0.201608201909]"; resolution:=mandatory [caused by: Unable to resolve 
org.openhab.core.compat1x/2.0.0.201608201909: missing requirement 
[org.openhab.core.compat1x/2.0.0.201608201909] osgi.wiring.package; filter:="
(osgi.wiring.package=org.eclipse.smarthome.core.audio)"]]

But org.openhab.core.compat1x is already installed:

openhab> feature:install openhab-runtime-compat1x
The specified feature: 'openhab-runtime-compat1x' version '2.0.0.SNAPSHOT' is already installed
Error executing command: Unable to resolve root: missing requirement [root] osgi.identity; osgi.identity=openhab-runtime-compat1x; type=karaf.feature; version="[2.0.0.SNAPSHOT,2.0.0.SNAPSHOT]"; filter:="(&(osgi.identity=openhab-runtime-compat1x)(type=karaf.feature)(version>=2.0.0.SNAPSHOT)(version<=2.0.0.SNAPSHOT))" [caused by: Unable to resolve openhab-runtime-compat1x/2.0.0.SNAPSHOT: missing requirement [openhab-runtime-compat1x/2.0.0.SNAPSHOT] osgi.identity; osgi.identity=org.openhab.core.compat1x; type=osgi.bundle; version="[2.0.0.201608201909,2.0.0.201608201909]"; resolution:=mandatory [caused by: Unable to resolve org.openhab.core.compat1x/2.0.0.201608201909: missing requirement [org.openhab.core.compat1x/2.0.0.201608201909] osgi.wiring.package; filter:="(osgi.wiring.package=org.eclipse.smarthome.core.audio)"]]

I use the latest snapshot installed via apt-get on a raspberry pi 2.

Whats wrong with my setup? :slight_smile:

Thank your very much!

Can be closed. Updated to the most latest SNAPSHOT and the MAP transformation service was already installed and works as expected :slight_smile: