27-04-2015, 14:42:39
(26-04-2015, 22:52:51)mschirm schrieb: Hi Ollie,
ich habe jetzt auch soweit alles auf dem Raspberry vorbereitet. Wenn ich openHAB starte, loggt sich das Binding noch in die SmartHome Zentrale ein, aber dann bekomme ich folgende Fehlermeldung:
2015-04-26 23:07:02.510 [INFO ] [r.i.c.RweSmarthomeCommunicator] - Starting RWE Smarthome communicator
2015-04-26 23:07:05.083 [INFO ] [r.i.c.RweSmarthomeCommunicator] - Login successful.
2015-04-26 23:07:13.752 [INFO ] [r.i.c.RweSmarthomeCommunicator] - Configuration refreshed: 776
2015-04-26 23:07:15.805 [ERROR] [r.i.c.RweSmarthomeCommunicator] - Could not start RWE Smarthome communicator: For input string: ""
java.lang.NumberFormatException: For input string: ""
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) ~[na:1.7.0_40]
at java.lang.Integer.parseInt(Integer.java:504) ~[na:1.7.0_40]
at java.lang.Integer.parseInt(Integer.java:527) ~[na:1.7.0_40]
at org.openhab.binding.rwesmarthome.internal.lib.smarthome.api.XMLResponse.getIntValueFromAttribute(XMLResponse.java:26) ~[bundlefile:na]
at org.openhab.binding.rwesmarthome.internal.lib.smarthome.api.LogicalDeviceXMLResponse.refreshLogicalDevice(LogicalDeviceXMLResponse.java:110) ~[bundlefile:na]
at org.openhab.binding.rwesmarthome.internal.lib.smarthome.api.LogicalDeviceXMLResponse.refreshLogicalDevices(LogicalDeviceXMLResponse.java:75) ~[bundlefile:na]
at org.openhab.binding.rwesmarthome.internal.lib.smarthome.api.SmartHomeSession.refreshLogicalDeviceState(SmartHomeSession.java17) ~[bundlefile:na]
at org.openhab.binding.rwesmarthome.internal.communicator.RweSmarthomeCommunicator.start(RweSmarthomeCommunicator.java:73) ~[bundlefile:na]
at org.openhab.binding.rwesmarthome.internal.RweSmarthomeBinding.execute(RweSmarthomeBinding.java:125) [bundlefile:na]
at org.openhab.core.binding.AbstractActiveBinding$BindingActiveService.execute(AbstractActiveBinding.java:156) [org.openhab.core_1.6.2.jar:na]
at org.openhab.core.service.AbstractActiveService$RefreshThread.run(AbstractActiveService.java:173) [org.openhab.core_1.6.2.jar:na]
2015-04-26 23:07:15.809 [INFO ] [r.i.c.RweSmarthomeCommunicator] - Shutting down RWE Smarthome communicator
2015-04-26 23:07:19.698 [INFO ] [r.internal.RweSmarthomeBinding] - No event since 2731 seconds, refreshing RweSmarthome server Connections
Kannst du mir bitte einen Tipp geben, was hier falsch läuft?
Besten Dank.
Gruß
Michael
Hallo Michael,
ich springe hier mal ein.
Welche Java Version hast Du? Ich vermute wie von Ollie beschrieben die 1.7.
Bei mir sieht das so aus:
$ java -version
java version "1.7.0_40"
Java SE Runtime Environment (build 1.7.0_40-b43)
Java HotSpot Client VM (build 24.0-b56, mixed mode)
Poste mal Deine items.
Gruss,
profigriller