Page 2 of 2

Re: Error in plugin execution runConcurrentThread

PostPosted: Thu Dec 03, 2020 12:29 pm
by mgolden50
IP address confirmed in mobile application

Hub software version 4.15.280

Re: Error in plugin execution runConcurrentThread

PostPosted: Thu Dec 03, 2020 12:33 pm
by mgolden50
App version is 5.7.7

Re: Error in plugin execution runConcurrentThread

PostPosted: Thu Dec 03, 2020 12:46 pm
by FlyingDiver
Interesting. I have two hubs set up, one worked fine (the one we use every day) and the other gave the error when I restarted it. I checked, the first had XMPP enabled as expected, the second did not. The second one also has a Cloud Access option that the first one does not. Hmm. I enabled XMPP and disabled Cloud. And then it started to work.

Re: Error in plugin execution runConcurrentThread

PostPosted: Thu Dec 03, 2020 12:51 pm
by mgolden50
Joe,

I have 26 triggers and actions that use the hub plugin. If I delete and reinstall the hub device these will all have to be reconfigured.

Is it worth doing that?

Mike

Re: Error in plugin execution runConcurrentThread

PostPosted: Thu Dec 03, 2020 12:52 pm
by mgolden50
Just disabled cloud access and left XMPP enabled. No change

Re: Error in plugin execution runConcurrentThread

PostPosted: Thu Dec 03, 2020 12:57 pm
by FlyingDiver
Try disabling XMPP, restarting the hub, then enabling it again.

If you're still getting the error, disable the device, then create a new one with the correct IP address. DON'T delete the old one. See if the new one works.

Re: Error in plugin execution runConcurrentThread

PostPosted: Thu Dec 03, 2020 1:07 pm
by mgolden50
Was not sure how to disable the the existing hub device without deleting it. So I just erased it's IP setting.

Created new Hub device with the correct IP address. Reloaded plugin. Same errors.

Re: Error in plugin execution runConcurrentThread

PostPosted: Thu Dec 03, 2020 1:08 pm
by mgolden50
Disabling XMPP restarting hub and reinabling XMPP produced same error.

Re: Error in plugin execution runConcurrentThread

PostPosted: Thu Dec 03, 2020 1:24 pm
by gt3mike
This is probably a dumb question, but are you able to ping the hub from the Mac?

If so, and if you have 'nc' (NetCat) on your Mac, you could try 'nc -zv ipaddress 5222' and see if the XMPP port is listening. Success will look like this:

% nc -zv 192.168.0.118 5222
Connection to 192.168.0.118 port 5222 [tcp/jabber-client] succeeded!

Also, how many NICs are active on the Mac, and are they all connected to the same network?

Again, probably dumb questions. Apologies if so.

Re: Error in plugin execution runConcurrentThread

PostPosted: Thu Dec 03, 2020 1:42 pm
by mgolden50
ping to hub reports no route to host host is down.

Not sure what you meant by 'nc ipaddress 5222 and how to do that.

Re: Error in plugin execution runConcurrentThread

PostPosted: Thu Dec 03, 2020 1:43 pm
by FlyingDiver
If the ping fails you have a network problem.

Re: Error in plugin execution runConcurrentThread

PostPosted: Thu Dec 03, 2020 1:48 pm
by mgolden50
Sure looks that way. I'll track it down and let you know what I found.

Thanks for your patience and support

Mike

Re: Error in plugin execution runConcurrentThread

PostPosted: Thu Dec 03, 2020 2:04 pm
by mgolden50
So....
After unplugging hub for 30 seconds and replugging it in.

DHCP assigned a new IP address. After updating the hub device to than new address and reloading the plugin Is started working again.

Not quite sure what went on to cause the problem but I'll definitely reserve that address for the hub.

Again, thanks for your support Joe.