You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried the photon-version.zip distribution but it says:
./bin/photon
Exception in thread "main" java.lang.IllegalStateException: failed to load plugin - Plugin information:
Name: lang-painless
Description: An easy, safe and fast scripting language for Elasticsearch
Version: 5.6.16
Native Controller: false
* Classname: org.elasticsearch.painless.PainlessPlugin due to jar hell
at org.elasticsearch.plugins.PluginsService.loadBundles(PluginsService.java:380)
at org.elasticsearch.plugins.PluginsService.<init>(PluginsService.java:141)
at org.elasticsearch.node.Node.<init>(Node.java:313)
at de.komoot.photon.elasticsearch.Server$MyNode.<init>(Server.java:68)
at de.komoot.photon.elasticsearch.Server.start(Server.java:110)
at de.komoot.photon.App.main(App.java:41)
Caused by: java.lang.IllegalStateException: jar hell!
class: META-INF.versions.9.module-info
jar1: /home/user/photon/build/distributions/photon-0.5.0/lib/commons-pool2-2.12.0.jar
jar2: /home/user/photon/build/distributions/photon-0.5.0/lib/json-20240303.jar
at org.elasticsearch.bootstrap.JarHell.checkClass(JarHell.java:282)
at org.elasticsearch.bootstrap.JarHell.checkJarHell(JarHell.java:192)
at org.elasticsearch.plugins.PluginsService.loadBundles(PluginsService.java:378)
... 5 more
The photon-shadow-version.zip works. Should we just remove the other distribution or rename them or why are there two?
The text was updated successfully, but these errors were encountered:
karussell
changed the title
gradle build does not run
one of the gradle distributions does not run
Apr 17, 2024
I tried the photon-version.zip distribution but it says:
The photon-shadow-version.zip works. Should we just remove the other distribution or rename them or why are there two?
The text was updated successfully, but these errors were encountered: