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.  Error In Developer

    Posted 12/20/11 06:25 PM

    Hi All,

    While Im running the code in developer level. I’m getting the below error . Can anyone help please .
    The below error is occurring when I’m trying to save the Pipeline value.

    $null:Pub.flow:savePipelineToFile

    *Error MEssage
    An error occurred while tracing.

    java.lang.reflect.InvocationTargetException: StackOverflowError


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


  • 2.  RE: Error In Developer

    Posted 12/21/11 02:48 PM


  • 3.  RE: Error In Developer

    Posted 12/30/11 01:21 AM

    Is there something funny in the pipeline that is causing the drama? e.g. java objects or something beyond just documents/strings etc.

    regards,
    Nathan Lee


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


  • 4.  RE: Error In Developer

    Posted 12/30/11 01:23 AM

    Note: if you’re using 8.2 you don’t need to use savePipeline/restorePipeline services as there’s a service level attribute that can do it.

    regards,
    Nathan Lee


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


  • 5.  RE: Error In Developer

    Posted 12/30/11 06:31 AM

    What version of IS/Developer are you using? There are many reasons for Stack Over flow error. If any recursive function is invoked which runs infinite, the stack might get increased. Does it happen only while you invoke saveRestorePipeline service? Or if you try to run any service, you get this?

    You can also try increasing the stack memory by setting the value -Xss in developer.bat file.

    -Senthil


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


  • 6.  RE: Error In Developer

    Posted 01/01/12 04:13 AM

    Hi Nath/Senthil,

    Thanks for your inputs…

    Nath, Im currently using 7.1 version…So…any help…

    Senthil,actually here Im calling one service which converts doc to XML…but the thing is prior to this service I have two more service which is doing samething for different TP…but only in this (third service) after converting it to XML im using pipeline service…so here Im getting the error.

    But one good news is…I resolved this issue…by changing the Java MIn and MAx heap space…but I think this is not feasible…so please provide ur valuable inputs on this

    Regards,
    Vikas


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