Elasticsearch6 on MAC - Bootstrap failed: 5: Input/output error

Hi all,
I can not get run Elasticsearch 6 on my MAC Big Sure. I installed with Brew and all the time when brew services start elasticsearch@6 I get the following error:

Bootstrap failed: 5: Input/output error
Error: Failure while executing; /bin/launchctl bootstrap gui/501 /Users/xxx/Library/LaunchAgents/homebrew.mxcl.elasticsearch@6.plist exited with 5.

BDW: I installed V7 before, same problem. So I expected its the problem with the V7, but not.

Any idea how to fix it?

O.K. - looks like lot of people have the problem after update Big Sure.
Here is my solution:
launchctl unload /path/to/plist
launchctl load /path/to/plist

And it works.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.