Audit Trail Errors

0
I have added the audit trail module to my application and am getting this error An error has occurred while handling the request. [User 'MxAdmin' with roles 'Administrator'] com.mendix.core.CoreRuntimeException: ld: com.mendix.core.CoreRuntimeException: java.lang.IllegalArgumentException: The given member name 'AuditTrail.LogAudittrailSuperClass' has no corresponding member in this object of type 'WebInterface.Groups' at AuditTrail.ACrBCo_AudittrailSuperClass (JavaAction : 'Call 'CreateLogRecordOfObject'') at {"after":[{}],"before":[],"action":{"type":"CreateAction","entityName":"WebInterface.Groups"},"type":"EventExtendedAction"} Advanced stacktrace: at hA.a(SourceFile:170) Caused by: ld: com.mendix.core.CoreRuntimeException: java.lang.IllegalArgumentException: The given member name 'AuditTrail.LogAudittrailSuperClass' has no corresponding member in this object of type 'WebInterface.Groups' at AuditTrail.ACrBCo_AudittrailSuperClass (JavaAction : 'Call 'CreateLogRecordOfObject'') at {"after":[{}],"before":[],"action":{"type":"CreateAction","entityName":"WebInterface.Groups"},"type":"EventExtendedAction"} Advanced stacktrace: at mq.a(SourceFile:187) Caused by: com.mendix.core.CoreException: com.mendix.core.CoreRuntimeException: java.lang.IllegalArgumentException: The given member name 'AuditTrail.LogAudittrailSuperClass' has no corresponding member in this object of type 'WebInterface.Groups' at com.mendix.core.Core.execute(SourceFile:225) Caused by: com.mendix.core.CoreRuntimeException: java.lang.IllegalArgumentException: The given member name 'AuditTrail.LogAudittrailSuperClass' has no corresponding member in this object of type 'WebInterface.Groups' at hA.b(SourceFile:204) Caused by: java.lang.IllegalArgumentException: The given member name 'AuditTrail.Log_AudittrailSuperClass' has no corresponding member in this object of type 'WebInterface.Groups' at if.a(SourceFile:310) at if.getMember(SourceFile:45) at audittrail.log.CreateLogObject.CreateAuditLogItems(CreateLogObject.java:106) at audittrail.log.CreateLogObject.CreateAuditLogItems(CreateLogObject.java:49) at audittrail.actions.CreateLogRecordOfObject.executeAction(CreateLogRecordOfObject.java:35) at audittrail.actions.CreateLogRecordOfObject.executeAction(CreateLogRecordOfObject.java:1) at com.mendix.systemwideinterfaces.core.UserAction.execute(SourceFile:57) at com.mendix.core.actionmanagement.CoreAction.call(SourceFile:457) at hA.b(SourceFile:193) at com.mendix.core.Core.execute(SourceFile:219) at lk.a(SourceFile:69) at mq.a(SourceFile:72) at mp.a(SourceFile:151) at mp.executeAction(SourceFile:98) at com.mendix.systemwideinterfaces.core.UserAction.execute(SourceFile:57) at com.mendix.core.actionmanagement.CoreAction.call(SourceFile:457) at hA.b(SourceFile:193) at com.mendix.core.Core.executeSync(SourceFile:196) at hG.e(SourceFile:111) at hG.a(SourceFile:50) at hD.execute(SourceFile:95) at com.mendix.core.actionmanagement.CoreAction.call(SourceFile:457) at hA.b(SourceFile:197) at hA.a(SourceFile:161) at com.mendix.core.Core.instantiate(SourceFile:643) at gt.execute(SourceFile:31) at ja.a(SourceFile:319) at com.mendix.externalinterface.connector.RequestDispatching$Worker.a(SourceFile:157) at com.mendix.externalinterface.connector.RequestDispatching$Worker$a.a(SourceFile:148) at com.mendix.externalinterface.connector.RequestDispatching$Worker$a.apply(SourceFile:147) at akka.actor.Actor$class.apply(Actor.scala:545) at com.mendix.externalinterface.connector.RequestDispatching$Worker.apply(SourceFile:143) at akka.actor.LocalActorRef.invoke(ActorRef.scala:910) at akka.dispatch.MessageInvocation.invoke(MessageHandling.scala:25) at akka.dispatch.ExecutableMailbox$class.processMailbox(ExecutorBasedEventDrivenDispatcher.scala:223) at akka.dispatch.ExecutorBasedEventDrivenDispatcher$$anon$4.processMailbox(ExecutorBasedEventDrivenDispatcher.scala:123) at akka.dispatch.ExecutableMailbox$class.run(ExecutorBasedEventDrivenDispatcher.scala:195) at akka.dispatch.ExecutorBasedEventDrivenDispatcher$$anon$4.run(ExecutorBasedEventDrivenDispatcher.scala:123) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:722) at akka.dispatch.MonitorableThread.run(ThreadPoolBuilder.scala:192)
asked
1 answers
1

This is a bug in the module, this is fixed in version 2.0.1 of the module which will be available in 1 or 2 days.

answered