Hi, I got RSEG1243 error when conecting from RDz v801 client. The host version is also 801
My another PC works fine. So I guess the host setup should be correct. Any idea for the error? Great thanks for help!
java.net.SocketException: Malformed reply from SOCKS server
java.net.SocketException: Malformed reply from SOCKS server
at java.net.SocksSocketImpl.readSocksReply(Unknown Source)
at java.net.SocksSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at java.net.Socket.<init>(Unknown Source)
at java.net.Socket.<init>(Unknown Source)
at org.eclipse.dstore.core.client.ClientConnection.connectDaemon(Unknown Source)
at com.ibm.etools.zseries.util.DStoreWithSSHConnectorService.launchServer(Unknown Source)
at com.ibm.etools.zseries.util.DStoreWithSSHConnectorService.launchServer(Unknown Source)
at org.eclipse.rse.connectorservice.dstore.DStoreConnectorService.connectWithDaemon(Unknown Source)
at org.eclipse.rse.connectorservice.dstore.DStoreConnectorService.internalConnect(Unknown Source)
at org.eclipse.rse.core.subsystems.AbstractConnectorService$1.run(Unknown Source)
at org.eclipse.rse.core.subsystems.AbstractConnectorService$SafeRunner.run(Unknown Source)
at org.eclipse.rse.core.subsystems.AbstractConnectorService.connect(Unknown Source)
at org.eclipse.rse.core.subsystems.SubSystem.connect(Unknown Source)
at org.eclipse.rse.internal.ui.actions.SystemConnectAllSubSystemsAction$ConnectAllJob.run(Unknown Source)
at org.eclipse.core.internal.jobs.Worker.run(Unknown Source)
A suggestion given by our server side expert...
Can you check to see if the PC w/ the connectivity issue have the same SOCKS server and the same JDK level as the other one that can connect?
Steven
-------------------
Hi, Thanks for the idea, this is exactly the problem!
We found the "SOCKS" box is checked in the Perference --> Network Connection. And this setting is imported from client PC's IE setup automatically.
We change the IE setup to uncheck the SOCKS option and it works now.
Also we found in RDz v7.1 it won't import IE setup automatically, so the problem is not exist in v7.1 client.