IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  LB between applinx servers

    Posted 12/09/19 05:30 PM

    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)


    #ApplinX
    #webMethods
    #Mainframe-Integration


  • 2.  RE: LB between applinx servers

    Posted 12/12/19 04:42 AM

    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


    #webMethods
    #Mainframe-Integration
    #ApplinX


  • 3.  RE: LB between applinx servers

    Posted 12/12/19 10:18 AM

    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.


    #webMethods
    #Mainframe-Integration
    #ApplinX