IBM Support

IZE0106E Connection timed out when using OpenText SOCKS Client

Question & Answer


Question

Why does the CICS Explorer fail to connect to the host with error "Connection timed out: connect" when using OpenText SOCKS Client?

The .log shows :

 !ENTRY com.ibm.cics.core.connections 2 2 2019-03-01 10:10:54.781
 !MESSAGE IZE0106E Connect failed with error "Connection timed out: connect" (HOST XXX)
 !STACK 0
 com.ibm.cics.core.comm.EnhancedConnectionException: IZE0106E Connect failed with error "Connection timed out: connect" (HOST XXX)
     at com.ibm.cics.core.connections.internal.ConnectionService.enhanceExceptionMessage
 ``(ConnectionService.java:680)
     at com.ibm.cics.core.connections.internal.ConnectionService.doConnect(ConnectionService.java:649)
     at com.ibm.cics.core.connections.internal.ConnectionService.connect(ConnectionService.java:546)
     at com.ibm.cics.core.connections.internal.ConnectionService$7.runSub(ConnectionService.java:878)
     at com.ibm.cics.eclipse.common.ui.JobWithCancelingSupport$1.run(JobWithCancelingSupport.java:56)
     at org.eclipse.core.internal.jobs.Worker.run(Worker.java:60) 

Answer

OpenText SOCKS Client automatically intercepts requests and pushes them through the correct socks proxy. So, there is no proxy configuration.

This is because of the way Java operates with IPv6. For more information, see Java applications no longer socksify correctly.

To fix this problem, add the following line at the end of the zosexplorer.ini file (somewhere under the -vmargs line):

-Djava.net.preferIPv4Stack=true

[{"Business Unit":{"code":"BU058","label":"IBM Infrastructure w\/TPS"},"Product":{"code":"SSGMGV","label":"CICS Transaction Server"},"Platform":[{"code":"PF035","label":"z\/OS"}],"Component":"CICS Explorer","Version":"","Line of Business":{"code":"LOB35","label":"Mainframe SW"}}]

Product Synonym

CICS/TS CICSTS CICS TS CICS Transaction Server

Document Information

Modified date:
05 August 2019

UID

dwa1503112