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.  IS error when starting

    Posted 02/17/09 12:50 PM

    Hi,

    Does anybody know what this mean ? I have this error when IS (ver. 6.5) starting:
    INIT with Props = {fsdata.logSize=1, fsdata.avgBlockSize=400, fsdata.dataMaxExtents=1000, fsdata.blockDevice=RAF, fsdata.fullConsistencyCheck=conditional, failonopen=rename, fsdata.dbSize=10, fsdata.dataThreshold=75, fsdata.dbGroup=XAStore, fsdata.dbName=DefaultXAStore, fsdata.logGroup=XAStore, warnonopen=rename, fsdata.indexThreshold=75, fsdata.indexMaxExtents=1000}
    com.wm.util.coder.InvalidDatatypeException: com.wm.lang.xml.WMDocumentException: [ISC.0042.9325] Element is missing end tag
    at com.wm.util.coder.XMLCoder.decode(XMLCoder.java:311)
    at com.wm.util.coder.Coder.readFromFile(Coder.java:143)
    at com.wm.app.b2b.server.PackageManager.getManifest(PackageManager.java:2308)
    at com.wm.app.b2b.server.PackageManager.getManifest(PackageManager.java:2274)
    at com.wm.app.b2b.server.PackageManager.getAllManifests(PackageManager.java:2254)
    at com.wm.app.b2b.server.PackageManager.loadPackages(PackageManager.java:333)
    at com.wm.app.b2b.server.PackageManager.init(PackageManager.java:255)
    at com.wm.app.b2b.server.Server.run(Server.java:411)

    Thanks and regards,
    Yanosh


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


  • 2.  RE: IS error when starting

    Posted 02/18/09 04:23 PM

    probably some XML configuration file does not have and end tag.


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


  • 3.  RE: IS error when starting

    Posted 02/19/09 12:53 PM

    Yanosh,

    It seems like this error occurs when the Integration Server tries to load a package. It reads the file manifest.v3 from the packages/[packagename] folder when loading the package. I think this file got corrupted in one of your packages. Judging from the error message, the file starts with <xml instead of <?xml.

    Kind regards,

    Koen


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


  • 4.  RE: IS error when starting

    Posted 02/20/09 06:37 AM

    The information

    {fsdata.logSize=1, fsdata.avgBlockSize=400, fsdata.dataMaxExtents=1000, fsdata.blockDevice=RAF, fsdata.fullConsistencyCheck=conditional, failonopen=rename, fsdata.dbSize=10, fsdata.dataThreshold=75, fsdata.dbGroup=XAStore, fsdata.dbName=DefaultXAStore, fsdata.logGroup=XAStore, warnonopen=rename, fsdata.indexThreshold=75, fsdata.indexMaxExtents=1000}

    are related to repository4.cnf. Check the repository2.cnf and repository4.cnf files in config directory.


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