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.  SSL Issues

    Posted 04/13/05 04:51 PM

    Hi,

    Does anyone know limitation (255 File Descriptors) of SSL implementation in webMethods, which is linked to STDIO. We have this issue in a Solaris Environment.


    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: SSL Issues

    Posted 04/15/05 01:41 AM

    Chirag,
    webMethods uses Entrust SSL’s implementation which based on the iaik’s ssl. Am sure you know that the file descriptors can be changed by “ulimit -n” command on solaris.

    ~tS


    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: SSL Issues

    Posted 04/18/05 06:48 PM

    Well, We have limits hiked upto 4096, The TS says that the issue is in Broker Client SSL Library libawssl50jn.so (for Communication with Broker), due to use of STDIO, and STDIO in 32-bit seems to be using an unsigned char, limiting number of file descriptors that can be used by fopen() (Being used somewhere in it), to 255.

    We are able to replicate the problem using a very simple code:

    1. declare an Array of BrokerClients
    2. In the Loop populate broker clients… and make connections to broker
      it fails at 250th Client all the time… provided we use SSL.

    [We are trying to keep broker connections open to replicate file descriptor].


    #Integration-Server-and-ESB
    #webMethods