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
brew gist-logs <formula> link OR brew config AND brew doctor output
$ brew gist-logs cassandra
Error: A newer Command Line Tools release is available.
Update them from Software Update in System Settings.
If that doesn't show you any updates, run: sudo rm -rf /Library/Developer/CommandLineTools sudo xcode-select --installAlternatively, manually download them from: https://developer.apple.com/download/all/.You should download the Command Line Tools for Xcode 15.4.
$ brew config
HOMEBREW_VERSION: 4.4.8-22-g8f074ac
ORIGIN: https://github.com/Homebrew/brew
HEAD: 8f074ac67243320cff40d751511f07489cb31e58
Last commit: 3 hours ago
Branch: master
Core tap HEAD: 6a1143735589fe0d7029fd75db0ec2360d5dd473
Core tap last commit: 27 minutes ago
Core tap JSON: 27 Nov 04:32 UTC
Core cask tap JSON: 27 Nov 04:32 UTC
HOMEBREW_PREFIX: /opt/homebrew
HOMEBREW_REPOSITORY: /opt/homebrew/Homebrew
HOMEBREW_BOTTLE_DOMAIN: https://mirrors.tuna.tsinghua.edu.cn/homebrew-bottles
HOMEBREW_CASK_OPTS: []
HOMEBREW_MAKE_JOBS: 10
HOMEBREW_SORBET_RUNTIME: set
Homebrew Ruby: 3.3.6 => /opt/homebrew/Homebrew/Library/Homebrew/vendor/portable-ruby/3.3.6/bin/ruby
CPU: 10-core 64-bit arm_firestorm_icestorm
Clang: 15.0.0 build 1500
Git: 2.39.3 => /Library/Developer/CommandLineTools/usr/bin/git
Curl: 8.4.0 => /usr/bin/curl
macOS: 14.3-arm64
CLT: 15.0.0.0.1.1694021235
Xcode: N/A
Rosetta 2: false
Verification
My brew doctor output says Your system is ready to brew. and am still able to reproduce my issue.
I ran brew update and am still able to reproduce my issue.
I have resolved all warnings from brew doctor and that did not fix my problem.
shell
Then I try to start cassandra manually, it said jamm-0.3.2.jar file is missing
$ JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk-11.0.9.jdk/Contents/Home /opt/homebrew/opt/cassandra/bin/cassandra -f
Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
Error opening zip file or JAR manifest missing : /opt/homebrew/Cellar/cassandra/5.0.2/libexec/jamm-0.3.2.jar
Error occurred during initialization of VM
agent library failed to init: instrument
The text was updated successfully, but these errors were encountered:
brew gist-logs <formula>
link ORbrew config
ANDbrew doctor
outputVerification
brew doctor
output saysYour system is ready to brew.
and am still able to reproduce my issue.brew update
and am still able to reproduce my issue.brew doctor
and that did not fix my problem.What were you trying to do (and why)?
brew services start cassandra
What happened (include all command output)?
What did you expect to happen?
cassandra process should start
Step-by-step reproduction instructions (by running
brew
commands)shell
Then I try to start cassandra manually, it said jamm-0.3.2.jar file is missing
The text was updated successfully, but these errors were encountered: