question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

EhCachePlugin does not work with EhCache versions >= 2.7.x

See original GitHub issue

EhCachePlugin tries to call a method that does not longer exist in EhCache

Caused by: java.lang.NoSuchMethodError: net.sf.ehcache.Cache.setStatisticsEnabled(Z)V
at org.stagemonitor.ehcache.EhCachePlugin.initializePlugin(EhCachePlugin.java:46)

In fact this method was removed from 2.6.9 onwards

Issue Analytics

  • State:open
  • Created 8 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
felixbarnycommented, Sep 5, 2016

Thx for the bump. This is definitely due.

0reactions
get2paragcommented, Oct 19, 2016

+1 waiting for this to be resolved. Spring boot user, using stagemonitor and ehcache in my application.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Ehcache
Ehcache is an open source, standards-based cache that boosts performance, offloads your database, and simplifies scalability. It's the most widely-used ...
Read more >
Ehcache 2.7 Documentation Table of Contents
A Distributed or Replicated Cache? Integrating Ehcache; Improving Performance and Troubleshooting; Previous Versions; Acknowledgements. The Table of ...
Read more >
Ehcache Technical FAQ
The Ehcache Technical FAQ answers frequently asked questions on how to use Ehcache, integration with other products, and solving issues.
Read more >
Downloads - Ehcache
More files related to releases of Ehcache 3 are available on the ... Server Open Source Kit ; look for the Terracotta Server...
Read more >
Pinning, Expiration, and Eviction - Ehcache
To maintain cache performance, expired entries may not be immediately flushed or evicted. Entry E4 is shown to be expired but still in...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found