Restoring

Posted on
Mon May 23, 2022 10:44 pm
Radjin offline
User avatar
Posts: 146
Joined: May 13, 2015

Restoring

I had some sort of failure that took out my data drive which holds my applications and such. After replacing, I restored everything and most is working okey. One problem I am having is the plugins, none will load but keep trying. I disabled/reenabled but get the same problem. I suspect there is another set of data files in a different place for these plugins that I missed on the restore.

Would really appreciate some suggestions?

Radjin~

It's not rocket science...

Posted on
Tue May 24, 2022 1:59 am
FlyingDiver offline
User avatar
Posts: 7184
Joined: Jun 07, 2014
Location: Southwest Florida, USA

Re: Restoring

Can you post the Event log errors?

joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177

Posted on
Tue May 24, 2022 7:51 am
Radjin offline
User avatar
Posts: 146
Joined: May 13, 2015

Re: Restoring

Here's a snip of the event log. The following repeats over and over.


Code: Select all
  Reloading plugin "Web Server 2021.2.0" using API v2.5
   Starting plugin "Web Server 2021.2.0" (pid 18731)
   Error                           plugin "Web Server 2021.2.0" (pid 18731) failed to start -- restarting in 20 seconds
   Reloading plugin "Fantastic Weather 1.0.11" using API v2.0
   Warning                         plugin "Fantastic Weather 1.0.11" may not be compatible with next Indigo release without an update
   Starting plugin "Fantastic Weather 1.0.11" (pid 18732)
   Reloading plugin "DSC Alarm 2.2.2" using API v1.0
   Warning                         plugin "DSC Alarm 2.2.2" may not be compatible with next Indigo release without an update
   Starting plugin "DSC Alarm 2.2.2" (pid 18733)
   Reloading plugin "Mac Apps 0.0.9" using API v2.0
   Warning                         plugin "Mac Apps 0.0.9" may not be compatible with next Indigo release without an update
   Starting plugin "Mac Apps 0.0.9" (pid 18734)
   Reloading plugin "Mac Disks 0.0.10" using API v2.0
   Warning                         plugin "Mac Disks 0.0.10" may not be compatible with next Indigo release without an update
   Starting plugin "Mac Disks 0.0.10" (pid 18735)
   Reloading plugin "Online Sensor 0.0.15" using API v2.0
   Warning                         plugin "Online Sensor 0.0.15" may not be compatible with next Indigo release without an update
   Starting plugin "Online Sensor 0.0.15" (pid 18736)
   Reloading plugin "Cynical SecuritySpy 2.4.3" using API v1.2.0
   Warning                         plugin "Cynical SecuritySpy 2.4.3" may not be compatible with next Indigo release without an update
   Starting plugin "Cynical SecuritySpy 2.4.3" (pid 18737)
   Error                           plugin "Fantastic Weather 1.0.11" (pid 18725) failed to start -- restarting in 20 seconds
   Error                           plugin "DSC Alarm 2.2.2" (pid 18726) failed to start -- restarting in 20 seconds
   Error                           plugin "Mac Apps 0.0.9" (pid 18727) failed to start -- restarting in 20 seconds
   Error                           plugin "Mac Disks 0.0.10" (pid 18728) failed to start -- restarting in 20 seconds
   Error                           plugin "Online Sensor 0.0.15" (pid 18729) failed to start -- restarting in 20 seconds
   Error                           plugin "Cynical SecuritySpy 2.4.3" (pid 18730) failed to start -- restarting in 20 seconds

It's not rocket science...

Posted on
Tue May 24, 2022 7:54 am
FlyingDiver offline
User avatar
Posts: 7184
Joined: Jun 07, 2014
Location: Southwest Florida, USA

Re: Restoring

Hmm. First thing I would do is re-run the Indigo installer, which will fix any missing files and (I think) fix permissions as well.

joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177

Posted on
Tue May 24, 2022 8:17 am
Radjin offline
User avatar
Posts: 146
Joined: May 13, 2015

Re: Restoring

Thanks for that idea but I get the exact same errors.

I tried reinstalling the plugin over the existing one as well, and it did not help.

It's not rocket science...

Posted on
Tue May 24, 2022 8:39 am
FlyingDiver offline
User avatar
Posts: 7184
Joined: Jun 07, 2014
Location: Southwest Florida, USA

Re: Restoring

Got me. I think Matt or Jay will have to handle this one.

joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177

Posted on
Tue May 24, 2022 10:05 am
Radjin offline
User avatar
Posts: 146
Joined: May 13, 2015

Re: Restoring

Thank you though. It was worth a try.

It's not rocket science...

Posted on
Tue May 24, 2022 10:44 am
jay (support) offline
Site Admin
User avatar
Posts: 18185
Joined: Mar 19, 2008
Location: Austin, Texas

Re: Restoring

Questions:

1) What macOS Version?
2) What other errors do you see in the event log?
3) Are the built-in plugins starting?
4) Do your devices work (those outside of those from plugins which aren't starting)?

Jay (Indigo Support)
Twitter | Facebook | LinkedIn

Posted on
Tue May 24, 2022 11:37 am
Radjin offline
User avatar
Posts: 146
Joined: May 13, 2015

Re: Restoring

jay (support) wrote:
Questions:

1) What macOS Version? I was going to say 12.3 but it appears to have updated to 12.4. autoupdate being default on is annoying.
2) What other errors do you see in the event log? No other errors.
3) Are the built-in plugins starting? Email+ is the only plugin showing green with no errors. It would appear all built-in plugins are working as there are no other errors.
4) Do your devices work (those outside of those from plugins which aren't starting)?
All devices work.

It's not rocket science...

Posted on
Tue May 24, 2022 2:03 pm
jay (support) offline
Site Admin
User avatar
Posts: 18185
Joined: Mar 19, 2008
Location: Austin, Texas

Re: Restoring

Open a terminal window and paste in the following command:

Code: Select all
 softwareupdate --install-rosetta --agree-to-license


Then restart the Indigo Server.

Jay (Indigo Support)
Twitter | Facebook | LinkedIn

Posted on
Tue May 24, 2022 5:12 pm
Radjin offline
User avatar
Posts: 146
Joined: May 13, 2015

Re: Restoring

jay (support) wrote:
Open a terminal window and paste in the following command:

Code: Select all
 softwareupdate --install-rosetta --agree-to-license


Then restart the Indigo Server.



That did it. I forgot Rosetta would not be installed if I were simply restoring, nothing was being installed.

Thank you once again.

It's not rocket science...

Page 1 of 1

Who is online

Users browsing this forum: No registered users and 3 guests