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
Exception in thread "sbt-socket-server" java.lang.NoClassDefFoundError: Could not initialize class org.scalasbt.ipcsocket.JNIUnixDomainSocketLibraryProvider
at org.scalasbt.ipcsocket.UnixDomainSocketLibraryProvider.get(UnixDomainSocketLibraryProvider.java:26)
at org.scalasbt.ipcsocket.UnixDomainSocketLibraryProvider.maxSocketLength(UnixDomainSocketLibraryProvider.java:31)
at sbt.internal.server.Server$$anon$1$$anon$2.$anonfun$run$1(Server.scala:75)
at scala.util.Try$.apply(Try.scala:213)
at sbt.internal.server.Server$$anon$1$$anon$2.run(Server.scala:63)
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.UnsatisfiedLinkError: darwin/aarch64/libsbtipcsocket.dylib not found on classpath [in thread "main"]
This was trying to load set 1.10.2 in the cromwell directory
So I edited project/build.properties to have
sbt.version=1.8.2
And everything worked.
Share I submit a PR with that change?
The text was updated successfully, but these errors were encountered:
GregoryDougherty
changed the title
set 1.8.1 does not work on M1 Mac
sbt 1.8.1 does not work on M1 Mac
Sep 27, 2024
Bug is full covered here:
sbt/sbt#7117
The error I was getting was this:
This was trying to load set 1.10.2 in the cromwell directory
So I edited project/build.properties to have
sbt.version=1.8.2
And everything worked.
Share I submit a PR with that change?
The text was updated successfully, but these errors were encountered: