java.lang.IllegalStateException: Could not load plugin descriptor for existing plugin [reindexing]. Was the plugin built before 2.0?
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Samebug tips
Thrown when an attempt is made to access a file that does not exist. Ensure that the directory,
target/test-classes
, exists.
Solutions on the web
via GitHub by git-harry
, 1 year agovia GitHub by alextricity25
, 1 year agovia Google Groups by Unknown author, 4 months ago
via GitHub by aarvee11
, 1 year agovia Stack Overflow by Euphemia
, 2 years agojava.nio.file.NoSuchFileException: /usr/share/elasticsearch/plugins/reindexing/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:317)
at java.nio.file.Files.newByteChannel(Files.java:363)
at java.nio.file.spi.FileSystemProvider.newInputStream(FileSystemProvider.java:380)
at java.nio.file.Files.newInputStream(Files.java:108)
at org.elasticsearch.plugins.PluginInfo.readFromProperties(PluginInfo.java:87)
at org.elasticsearch.plugins.PluginsService.getPluginBundles(PluginsService.java:378)
at org.elasticsearch.plugins.PluginsService.
(PluginsService.java:128) at org.elasticsearch.node.Node.
(Node.java:158) at org.elasticsearch.node.Node.
(Node.java:140) at org.elasticsearch.node.NodeBuilder.build(NodeBuilder.java:143)
at org.elasticsearch.bootstrap.Bootstrap.setup(Bootstrap.java:194)
at org.elasticsearch.bootstrap.Bootstrap.init(Bootstrap.java:286)
at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:35)