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
Expand all | Collapse all

Developer 4.6.1 - Unable to restorePipelineFromFile

  • 1.  Developer 4.6.1 - Unable to restorePipelineFromFile

    Posted Tue January 28, 2003 10:29 AM

    I can savePipelineToFile without any problems but when trying to do a restorePipelineFromFile the following error is thrown:

    com.wm.app.b2b.client.NSRuntimeException

    Would appreciate any help.


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-General


  • 2.  RE: Developer 4.6.1 - Unable to restorePipelineFromFile

    Posted Tue January 28, 2003 06:34 PM

    Hmm had a similar error myself when trying to restore a pipeline created from a Trading Networks flow. I believe there was more to the error message than just com.wm.app.b2b.client.NSRuntimeException. In all likelyhood you are trying to restore using a class that is not in your classpath. Verify that the relevant classpaths are present either in the system classpath or stick them in the /bin/integrator.bat or integrator.sh files in the ADDCLASSES section. In my case I had to add tncore.jar and editn.jar. Hope this helps.


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-General


  • 3.  RE: Developer 4.6.1 - Unable to restorePipelineFromFile

    Posted Wed January 29, 2003 08:17 AM

    Thanks. Once I finally track down these .jar files, I haven’t been successful yet, I’ll add them to integrator.bat and see if that clears up the problem.


    #webMethods
    #webMethods-General
    #Integration-Server-and-ESB