LB between applinx servers

We have two applinx10.1 servers in production environment and we created Load balancer DNS between two applinx servers. When we try to use it in the code, it is saying socketexception.

java.net.SocketException: Broken pipe
at java.net.SocketOutputStream.socketWrite0(Native Method)
at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:113)
at java.net.SocketOutputStream.write(SocketOutputStream.java:159)
at java.io.DataOutputStream.write(DataOutputStream.java:107)
at java.io.FilterOutputStream.write(FilterOutputStream.java:97)
at com.sabratec.applinx.binary.GXBinarySerializationExecuter.writeString(GXBinarySerializationExecuter.java:80)
at com.ge.applinx.Search.surveyorlogonRequest.writeObject(surveyorlogonRequest.java:85)
at com.sabratec.applinx.binary.GXBinarySerializationExecuter.writeChildObject(GXBinarySerializationExecuter.java:158)
at com.sabratec.applinx.binary.GXService.executeInternal(GXService.java:149)
at com.sabratec.applinx.binary.GXService.execute(GXService.java:132)

Hi,

I’m afraid we don’t have enough information to pin point the root cause of this issue.
Please open a support ticket with detailed information on the whole configuration and we’ll continue the investigation.

Regards,
Gadi

we were able to resovle the issue after we change the configuration for VIP and APP-profile from HTTP to TCP on LB url.

Thanks for your response.