ICO0003E javax.resource.spi.CommException:
ICO0003E:methodname error.
Failed
to connect to host [hostname],
port
[portnumber].
[java_exception]
Explanation
The IMS™ TM resource adapter was unable to connect to the host and port combination. java_exception indicates the reason for the failure to connect.
User response
Examine java_exception to
determine the reason for the failure to connect to the host. Some
values for java_exception are:
Exception | Description |
---|---|
java.net.UnknownHostException: hostname | The host name that you specified when you configured the connection factory that is used by your application is invalid, or your application specified an invalid host name. Check the spelling of the host name. You might need to use the fully qualified path for the host name or the IP address. |
java.net.ConnectException: Connection refused | Some possible reasons for the exception
are:
|
java.net.SocketException: connect (code=10051) | Some possible reasons for the exception are:
|