0

I am trying to stop the server from servers tab and i get the following error:

An internal error occurred during: "Stopping Red Hat JBoss EAP 7.3". java.lang.NoClassDefFoundError: Could not initialize class org.wildfly.security.auth.client.DefaultAuthenticationContextProvider

StudentOfTheGame
  • 163
  • 1
  • 2
  • 13

1 Answers1

1

I found the solution at https://stackoverflow.com/a/69462554/18090568.

My eclipse version is 2021-12, Red Hat Jboss EAP 7.3. adding --add-opens=java.base/java.security=ALL-UNNAMED to eclipse.ini under -vmargs

idenardi
  • 600
  • 1
  • 6
  • 20