- What version of Ehcache you are currently using; 3.0.2
- Paste the configuration for the Cache/CacheManager you have an issue with; N/A
- Add any name and version of other library or framework you use Ehcache with (e.g. Hibernate); N/A
- Providing JDK and OS versions maybe useful as well. JDK 1.7.0_79 Windows 7/10
I'm receiving the error below on startup of Tomcat using Ehcache. My cache configuration contains a heap space setting (in MB) and disk space (in MB). I eventually want statistical data from the cache that needs to be displayed to an admin. Will this cause any issues?
AgentLoader.loadAgent|2016-06-21 13:27:07,736|Trying to load agent @ C:\Program%20Files\Apache%20Software%20Foundation\apache-tomcat-7.0.69\temp\1466529964464.openmrs-lib-cache\chirdlutilbackports\org\ehcache\sizeof\impl\sizeof-agent.jar
AgentLoader.loadAgent|2016-06-21 13:27:07,751|Failed to attach to VM and load the agent: class com.sun.tools.attach.AgentLoadException: Agent JAR not found or no Agent-Class attribute
Thanks!