Fork me on GitHub
#fulcro
<
2022-01-30
>
sif22:01:40

Hi. When I try running fulcro rad demo using xtdb it crashes. I don’t know why?

refset22:01:29

Hi, what's the stack trace? Are you using an M1 Mac?

sif23:01:20

Hi, it’s an Intel Mac.

tony.kay23:01:10

Use a standard JDK release

tony.kay23:01:34

8 is well-tested with Clojure, as is 11 I think. Using a homebrew-built openjdk is almost certainly your problem

tony.kay00:01:03

My guess is the version of libcrypto isn't right, and got compiled in wrong, and now the binary JVM is unstable.

Pragyan Tripathi02:01:01

I was facing this issue. I resolved it by removing JAVA completely from my mac… and re-install latest one using brew install --cask temurin Cleaning part was important I kept facing this issue until then. I used following command for cleaning up JAVA, after uninstall whatever java version I had. :

sudo rm -rf /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin
sudo rm -rf /Library/PreferencePanes/JavaControlPanel.prefPane
sudo rm -rf /Library/Application\ Support/Oracle/Java/
sudo rm -rf /Library/Java/JavaVirtualMachines

🙏 1
sif16:01:03

Awesome. I cleaned all and switched to Java 8. All works. Thanks!

👍 1