IS error when starting

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

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

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

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.