We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I clone and run with sbt run I get the follow exception
sbt run
java.lang.UnsupportedOperationException: The Security Manager is deprecated and will be removed in a future release
When I add jvm args to allow the security manager like so:
sbt run -J-Djava.security.manager=allow
then when i navigate to localhost:9000 I see
com.google.common.util.concurrent.UncheckedExecutionException: java.lang.IllegalStateException: Unable to load cache item
New to jvm langs, so not really sure what's going on.
The text was updated successfully, but these errors were encountered:
http://lertsirikarn.blogspot.com/2022/05/how-to-fix-sbt-error-error-during-sbt.html
Sorry, something went wrong.
No branches or pull requests
When I clone and run with
sbt run
I get the follow exceptionWhen I add jvm args to allow the security manager like so:
then when i navigate to localhost:9000 I see
New to jvm langs, so not really sure what's going on.
The text was updated successfully, but these errors were encountered: