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.  Integration server goes down in webmethods

    Posted Wed July 09, 2014 04:35 AM

    Hello Evreyone,

    Our production IS is clustered and one of the flow which is scheduled attimes work successfully. But attimes it throws the error as “Java Heap Space” after its execution. But attimes the transaction is not completed and it is not throwing any error and the same day one of the server is going down.

    I suspect this flow is creating an issue but apart from that will there be any issue in server level. Any thing need to be checked from server level?


    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: Integration server goes down in webmethods

    Posted Wed July 09, 2014 07:27 AM

    Hi SriLakshmi,

    Please check the data processed by the service. Is it a large file? Is it executing/forking any java process? / is it executing any OS command? / Is it executing any custom developed code?

    The error reflects that the service is consuming all the heap space available with IS JVM.

    HTH.

    Thanks,
    Rankesh


    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: Integration server goes down in webmethods

    Posted Mon July 14, 2014 08:46 AM

    If this happens frequently, take a thread dump when it happen again, using which you can find the root cause of this problem.

    -Senthil


    #webMethods
    #Integration-Server-and-ESB