Skip to content
New issue

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

java.lang.UnsupportedOperationException: The Security Manager is deprecated and will be removed in a future release #27

Open
lucasdellabella opened this issue May 6, 2022 · 1 comment

Comments

@lucasdellabella
Copy link

When I clone and run with sbt run I get the follow exception

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants