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.  New to webmethods need help

    Posted 01/08/03 04:36 PM

    i am trying to write a simple addition i know it sounds dumb but when i run it it says ServiceException: Service not opperational.

    Can some one help me out


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


  • 2.  RE: New to webmethods need help

    Posted 01/08/03 04:40 PM

    Try to recompile the service by making any change in the code. even enter a space at the end. This will give you the right error.
    Thanks


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


  • 3.  RE: New to webmethods need help

    Posted 01/08/03 04:44 PM

    There’s also a transformer that will do additions for you so you don’t have to write your own, under pub:math.


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


  • 4.  RE: New to webmethods need help

    Posted 01/08/03 04:44 PM

    it say’s com.wm.util.LocalizedIOException: unable to locate or start compiler


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


  • 5.  RE: New to webmethods need help

    Posted 01/08/03 05:01 PM

    Sounds to me like you just have the Java JRE, not the JDK installed. You might need to install the JDK and/or change the “JAVA_ROOT” variable in \bin\server.bat (for NT/Win2K, server.sh for Unix) to get this work.

    I’ve had the same problem, so I’ve installed the Sun JDK 1.3.1, changed the JAVA_ROOT and rebooted the Integration Server, then it worked.


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


  • 6.  RE: New to webmethods need help

    Posted 01/09/03 04:06 AM


  • 7.  RE: New to webmethods need help



  • 8.  RE: New to webmethods need help

    Posted 01/09/03 04:53 PM

    it worked fine thankyou. Now i have another dumb question
    how to change
    public static final void add( IData pipeline ) throws ServiceException
    default to some thing else?

    thanks for your help


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