grails-samples / grails-website

Grails Web Site
157 stars 174 forks source link

"An Error has occurred" at wiki revision history page #65

Closed mauk81 closed 9 years ago

mauk81 commented 9 years ago

click on the clock icon at wiki page -> 500 Internal Server Error

lhotari commented 9 years ago

Thanks for reporting this. Seems to be caused by the ehcache version change from 2.4.8 -> 2.9.0 . grails-website is now running on Grails 2.5.0 .

There is a mailing list discussion about the ehcache version change problems: https://groups.google.com/d/msg/grails-dev-discuss/57bpHvzHH3I/Td4p12d2WBkJ

lhotari commented 9 years ago

https://github.com/grails-samples/grails-website/commit/6cb7b9340575edc87df074d83b3a7c65fc1bcf04 is a workaround for the problem

lhotari commented 9 years ago

Fixed. grails.org is now using the most recent revision.