Hi,
I was getting the same error, below are the logs.
[ISS.0095.9998C] AuditLogManager Exception: com.wm.app.audit.AuditException: [BAA.0002.0000] Wrapped Exception: com.webMethods.sc.auditing.API.WmAuditException: Failed to start queue ‘GuaranteedRetryQueue’; reason ‘Failed to start queue ‘GuaranteedRetryQueue’’
com.webMethods.sc.auditing.API.WmAuditException: Failed to start queue ‘GuaranteedRetryQueue’; reason ‘Failed to start queue ‘GuaranteedRetryQueue’’
at com.webMethods.sc.auditing.WmAuditingImpl.startAuditing(WmAuditingImpl.java:330)
at com.wm.app.b2b.server.AuditLogManager.initAuditingComponent(AuditLogManager.java:562)
at com.wm.app.b2b.server.AuditLogManager.init(AuditLogManager.java:548)
at com.wm.app.b2b.server.Server.initAuditLogManager(Server.java:782)
at com.wm.app.b2b.server.Server.run(Server.java:344)
Caused by: com.webMethods.sc.auditing.API.queue.WmAuditQueueException: Failed to start queue ‘GuaranteedRetryQueue’
at com.webMethods.sc.auditing.queue.WmGuaranteedQueue.start(WmGuaranteedQueue.java:55)
at com.webMethods.sc.auditing.WmAuditingImpl.startAuditing(WmAuditingImpl.java:325)
… 4 more
com.wm.app.audit.AuditException: [BAA.0002.0000] Wrapped Exception: com.webMethods.sc.auditing.API.WmAuditException: Failed to start queue ‘GuaranteedRetryQueue’; reason ‘Failed to start queue ‘GuaranteedRetryQueue’’
at com.wm.app.b2b.server.AuditLogManager.initAuditingComponent(AuditLogManager.java:568)
at com.wm.app.b2b.server.AuditLogManager.init(AuditLogManager.java:548)
at com.wm.app.b2b.server.Server.initAuditLogManager(Server.java:782)
at com.wm.app.b2b.server.Server.run(Server.java:344)
Solution: seems like, the files got corrupted, removed the below files/folder and restarted the Integration Server.
Step1: Deleted all the files from "“IntegrationServer/WMReporsitory4”
Step2: Deleted the folder IntegrationServer/db
Step3: Restarted the Integration Server
resolved the issue.
Thanks
#Integration-Server-and-ESB#webMethods