I hope I have included all of the requested info. I would like to understand the error logs better. I would appreciate any help possible.
- Platform information:
- Hardware: CPUArchitecture/RAM/storage
i7 3770k 16GB RAM 238 GB Storage - OS: what OS is used and which version
Windows 10 Pro 64-bit - Java Runtime Environment: which java platform is used and what version
1_8_0_191 x86/64 - openHAB version:
2.4.0
- Hardware: CPUArchitecture/RAM/storage
- Issue of the topic: please be detailed explaining your issue
I am receiving error messages, which I cannot decypher. It apparently loads ok until it gets to InsteonPLM, at which point, it loads ok for a few items, then errors out. - Please post configurations (if applicable):
-
Items configuration related to the issue
Dimmer OfficeLight “Office light” (house, lights) [“Lighting”] {insteonplm=“29.a5.d6:F00.00.13#switch”} -
Sitemap configuration related to the issue
sitemap house label=“house” {
Frame label=“house”
{
Switch item=OfficeLight label=“OFFICE Light”
// insteonplm=“29.a5.d6:F00.00.13#switch”
}
} -
Rules code related to the issue
None -
Services configuration related to the issue
-
- If logs where generated please post these here using code fences:
2019-02-02 14:09:59.344 [INFO ] [ebuilder.internal.HomeBuilderServlet] - Started Home Builder at /homebuilder
2019-02-02 14:09:59.592 [INFO ] [.core.internal.i18n.I18nProviderImpl] - Time zone set to ‘America/Denver’.
2019-02-02 14:09:59.594 [INFO ] [.core.internal.i18n.I18nProviderImpl] - Location set to ‘5.878332109674304,0.000000000000008366213032226278’.
2019-02-02 14:09:59.595 [INFO ] [.core.internal.i18n.I18nProviderImpl] - Locale set to ‘en_US’.
2019-02-02 14:10:01.085 [INFO ] [io.openhabcloud.internal.CloudClient] - Connected to the openHAB Cloud service (UUID = xxx, base URL = http://localhost:8080)
2019-02-02 14:10:01.551 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model ‘house.items’
2019-02-02 14:10:02.247 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model ‘house.rules’
2019-02-02 14:10:02.254 [WARN ] [el.core.internal.ModelRepositoryImpl] - Configuration model ‘house.rules’ is either empty or cannot be parsed correctly!
2019-02-02 14:10:02.294 [INFO ] [thome.model.lsp.internal.ModelServer] - Started Language Server Protocol (LSP) service on port 5007
2019-02-02 14:10:02.420 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model ‘house.sitemap’
2019-02-02 14:10:02.490 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model ‘house.things’
2019-02-02 14:10:02.799 [INFO ] [.dashboard.internal.DashboardService] - Started Dashboard at http://192.168.0.31:8080
2019-02-02 14:10:02.895 [INFO ] [.dashboard.internal.DashboardService] - Started Dashboard at https://192.168.0.31:8443
2019-02-02 14:10:02.969 [INFO ] [arthome.ui.paper.internal.PaperUIApp] - Started Paper UI at /paperui
2019-02-02 14:10:03.014 [INFO ] [nding.insteonplm.InsteonPLMActivator] - Insteon PLM binding has been started.
2019-02-02 14:10:03.049 [INFO ] [g.insteonplm.InsteonPLMActiveBinding] - refresh interval set to 60s
2019-02-02 14:10:03.049 [INFO ] [g.insteonplm.InsteonPLMActiveBinding] - poll interval set to 300000 per config file
2019-02-02 14:10:03.049 [INFO ] [g.insteonplm.InsteonPLMActiveBinding] - dead device timeout set to 3000s
2019-02-02 14:10:03.050 [INFO ] [g.insteonplm.InsteonPLMActiveBinding] - config: poll_interval -> 300000
2019-02-02 14:10:03.050 [INFO ] [g.insteonplm.InsteonPLMActiveBinding] - config: port_0 -> /hub2/xxx@test.com;xxxxxx@192.168.0.216:25105,poll_time=1000
2019-02-02 14:10:03.050 [INFO ] [b.core.service.AbstractActiveService] - InsteonPLM has been started
2019-02-02 14:10:03.053 [INFO ] [g.insteonplm.InsteonPLMActiveBinding] - devices: 0 configured, 0 polling, msgs received: 0
2019-02-02 14:10:03.055 [ERROR] [org.apache.felix.configadmin ] - [org.osgi.service.event.EventHandler, org.osgi.service.cm.ManagedService, id=362, bundle=340/mvn:org.openhab.binding/org.openhab.binding.insteonplm/1.13.0]: Unexpected problem updating configuration org.openhab.insteonplm
java.lang.ArrayIndexOutOfBoundsException: 1
at org.openhab.binding.insteonplm.internal.driver.IOStream.makeHub2014Stream(IOStream.java:142) ~[?:?]
at org.openhab.binding.insteonplm.internal.driver.IOStream.s_create(IOStream.java:120) ~[?:?]
at org.openhab.binding.insteonplm.internal.driver.Port.(Port.java:89) ~[?:?]
at org.openhab.binding.insteonplm.internal.driver.Driver.addPort(Driver.java:80) ~[?:?]
at org.openhab.binding.insteonplm.InsteonPLMActiveBinding.initialize(InsteonPLMActiveBinding.java:372) ~[?:?]
at org.openhab.binding.insteonplm.InsteonPLMActiveBinding.updated(InsteonPLMActiveBinding.java:276) ~[?:?]
at org.apache.felix.cm.impl.helper.ManagedServiceTracker.updated(ManagedServiceTracker.java:189) ~[9:org.apache.felix.configadmin:1.9.4]
at org.apache.felix.cm.impl.helper.ManagedServiceTracker.updateService(ManagedServiceTracker.java:152) [9:org.apache.felix.configadmin:1.9.4]
at org.apache.felix.cm.impl.helper.ManagedServiceTracker.provideConfiguration(ManagedServiceTracker.java:85) [9:org.apache.felix.configadmin:1.9.4]
at org.apache.felix.cm.impl.ConfigurationManager$ManagedServiceUpdate.provide(ConfigurationManager.java:1102) [9:org.apache.felix.configadmin:1.9.4]
at org.apache.felix.cm.impl.ConfigurationManager$ManagedServiceUpdate.run(ConfigurationManager.java:1058) [9:org.apache.felix.configadmin:1.9.4]
at org.apache.felix.cm.impl.UpdateThread.run0(UpdateThread.java:138) [9:org.apache.felix.configadmin:1.9.4]
at org.apache.felix.cm.impl.UpdateThread.run(UpdateThread.java:105) [9:org.apache.felix.configadmin:1.9.4]
at java.lang.Thread.run(Unknown Source) [?:?]
2019-02-02 14:11:03.053 [INFO ] [g.insteonplm.InsteonPLMActiveBinding] - devices: 0 configured, 0 polling, msgs received: 0