On one occasion, I sent messages from my domain to an external domain in WebLogic. This worked fine, but recently I tried to repeat it but with other domains, now it does not work. I have already enabled a trust between the 2 domains, and I am sure that my connection information to connect to the external domain is correct, because I did it before, but now I have this problem.
<Jul 26, 2018 6:52:22 PM CDT> <Warning> <RMI> <BEA-080003> <A RuntimeException was generated by the RMI server: 1031167307
java.lang.SecurityException: [Security:090398]Invalid Subject: principals=[weblogic, Administrators, CrossDomainConnectors].
java.lang.SecurityException: [Security:090398]Invalid Subject: principals=[weblogic, Administrators, CrossDomainConnectors]
at weblogic.security.service.SecurityServiceManagerDelegate2Impl.seal(SecurityServiceManagerDelegate2Impl.java:484)
at weblogic.security.service.SecurityServiceManagerDelegate2Impl.getSealedSubjectFromWire(SecurityServiceManagerDelegate2Impl.java:177)
at weblogic.security.service.SecurityServiceManager.getSealedSubjectFromWire(SecurityServiceManager.java:427)
at weblogic.rjvm.MsgAbbrevInputStream.getSubject(MsgAbbrevInputStream.java:362)
at weblogic.rmi.internal.BasicServerRef.acceptRequest(BasicServerRef.java:996)
Truncated. see log file for complete stacktrace>
Could someone help me find the main problem?