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.  WmSampleAdaptor compilation error

    Posted 04/23/07 09:03 AM

    on compiling through: jcode makeall WmSampleAdapter1 on commad promt i am getting following error:

    Exception in thread “main” com.wm.util.LocalizedIOException: [ISS.0014.9116] Una
    ble to locate or start compiler
    at com.wm.app.b2b.server.NodeUtil.doCompile(NodeUtil.java:784)
    at com.wm.app.b2b.server.NodeUtil.compile(NodeUtil.java:451)
    at com.wm.app.b2b.server.NodeUtil.makeall(NodeUtil.java:312)
    at com.wm.app.b2b.server.NodeUtil.main(NodeUtil.java:155)

    I have change the jcode.bat as per WmADKUserGuide.pdf page no.274
    jcode is as follows:
    @echo off

    SET IS_DIR=C:\webMethods6\IntegrationServer
    SET JAVA_DIR=C:\webMethods6\jvm\win142\jre

    “%JAVA_DIR%\bin\java” -classpath “%IS_DIR%\packages\WmART\code\jars\wmart.jar;%IS_DIR%\lib\mail.jar;%IS_DIR%\lib\client.jar;%IS_DIR%\lib\server.jar;%IS_DIR%\packages\DecAlphaAdpt\code\jars\SampleClient.jar” com.wm.app.b2b.server.NodeUtil “%IS_DIR%” %1 %2 %3 %4 %5

    Please help resolve the error!!!


    #Adapters-and-E-Standards
    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: WmSampleAdaptor compilation error

    Posted 04/24/07 02:27 AM

    in jcode.bat,

    try this:

    SET JAVA_DIR=C:\webMethods6\jvm\win142\bin

    That is where the java compiler (javac)resides.


    #Integration-Server-and-ESB
    #webMethods
    #Adapters-and-E-Standards


  • 3.  RE: WmSampleAdaptor compilation error

    Posted 04/26/07 07:30 AM

    Hi jose ,
    thanks for the reply .
    have done the change by setting JAVA_DIR to external SDK.And its working now.


    #Adapters-and-E-Standards
    #Integration-Server-and-ESB
    #webMethods