-
Notifications
You must be signed in to change notification settings - Fork 60
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
ES error message: Unable to initialize plugins #41
Comments
/siren-join-2.1.1/plugin-descriptor.properties is needed Exception in thread "main" ElasticsearchException[Could not find plugin class [solutions.siren.join.SirenJoinPlugin]]; nested: ClassNotFoundException[solutions.siren.join.SirenJoinPlugin]; ################################################# Any idea how to explain where this "solutions.siren.join.SirenJoinPlugin" located. Thanks, |
@akre1 could you give more information on how you installed the plugin ? |
@scampi: Yes , you're right. This properties exist actually here ../elasticsearch-2.1.1/plugins/siren-join-2.1.1/src/main/resources/ @rendel: I used both methods installation from local and from internet
|
@akre1 how did you build the siren-join-2.1.1.zip file ? |
@rendel Yes, Plugin has been removed and than installed. I'm going to create package from source. I'll report how it went. |
Weird, the error looks like a classpath problem, like if the elasticsearch instance was not properly loading the plugin classes. |
I'm using jdk1.8.0_25, and elasticsearch-2.1.1 |
@rendel many thanks for you help. Well, the issue has been solved. |
@akre1 for future reference, how did you manage to solve this ? thanks! |
@scampi you have to follow this simple steps:
enjoy :) |
Hi All,
I get this error message from ES after the installation (please see below).
Any idea how to fix this?
>elasticsearch-2.1.1
>Linux ariel 2.6.32-431.11.2.el6.x86_64 #1 SMP Mon Mar 3 13:32:45 EST 2014 x86_64 x86_64 x86_64 GNU/Linux
Exception in thread "main" java.lang.IllegalStateException: Unable to initialize plugins
Likely root cause: java.nio.file.NoSuchFileException: /applications/elasticsearch/users/esuser/elasticsearch-2.1.1/plugins/siren-join-2.1.1/plugin-descriptor.properties
at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
at sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:214)
at java.nio.file.Files.newByteChannel(Files.java:361)
at java.nio.file.Files.newByteChannel(Files.java:407)
at java.nio.file.spi.FileSystemProvider.newInputStream(FileSystemProvider.java:384)
at java.nio.file.Files.newInputStream(Files.java:152)
at org.elasticsearch.plugins.PluginInfo.readFromProperties(PluginInfo.java:86)
at org.elasticsearch.plugins.PluginsService.getPluginBundles(PluginsService.java:302)
at org.elasticsearch.plugins.PluginsService.(PluginsService.java:108)
at org.elasticsearch.node.Node.(Node.java:146)
at org.elasticsearch.node.Node.(Node.java:128)
at org.elasticsearch.node.NodeBuilder.build(NodeBuilder.java:145)
at org.elasticsearch.bootstrap.Bootstrap.setup(Bootstrap.java:178)
at org.elasticsearch.bootstrap.Bootstrap.init(Bootstrap.java:285)
at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:35)
Refer to the log for complete error details.
Many thanks in advance.
Regards,
Alexander
The text was updated successfully, but these errors were encountered: