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 Compiling getPurchaseOrder.java

    Posted 06/11/03 09:33 PM

    I am new to webMethods.
    I am trying the examples of it.
    While trying the Java Service with getPurchaseOrder , I am getting a Error message on saving it.It is like

    THE SOURCE WAS SAVED BUT NOT COMPILED DUE TO THE FOLLOWING ERROR.
    com.wm.app.b2b.server.ServiceException:
    [B2BSERV.0014.9116]Unable to locate or start compiler

    Please help me to trace the problem.
    Thanks in advance.
    Maneesh


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


  • 2.  RE: Error in Compiling getPurchaseOrder.java

    Posted 06/12/03 10:18 AM

    Add the directory that java.exe is in to your path. For me it’s c:\webMethods\wment41\jvm\win.sun13\bin
    This requires a reboot.

    Or you could change the server.cnf in the /config directory.
    put full path here
    /
    /
    watt.server.compile= javac -classpath {0} -d {1} {2}

    Stop the IS before you make the change. When you start the IS back up, it should work.


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


  • 3.  RE: Error in Compiling getPurchaseOrder.java

    Posted 06/12/03 09:14 PM

    Thanks briedes,
    After putting it in my PATH I am able to compile and run the program.But as you mentioned I didn’t found server.conf file in my IntegrationServer directory.
    anyway thanks a lot.


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


  • 4.  RE: Error in Compiling getPurchaseOrder.java

    Posted 06/13/03 08:58 AM

    server.cnf is in the config directory under the IntegrationServer directory.


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


  • 5.  RE: Error in Compiling getPurchaseOrder.java

    Posted 04/20/04 03:21 PM

    C:\Program Files\webMethods6\jvm\win142\bin
    For me the path was like above.
    Thanks Briedes!


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