Closed amarpulli1994 closed 7 years ago
I believe it is issue in Windows maven installer. In Ubuntu it loads and shows "Active" state. Please try it wit other version of Maven or on Ubuntu.
The error message states that the wiring for package "org.openhab.core.items" fails. So, check if you have installed the openHAB Bundle that export that package (I assume the core one).
If you want to use openHAB bundles, you should (perhaps) use the openHAB distribution.
Thanks @maggu2810 ,
Now it's working fine for me.
I just remove org.openhab.core.items
from my manifest file.
Thanks and Regards,
Amar.
The manifest file has to contain all packages in its Import-Package section that needs to be imported...
If there are entries in the manifest that are not needed they should be removed. If you remove it from the manifest file but the package is used at some time then the wiring will succeed, but you will receive an exception on runtime.
Hello @g1velo,
I am trying to load snavxbee2 binding of jar file into Eclipse smart home. When I could run the Eclipse Smart Home Server, jar file doesn't Active in ESH. log file:
bundle list
How I could resolve this issues.
Thanks, Amar.