← Back to team overview

dhis2-devs team mailing list archive

Re: what's mean ? cache error

 

Hi easy,

this simply means that the dhis cache (more precisely the Hibernate second
level cache) is full for certain objects, in this case the cache for group
associations for organisation unit group sets.

It is nothing to worry about. As usual Hibernate is dramatizing their log
levels a bit, I think a debug level would be sufficient here.


Lars



On Mon, Sep 16, 2013 at 5:06 PM, easy <lin_xd@xxxxxxx> wrote:

>
> * WARN  2013-09-16 22:10:14,801 HHH020008:
> Cache[org.hisp.dhis.organisationunit.Organisation UnitGroupSet.organisationUnitGroups]
> Key[org.hisp.dhis.organisationunit.OrganisationUnitGroupSet.organisationUnitGroups#113008]
> Lockable[(null)]
> A soft-locked cache entry was expired by the underlying Ehcache. If this
> happens regularly you should consider increasing the cache timeouts
> and/or capacity limits (AbstractReadWriteEhcacheAccessStrategy.java
> [taskScheduler-1])
> * WARN  2013-09-16 22:10:14,802 HHH020008:
> Cache[org.hisp.dhis.organisationunit.OrganisationUnitGroupSet.organisationUnitGroups]
> Key[org.hisp.dhis.organisationunit.OrganisationUnitGroupSet.organisationUnitGroups#113010]
> Lockable[(null)]
> A soft-locked cache entry was expired by the underlying Ehcache. If this
> happens regularly you should consider increasing the cache timeouts
> and/or capacity limits (AbstractReadWriteEhcacheAccessStrategy.java
> [taskScheduler-1])
>
>
>
> --
> 此致
>
>    林晓东
>
> 莫愁前路无知己,天下谁人不识君。
>
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~dhis2-devs
> Post to     : dhis2-devs@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~dhis2-devs
> More help   : https://help.launchpad.net/ListHelp
>
>

References