CCU-Historian V3.0.0

Das Langzeitarchiv für HomeMatic

Moderator: Co-Administratoren

Benutzeravatar
FUEL4EP
Beiträge: 586
Registriert: 01.11.2017, 17:26
System: Alternative CCU (auf Basis OCCU)
Hat sich bedankt: 76 Mal
Danksagung erhalten: 78 Mal
Kontaktdaten:

Re: CCU-Historian V3.0.0

Beitrag von FUEL4EP » 28.04.2022, 16:01

Ich bin nun verwirrt, was richtig ist:
Beitrag von Fester » 27.04.2022, 20:07
Auf dem Pi läuft RasperryPI OS. Die Version vom 30.März.
und
Ich habe einen Raspberry Pi3, auf dem Raspberrymatic in der aktuellen Version läuft.
Unter Raspberrymatic habe ich als Addon CCU-Historian laufen.
Bei der Konfiguration als RM Addon bin ich raus und kann nicht helfen, da ich zur Zeit keine solche Hardwarekonfiguration vor Ort habe.
Grüße

Ewald

Meine SmartHome Entwicklungen gibt es hier: FUEL4Ps Homeautomation Github Repository oder als ZIP
Das passende RaspberryMatic Addon ist hb-ep-devices-addon
Passende Platinen gib es hier: PCBs

Fester
Beiträge: 40
Registriert: 12.11.2020, 10:28
System: CCU
Hat sich bedankt: 14 Mal
Danksagung erhalten: 2 Mal

Re: CCU-Historian V3.0.0

Beitrag von Fester » 28.04.2022, 16:19

FUEL4EP hat geschrieben:
28.04.2022, 16:01
Ich bin nun verwirrt, was richtig ist:
Beitrag von Fester » 27.04.2022, 20:07
Auf dem Pi läuft RasperryPI OS. Die Version vom 30.März.
und
Ich habe einen Raspberry Pi3, auf dem Raspberrymatic in der aktuellen Version läuft.
Unter Raspberrymatic habe ich als Addon CCU-Historian laufen.
Bei der Konfiguration als RM Addon bin ich raus und kann nicht helfen, da ich zur Zeit keine solche Hardwarekonfiguration vor Ort habe.
Sorry
Und ich habe gestern nicht mal was getrunken. :-(
Habe mich so darauf konzentriert, nicht Raspbian zu zu schreiben, dass der "neue" Name davon rausgekommen ist.
Sollte Raspberrymatic OS auf Pi3 werden. Wobei das OS ja auch schon zu viel gewesen wäre.
Und ich sollte vielleicht mal zum Arzt gehen. :shock:

Benutzeravatar
Baxxy
Beiträge: 10778
Registriert: 18.12.2018, 15:45
System: Alternative CCU (auf Basis OCCU)
Hat sich bedankt: 604 Mal
Danksagung erhalten: 2205 Mal

Re: CCU-Historian V3.0.0

Beitrag von Baxxy » 28.04.2022, 16:29

In der "/usr/local/addons/ccu-historian/ccu-historian.config" mal das Log-Level erhöhen.

Code: Alles auswählen

logSystem.fileLevel=Level.FINE
Und die Logfiles irgendwohin schreiben lassen wo man sie wiederfindet (wenn nicht schon konfiguriert).
Bspw:

Code: Alles auswählen

logSystem.fileName='/media/usb0/historian-%g.log'
Nach Änderungen in der Config startet der Historian automatisch neu, es sollten also zeitnah Logfiles geschrieben werden.

Ausgaben dann posten.

Fester
Beiträge: 40
Registriert: 12.11.2020, 10:28
System: CCU
Hat sich bedankt: 14 Mal
Danksagung erhalten: 2 Mal

Re: CCU-Historian V3.0.0

Beitrag von Fester » 28.04.2022, 17:21

Baxxy hat geschrieben:
28.04.2022, 16:29
In der "/usr/local/addons/ccu-historian/ccu-historian.config" mal das Log-Level erhöhen.

Code: Alles auswählen

logSystem.fileLevel=Level.FINE
Nach Änderungen in der Config startet der Historian automatisch neu, es sollten also zeitnah Logfiles geschrieben werden.

Ausgaben dann posten.

Code: Alles auswählen

2022-04-28 16:36:52|FINE   |Log system configuration:
2022-04-28 16:36:52|FINE   |logSystem.consoleLevel=Level.INFO
2022-04-28 16:36:52|FINE   |logSystem.fileLevel=Level.FINE
2022-04-28 16:36:52|FINE   |logSystem.fileName='/var/log/ccu-historian-%g.log'
2022-04-28 16:36:52|FINE   |logSystem.fileLimit=1000000
2022-04-28 16:36:52|FINE   |logSystem.fileCount=5
2022-04-28 16:36:52|FINE   |logSystem.binRpcLevel=Level.INFO
2022-04-28 16:36:52|INFO   |Starting base services
2022-04-28 16:36:52|FINE   |base.scriptDir='/usr/local/addons/ccu-historian/ccu-historian'
2022-04-28 16:36:53|FINE   |database.dir='/media/usb0/ccu-historian'
2022-04-28 16:36:53|FINE   |database.name='history'
2022-04-28 16:36:53|FINE   |database.user='sa'
2022-04-28 16:36:53|FINE   |database.webEnable=true
2022-04-28 16:36:53|FINE   |database.webPort=8083
2022-04-28 16:36:53|FINE   |database.webAllowOthers=true
2022-04-28 16:36:53|FINE   |database.webExternalNames=192.168.178.225
2022-04-28 16:36:53|FINE   |database.tcpEnable=false
2022-04-28 16:36:53|FINE   |database.tcpPort=9092
2022-04-28 16:36:53|FINE   |database.tcpAllowOthers=false
2022-04-28 16:36:53|FINE   |database.pgEnable=false
2022-04-28 16:36:53|FINE   |database.pgPort=5435
2022-04-28 16:36:53|FINE   |database.pgAllowOthers=false
2022-04-28 16:36:53|FINE   |database.backup=''
2022-04-28 16:36:53|INFO   |Connecting to database
2022-04-28 16:36:55|FINE   |Preparing database
2022-04-28 16:36:55|FINE   |Read config: internal.databaseVersion=4
2022-04-28 16:36:55|FINE   |Read config: internal.databaseVersion=4
2022-04-28 16:36:55|INFO   |Starting database web server
2022-04-28 16:36:55|FINE   |Database management URL: http://127.0.1.1:8083
2022-04-28 16:36:55|FINE   |Configuring interfaces
2022-04-28 16:36:55|FINE   |All devices: Reading configuration option 'historianBinRpcPort': 
2022-04-28 16:36:55|FINE   |All devices: Reading configuration option 'historianXmlRpcPort': 
2022-04-28 16:36:55|FINE   |All devices: Reading configuration option 'historianAddress': 127.0.0.1
2022-04-28 16:36:55|INFO   |Setting up device 1
2022-04-28 16:36:55|FINE   |Device 1: Reading configuration option 'type': CCU2
2022-04-28 16:36:55|FINE   |Device 1: Reading configuration option 'address': 192.168.178.225
2022-04-28 16:36:55|FINE   |Device 1: Reading configuration option 'reinitTimeout': 
2022-04-28 16:36:55|FINE   |Device 1: Reading configuration option 'prefix': 
2022-04-28 16:36:55|FINE   |Device 1: Reading configuration option 'writeAccess': 
2022-04-28 16:36:55|FINE   |Device 1: Reading configuration option 'sysVarDataCycle': 
2022-04-28 16:36:55|FINE   |Device 1: Reading configuration option 'timeout': 
2022-04-28 16:36:55|FINE   |Device 1: Reading configuration option 'username': 
2022-04-28 16:36:55|FINE   |Device 1: Reading configuration option 'password': 
2022-04-28 16:36:55|INFO   |Creating HM script client for http://192.168.178.225:8181/tclrega.exe
2022-04-28 16:36:56|INFO   |Setting up plug-in 1
2022-04-28 16:36:56|FINE   |Plug-in 1: Reading configuration option 'type': CUXD
2022-04-28 16:36:56|FINE   |Device 1: Reading configuration option 'watchdogProgram': 
2022-04-28 16:36:56|FINE   |Device 1: Reading configuration option 'watchdogCycle': 
2022-04-28 16:36:56|INFO   |Configured following interfaces: BidCos-RF, HmIP-RF, SysVar, CUxD
2022-04-28 16:36:56|INFO   |Starting interfaces
2022-04-28 16:36:56|INFO   |Starting BIN-RPC server on port 2099
2022-04-28 16:36:56|INFO   |Starting XML-RPC server on port 2098
2022-04-28 16:36:56|FINE   |XML-RPC server address is http://127.0.0.1:2098
2022-04-28 16:36:56|FINE   |Calling init(http://127.0.0.1:2098, BidCos-RF)
2022-04-28 16:36:56|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
2022-04-28 16:36:56|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmXmlRpcInterface$_start_closure1.doCall(HmXmlRpcInterface.groovy:78)
	at mdz.hc.itf.hm.HmXmlRpcInterface$_start_closure1.doCall(HmXmlRpcInterface.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmXmlRpcInterface.start(HmXmlRpcInterface.groovy:78)
	at mdz.hc.itf.Manager$_start_closure1.doCall(Manager.groovy:58)
	at mdz.hc.itf.Manager.start(Manager.groovy:56)
	at mdz.ccuhistorian.HistorianSystem.<init>(HistorianSystem.groovy:39)
	at mdz.ccuhistorian.Main.start(Main.groovy:100)
	at mdz.ccuhistorian.Main$_run_closure4.doCall(Main.groovy:77)
	at mdz.ccuhistorian.Main$_run_closure4.doCall(Main.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.ccuhistorian.Main.run(Main.groovy:77)
	at mdz.ccuhistorian.Main.main(Main.groovy:45)
2022-04-28 16:36:56|FINE   |Starting re-init task
2022-04-28 16:36:56|FINE   |Calling init(http://127.0.0.1:2098, HmIP-RF)
2022-04-28 16:36:56|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
2022-04-28 16:36:56|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmXmlRpcInterface$_start_closure1.doCall(HmXmlRpcInterface.groovy:78)
	at mdz.hc.itf.hm.HmXmlRpcInterface$_start_closure1.doCall(HmXmlRpcInterface.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmXmlRpcInterface.start(HmXmlRpcInterface.groovy:78)
	at mdz.hc.itf.Manager$_start_closure1.doCall(Manager.groovy:58)
	at mdz.hc.itf.Manager.start(Manager.groovy:56)
	at mdz.ccuhistorian.HistorianSystem.<init>(HistorianSystem.groovy:39)
	at mdz.ccuhistorian.Main.start(Main.groovy:100)
	at mdz.ccuhistorian.Main$_run_closure4.doCall(Main.groovy:77)
	at mdz.ccuhistorian.Main$_run_closure4.doCall(Main.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.ccuhistorian.Main.run(Main.groovy:77)
	at mdz.ccuhistorian.Main.main(Main.groovy:45)
2022-04-28 16:36:56|INFO   |Connecting to 192.168.178.225:8701
2022-04-28 16:36:56|FINE   |Interfaces started
2022-04-28 16:36:56|INFO   |Starting historian
2022-04-28 16:36:56|FINE   |historian.metaCycle=14400000
2022-04-28 16:36:56|FINE   |historian.bufferCount=5000
2022-04-28 16:36:56|FINE   |historian.bufferTime=14400000
2022-04-28 16:36:56|FINE   |historian.defaultActive=false
2022-04-28 16:36:56|FINE   |historian.defaultHidden=false
2022-04-28 16:36:56|INFO   |Starting web server
2022-04-28 16:36:56|FINE   |webServer.port=8082
2022-04-28 16:36:56|FINE   |webServer.dir='/usr/local/addons/ccu-historian/ccu-historian/webapp'
2022-04-28 16:36:56|FINE   |webServer.logLevel=Level.INFO
2022-04-28 16:36:56|FINE   |webServer.historianAddress='192.168.178.225'
2022-04-28 16:36:56|FINE   |webServer.trendDesigns=[]
2022-04-28 16:36:56|FINE   |webServer.apiKeys=[]
2022-04-28 16:36:56|FINE   |webServer.menuLinks=[H2-HighChart]
2022-04-28 16:36:56|FINE   |webServer.corsOrigin='*'
2022-04-28 16:36:56|FINE   |webServer.showLastValue=false
2022-04-28 16:36:56|FINE   |webServer.trendSvg=false
2022-04-28 16:36:56|INFO   |jetty-9.4.45.v20220203; built: 2022-02-03T09:14:34.105Z; git: 4a0c91c0be53805e3fcffdcdcc9587d5301863db; jvm 1.8.0_322-b06
2022-04-28 16:36:56|INFO   |NO JSP Support for /, did not find org.eclipse.jetty.jsp.JettyJspServlet
2022-04-28 16:36:56|INFO   |DefaultSessionIdManager workerName=node0
2022-04-28 16:36:56|INFO   |No SessionScavenger set, using defaults
2022-04-28 16:36:56|INFO   |node0 Scavenging every 660000ms
2022-04-28 16:36:56|INFO   |Started o.e.j.w.WebAppContext@31ee96f4{CCU-Historian Web Application,/,file:///usr/local/addons/ccu-historian/ccu-historian/webapp/,AVAILABLE}
2022-04-28 16:36:56|INFO   |Started ServerConnector@6b68cb27{HTTP/1.1, (http/1.1)}{0.0.0.0:8082}
2022-04-28 16:36:56|INFO   |Started @4812644ms
2022-04-28 16:36:56|INFO   |Web server port: 8082
2022-04-28 16:36:57|INFO   |Groovy servlet initialized on groovy.util.GroovyScriptEngine@b022fa1.
2022-04-28 16:36:59|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:8181/tclrega.exe
2022-04-28 16:36:59|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:8181/tclrega.exe
	at mdz.hc.itf.hm.HmScriptClient.execute(HmScriptClient.groovy:360)
	at mdz.hc.itf.hm.HmScriptClient.retrieveDevices(HmScriptClient.groovy:216)
	at mdz.hc.itf.hm.HmScriptClient.getModel(HmScriptClient.groovy:305)
	at mdz.hc.itf.hm.HmXmlRpcInterface.updateLogicProperties(HmXmlRpcInterface.groovy:135)
	at mdz.hc.itf.hm.HmXmlRpcInterface.updateProperties(HmXmlRpcInterface.groovy:244)
	at mdz.hc.itf.Manager$_updateProperties_closure4.doCall(Manager.groovy:119)
	at mdz.hc.itf.Manager.updateProperties(Manager.groovy:116)
	at mdz.ccuhistorian.Historian.update(Historian.groovy:156)
	at mdz.ccuhistorian.Historian$_updateDataPointMeta_closure3$_closure12.doCall(Historian.groovy:114)
	at mdz.ccuhistorian.Historian$_updateDataPointMeta_closure3$_closure12.doCall(Historian.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.ccuhistorian.Historian$_updateDataPointMeta_closure3.doCall(Historian.groovy:110)
	at mdz.ccuhistorian.Historian.updateDataPointMeta(Historian.groovy:109)
	at mdz.ccuhistorian.Historian$_run_closure2.doCall(Historian.groovy:103)
	at mdz.ccuhistorian.Historian$_run_closure2.doCall(Historian.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.ccuhistorian.Historian.run(Historian.groovy:102)
2022-04-28 16:36:59|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:8181/tclrega.exe
2022-04-28 16:36:59|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:8181/tclrega.exe
	at mdz.hc.itf.hm.HmScriptClient.execute(HmScriptClient.groovy:360)
	at mdz.hc.itf.hm.HmScriptClient.retrieveDevices(HmScriptClient.groovy:216)
	at mdz.hc.itf.hm.HmScriptClient.getModel(HmScriptClient.groovy:305)
	at mdz.hc.itf.hm.HmXmlRpcInterface.updateLogicProperties(HmXmlRpcInterface.groovy:135)
	at mdz.hc.itf.hm.HmXmlRpcInterface.updateProperties(HmXmlRpcInterface.groovy:244)
	at mdz.hc.itf.Manager$_updateProperties_closure4.doCall(Manager.groovy:119)
	at mdz.hc.itf.Manager.updateProperties(Manager.groovy:116)
	at mdz.ccuhistorian.Historian.update(Historian.groovy:156)
	at mdz.ccuhistorian.Historian$_updateDataPointMeta_closure3$_closure12.doCall(Historian.groovy:114)
	at mdz.ccuhistorian.Historian$_updateDataPointMeta_closure3$_closure12.doCall(Historian.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.ccuhistorian.Historian$_updateDataPointMeta_closure3.doCall(Historian.groovy:110)
	at mdz.ccuhistorian.Historian.updateDataPointMeta(Historian.groovy:109)
	at mdz.ccuhistorian.Historian$_run_closure2.doCall(Historian.groovy:103)
	at mdz.ccuhistorian.Historian$_run_closure2.doCall(Historian.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.ccuhistorian.Historian.run(Historian.groovy:102)
2022-04-28 16:36:59|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:8181/tclrega.exe
2022-04-28 16:36:59|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:8181/tclrega.exe
	at mdz.hc.itf.hm.HmScriptClient.execute(HmScriptClient.groovy:360)
	at mdz.hc.itf.hm.HmScriptClient.getSystemVariables(HmScriptClient.groovy:60)
	at mdz.hc.itf.hm.HmSysVarInterface.getCache(HmSysVarInterface.groovy:79)
	at mdz.hc.itf.hm.HmSysVarInterface.getAllDataPoints(HmSysVarInterface.groovy:140)
	at mdz.ccuhistorian.Historian.browse(Historian.groovy:124)
	at mdz.ccuhistorian.Historian$_updateDataPointMeta_closure3$_closure12.doCall(Historian.groovy:112)
	at mdz.ccuhistorian.Historian$_updateDataPointMeta_closure3$_closure12.doCall(Historian.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.ccuhistorian.Historian$_updateDataPointMeta_closure3.doCall(Historian.groovy:110)
	at mdz.ccuhistorian.Historian.updateDataPointMeta(Historian.groovy:109)
	at mdz.ccuhistorian.Historian$_run_closure2.doCall(Historian.groovy:103)
	at mdz.ccuhistorian.Historian$_run_closure2.doCall(Historian.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.ccuhistorian.Historian.run(Historian.groovy:102)
2022-04-28 16:37:01|FINE   |Reading system variable values
2022-04-28 16:37:31|FINE   |Reading system variable values
2022-04-28 16:38:01|FINE   |Reading system variable values
2022-04-28 16:38:31|FINE   |Reading system variable values
2022-04-28 16:39:01|FINE   |Reading system variable values
2022-04-28 16:39:31|FINE   |Reading system variable values
2022-04-28 16:40:01|FINE   |Reading system variable values
2022-04-28 16:40:31|FINE   |Reading system variable values
2022-04-28 16:41:01|FINE   |Reading system variable values
2022-04-28 16:41:31|FINE   |Reading system variable values
2022-04-28 16:41:56|FINE   |Timeout on interface BidCos-RF: reinitializing callback
2022-04-28 16:41:56|FINE   |Calling init(http://127.0.0.1:2098, BidCos-RF)
2022-04-28 16:41:56|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
2022-04-28 16:41:56|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:41:56|FINE   |Timeout on interface HmIP-RF: reinitializing callback
2022-04-28 16:41:56|FINE   |Calling init(http://127.0.0.1:2098, HmIP-RF)
2022-04-28 16:41:56|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
2022-04-28 16:41:56|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:42:01|FINE   |Reading system variable values
2022-04-28 16:42:26|FINE   |Timeout on interface BidCos-RF: reinitializing callback
2022-04-28 16:42:26|FINE   |Calling init(http://127.0.0.1:2098, BidCos-RF)
2022-04-28 16:42:26|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
2022-04-28 16:42:26|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:42:26|FINE   |Timeout on interface HmIP-RF: reinitializing callback
2022-04-28 16:42:26|FINE   |Calling init(http://127.0.0.1:2098, HmIP-RF)
2022-04-28 16:42:26|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
2022-04-28 16:42:26|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:42:26|FINE   |Timeout on interface CUxD: reinitializing callback
2022-04-28 16:42:31|FINE   |Reading system variable values
2022-04-28 16:42:56|FINE   |Timeout on interface BidCos-RF: reinitializing callback
2022-04-28 16:42:56|FINE   |Calling init(http://127.0.0.1:2098, BidCos-RF)
2022-04-28 16:42:56|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
2022-04-28 16:42:56|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:42:56|FINE   |Timeout on interface HmIP-RF: reinitializing callback
2022-04-28 16:42:56|FINE   |Calling init(http://127.0.0.1:2098, HmIP-RF)
2022-04-28 16:42:56|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
2022-04-28 16:42:56|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:43:01|FINE   |Reading system variable values
2022-04-28 16:43:26|FINE   |Timeout on interface BidCos-RF: reinitializing callback
2022-04-28 16:43:26|FINE   |Calling init(http://127.0.0.1:2098, BidCos-RF)
2022-04-28 16:43:26|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
2022-04-28 16:43:26|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:43:26|FINE   |Timeout on interface HmIP-RF: reinitializing callback
2022-04-28 16:43:26|FINE   |Calling init(http://127.0.0.1:2098, HmIP-RF)
2022-04-28 16:43:26|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
2022-04-28 16:43:26|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:43:31|FINE   |Reading system variable values
2022-04-28 16:43:56|FINE   |Timeout on interface BidCos-RF: reinitializing callback
2022-04-28 16:43:56|FINE   |Calling init(http://127.0.0.1:2098, BidCos-RF)
2022-04-28 16:43:56|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
2022-04-28 16:43:56|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:43:56|FINE   |Timeout on interface HmIP-RF: reinitializing callback
2022-04-28 16:43:56|FINE   |Calling init(http://127.0.0.1:2098, HmIP-RF)
2022-04-28 16:43:56|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
2022-04-28 16:43:56|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:44:01|FINE   |Reading system variable values
2022-04-28 16:44:26|FINE   |Timeout on interface BidCos-RF: reinitializing callback
2022-04-28 16:44:26|FINE   |Calling init(http://127.0.0.1:2098, BidCos-RF)
2022-04-28 16:44:26|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
2022-04-28 16:44:26|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:44:26|FINE   |Timeout on interface HmIP-RF: reinitializing callback
2022-04-28 16:44:26|FINE   |Calling init(http://127.0.0.1:2098, HmIP-RF)
2022-04-28 16:44:26|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
2022-04-28 16:44:26|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:44:31|FINE   |Reading system variable values
2022-04-28 16:44:56|FINE   |Timeout on interface BidCos-RF: reinitializing callback
2022-04-28 16:44:56|FINE   |Calling init(http://127.0.0.1:2098, BidCos-RF)
2022-04-28 16:44:56|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
2022-04-28 16:44:56|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:44:56|FINE   |Timeout on interface HmIP-RF: reinitializing callback
2022-04-28 16:44:56|FINE   |Calling init(http://127.0.0.1:2098, HmIP-RF)
2022-04-28 16:44:56|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
2022-04-28 16:44:56|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:45:01|FINE   |Reading system variable values
2022-04-28 16:45:26|FINE   |Timeout on interface BidCos-RF: reinitializing callback
2022-04-28 16:45:26|FINE   |Calling init(http://127.0.0.1:2098, BidCos-RF)
2022-04-28 16:45:26|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
2022-04-28 16:45:26|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:45:26|FINE   |Timeout on interface HmIP-RF: reinitializing callback
2022-04-28 16:45:26|FINE   |Calling init(http://127.0.0.1:2098, HmIP-RF)
2022-04-28 16:45:26|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
2022-04-28 16:45:26|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:45:31|FINE   |Reading system variable values
2022-04-28 16:45:56|FINE   |Timeout on interface BidCos-RF: reinitializing callback
2022-04-28 16:45:56|FINE   |Calling init(http://127.0.0.1:2098, BidCos-RF)
2022-04-28 16:45:56|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
2022-04-28 16:45:56|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:45:56|FINE   |Timeout on interface HmIP-RF: reinitializing callback
2022-04-28 16:45:56|FINE   |Calling init(http://127.0.0.1:2098, HmIP-RF)
2022-04-28 16:45:56|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
2022-04-28 16:45:56|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:46:01|FINE   |Reading system variable values
2022-04-28 16:46:26|FINE   |Timeout on interface BidCos-RF: reinitializing callback
2022-04-28 16:46:26|FINE   |Calling init(http://127.0.0.1:2098, BidCos-RF)
2022-04-28 16:46:26|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
2022-04-28 16:46:26|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:46:26|FINE   |Timeout on interface HmIP-RF: reinitializing callback
2022-04-28 16:46:26|FINE   |Calling init(http://127.0.0.1:2098, HmIP-RF)
2022-04-28 16:46:26|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
2022-04-28 16:46:26|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:46:31|FINE   |Reading system variable values
2022-04-28 16:46:56|FINE   |Timeout on interface BidCos-RF: reinitializing callback
2022-04-28 16:46:56|FINE   |Calling init(http://127.0.0.1:2098, BidCos-RF)
2022-04-28 16:46:56|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
2022-04-28 16:46:56|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:46:56|FINE   |Timeout on interface HmIP-RF: reinitializing callback
2022-04-28 16:46:56|FINE   |Calling init(http://127.0.0.1:2098, HmIP-RF)
2022-04-28 16:46:56|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
2022-04-28 16:46:56|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:47:01|FINE   |Reading system variable values
2022-04-28 16:47:26|FINE   |Timeout on interface BidCos-RF: reinitializing callback
2022-04-28 16:47:26|FINE   |Calling init(http://127.0.0.1:2098, BidCos-RF)
2022-04-28 16:47:26|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
2022-04-28 16:47:26|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:47:26|FINE   |Timeout on interface HmIP-RF: reinitializing callback
2022-04-28 16:47:26|FINE   |Calling init(http://127.0.0.1:2098, HmIP-RF)
2022-04-28 16:47:26|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
2022-04-28 16:47:26|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:47:26|FINE   |Timeout on interface CUxD: reinitializing callback
2022-04-28 16:47:31|FINE   |Reading system variable values
2022-04-28 16:47:56|FINE   |Timeout on interface BidCos-RF: reinitializing callback
2022-04-28 16:47:56|FINE   |Calling init(http://127.0.0.1:2098, BidCos-RF)
2022-04-28 16:47:56|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
2022-04-28 16:47:56|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:47:56|FINE   |Timeout on interface HmIP-RF: reinitializing callback
2022-04-28 16:47:56|FINE   |Calling init(http://127.0.0.1:2098, HmIP-RF)
2022-04-28 16:47:56|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
2022-04-28 16:47:56|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:48:01|FINE   |Reading system variable values
2022-04-28 16:48:26|FINE   |Timeout on interface BidCos-RF: reinitializing callback
2022-04-28 16:48:26|FINE   |Calling init(http://127.0.0.1:2098, BidCos-RF)
2022-04-28 16:48:26|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
2022-04-28 16:48:26|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:48:26|FINE   |Timeout on interface HmIP-RF: reinitializing callback
2022-04-28 16:48:26|FINE   |Calling init(http://127.0.0.1:2098, HmIP-RF)
2022-04-28 16:48:26|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
2022-04-28 16:48:26|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:48:31|FINE   |Reading system variable values
2022-04-28 16:48:56|FINE   |Timeout on interface BidCos-RF: reinitializing callback
2022-04-28 16:48:56|FINE   |Calling init(http://127.0.0.1:2098, BidCos-RF)
2022-04-28 16:48:56|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
2022-04-28 16:48:56|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:48:56|FINE   |Timeout on interface HmIP-RF: reinitializing callback
2022-04-28 16:48:56|FINE   |Calling init(http://127.0.0.1:2098, HmIP-RF)
2022-04-28 16:48:56|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
2022-04-28 16:48:56|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:49:01|FINE   |Reading system variable values
2022-04-28 16:49:26|FINE   |Timeout on interface BidCos-RF: reinitializing callback
2022-04-28 16:49:26|FINE   |Calling init(http://127.0.0.1:2098, BidCos-RF)
2022-04-28 16:49:26|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
2022-04-28 16:49:26|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:49:26|FINE   |Timeout on interface HmIP-RF: reinitializing callback
2022-04-28 16:49:26|FINE   |Calling init(http://127.0.0.1:2098, HmIP-RF)
2022-04-28 16:49:26|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
2022-04-28 16:49:26|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:49:31|FINE   |Reading system variable values
2022-04-28 16:49:56|FINE   |Timeout on interface BidCos-RF: reinitializing callback
2022-04-28 16:49:56|FINE   |Calling init(http://127.0.0.1:2098, BidCos-RF)
2022-04-28 16:49:56|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
2022-04-28 16:49:56|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:49:56|FINE   |Timeout on interface HmIP-RF: reinitializing callback
2022-04-28 16:49:56|FINE   |Calling init(http://127.0.0.1:2098, HmIP-RF)
2022-04-28 16:49:56|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
2022-04-28 16:49:56|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:50:01|FINE   |Reading system variable values
2022-04-28 16:50:26|FINE   |Timeout on interface BidCos-RF: reinitializing callback
2022-04-28 16:50:26|FINE   |Calling init(http://127.0.0.1:2098, BidCos-RF)
2022-04-28 16:50:26|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
2022-04-28 16:50:26|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:50:26|FINE   |Timeout on interface HmIP-RF: reinitializing callback
2022-04-28 16:50:26|FINE   |Calling init(http://127.0.0.1:2098, HmIP-RF)
2022-04-28 16:50:26|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
2022-04-28 16:50:26|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:50:31|FINE   |Reading system variable values
2022-04-28 16:50:56|FINE   |Timeout on interface BidCos-RF: reinitializing callback
2022-04-28 16:50:56|FINE   |Calling init(http://127.0.0.1:2098, BidCos-RF)
2022-04-28 16:50:56|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
2022-04-28 16:50:56|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:50:56|FINE   |Timeout on interface HmIP-RF: reinitializing callback
2022-04-28 16:50:56|FINE   |Calling init(http://127.0.0.1:2098, HmIP-RF)
2022-04-28 16:50:56|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
2022-04-28 16:50:56|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:51:01|FINE   |Reading system variable values
2022-04-28 16:51:26|FINE   |Timeout on interface BidCos-RF: reinitializing callback
2022-04-28 16:51:26|FINE   |Calling init(http://127.0.0.1:2098, BidCos-RF)
2022-04-28 16:51:26|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
2022-04-28 16:51:26|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:51:26|FINE   |Timeout on interface HmIP-RF: reinitializing callback
2022-04-28 16:51:26|FINE   |Calling init(http://127.0.0.1:2098, HmIP-RF)
2022-04-28 16:51:26|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
2022-04-28 16:51:26|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:51:31|FINE   |Reading system variable values
2022-04-28 16:51:56|FINE   |Timeout on interface BidCos-RF: reinitializing callback
2022-04-28 16:51:56|FINE   |Calling init(http://127.0.0.1:2098, BidCos-RF)
2022-04-28 16:51:56|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
2022-04-28 16:51:56|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:51:56|FINE   |Timeout on interface HmIP-RF: reinitializing callback
2022-04-28 16:51:56|FINE   |Calling init(http://127.0.0.1:2098, HmIP-RF)
2022-04-28 16:51:56|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
2022-04-28 16:51:56|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:52:01|FINE   |Reading system variable values
2022-04-28 16:52:26|FINE   |Timeout on interface BidCos-RF: reinitializing callback
2022-04-28 16:52:26|FINE   |Calling init(http://127.0.0.1:2098, BidCos-RF)
2022-04-28 16:52:26|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
2022-04-28 16:52:26|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:52:26|FINE   |Timeout on interface HmIP-RF: reinitializing callback
2022-04-28 16:52:26|FINE   |Calling init(http://127.0.0.1:2098, HmIP-RF)
2022-04-28 16:52:26|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
2022-04-28 16:52:26|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:52:26|FINE   |Timeout on interface CUxD: reinitializing callback
2022-04-28 16:52:31|FINE   |Reading system variable values
2022-04-28 16:52:56|FINE   |Timeout on interface BidCos-RF: reinitializing callback
2022-04-28 16:52:56|FINE   |Calling init(http://127.0.0.1:2098, BidCos-RF)
2022-04-28 16:52:56|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
2022-04-28 16:52:56|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:52:56|FINE   |Timeout on interface HmIP-RF: reinitializing callback
2022-04-28 16:52:56|FINE   |Calling init(http://127.0.0.1:2098, HmIP-RF)
2022-04-28 16:52:56|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
2022-04-28 16:52:56|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:53:01|FINE   |Reading system variable values
2022-04-28 16:53:26|FINE   |Timeout on interface BidCos-RF: reinitializing callback
2022-04-28 16:53:26|FINE   |Calling init(http://127.0.0.1:2098, BidCos-RF)
2022-04-28 16:53:26|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
2022-04-28 16:53:26|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:53:26|FINE   |Timeout on interface HmIP-RF: reinitializing callback
2022-04-28 16:53:26|FINE   |Calling init(http://127.0.0.1:2098, HmIP-RF)
2022-04-28 16:53:26|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
2022-04-28 16:53:26|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:53:31|FINE   |Reading system variable values
2022-04-28 16:53:56|FINE   |Timeout on interface BidCos-RF: reinitializing callback
2022-04-28 16:53:56|FINE   |Calling init(http://127.0.0.1:2098, BidCos-RF)
2022-04-28 16:53:56|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
2022-04-28 16:53:56|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:53:56|FINE   |Timeout on interface HmIP-RF: reinitializing callback
2022-04-28 16:53:56|FINE   |Calling init(http://127.0.0.1:2098, HmIP-RF)
2022-04-28 16:53:56|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
2022-04-28 16:53:56|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:54:01|FINE   |Reading system variable values
2022-04-28 16:54:26|FINE   |Timeout on interface BidCos-RF: reinitializing callback
2022-04-28 16:54:26|FINE   |Calling init(http://127.0.0.1:2098, BidCos-RF)
2022-04-28 16:54:26|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
2022-04-28 16:54:26|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:54:26|FINE   |Timeout on interface HmIP-RF: reinitializing callback
2022-04-28 16:54:26|FINE   |Calling init(http://127.0.0.1:2098, HmIP-RF)
2022-04-28 16:54:27|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
2022-04-28 16:54:27|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:54:31|FINE   |Reading system variable values
2022-04-28 16:54:57|FINE   |Timeout on interface BidCos-RF: reinitializing callback
2022-04-28 16:54:57|FINE   |Calling init(http://127.0.0.1:2098, BidCos-RF)
2022-04-28 16:54:57|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
2022-04-28 16:54:57|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:54:57|FINE   |Timeout on interface HmIP-RF: reinitializing callback
2022-04-28 16:54:57|FINE   |Calling init(http://127.0.0.1:2098, HmIP-RF)
2022-04-28 16:54:57|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
2022-04-28 16:54:57|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:55:01|FINE   |Reading system variable values
2022-04-28 16:55:27|FINE   |Timeout on interface BidCos-RF: reinitializing callback
2022-04-28 16:55:27|FINE   |Calling init(http://127.0.0.1:2098, BidCos-RF)
2022-04-28 16:55:27|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
2022-04-28 16:55:27|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:55:27|FINE   |Timeout on interface HmIP-RF: reinitializing callback
2022-04-28 16:55:27|FINE   |Calling init(http://127.0.0.1:2098, HmIP-RF)
2022-04-28 16:55:27|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
2022-04-28 16:55:27|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:55:31|FINE   |Reading system variable values
2022-04-28 16:55:57|FINE   |Timeout on interface BidCos-RF: reinitializing callback
2022-04-28 16:55:57|FINE   |Calling init(http://127.0.0.1:2098, BidCos-RF)
2022-04-28 16:55:57|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
2022-04-28 16:55:57|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:55:57|FINE   |Timeout on interface HmIP-RF: reinitializing callback
2022-04-28 16:55:57|FINE   |Calling init(http://127.0.0.1:2098, HmIP-RF)
2022-04-28 16:55:57|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
2022-04-28 16:55:57|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:56:01|FINE   |Reading system variable values
2022-04-28 16:56:27|FINE   |Timeout on interface BidCos-RF: reinitializing callback
2022-04-28 16:56:27|FINE   |Calling init(http://127.0.0.1:2098, BidCos-RF)
2022-04-28 16:56:27|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
2022-04-28 16:56:27|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:56:27|FINE   |Timeout on interface HmIP-RF: reinitializing callback
2022-04-28 16:56:27|FINE   |Calling init(http://127.0.0.1:2098, HmIP-RF)
2022-04-28 16:56:27|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
2022-04-28 16:56:27|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:56:31|FINE   |Reading system variable values
2022-04-28 16:56:57|FINE   |Timeout on interface BidCos-RF: reinitializing callback
2022-04-28 16:56:57|FINE   |Calling init(http://127.0.0.1:2098, BidCos-RF)
2022-04-28 16:56:57|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
2022-04-28 16:56:57|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:56:57|FINE   |Timeout on interface HmIP-RF: reinitializing callback
2022-04-28 16:56:57|FINE   |Calling init(http://127.0.0.1:2098, HmIP-RF)
2022-04-28 16:56:57|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
2022-04-28 16:56:57|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:57:01|FINE   |Reading system variable values
2022-04-28 16:57:27|FINE   |Timeout on interface BidCos-RF: reinitializing callback
2022-04-28 16:57:27|FINE   |Calling init(http://127.0.0.1:2098, BidCos-RF)
2022-04-28 16:57:27|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
2022-04-28 16:57:27|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:57:27|FINE   |Timeout on interface HmIP-RF: reinitializing callback
2022-04-28 16:57:27|FINE   |Calling init(http://127.0.0.1:2098, HmIP-RF)
2022-04-28 16:57:27|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
2022-04-28 16:57:27|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:57:27|FINE   |Timeout on interface CUxD: reinitializing callback
2022-04-28 16:57:31|FINE   |Reading system variable values
2022-04-28 16:57:57|FINE   |Timeout on interface BidCos-RF: reinitializing callback
2022-04-28 16:57:57|FINE   |Calling init(http://127.0.0.1:2098, BidCos-RF)
2022-04-28 16:57:57|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
2022-04-28 16:57:57|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:57:57|FINE   |Timeout on interface HmIP-RF: reinitializing callback
2022-04-28 16:57:57|FINE   |Calling init(http://127.0.0.1:2098, HmIP-RF)
2022-04-28 16:57:57|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
2022-04-28 16:57:57|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:58:01|FINE   |Reading system variable values
2022-04-28 16:58:27|FINE   |Timeout on interface BidCos-RF: reinitializing callback
2022-04-28 16:58:27|FINE   |Calling init(http://127.0.0.1:2098, BidCos-RF)
2022-04-28 16:58:27|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
2022-04-28 16:58:27|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:58:27|FINE   |Timeout on interface HmIP-RF: reinitializing callback
2022-04-28 16:58:27|FINE   |Calling init(http://127.0.0.1:2098, HmIP-RF)
2022-04-28 16:58:27|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
2022-04-28 16:58:27|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:58:31|FINE   |Reading system variable values
2022-04-28 16:58:57|FINE   |Timeout on interface BidCos-RF: reinitializing callback
2022-04-28 16:58:57|FINE   |Calling init(http://127.0.0.1:2098, BidCos-RF)
2022-04-28 16:58:57|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
2022-04-28 16:58:57|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:58:57|FINE   |Timeout on interface HmIP-RF: reinitializing callback
2022-04-28 16:58:57|FINE   |Calling init(http://127.0.0.1:2098, HmIP-RF)
2022-04-28 16:58:57|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
2022-04-28 16:58:57|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:59:01|FINE   |Reading system variable values
2022-04-28 16:59:27|FINE   |Timeout on interface BidCos-RF: reinitializing callback
2022-04-28 16:59:27|FINE   |Calling init(http://127.0.0.1:2098, BidCos-RF)
2022-04-28 16:59:27|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
2022-04-28 16:59:27|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:59:27|FINE   |Timeout on interface HmIP-RF: reinitializing callback
2022-04-28 16:59:27|FINE   |Calling init(http://127.0.0.1:2098, HmIP-RF)
2022-04-28 16:59:27|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
2022-04-28 16:59:27|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:59:31|FINE   |Reading system variable values
2022-04-28 16:59:57|FINE   |Timeout on interface BidCos-RF: reinitializing callback
2022-04-28 16:59:57|FINE   |Calling init(http://127.0.0.1:2098, BidCos-RF)
2022-04-28 16:59:57|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
2022-04-28 16:59:57|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 16:59:57|FINE   |Timeout on interface HmIP-RF: reinitializing callback
2022-04-28 16:59:57|FINE   |Calling init(http://127.0.0.1:2098, HmIP-RF)
2022-04-28 16:59:57|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
2022-04-28 16:59:57|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 17:00:01|FINE   |Reading system variable values
2022-04-28 17:00:27|FINE   |Timeout on interface BidCos-RF: reinitializing callback
2022-04-28 17:00:27|FINE   |Calling init(http://127.0.0.1:2098, BidCos-RF)
2022-04-28 17:00:27|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
2022-04-28 17:00:27|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 17:00:27|FINE   |Timeout on interface HmIP-RF: reinitializing callback
2022-04-28 17:00:27|FINE   |Calling init(http://127.0.0.1:2098, HmIP-RF)
2022-04-28 17:00:27|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
2022-04-28 17:00:27|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 17:00:31|FINE   |Reading system variable values
2022-04-28 17:00:57|FINE   |Timeout on interface BidCos-RF: reinitializing callback
2022-04-28 17:00:57|FINE   |Calling init(http://127.0.0.1:2098, BidCos-RF)
2022-04-28 17:00:57|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
2022-04-28 17:00:57|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 17:00:57|FINE   |Timeout on interface HmIP-RF: reinitializing callback
2022-04-28 17:00:57|FINE   |Calling init(http://127.0.0.1:2098, HmIP-RF)
2022-04-28 17:00:57|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
2022-04-28 17:00:57|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 17:01:01|FINE   |Reading system variable values
2022-04-28 17:01:27|FINE   |Timeout on interface BidCos-RF: reinitializing callback
2022-04-28 17:01:27|FINE   |Calling init(http://127.0.0.1:2098, BidCos-RF)
2022-04-28 17:01:27|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
2022-04-28 17:01:27|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 17:01:27|FINE   |Timeout on interface HmIP-RF: reinitializing callback
2022-04-28 17:01:27|FINE   |Calling init(http://127.0.0.1:2098, HmIP-RF)
2022-04-28 17:01:27|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
2022-04-28 17:01:27|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 17:01:31|FINE   |Reading system variable values
2022-04-28 17:01:57|FINE   |Timeout on interface BidCos-RF: reinitializing callback
2022-04-28 17:01:57|FINE   |Calling init(http://127.0.0.1:2098, BidCos-RF)
2022-04-28 17:01:57|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
2022-04-28 17:01:57|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 17:01:57|FINE   |Timeout on interface HmIP-RF: reinitializing callback
2022-04-28 17:01:57|FINE   |Calling init(http://127.0.0.1:2098, HmIP-RF)
2022-04-28 17:01:57|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
2022-04-28 17:01:57|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 17:02:01|FINE   |Reading system variable values
2022-04-28 17:02:27|FINE   |Timeout on interface BidCos-RF: reinitializing callback
2022-04-28 17:02:27|FINE   |Calling init(http://127.0.0.1:2098, BidCos-RF)
2022-04-28 17:02:27|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
2022-04-28 17:02:27|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 17:02:27|FINE   |Timeout on interface HmIP-RF: reinitializing callback
2022-04-28 17:02:27|FINE   |Calling init(http://127.0.0.1:2098, HmIP-RF)
2022-04-28 17:02:27|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
2022-04-28 17:02:27|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 17:02:27|FINE   |Timeout on interface CUxD: reinitializing callback
2022-04-28 17:02:31|FINE   |Reading system variable values
2022-04-28 17:02:57|FINE   |Timeout on interface BidCos-RF: reinitializing callback
2022-04-28 17:02:57|FINE   |Calling init(http://127.0.0.1:2098, BidCos-RF)
2022-04-28 17:02:57|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
2022-04-28 17:02:57|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 17:02:57|FINE   |Timeout on interface HmIP-RF: reinitializing callback
2022-04-28 17:02:57|FINE   |Calling init(http://127.0.0.1:2098, HmIP-RF)
2022-04-28 17:02:57|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
2022-04-28 17:02:57|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 17:03:01|FINE   |Reading system variable values
2022-04-28 17:03:27|FINE   |Timeout on interface BidCos-RF: reinitializing callback
2022-04-28 17:03:27|FINE   |Calling init(http://127.0.0.1:2098, BidCos-RF)
2022-04-28 17:03:27|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
2022-04-28 17:03:27|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 17:03:27|FINE   |Timeout on interface HmIP-RF: reinitializing callback
2022-04-28 17:03:27|FINE   |Calling init(http://127.0.0.1:2098, HmIP-RF)
2022-04-28 17:03:27|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
2022-04-28 17:03:27|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 17:03:31|FINE   |Reading system variable values
2022-04-28 17:03:57|FINE   |Timeout on interface BidCos-RF: reinitializing callback
2022-04-28 17:03:57|FINE   |Calling init(http://127.0.0.1:2098, BidCos-RF)
2022-04-28 17:03:57|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
2022-04-28 17:03:57|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 17:03:57|FINE   |Timeout on interface HmIP-RF: reinitializing callback
2022-04-28 17:03:57|FINE   |Calling init(http://127.0.0.1:2098, HmIP-RF)
2022-04-28 17:03:57|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
2022-04-28 17:03:57|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 17:04:01|FINE   |Reading system variable values
2022-04-28 17:04:27|FINE   |Timeout on interface BidCos-RF: reinitializing callback
2022-04-28 17:04:27|FINE   |Calling init(http://127.0.0.1:2098, BidCos-RF)
2022-04-28 17:04:27|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
2022-04-28 17:04:27|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 17:04:27|FINE   |Timeout on interface HmIP-RF: reinitializing callback
2022-04-28 17:04:27|FINE   |Calling init(http://127.0.0.1:2098, HmIP-RF)
2022-04-28 17:04:27|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
2022-04-28 17:04:27|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 17:04:31|FINE   |Reading system variable values
2022-04-28 17:04:57|FINE   |Timeout on interface BidCos-RF: reinitializing callback
2022-04-28 17:04:57|FINE   |Calling init(http://127.0.0.1:2098, BidCos-RF)
2022-04-28 17:04:57|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
2022-04-28 17:04:57|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 17:04:57|FINE   |Timeout on interface HmIP-RF: reinitializing callback
2022-04-28 17:04:57|FINE   |Calling init(http://127.0.0.1:2098, HmIP-RF)
2022-04-28 17:04:57|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
2022-04-28 17:04:57|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 17:05:01|FINE   |Reading system variable values
2022-04-28 17:05:27|FINE   |Timeout on interface BidCos-RF: reinitializing callback
2022-04-28 17:05:27|FINE   |Calling init(http://127.0.0.1:2098, BidCos-RF)
2022-04-28 17:05:27|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
2022-04-28 17:05:27|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 17:05:27|FINE   |Timeout on interface HmIP-RF: reinitializing callback
2022-04-28 17:05:27|FINE   |Calling init(http://127.0.0.1:2098, HmIP-RF)
2022-04-28 17:05:27|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
2022-04-28 17:05:27|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 17:05:31|FINE   |Reading system variable values
2022-04-28 17:05:57|FINE   |Timeout on interface BidCos-RF: reinitializing callback
2022-04-28 17:05:57|FINE   |Calling init(http://127.0.0.1:2098, BidCos-RF)
2022-04-28 17:05:57|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
2022-04-28 17:05:57|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 17:05:57|FINE   |Timeout on interface HmIP-RF: reinitializing callback
2022-04-28 17:05:57|FINE   |Calling init(http://127.0.0.1:2098, HmIP-RF)
2022-04-28 17:05:57|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
2022-04-28 17:05:57|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 17:06:01|FINE   |Reading system variable values
2022-04-28 17:06:27|FINE   |Timeout on interface BidCos-RF: reinitializing callback
2022-04-28 17:06:27|FINE   |Calling init(http://127.0.0.1:2098, BidCos-RF)
2022-04-28 17:06:27|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
2022-04-28 17:06:27|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 17:06:27|FINE   |Timeout on interface HmIP-RF: reinitializing callback
2022-04-28 17:06:27|FINE   |Calling init(http://127.0.0.1:2098, HmIP-RF)
2022-04-28 17:06:27|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
2022-04-28 17:06:27|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 17:06:31|FINE   |Reading system variable values
2022-04-28 17:06:57|FINE   |Timeout on interface BidCos-RF: reinitializing callback
2022-04-28 17:06:57|FINE   |Calling init(http://127.0.0.1:2098, BidCos-RF)
2022-04-28 17:06:57|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
2022-04-28 17:06:57|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 17:06:57|FINE   |Timeout on interface HmIP-RF: reinitializing callback
2022-04-28 17:06:57|FINE   |Calling init(http://127.0.0.1:2098, HmIP-RF)
2022-04-28 17:06:57|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
2022-04-28 17:06:57|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 17:07:01|FINE   |Reading system variable values
2022-04-28 17:07:27|FINE   |Timeout on interface BidCos-RF: reinitializing callback
2022-04-28 17:07:27|FINE   |Calling init(http://127.0.0.1:2098, BidCos-RF)
2022-04-28 17:07:27|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
2022-04-28 17:07:27|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 17:07:27|FINE   |Timeout on interface HmIP-RF: reinitializing callback
2022-04-28 17:07:27|FINE   |Calling init(http://127.0.0.1:2098, HmIP-RF)
2022-04-28 17:07:27|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
2022-04-28 17:07:27|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 17:07:27|FINE   |Timeout on interface CUxD: reinitializing callback
2022-04-28 17:07:31|FINE   |Reading system variable values
2022-04-28 17:07:57|FINE   |Timeout on interface BidCos-RF: reinitializing callback
2022-04-28 17:07:57|FINE   |Calling init(http://127.0.0.1:2098, BidCos-RF)
2022-04-28 17:07:57|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
2022-04-28 17:07:57|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 17:07:57|FINE   |Timeout on interface HmIP-RF: reinitializing callback
2022-04-28 17:07:57|FINE   |Calling init(http://127.0.0.1:2098, HmIP-RF)
2022-04-28 17:07:57|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
2022-04-28 17:07:57|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 17:08:01|FINE   |Reading system variable values
2022-04-28 17:08:27|FINE   |Timeout on interface BidCos-RF: reinitializing callback
2022-04-28 17:08:27|FINE   |Calling init(http://127.0.0.1:2098, BidCos-RF)
2022-04-28 17:08:27|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
2022-04-28 17:08:27|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 17:08:27|FINE   |Timeout on interface HmIP-RF: reinitializing callback
2022-04-28 17:08:27|FINE   |Calling init(http://127.0.0.1:2098, HmIP-RF)
2022-04-28 17:08:27|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
2022-04-28 17:08:27|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.doCall(HmReinitTask.groovy:83)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3$_closure4.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.doCall(HmReinitTask.groovy:82)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1$_closure3.call(HmReinitTask.groovy)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.doCall(HmReinitTask.groovy:77)
	at mdz.hc.itf.hm.HmReinitTask$_checkInterfaces_closure1.call(HmReinitTask.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmReinitTask.checkInterfaces(HmReinitTask.groovy:73)
2022-04-28 17:08:31|FINE   |Reading system variable values
Sehe da etwas von mangelnden Zugriffsrechten, wenn ich das richtig verstehe. Code 401.
Hab da aber nie was dran gedreht.
Auch nicht beim letzten installieren.

Benutzeravatar
Baxxy
Beiträge: 10778
Registriert: 18.12.2018, 15:45
System: Alternative CCU (auf Basis OCCU)
Hat sich bedankt: 604 Mal
Danksagung erhalten: 2205 Mal

Re: CCU-Historian V3.0.0

Beitrag von Baxxy » 28.04.2022, 17:26

Hat deine Zentrale kürzlich vielleicht eine neue IP-Adresse bekommen, bzw. stimmt die IP in der Config mit der aktuellen IP der Zentrale überein?

Fester
Beiträge: 40
Registriert: 12.11.2020, 10:28
System: CCU
Hat sich bedankt: 14 Mal
Danksagung erhalten: 2 Mal

Re: CCU-Historian V3.0.0

Beitrag von Fester » 28.04.2022, 17:42

Baxxy hat geschrieben:
28.04.2022, 17:26
Hat deine Zentrale kürzlich vielleicht eine neue IP-Adresse bekommen, bzw. stimmt die IP in der Config mit der aktuellen IP der Zentrale überein?
Es läuft ja auf dem gleichen Pi.
Und nein, die IP war seit jeher 192.168.178.225.

Wenn ich versuche mit dem Browser die Ip mit dem Port 2001 bzw. 2010 zu öffnen bekomme ich eine Anfrage nach Nitzername und Passwort.
Nutzer sollte wohl "sa" (der Standardnutzer) sein, aber was ist das Passwort? Bzw. wo kann ich es setzen?
Zuletzt geändert von Fester am 28.04.2022, 17:50, insgesamt 1-mal geändert.

Benutzeravatar
Baxxy
Beiträge: 10778
Registriert: 18.12.2018, 15:45
System: Alternative CCU (auf Basis OCCU)
Hat sich bedankt: 604 Mal
Danksagung erhalten: 2205 Mal

Re: CCU-Historian V3.0.0

Beitrag von Baxxy » 28.04.2022, 17:49

Hmm, komisch.
Wie sehen die Firewalleinstellungen aus? Da irgendwas verändert?
Zum testen mal "Ports offen" und beim Rest "Vollzugriff" einstellen, dann den Historian via ssh mit

Code: Alles auswählen

monit restart ccu-historian
Neu starten und wieder das Logfile kontrollieren.

Fester
Beiträge: 40
Registriert: 12.11.2020, 10:28
System: CCU
Hat sich bedankt: 14 Mal
Danksagung erhalten: 2 Mal

Re: CCU-Historian V3.0.0

Beitrag von Fester » 28.04.2022, 18:05

Baxxy hat geschrieben:
28.04.2022, 17:49
Hmm, komisch.
Wie sehen die Firewalleinstellungen aus? Da irgendwas verändert?
Zum testen mal "Ports offen" und beim Rest "Vollzugriff" einstellen, dann den Historian via ssh mit

Code: Alles auswählen

monit restart ccu-historian
Neu starten und wieder das Logfile kontrollieren.
Das kam raus.
Sieht für mich nicht anders aus.

Code: Alles auswählen

2022-04-28 17:53:01|FINE   |Reading system variable values
2022-04-28 17:53:23|FINE   |Log system configuration:
2022-04-28 17:53:23|FINE   |logSystem.consoleLevel=Level.INFO
2022-04-28 17:53:23|FINE   |logSystem.fileLevel=Level.FINE
2022-04-28 17:53:23|FINE   |logSystem.fileName='/var/log/ccu-historian-%g.log'
2022-04-28 17:53:23|FINE   |logSystem.fileLimit=1000000
2022-04-28 17:53:23|FINE   |logSystem.fileCount=5
2022-04-28 17:53:23|FINE   |logSystem.binRpcLevel=Level.INFO
2022-04-28 17:53:23|INFO   |Starting base services
2022-04-28 17:53:23|FINE   |base.scriptDir='/usr/local/addons/ccu-historian/ccu-historian'
2022-04-28 17:53:24|FINE   |database.dir='/media/usb0/ccu-historian'
2022-04-28 17:53:24|FINE   |database.name='history'
2022-04-28 17:53:24|FINE   |database.user='sa'
2022-04-28 17:53:24|FINE   |database.webEnable=true
2022-04-28 17:53:24|FINE   |database.webPort=8083
2022-04-28 17:53:24|FINE   |database.webAllowOthers=true
2022-04-28 17:53:24|FINE   |database.webExternalNames=192.168.178.225
2022-04-28 17:53:24|FINE   |database.tcpEnable=false
2022-04-28 17:53:24|FINE   |database.tcpPort=9092
2022-04-28 17:53:24|FINE   |database.tcpAllowOthers=false
2022-04-28 17:53:24|FINE   |database.pgEnable=false
2022-04-28 17:53:24|FINE   |database.pgPort=5435
2022-04-28 17:53:24|FINE   |database.pgAllowOthers=false
2022-04-28 17:53:24|FINE   |database.backup=''
2022-04-28 17:53:24|INFO   |Connecting to database
2022-04-28 17:53:30|FINE   |Preparing database
2022-04-28 17:53:30|FINE   |Read config: internal.databaseVersion=4
2022-04-28 17:53:30|FINE   |Read config: internal.databaseVersion=4
2022-04-28 17:53:30|INFO   |Starting database web server
2022-04-28 17:53:30|FINE   |Database management URL: http://127.0.1.1:8083
2022-04-28 17:53:31|FINE   |Configuring interfaces
2022-04-28 17:53:31|FINE   |All devices: Reading configuration option 'historianBinRpcPort': 
2022-04-28 17:53:31|FINE   |All devices: Reading configuration option 'historianXmlRpcPort': 
2022-04-28 17:53:31|FINE   |All devices: Reading configuration option 'historianAddress': 127.0.0.1
2022-04-28 17:53:31|INFO   |Setting up device 1
2022-04-28 17:53:31|FINE   |Device 1: Reading configuration option 'type': CCU2
2022-04-28 17:53:31|FINE   |Device 1: Reading configuration option 'address': 192.168.178.225
2022-04-28 17:53:31|FINE   |Device 1: Reading configuration option 'reinitTimeout': 
2022-04-28 17:53:31|FINE   |Device 1: Reading configuration option 'prefix': 
2022-04-28 17:53:31|FINE   |Device 1: Reading configuration option 'writeAccess': 
2022-04-28 17:53:31|FINE   |Device 1: Reading configuration option 'sysVarDataCycle': 
2022-04-28 17:53:31|FINE   |Device 1: Reading configuration option 'timeout': 
2022-04-28 17:53:31|FINE   |Device 1: Reading configuration option 'username': 
2022-04-28 17:53:31|FINE   |Device 1: Reading configuration option 'password': 
2022-04-28 17:53:32|INFO   |Creating HM script client for http://192.168.178.225:8181/tclrega.exe
2022-04-28 17:53:32|INFO   |Setting up plug-in 1
2022-04-28 17:53:32|FINE   |Plug-in 1: Reading configuration option 'type': CUXD
2022-04-28 17:53:32|FINE   |Device 1: Reading configuration option 'watchdogProgram': 
2022-04-28 17:53:32|FINE   |Device 1: Reading configuration option 'watchdogCycle': 
2022-04-28 17:53:32|INFO   |Configured following interfaces: BidCos-RF, HmIP-RF, SysVar, CUxD
2022-04-28 17:53:32|INFO   |Starting interfaces
2022-04-28 17:53:32|INFO   |Starting BIN-RPC server on port 2099
2022-04-28 17:53:32|INFO   |Starting XML-RPC server on port 2098
2022-04-28 17:53:33|FINE   |XML-RPC server address is http://127.0.0.1:2098
2022-04-28 17:53:33|FINE   |Calling init(http://127.0.0.1:2098, BidCos-RF)
2022-04-28 17:53:33|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
2022-04-28 17:53:33|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2001
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmXmlRpcInterface$_start_closure1.doCall(HmXmlRpcInterface.groovy:78)
	at mdz.hc.itf.hm.HmXmlRpcInterface$_start_closure1.doCall(HmXmlRpcInterface.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmXmlRpcInterface.start(HmXmlRpcInterface.groovy:78)
	at mdz.hc.itf.Manager$_start_closure1.doCall(Manager.groovy:58)
	at mdz.hc.itf.Manager.start(Manager.groovy:56)
	at mdz.ccuhistorian.HistorianSystem.<init>(HistorianSystem.groovy:39)
	at mdz.ccuhistorian.Main.start(Main.groovy:100)
	at mdz.ccuhistorian.Main$_run_closure4.doCall(Main.groovy:77)
	at mdz.ccuhistorian.Main$_run_closure4.doCall(Main.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.ccuhistorian.Main.run(Main.groovy:77)
	at mdz.ccuhistorian.Main.main(Main.groovy:45)
2022-04-28 17:53:33|FINE   |Starting re-init task
2022-04-28 17:53:33|FINE   |Calling init(http://127.0.0.1:2098, HmIP-RF)
2022-04-28 17:53:33|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
2022-04-28 17:53:33|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:2010
	at mdz.hc.itf.hm.HmXmlRpcClient.init(HmXmlRpcClient.groovy:55)
	at mdz.hc.itf.hm.HmXmlRpcInterface.init(HmXmlRpcInterface.groovy:123)
	at mdz.hc.itf.hm.HmXmlRpcInterface$_start_closure1.doCall(HmXmlRpcInterface.groovy:78)
	at mdz.hc.itf.hm.HmXmlRpcInterface$_start_closure1.doCall(HmXmlRpcInterface.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.hc.itf.hm.HmXmlRpcInterface.start(HmXmlRpcInterface.groovy:78)
	at mdz.hc.itf.Manager$_start_closure1.doCall(Manager.groovy:58)
	at mdz.hc.itf.Manager.start(Manager.groovy:56)
	at mdz.ccuhistorian.HistorianSystem.<init>(HistorianSystem.groovy:39)
	at mdz.ccuhistorian.Main.start(Main.groovy:100)
	at mdz.ccuhistorian.Main$_run_closure4.doCall(Main.groovy:77)
	at mdz.ccuhistorian.Main$_run_closure4.doCall(Main.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.ccuhistorian.Main.run(Main.groovy:77)
	at mdz.ccuhistorian.Main.main(Main.groovy:45)
2022-04-28 17:53:33|INFO   |Connecting to 192.168.178.225:8701
2022-04-28 17:53:33|FINE   |Interfaces started
2022-04-28 17:53:33|INFO   |Starting historian
2022-04-28 17:53:33|FINE   |historian.metaCycle=14400000
2022-04-28 17:53:33|FINE   |historian.bufferCount=5000
2022-04-28 17:53:33|FINE   |historian.bufferTime=14400000
2022-04-28 17:53:34|FINE   |historian.defaultActive=false
2022-04-28 17:53:34|FINE   |historian.defaultHidden=false
2022-04-28 17:53:34|INFO   |Starting web server
2022-04-28 17:53:34|FINE   |webServer.port=8082
2022-04-28 17:53:34|FINE   |webServer.dir='/usr/local/addons/ccu-historian/ccu-historian/webapp'
2022-04-28 17:53:34|FINE   |webServer.logLevel=Level.INFO
2022-04-28 17:53:34|FINE   |webServer.historianAddress='192.168.178.225'
2022-04-28 17:53:34|FINE   |webServer.trendDesigns=[]
2022-04-28 17:53:34|FINE   |webServer.apiKeys=[]
2022-04-28 17:53:34|FINE   |webServer.menuLinks=[H2-HighChart]
2022-04-28 17:53:34|FINE   |webServer.corsOrigin='*'
2022-04-28 17:53:34|FINE   |webServer.showLastValue=false
2022-04-28 17:53:34|FINE   |webServer.trendSvg=false
2022-04-28 17:53:35|INFO   |Logging initialized @21935ms to org.eclipse.jetty.util.log.JavaUtilLog
2022-04-28 17:53:35|INFO   |jetty-9.4.45.v20220203; built: 2022-02-03T09:14:34.105Z; git: 4a0c91c0be53805e3fcffdcdcc9587d5301863db; jvm 1.8.0_322-b06
2022-04-28 17:53:36|INFO   |NO JSP Support for /, did not find org.eclipse.jetty.jsp.JettyJspServlet
2022-04-28 17:53:36|INFO   |DefaultSessionIdManager workerName=node0
2022-04-28 17:53:36|INFO   |No SessionScavenger set, using defaults
2022-04-28 17:53:36|INFO   |node0 Scavenging every 600000ms
2022-04-28 17:53:37|INFO   |Started o.e.j.w.WebAppContext@267bbe1a{CCU-Historian Web Application,/,file:///usr/local/addons/ccu-historian/ccu-historian/webapp/,AVAILABLE}
2022-04-28 17:53:37|INFO   |Started ServerConnector@6bfdb014{HTTP/1.1, (http/1.1)}{0.0.0.0:8082}
2022-04-28 17:53:37|INFO   |Started @24068ms
2022-04-28 17:53:37|INFO   |Web server port: 8082
2022-04-28 17:53:37|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:8181/tclrega.exe
2022-04-28 17:53:37|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:8181/tclrega.exe
	at mdz.hc.itf.hm.HmScriptClient.execute(HmScriptClient.groovy:360)
	at mdz.hc.itf.hm.HmScriptClient.retrieveDevices(HmScriptClient.groovy:216)
	at mdz.hc.itf.hm.HmScriptClient.getModel(HmScriptClient.groovy:305)
	at mdz.hc.itf.hm.HmXmlRpcInterface.updateLogicProperties(HmXmlRpcInterface.groovy:135)
	at mdz.hc.itf.hm.HmXmlRpcInterface.updateProperties(HmXmlRpcInterface.groovy:244)
	at mdz.hc.itf.Manager$_updateProperties_closure4.doCall(Manager.groovy:119)
	at mdz.hc.itf.Manager.updateProperties(Manager.groovy:116)
	at mdz.ccuhistorian.Historian.update(Historian.groovy:156)
	at mdz.ccuhistorian.Historian$_updateDataPointMeta_closure3$_closure12.doCall(Historian.groovy:114)
	at mdz.ccuhistorian.Historian$_updateDataPointMeta_closure3$_closure12.doCall(Historian.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.ccuhistorian.Historian$_updateDataPointMeta_closure3.doCall(Historian.groovy:110)
	at mdz.ccuhistorian.Historian.updateDataPointMeta(Historian.groovy:109)
	at mdz.ccuhistorian.Historian$_run_closure2.doCall(Historian.groovy:103)
	at mdz.ccuhistorian.Historian$_run_closure2.doCall(Historian.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.ccuhistorian.Historian.run(Historian.groovy:102)
2022-04-28 17:53:38|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:8181/tclrega.exe
2022-04-28 17:53:38|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:8181/tclrega.exe
	at mdz.hc.itf.hm.HmScriptClient.execute(HmScriptClient.groovy:360)
	at mdz.hc.itf.hm.HmScriptClient.retrieveDevices(HmScriptClient.groovy:216)
	at mdz.hc.itf.hm.HmScriptClient.getModel(HmScriptClient.groovy:305)
	at mdz.hc.itf.hm.HmXmlRpcInterface.updateLogicProperties(HmXmlRpcInterface.groovy:135)
	at mdz.hc.itf.hm.HmXmlRpcInterface.updateProperties(HmXmlRpcInterface.groovy:244)
	at mdz.hc.itf.Manager$_updateProperties_closure4.doCall(Manager.groovy:119)
	at mdz.hc.itf.Manager.updateProperties(Manager.groovy:116)
	at mdz.ccuhistorian.Historian.update(Historian.groovy:156)
	at mdz.ccuhistorian.Historian$_updateDataPointMeta_closure3$_closure12.doCall(Historian.groovy:114)
	at mdz.ccuhistorian.Historian$_updateDataPointMeta_closure3$_closure12.doCall(Historian.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.ccuhistorian.Historian$_updateDataPointMeta_closure3.doCall(Historian.groovy:110)
	at mdz.ccuhistorian.Historian.updateDataPointMeta(Historian.groovy:109)
	at mdz.ccuhistorian.Historian$_run_closure2.doCall(Historian.groovy:103)
	at mdz.ccuhistorian.Historian$_run_closure2.doCall(Historian.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.ccuhistorian.Historian.run(Historian.groovy:102)
2022-04-28 17:53:38|SEVERE |Exception: Server returned HTTP response code: 401 for URL: http://192.168.178.225:8181/tclrega.exe
2022-04-28 17:53:38|SEVERE |Detail: java.io.IOException: Server returned HTTP response code: 401 for URL: http://192.168.178.225:8181/tclrega.exe
	at mdz.hc.itf.hm.HmScriptClient.execute(HmScriptClient.groovy:360)
	at mdz.hc.itf.hm.HmScriptClient.getSystemVariables(HmScriptClient.groovy:60)
	at mdz.hc.itf.hm.HmSysVarInterface.getCache(HmSysVarInterface.groovy:79)
	at mdz.hc.itf.hm.HmSysVarInterface.getAllDataPoints(HmSysVarInterface.groovy:140)
	at mdz.ccuhistorian.Historian.browse(Historian.groovy:124)
	at mdz.ccuhistorian.Historian$_updateDataPointMeta_closure3$_closure12.doCall(Historian.groovy:112)
	at mdz.ccuhistorian.Historian$_updateDataPointMeta_closure3$_closure12.doCall(Historian.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.ccuhistorian.Historian$_updateDataPointMeta_closure3.doCall(Historian.groovy:110)
	at mdz.ccuhistorian.Historian.updateDataPointMeta(Historian.groovy:109)
	at mdz.ccuhistorian.Historian$_run_closure2.doCall(Historian.groovy:103)
	at mdz.ccuhistorian.Historian$_run_closure2.doCall(Historian.groovy)
	at mdz.Exceptions.lambda$0(Exceptions.java:84)
	at mdz.Exceptions.catchToLog(Exceptions.java:74)
	at mdz.Exceptions.catchToLog(Exceptions.java:84)
	at mdz.ccuhistorian.Historian.run(Historian.groovy:102)
2022-04-28 17:53:38|FINE   |Reading system variable values
2022-04-28 17:53:40|INFO   |Groovy servlet initialized on groovy.util.GroovyScriptEngine@286a14ec.
2022-04-28 17:54:08|FINE   |Reading system variable values
2022-04-28 17:54:38|FINE   |Reading system variable values
2022-04-28 17:55:08|FINE   |Reading system variable values
2022-04-28 17:55:38|FINE   |Reading system variable values
An den Ports wurde nichts verändert.
Ich könnte ja sogar von meinem Rechner von extern auf den Port zugreifen.
Es fehlt mir aber der Login, und das Passwort.

Oder muss ich da irgendwo, irgendwas für eintragen.

Ich habe es gefunden.

Unter Rasperymatic Einstellungen/Sicherheit war Authetifizierung aktiviert.
Muss wohl beim Update passiert sein, oder das interne Handling wurde geändert.
Ich habe da sicher nicht dran gedreht.

Wenn ich das aktivieren möchte, wo kann ich denn in Historian dann die entsprechenden Login Daten hinterlegen?

Benutzeravatar
Baxxy
Beiträge: 10778
Registriert: 18.12.2018, 15:45
System: Alternative CCU (auf Basis OCCU)
Hat sich bedankt: 604 Mal
Danksagung erhalten: 2205 Mal

Re: CCU-Historian V3.0.0

Beitrag von Baxxy » 28.04.2022, 18:27

Fester hat geschrieben:
28.04.2022, 18:05
Wenn ich das aktivieren möchte, wo kann ich denn in Historian dann die entsprechenden Login Daten hinterlegen?
Ich habe die Authentifizierung immer aus.
In der Config...

Code: Alles auswählen

devices.device1.username='Admin'
devices.device1.password='admin'
einfügen.

Fester
Beiträge: 40
Registriert: 12.11.2020, 10:28
System: CCU
Hat sich bedankt: 14 Mal
Danksagung erhalten: 2 Mal

Re: CCU-Historian V3.0.0

Beitrag von Fester » 28.04.2022, 19:23

Bei mir war sie wohl auch immer aus.
Irgendwas schief gelaufen beim updaten.
Ich werde es beim nächsten Mal im Auge behalten.

Problem lag damit nicht bei Historian.
Außer, dass es sich nicht laut genug im UI beschwert hat.

Danke jedenfalls euch allen für die Hilfe.

Antworten

Zurück zu „CCU-Historian“