-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OSX 10.13.6: Error: Could not find or load main class #69
Comments
It appears that the issue you are describing is in the Off the top, I would suggest one of the following:
You didn't say what the plugin config is. I am interested in the plugin version and the ES version. |
Here's the full plugin config
where
As you mentioned in your comment, running I tried editing the I might have found a workaround for the issue though. If I set the Perhaps worth adding that to the README file for other OSX users? |
Thanks for the additional details and for describing the workaround. I will add a note about this to the README. |
After adding and configuring the plugin, when trying to run the project containing it, we get the next error:
After adding a few debugging messages to the elasticsearch run script and running it directly, we noticed that the final java command is like the next one
Running the previous command directly yields to the exact same error.
However, quoting the -cp parameter value makes it work just fine, like this
Kind Regards
Juan
The text was updated successfully, but these errors were encountered: