OpenHAB 2.0 Not working after Install

Hey all.

I’m try to install OpenHAB 2.0 on my raspberry pi 3.
Install the to my openhabian-ua-netinst-20161216-git52cc420 with WIN32disk .
Enter the MicroSD to raspberry
Wait 55 Min.
Try to enter to the IP:8080 get Page cannot be Display.

Enter to SSH, LS command get file name “openHABian-install-failed”

What i miss to get it to work?

Thanks!

MP

Hi mp,

looks like you did the right steps to set up a fresh openHABian.
As you already said, the anstallation failed. Could you please check the following file for relevant errors or where it it stopped?

/var/log/raspbian-ua-netinst.log

Please post the relevant parts of it so we can see what exactly failed. Please avoid posting an IP or any security-relevant information.

Unfortunately, I don’t have a openHABian rpi here to check my file.

Hi philKrylc,
I read out other topic and i decide the brute force solution.
Backup sitemap and items and

sudo apt-get purge openhab2
then
sudo apt-get intall openhab2

Anycase i think the problem was linked to these passage:

sudo chown -hR myuser:myuser /usr/share/openhab2

DONT CHANGE OWNER AND GROUP OF /usr/share/openhab2

now my situation is fine.
I changed only owner of

sudo chown -hR openhab:openhab /etc/openhab

to be able of work with SmartHome designer from my desktop PC

Thanks all for the reply!

Muplex but this is my topic issue.

philKrylc
But is i undestand all the install is automatic.

i will view the log and add it, Thanks!

2016-10-31 22:12:07.351 [SCHWERWIEGEND] [org.apache.karaf.main.Main] - Could not launch framework
java.lang.RuntimeException: Error initializing storage.
        at org.eclipse.osgi.internal.framework.EquinoxContainer.<init>(EquinoxContainer.java:77)
        at org.eclipse.osgi.launch.Equinox.<init>(Equinox.java:31)
        at org.eclipse.osgi.launch.EquinoxFactory.newFramework(EquinoxFactory.java:24)
        at org.apache.karaf.main.Main.launch(Main.java:250)
        at org.apache.karaf.main.Main.main(Main.java:175)
Caused by: java.io.IOException: Unable to create lock manager.
        at org.eclipse.osgi.storagemanager.StorageManager.open(StorageManager.java:698)
        at org.eclipse.osgi.storage.Storage.getChildStorageManager(Storage.java:1749)
        at org.eclipse.osgi.storage.Storage.getInfoInputStream(Storage.java:1766)
        at org.eclipse.osgi.storage.Storage.<init>(Storage.java:126)
        at org.eclipse.osgi.storage.Storage.createStorage(Storage.java:85)
        at org.eclipse.osgi.internal.framework.EquinoxContainer.<init>(EquinoxContainer.java:75)

These was the same log of my case.