我有一个程序,该程序使用JBoss eap 7服务器并使用EJB远程客户端与JBoss服务器进行通信。但是,当客户端有时访问服务器时,我可以成功访问并调用EJB。但有时会出现以下错误:
Authentication failed: all available authentication mechanisms failed:
PLAIN: javax.security.sasl.SaslException: PLAIN: Server rejected authentication
一些要点:
我的JBoss服务器是集群的。
在处理来自jboss-ejb-client 4.0.12版本的故障节点时,抛出此异常。
Object is : RemotingEJBDiscoveryProvider.java
inner class : final class DiscoveryAttempt
Method: public void handleFailed(final IOException exception, final URI destination)
3. And once exception is there, jboss considered them as failedDestinations.
但是我的问题是为什么这是间歇性的?有时所有节点都被视为有效目的地,并且成功进行了呼叫。
感谢您对此的帮助。 谢谢。