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.  Too many open files

    Posted 04/28/03 09:28 PM

    I am using 4.0.2 Activeworks(webMethods). I am getting the following error frequently and adapter are going to down.

    Jul 25 15:50:45 aviciiactc Adapter40: Adapter40: [System] (96) Adapter “ProductSyncJdeNotifier”: could not start java.io.IOException: Too many open files
    Jul 25 15:57:59 aviciiactc Adapter40: Adapter40: [System] (96) Adapter “ProductSyncJdeNotifier”: could not start java.io.IOException: Too many open files
    Jul 25 17:19:31 aviciiactc Adapter40: Adapter40: [System] (96) Adapter “ProductSyncJdeNotifier”: could not start java.io.IOException: Too many open files

    Please let me know the why its happening.


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: Too many open files

    Posted 04/28/03 09:56 PM

    This probably is an OS level issue and not an application level issue. What OS is your application running on?

    1. If you see the “Too many open files error message”, you are most likely running out of file descriptors.

    On Solaris:
    Add the following to your /etc/system file
    to increase your maximum file descriptors per process:
    set rlim_fd_max = 4096 or 2048 based on your requirement.

    1. You can also try using the “ulimit” utility on Unix to set the file descriptors.

    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB


  • 3.  RE: Too many open files

    Posted 04/29/03 11:12 PM


  • 4.  RE: Too many open files

    Posted 04/29/03 11:25 PM


  • 5.  RE: Too many open files