0-4 - cache entry exceeded

Other modules reuse the common layer’s file-based caching mechanism (currently the metadata module), and the common layer’s file caching mechanism “sees” that the entry limit is exceeded.

Possible Reason

User improperly configured Java System Property (Java system property configured with -D) dubbo.mapping.cache.entrySize or dubbo.meta.cache.entrySize

Defaults

dubbo.mapping.cache.entrySizedubbo.meta.cache.entrySize
10000100

Troubleshooting and resolution steps

  1. Try reconfiguring the above Java System Property (Java System Property configured with -D).
  2. If these System Property are not configured, please go to GitHub Issue Tracker to issue an Issue.