|
Problem |
Error occurs when accessing the CICS® Transaction Gateway,
resulting in this message in the WebSphere® Application Server
log:
JOBLOG.util.CommException: (IOException):java.io.IOException: CCL6651E:
Unable to connect to the Gateway. Address = 10.0.32.42, port 2006
java.net.socketexception: EDC8115I Address already in
use.(errno2=0x7663725C)
|
|
Cause |
Not enough ports defined to access CICS® Transaction
Gateway.
These are the default TCPIP port definitions:
NETWORK DOMAINNAME(AF_INET) INADDRANYPORT(7000)
INADDRANYCOUNT(325)
In this case, only 325 ports are defined.
|
|
Solution |
Increase INADDRANYCOUNT to 1000. |
|
|
|
|
|
|