Jump to content
We've recently updated our Privacy Statement, available here ×

audit and monitoring records not deleted/purged


m.hann

Recommended Posts

Hello

in the applicationContext-audit.xml, we set the following:

    <bean id="auditEventArchiverTrigger" class="com.jaspersoft.jasperserver.api.engine.scheduling.quartz.JSCronTriggerBean">
        <property name="jobDetail" ref="auditEventArchiverJob"/>
        <property name="cronExpression" value="0 0 5 * * ?"/>
        <!-- no longer in quartz
        <property name="volatility" value="true"/>
        -->
    </bean>

    <bean id="auditEventPurgerTrigger" class="com.jaspersoft.jasperserver.api.engine.scheduling.quartz.JSCronTriggerBean">
        <property name="jobDetail" ref="auditEventPurgerJob"/>
        <property name="cronExpression" value="0 0 3 * * ?"/>
         <!-- no longer in quartz
        <property name="volatility" value="true"/>
        -->
    </bean>

 

but records are not getting deleted, which caused the public report monitoring details to fail with  out of memory

Is there anything else that should be configured? is there any log that can be checked?

I appreciate any help

Thanks

 

 

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...