Continuing the discussion from OpenHab don't recognize Razberry Board /don't see node in HabMin:
[quote=“sihui, post:22, topic:5311, full:true”]
If I find some spare time the next days I will install openhab on jessie again on a brandnew sd card and tell you if there were any problems.[/quote]
I finally found the time to do a new install on Jessie and what can I say: I have now the same problems than you had!
After installation I used systemd to start openhab but I get errors and no logs are created.
pi@raspberrypi:~ $ sudo service openhab status -l
● openhab.service - Starts and stops the openHAB Home Automation Bus
Loaded: loaded (/usr/lib/systemd/system/openhab.service; enabled)
Active: inactive (dead) since Sun 2016-01-03 12:38:28 UTC; 11min ago
Docs: http://www.openhab.org
Process: 2779 ExecStart=/usr/share/openhab/bin/openhab.sh -o (code=exited, status=0/SUCCESS)
Process: 2734 ExecStartPre=/usr/share/openhab/bin/setpermissions.sh (code=exited, status=0/SUCCESS)
Main PID: 2779 (code=exited, status=0/SUCCESS)
Jan 03 12:38:28 raspberrypi openhab.sh[2779]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Jan 03 12:38:28 raspberrypi openhab.sh[2779]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
Jan 03 12:38:28 raspberrypi openhab.sh[2779]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
Jan 03 12:38:28 raspberrypi openhab.sh[2779]: at java.lang.reflect.Method.invoke(Method.java:483)
Jan 03 12:38:28 raspberrypi openhab.sh[2779]: at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
Jan 03 12:38:28 raspberrypi openhab.sh[2779]: at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
Jan 03 12:38:28 raspberrypi openhab.sh[2779]: at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
Jan 03 12:38:28 raspberrypi openhab.sh[2779]: at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
Jan 03 12:38:28 raspberrypi openhab.sh[2779]: <title>Invalid Configuration Location</title>Locking is not possible in the directory "/var/lib/openhab/workspace/org.eclipse.osgi". A common reason is that the f...
Jan 03 12:38:28 raspberrypi openhab.sh[2779]: Unable to create lock manager.
Hint: Some lines were ellipsized, use -l to show in full.
I followed exactly the OH wiki on apt-get installation.
My time is limited today so I will stop messing around with this … the problem is, I don’t remember how I installed OH on Jessie the last time, maybe I used the “old” init.d way …