Wednesday, November 8, 2017

Coherence WKA configuration changes with 11.1.1.9

With 11.1.1.9, Oracle has changed the instructions on what they recommend for the Coherence configuration for the WKA1 and WKA2 settings.

This is wrong: 

soa_server1
-Dtangosol.coherence.wka1=soahost1 -Dtangosol.coherence.wka2=soahost2 -Dtangosol.coherence.localhost=soahost1 -Dweblogic.MaxMessageSize=50000000 -Dtangosol.coherence.localport=8088 -Dtangosol.coherence.wka1.port=8088 -Dtangosol.coherence.wka2.port=8088

soa_server2
-Dtangosol.coherence.wka1=soahost2 -Dtangosol.coherence.wka2=soahost1 -Dtangosol.coherence.localhost=soahost2 -Dweblogic.MaxMessageSize=50000000 -Dtangosol.coherence.localport=8088 -Dtangosol.coherence.wka1.port=8088 -Dtangosol.coherence.wka2.port=8088

This is right:

soa_server1
-Dtangosol.coherence.wka1=soahost1 -Dtangosol.coherence.wka2=soahost2 -Dtangosol.coherence.localhost=soahost1 -Dweblogic.MaxMessageSize=50000000 -Dtangosol.coherence.localport=8088 -Dtangosol.coherence.wka1.port=8088 -Dtangosol.coherence.wka2.port=8088

soa_server2
-Dtangosol.coherence.wka1=soahost1 -Dtangosol.coherence.wka2=soahost2 -Dtangosol.coherence.localhost=soahost2 -Dweblogic.MaxMessageSize=50000000 -Dtangosol.coherence.localport=8088 -Dtangosol.coherence.wka1.port=8088 -Dtangosol.coherence.wka2.port=8088

 
References
 
Applicable Versions
  • Oracle SOA Suite 11g (11.1.1.9.0)

 

No comments: