Action Collection not running error

Posted on
Tue Oct 02, 2018 7:45 pm
DVDDave offline
Posts: 470
Joined: Feb 26, 2006
Location: San Jose, CA

Action Collection not running error

After upgrading to Indigo 7.2, I have been getting the error "unable to execute action -- device plugin Action Collection not running" several times when starting up. The error didn't occur in a startup just before upgrading. Restarting the server doesn't help. I don't know know how to troubleshoot this, or if it's even important, since the error doesn't say what action could not be executed. Any suggestions? Thanks.

--Dave

Posted on
Wed Oct 03, 2018 8:34 am
matt (support) offline
Site Admin
User avatar
Posts: 21417
Joined: Jan 27, 2003
Location: Texas

Re: Action Collection not running error

Can you email us an Event Log showing two or three server restarts? We'll see if we can figure anything out based on that.

Image

Posted on
Wed Oct 03, 2018 8:40 am
DVDDave offline
Posts: 470
Joined: Feb 26, 2006
Location: San Jose, CA

Re: Action Collection not running error

Will do

Posted on
Wed Oct 03, 2018 10:04 am
DVDDave offline
Posts: 470
Joined: Feb 26, 2006
Location: San Jose, CA

Re: Action Collection not running error

Well, that was easy. After having gotten the error through repeated restarts yesterday, I did a couple of restarts just now to comply with your request and no error showed up. Although I was working on some Homekit and Harmony Hub related issues, I can't think of anything I did relating to the error. And I always get better just as I call the doctor when I'm sick! :oops:

I'll let you know if it happens again but all is OK for now.

Thanks.

--Dave

Posted on
Thu Oct 04, 2018 3:57 am
forestfield offline
Posts: 83
Joined: Dec 29, 2014
Location: West Sussex

Re: Action Collection not running error

As another data point I saw this last week after a restart of my mac. I was running 7.1.1 though, under High Sierra 10.13.6. Restarts of various plugins didn't do anything; shutting down and restarting indigo fixed it. Have since upgraded to 7.2.

Found the log file - extract attached. Looks like the start up of the action collection timed out.

-- Paul --
Attachments
action_collection_failure.log
Shows start up failure of action collection
(25.92 KiB) Downloaded 116 times

Posted on
Thu Oct 04, 2018 8:41 am
jay (support) offline
Site Admin
User avatar
Posts: 18220
Joined: Mar 19, 2008
Location: Austin, Texas

Re: Action Collection not running error

forestfield wrote:
As another data point I saw this last week after a restart of my mac. I was running 7.1.1 though, under High Sierra 10.13.6. Restarts of various plugins didn't do anything; shutting down and restarting indigo fixed it. Have since upgraded to 7.2.

Found the log file - extract attached. Looks like the start up of the action collection timed out.

-- Paul --



Ok, so given that there were a bunch of plugins that timed out trying to start up, it seems likely that something was happening on your Mac to cause all those plugins to timeout when trying to start. Do you recall if that was directly after a reboot? I'm wondering what else the Mac might have been doing while the server was starting up and starting all those plugin processes. You'll notice that you see those timeouts happening 30 seconds after the server tried to start them up - that's an extremely long time to start up the host process that the plugin runs in, so I'm guessing that there were other things going on your Mac at the same time and it was just causing it to run really slowly.

Jay (Indigo Support)
Twitter | Facebook | LinkedIn

Posted on
Thu Oct 04, 2018 8:54 am
forestfield offline
Posts: 83
Joined: Dec 29, 2014
Location: West Sussex

Re: Action Collection not running error

There are a bunch of things happening at boot, but always have been! This is a new refurb mac mini, replaced the previous one a few months ago. The previous one was *really* slow, took about 10 minutes from boot to get indigo initialised. However I've never seen this issue before on either the old or new mac; don't know why this particular boot had the issue :-(

I'm not holding my breath expecting to see the issue again!

-- Paul --

Posted on
Thu Oct 04, 2018 9:06 am
forestfield offline
Posts: 83
Joined: Dec 29, 2014
Location: West Sussex

Re: Action Collection not running error

Just to clarify, this *was* after a reboot.

Posted on
Thu Oct 04, 2018 9:14 am
jay (support) offline
Site Admin
User avatar
Posts: 18220
Joined: Mar 19, 2008
Location: Austin, Texas

Re: Action Collection not running error

Do you have any startup scripts, particularly AppleScripts that might be doing a remote "tell" without a timeout? That's one sure way of hanging up the server because those scripts take 30 seconds to timeout if the remote Mac isn't reachable. But in general anything at startup has the potential of causing issues depending on the actions that it's performing.

Jay (Indigo Support)
Twitter | Facebook | LinkedIn

Posted on
Thu Oct 04, 2018 9:41 am
forestfield offline
Posts: 83
Joined: Dec 29, 2014
Location: West Sussex

Re: Action Collection not running error

I don't think so, I've had a trawl though the Indigo scripts folder, and the database and have no 'external' applescripts, and 4 internal ones, none of which tell to a remote mac.
Two are to tell iTunes (on the same mac) to increase/decrease the system volume; and 2 are tell IndigoServer to send an email. I need to replace the email ones with something else - I'll add that to my todo list.

It may be that I had my backup drives (6*2 or 3Tb volumes) turned on when I rebooted, so the disk checking mounting may have been extra busy, but again not the 1st time I've done this.

-- Paul --

Posted on
Thu Oct 04, 2018 9:57 am
forestfield offline
Posts: 83
Joined: Dec 29, 2014
Location: West Sussex

Re: Action Collection not running error

One exception to the above statement ...

I have an external applescript that is called in my startup trigger and lives in under my home directory.

It does
Code: Select all
tell application "Airfoil"
   set linked volume to true
end tell


Perhaps Airfoil had an issue starting? Just in case, script changed to

Code: Select all
tell application "Airfoil"
   with timeout of 10 seconds
      set linked volume to true
   end timeout
end tell


-- Paul --

Edited to add improved script

Posted on
Thu Oct 04, 2018 10:53 am
matt (support) offline
Site Admin
User avatar
Posts: 21417
Joined: Jan 27, 2003
Location: Texas

Re: Action Collection not running error

You might also want to try enabling the delay checkbox (on the action panel) for that trigger. Maybe delay it by a couple of minutes once everything has cooled down?

Image

Posted on
Thu Oct 04, 2018 11:54 am
forestfield offline
Posts: 83
Joined: Dec 29, 2014
Location: West Sussex

Re: Action Collection not running error

Good idea - done.

Page 1 of 1

Who is online

Users browsing this forum: No registered users and 6 guests