Connection error in spite of running system

Dear all,

I have a running openhab instance with the KNX 2.0 binding. But I’m still getting error logs:
2019-10-29 19:54:00.492 [ERROR] [et/IP Tunneling 192.168.100.105:3671] - establishing connection failed, timeout connecting to control endpoint /192.168.100.105:3671

This was my old IP address. I changed it to my new one. openhab is estblishing a connection to my new IP address and everything looks like it is runnig.But I still receive this logs.
I changed my IP address in the knx.things file:
Bridge knx:ip:bridge [
type=“TUNNEL”,
ipAddress=“192.168.100.10”,
portNumber=3671,
localIp=“192.168.100.22”,
readingPause=50,
responseTimeout=10,
readRetriesLimit=3,
autoReconnectPeriod=60,
localSourceAddr=“0.0.0”
] { …

How get I rid of this error logs?

Did you already try to restart openHAB2?

Yes, several times. I get this logs since 2 months

It’s been awhile since I’ve had issues with other bindings that I have defined a thing file for; but have you tried moving your thing file out of the directory and issuing a clear things (not sure of exact karaf command) in karaf, restarting OH and then dropping your thing file back in place?

good idea, but without success :frowning:

  • I deleted all files in the things folder
  • Restart
  • Still log issue
  • I created a empty .things file
  • Restart
  • Still log issue
  • I deleted the empty file and copied the .things file back to the folder
  • Restart
  • Still the issue…,

2019-10-29 21:24:02.203 [ERROR] [et/IP Tunneling 192.168.100.105:3671] - establishing connection failed, timeout connecting to control endpoint /192.168.100.105:3671
2019-10-29 21:25:12.262 [ERROR] [et/IP Tunneling 192.168.100.105:3671] - establishing connection failed, timeout connecting to control endpoint /192.168.100.105:3671

Try logging into the Karaf console and clear the things with an empty things folder, and then move your things back after a restart and lack of logging about the bad IP.