Fixed
Details
Assignee
UnassignedUnassignedReporter
Imported User 97Imported User 97Priority
MajorLabels
Fix versions
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Details
Details
Assignee
Unassigned
UnassignedReporter
Imported User 97
Imported User 97Priority
Labels
Fix versions
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Created 31 January 2015 at 20:03
Updated 8 May 2020 at 19:47
Resolved 4 February 2015 at 16:10
When you migrate from Railo to Lucee and you have an EHCache defined, either at server or web context level, Lucee then fails to start up and gets stuck in an infinite loop with the following error repeatedly in the catalina.out file:
```
SEVERE: Servlet threw load() exception
java.lang.ClassNotFoundException: railo.commons.io.cache.Cache
```
Along with a stack trace.
Workaround is to change the EHCache's defined to RAMCache's before migrating to Lucee and then changing them back to EHCache's after.