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.  NSRuntimeException when tracing Flow service

    Posted 06/19/06 09:44 AM

    Hi all
    I had a error when am tracing the service
    com.wm.app.b2b.client.ns NS RuntimeException

    Pls clarify my doubt
    Thanking you


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


  • 2.  RE: NSRuntimeException when tracing Flow service

    Posted 06/19/06 02:29 PM

    Hi Rajitha,
    NEDS(Not Enough Details Supplied).

    Pls. suplly more details before expecting any useful help/reply.


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


  • 3.  RE: NSRuntimeException when tracing Flow service

    Posted 06/27/06 04:17 PM

    Hi Rajitha,
    As bsingh has said there is not enough details but on a side note if you have the startTransaction, commitTransaction and rollbackTransaction as flow steps in your flow service then also you may end up getting this error. In that case try disabling those steps and then run in trace mode.


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


  • 4.  RE: NSRuntimeException when tracing Flow service

    Posted 10/27/06 08:25 PM

    I was getting this error and choose to run the service… rather then stepping through. I was given a better error when I did that.

    Error at pub.string:numericFormat - Transformsers cannot loop over list elements.


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


  • 5.  RE: NSRuntimeException when tracing Flow service

    Posted 10/28/06 05:44 PM

    500chill,

    What you have to do is make sure the mapping to input of numericFormat transformer service specify index 0 (click link properties and set index) or call numericFormat directly in your flow service instead of transformer in the map step.This will resolve the issue.

    HTH,
    RMG


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


  • 6.  RE: NSRuntimeException when tracing Flow service

    Posted 08/01/07 05:42 PM

    I also had the similar type of error mentioned by Rajitha when i was doing trace or step thru. (Even, there is no error logged in the logs. wM version i’m using is 6.1) It’s always throwing the runtime error (pop up window) at the last step but not in any step between the flow. But when i try to run the service everything works fine. Dont understand why it is so???

    Any help over this issue will be highly appreciated

    Hope


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


  • 7.  RE: NSRuntimeException when tracing Flow service

    Posted 08/02/07 03:22 PM

    My issue got resolved when i tried tracing the same flow in wM Dev 6.5 SP3. May be its wM bug in earlier versions (<wM 6.5) which was fixed in the latest versions.

    HTH
    Hope


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