Callback Connection Between Two Weblogic Domains Leaving Connections in SYN_SENT status
(Doc ID 2005689.1)
Last updated on AUGUST 26, 2020
Applies to:
Oracle WebLogic Server - Version 10.3.5 and laterInformation in this document applies to any platform.
Symptoms
On : 10.3.5 version, EJB Container
ACTUAL BEHAVIOR
---------------
WLS 10.3.5 - Callback connection between two Weblogic (WLS) Domains
There are two applications deployed into two different WLS domains: ApplicationA ( deployed into WLS DOMAIN A) calls applicationB (WLS DOMAIN B).
Application A and B are Stateless EJB modules configured with REQUIRE_NEW transaction attribute (CMT).
The EJBA method calls a remote EJBB method using T3. EJBB does not call EJBA.
The WLS servers into domain A are listening on ipA and portA; the WLS server B on ipB and portB.
These firewall rules are open between these two domains:
SOURCE IP : ipA
SOURCE PORT: > 1024
DESTINATION IP:ipB
DESTINATIO PORT: portB
PROTOCOL:TCP
The application works correctly with no exceptions, but there are a lot of DROP connections from B to A; that is, on serverB connections remain in SYN_SENT status ( from ipB to ipA on port 7001 ).
EXPECTED BEHAVIOR
-----------------------
No DROP connections ( in SYN_SENT status) from B to A.
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |