Java Cache Port Conflict could not be resolved
My customer has encounterred the similar issue as documented below.
Port Conflicts In EBS - Address already in use (Doc ID 1940314.1)
We suggest him to
- Reserve the port ("Java Object Cache Port">12346) in the sysctl.conf.
- net.ipv4.ip_local_reserved_ports = 12346
- Set net.ipv4.ip_local_port_range in sysctl.conf to outside of port
- net.ipv4.ip_local_port_range = 30000 65500
However, after starting adcmctl.sh and adalnctl.sh, 12346 is still used by
The following concurrent manger process.
------
- oracle.apps.fnd.cp.gsm.GSMSvcComponentContainer
------
Further more, this issue could be reproduced at will in the customer’s instance.