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've tried building the codebase locally, and I could get it to run:
❯ git clone [email protected]:CodeLieutenant/cassandra-stress.git
❯ cd cassandra-stress
❯ rm -rf build/
❯ ant -Drelease=true artifacts
...
❯ ./tools/bin/cassandra-stress write
ls: cannot access './tools/bin/../../../scylla/build/apache-cassandra*.jar': No such file or directory
grep: ./tools/bin/../../../scylla/conf/jvm11-clients.options: No such file or directory
Error: Could not find or load main class org.apache.cassandra.stress.Stress
Caused by: java.lang.ClassNotFoundException: org.apache.cassandra.stress.Stress
❯ cd ./tools/bin/
❯ cassandra-stress write
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/opt/scylladb/share/cassandra/lib/logback-classic-1.2.13.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/opt/scylladb/share/cassandra/lib/logback-classic-1.2.9.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorStaticBinder]
java.lang.NoSuchMethodError: 'void com.google.common.base.Verify.verify(boolean, java.lang.String, java.lang.Object)'
at org.apache.cassandra.db.marshal.TypeParser.parse(TypeParser.java:91)
at org.apache.cassandra.stress.settings.SettingsColumn.<init>(SettingsColumn.java:73)
at org.apache.cassandra.stress.settings.SettingsColumn.<init>(SettingsColumn.java:57)
at org.apache.cassandra.stress.settings.SettingsColumn.get(SettingsColumn.java:202)
at org.apache.cassandra.stress.settings.StressSettings.get(StressSettings.java:287)
at org.apache.cassandra.stress.settings.StressSettings.parse(StressSettings.java:243)
at org.apache.cassandra.stress.Stress.run(Stress.java:80)
at org.apache.cassandra.stress.Stress.main(Stress.java:62)
❯ java --version
openjdk 11.0.23 2024-04-16
OpenJDK Runtime Environment (build 11.0.23+9-post-Ubuntu-1ubuntu122.04.1)
OpenJDK 64-Bit Server VM (build 11.0.23+9-post-Ubuntu-1ubuntu122.04.1, mixed mode, sharing)
The text was updated successfully, but these errors were encountered:
I've tried building the codebase locally, and I could get it to run:
The text was updated successfully, but these errors were encountered: