EJB Deployment in JBoss EAP return SaslException: Authentication failed: none of the mechanisms presented by the server (DIGEST-MD5) are supported
Issue
Security returns: created SaslClient [null] for mechanisms [DIGEST-MD5]
, as in:
08:21:09,753 TRACE [org.wildfly.security] (XNIO-1 I/O-1) Created SaslClient [null] for mechanisms [DIGEST-MD5]
08:21:09,753 TRACE [org.jboss.remoting.remote.connection] (XNIO-1 I/O-1) Connection error detail: javax.security.sasl.SaslException: Authentication failed: none of the mechanisms presented by the server (DIGEST-MD5) are supported
at org.jboss.remoting3.remote.ClientConnectionOpenListener$Capabilities.handleEvent(ClientConnectionOpenListener.java:443) [jboss-remoting-5.0.18.Final-redhat-00001.jar:5.0.18.Final-redhat-00001]
at org.jboss.remoting3.remote.ClientConnectionOpenListener$Capabilities.handleEvent(ClientConnectionOpenListener.java:244) [jboss-remoting-5.0.18.Final-redhat-00001.jar:5.0.18.Final-redhat-00001]
at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:92) [xnio-api-3.7.6.SP3-redhat-00001.jar:3.7.6.SP3-redhat-00001]
at org.xnio.conduits.ReadReadyHandler$ChannelListenerHandler.readReady(ReadReadyHandler.java:66) [xnio-api-3.7.6.SP3-redhat-00001.jar:3.7.6.SP3-redhat-00001]
at org.xnio.nio.NioSocketConduit.handleReady(NioSocketConduit.java:89)
at org.xnio.nio.WorkerThread.run(WorkerThread.java:591)
Environment
- Red Hat JBoss Enterprise Application Platform (EAP)
- 7.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.