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 While Runing FlatFile Service

    Posted 10/06/09 05:36 PM

    Hello All,

    I have freshly installed IS version 7.1 & i have installed Wmflatfile packages.
    but while running the service pub.flatfile.convertToValue is throwing error.

    i am suspecting that it’s not a code level problem
    May be some java or jvm or jar file is missing?

    IS configuration:-

    Java Version 1.5.0_12 (49.0)
    Java VM Name Java HotSpot™ Server VM
    Java Build Info 1.5.0_12-b04, mixed mode
    Java Vendor Sun Microsystems Inc.
    Java Home C:\webMethods71\jvm\win150\jre

    Version 7.1.0.0
    Updates None
    Build Number 149
    SSL Strong (128-bit)

    WmFlatFile packages has been partially loaded.

    pub.flatFile:getSupportedEncodings java.lang.VerifyError: (class: pub/flatFileImpl, method: convertToValues signature: (Lcom/wm/data/IData;)V) Incompatible argument to function
    pub.flatFile:convertToValues java.lang.VerifyError: (class: pub/flatFileImpl, method: convertToValues signature: (Lcom/wm/data/IData;)V) Incompatible argument to function
    pub.flatFile:convertToString java.lang.VerifyError: (class: pub/flatFileImpl, method: convertToValues signature: (Lcom/wm/data/IData;)V) Incompatible argument to function

    Have a look on my server.bat file May be i am missing something

    Regd
    RJ


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


  • 2.  RE: Error While Runing FlatFile Service

    Posted 10/07/09 08:05 AM

    i have installed latest jdk 1.6 & change extended setting in Admin page restarted IS but still getting same error partially loaded with missing class files
    add below setting

    watt.server.compile=C:\Program Files\Java\jdk1.6.0\bin\javac -classpath {0} -d {1} {2}
    watt.server.compile.unicode=C:\Program Files\Java\jdk1.6.0\bin\javac -encoding Unico

    Regd
    RJ


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


  • 3.  RE: Error While Runing FlatFile Service

    Posted 10/07/09 08:19 AM

    hi,

    what are the inputs pub.flatfile.convertToValue? Can you share your flowservice?


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


  • 4.  RE: Error While Runing FlatFile Service

    Posted 10/07/09 09:02 AM

    Sure shahid,

    i have installed Wmflatfile Sample packages wch u can find in Advantage site sample utilities.

    1 pub.flat.getfile (input nothing & output has document)
    in pipeline set file name & loadas byte

    2 pub.flatfile.convertToValue(map byte to ffdata)
    set ffschema name validate true & return error both

    i believe it not a code level issue some issue in jvm or java class file .
    as i have told recently i have installled jdk 1.6 & set path in extend setting in admin page but still getting same error.

    regd
    RJ


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


  • 5.  RE: Error While Runing FlatFile Service

    Posted 10/07/09 01:37 PM

    Which package is partially loaded ? Is it WmFlatFile or WmFlatFileSamples package ?

    Flatfile samples package which you have downloaded, is it for 65 or 71 version ?

    In your extended settings, point the jvm that comes up with webMethods… Restart the server to see if the package is loading properly or not.

    watt.server.compile=E:\webMethods712\jvm\win150\bin\javac -classpath {0} -d {1} {2}
    watt.server.compile.unicode=E:\webMethods712\jvm\win150\bin\javac -encoding Unicode -classpath {0} -d {1} {2}


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


  • 6.  RE: Error While Runing FlatFile Service

    Posted 10/08/09 05:02 AM

    Yes

    It’s WmFlatFile packages partially loaded with v 6.5 (My IS v 7.1)

    i have pointed jvm as per suggested & restarted the IS but still i am getting same error

    watt.server.compile=C:\webMethods71\jvm\win150\bin\javac -classpath {0} -d {1} {2}
    watt.server.compile.unicode=C:\webMethods71\jvm\win150\bin\javac -encoding Unicode -classpath {0} -d {1} {2}

    catch there is My WmEDI v 6.5.2 package is too partially loaded with error

    wm.b2b.edi.tradacoms:convertToValues java.lang.NoClassDefFoundError: com/wm/ff/parse/interfaces$Totalar
    wm.b2b.edi.tradacoms:convertToString java.lang.NoClassDefFoundError: com/wm/ff/parse/interfaces$Totalar

    Dependency packages

    WmEDI ,
    WmEDIforTN ,
    WmEDIsamples ,
    WmFlatFileSamples

    Regd
    RJ


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


  • 7.  RE: Error While Runing FlatFile Service

    Posted 10/09/09 04:28 PM

    Is 1.6 supported by 7.1.2? I’m not sure that it is.

    It sounds like the installation is either incomplete, or there are conflicting libraries on the classpath.


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