webMethods

webMethods

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.

 View Only
  • 1.  E1 Adapter issue

    Posted Thu April 20, 2006 07:16 PM

    We just upgraded to E1 adapter, since then we started getting:
    Java.lang.OutOfMemoryError

    had anybody seen this error after an E1 upgrade.

    thanks


    #webMethods
    #Adapters-and-E-Standards
    #Integration-Server-and-ESB


  • 2.  RE: E1 Adapter issue

    Posted Fri April 21, 2006 06:04 PM

    What are the min and max Java memory settings for your IS installation? It is certainly within the realm of possibility that the newer adapter version consumes more memory.

    Mark


    #Integration-Server-and-ESB
    #webMethods
    #Adapters-and-E-Standards


  • 3.  RE: E1 Adapter issue

    Posted Fri April 21, 2006 06:39 PM

    Mark,
    Thanks for the help, here is the value from Server.bat

    set JAVA_MIN_MEM=1024M
    set JAVA_MAX_MEM=1024M


    #Integration-Server-and-ESB
    #Adapters-and-E-Standards
    #webMethods


  • 4.  RE: E1 Adapter issue

    Posted Fri April 21, 2006 09:18 PM

    When you have a java app that is encountering out of memory errors you need to run the vendor’s version of verboseGC and use one of the many available tools to see what is happening with your application at steady state and peak loads.

    If you are processing large documents, you may need to optimize your integration services by using large document processing techniques such as nodeIterators.

    You should always drop objects (especially large ones) as soon as you are finished using them in your Flow services. IS creates multiple copies of objects in memory already. You can make this worse by not following good Flow hygiene practices (drop early, drop often).

    What vendor’s JVM are you using? Click on the About link in IS if you don’t know.

    Mark


    #Integration-Server-and-ESB
    #webMethods
    #Adapters-and-E-Standards