Hi,
I am currently working on starting webMethods Integration Server 8.2 SP2 and have encountered this error:
013-02-11 17:51:03 PHT [ISS.0025.0017I] Repository Manager started
2013-02-11 17:51:03 PHT [ISS.0096.0005C] JDBCConnectionManager: initialization failed with exception null
2013-02-11 17:51:03 PHT [ISS.0096.0001C] JDBCConnectionManager: initialization failed for All functional alias, check configuration.
2013-02-11 17:51:03 PHT [ISS.0095.9998C] AuditLogManager Exception: com.wm.util.coder.InvalidDatatypeException: [ISC.0076.9009] Root element is null
com.wm.util.coder.InvalidDatatypeException: [ISC.0076.9009] Root element is null
at com.wm.util.coder.XMLCoder.decode(XMLCoder.java:280)
at com.wm.util.coder.Coder.readFromFile(Coder.java:149)
at com.wm.app.b2b.server.audit.config.ISAuditConfigurator.load(ISAuditConfigurator.java:62)
at com.wm.app.b2b.server.audit.config.ISAuditConfigurator.init(ISAuditConfigurator.java:76)
at com.wm.app.b2b.server.audit.config.AuditConfigurator.init(AuditConfigurator.java:407)
at com.wm.app.b2b.server.AuditLogManager.init(AuditLogManager.java:514)
at com.wm.app.b2b.server.Server.initAuditLogManager(Server.java:830)
at com.wm.app.b2b.server.Server.run(Server.java:357)
I think the error, “Root element is null” is from the AuditConfig.xml which I’ve found out to be empty after installing Integration Server.
Though the error message is coming from the JDBCConnectionManager. I have verified the database server the application points to and it is up and running. I dont know what to do…
Can anyone help with this? It’ll be much appreciated.