javax.ejb.EJBTransactionRolledbackException: Authentication failure
Issue
- We have an application that sends messages to another system using TCP sockets.
- Sometimes we encounter this error when trying to send the message :
javax.ejb.EJBTransactionRolledbackException: Authentication failure
Caused by: javax.security.auth.login.FailedLoginException: No matching user found
.....
at sun.reflect.GeneratedMethodAccessor513.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at javax.security.auth.login.LoginContext.invoke(LoginContext.java:769)
- Any idea of what could be the origin of the problem ?
Environment
- Red Hat JBoss Enterprise Application Platform(EAP)
- 4.3.0.GA_CP10
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.