JDBCConnectionManager: initialization failed with exception null

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.

I had to re-install the JDBC adapter alone when I faced this issue once… That worked but didn’t know the root cause of why this problem appeared…

I already installed the JDBC Adapter 6.5. It is still not working. The same error message is being displayed…

hi

try it

$IS_HOME/db/AUDITINGSC

  1. Backup AUDITNGSC(mv AUDITINGSC AUDITINGSC_temp)
    
  2. Restart IS
    
  3. IS automatically makes a new AUDITINGSC 
    
  4. check IS
    

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.