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.

 View Only
  • 1.  Redirecting Adapter standard error/output

    Posted Wed July 24, 2002 08:08 AM

    Does anyone knows how to redirect an adapter standard error/output?

    I am trying to fine tune the Java Heap Size memory allocated to each adapter process and need to see how often the Garbage collector (GC) is running
    Enabling the JVM option to generate GC messages is not a problem as I can see GC messages logged when I run an adapter in debug mode.
    However, I need to analyze the behaviour in normal mode and for extended periods.

    Any help/commentary is highly welcome

    Ed


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


  • 2.  RE: Redirecting Adapter standard error/output

    Posted Fri July 26, 2002 02:32 AM

    You can try from directory (folder) the command: adapter_errors_nogui

    This command can redirect all of error messages that will appear on Adapter_Errors Tool to a file. On Command line, type

    adapter_errors_nogui -?

    will tell you how to specify parameters.

    For example, you can send the error messages to a file like:

    adapter_errors_nogui brokername@host c:\temp\file_name.txt

    Hope this can help you.


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


  • 3.  RE: Redirecting Adapter standard error/output

    Posted Fri July 26, 2002 02:35 AM

    Sorry, the example has a small error. It should be as follow:

    adapter_errors_nogui brokername@host > c:\temp\filename.txt


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


  • 4.  RE: Redirecting Adapter standard error/output

    Posted Mon July 29, 2002 01:06 PM

    IS this for A2A, if so this files adapter_errors_nogui does not exist in the aw bin directory.


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


  • 5.  RE: Redirecting Adapter standard error/output

    Posted Tue August 06, 2002 02:39 PM

    As a workaround, you could run the adapter from the command line with the following options “debug=1 info=1”.

    This would print all the debug output on the session output.


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