Hallo,
ich bin unwissender Linux Anfänger und habe mit dieser Anleitung offline als auch das online Paket installiert auf einem Raspi2 mit Homekit Wheezy. Vorher hatte ich ein apt-get upgrade und update gemacht.
http://docs.openhab.org/installation/linux.html
Beim Start mit sudo /etc/init.d/openhab2 start
erhalte ich ein OK. Nach Abfrage mit Status kommt aber diese Fehlermeldung:
pi@raspberrypi ~ $ sudo /etc/init.d/openhab2 status
status: Ignoring predefined value for KARAF_HOME
Exception in thread "main" java.io.FileNotFoundException: /var/lib/openhab2/etc/custom.properties (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.jav a:131)
at java.io.FileInputStream.<init>(FileInputStream.jav a:87)
at sun.net.https://www.protocol.file.FileURLCon...ection.java:90)
at sun.net.https://www.protocol.file.FileURLCon...ction.java:188)
at org.apache.karaf.util.config.PropertiesLoader.load PropertiesFile(PropertiesLoader.java:150)
at org.apache.karaf.util.config.PropertiesLoader.load Includes(PropertiesLoader.java:190)
at org.apache.karaf.util.config.PropertiesLoader.load PropertiesFile(PropertiesLoader.java:173)
at org.apache.karaf.util.config.PropertiesLoader.load ConfigProperties(PropertiesLoader.java:71)
at org.apache.karaf.main.ConfigProperties.<init>(Conf igProperties.java:205)
at org.apache.karaf.main.Status.main(Status.java:38)
Wie kann ich dies beheben? Ich habe leider keinen Plan. Die von Hand Installation ohne Paket funktionierte...
Danke
Eric
ich bin unwissender Linux Anfänger und habe mit dieser Anleitung offline als auch das online Paket installiert auf einem Raspi2 mit Homekit Wheezy. Vorher hatte ich ein apt-get upgrade und update gemacht.
http://docs.openhab.org/installation/linux.html
Beim Start mit sudo /etc/init.d/openhab2 start
erhalte ich ein OK. Nach Abfrage mit Status kommt aber diese Fehlermeldung:
pi@raspberrypi ~ $ sudo /etc/init.d/openhab2 status
status: Ignoring predefined value for KARAF_HOME
Exception in thread "main" java.io.FileNotFoundException: /var/lib/openhab2/etc/custom.properties (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.jav a:131)
at java.io.FileInputStream.<init>(FileInputStream.jav a:87)
at sun.net.https://www.protocol.file.FileURLCon...ection.java:90)
at sun.net.https://www.protocol.file.FileURLCon...ction.java:188)
at org.apache.karaf.util.config.PropertiesLoader.load PropertiesFile(PropertiesLoader.java:150)
at org.apache.karaf.util.config.PropertiesLoader.load Includes(PropertiesLoader.java:190)
at org.apache.karaf.util.config.PropertiesLoader.load PropertiesFile(PropertiesLoader.java:173)
at org.apache.karaf.util.config.PropertiesLoader.load ConfigProperties(PropertiesLoader.java:71)
at org.apache.karaf.main.ConfigProperties.<init>(Conf igProperties.java:205)
at org.apache.karaf.main.Status.main(Status.java:38)
Wie kann ich dies beheben? Ich habe leider keinen Plan. Die von Hand Installation ohne Paket funktionierte...
Danke
Eric
Kommentar