Legacy Knowledge Base
Published Sep. 10, 2025

Carousel Portlet Prevents Ehcache Plugin From Loading With a 'ClassNotFoundException'

Written By

Liferay Support

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

Legacy Article

You are viewing an article from our legacy "FastTrack" publication program, made available for informational purposes. Articles in this program were published without a requirement for independent editing or verification and are provided"as is" without guarantee.

Before using any information from this article, independently verify its suitability for your situation and project.

This article is a legacy article. It applies to previous versions of the Liferay product. While the article is no longer maintained, the information may still be applicable.

This article describes the scenario where the Carousel portlet (a third party app made by XTIVIA) and Ehcache plugin are deployed together the deployment of Ehcache plugin fails after restarting the system due to a ClassNotFoundException.

Steps to Reproduce

  1. Obtain Carousel portlet and Ehcache plugin
  2. Start up Liferay Portal 6.1 EE GA3
  3. Deploy Carousel plugin.
  4. Deploy Ehcache plugin.
  5. Ehchache plugin fails to deploy with stacktrace showing a ClassNotFoundException.

Resolution

Set the following in your portal-ext.properties file:

portal.security.manager.strategy=default

Additional Information

Notice that the property that resolves this issue is already set by default in Liferay Portal 6.2

Did this article resolve your issue ?

Legacy Knowledge Base