Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
5.1 EE SP4 (5.1.7), 5.2 EE SP1 (5.2.5)
-
All
Description
Solr includes it's own copy of Spring which causes class loading issue. To address this issue, Solr is now configured to use the portal class loader instead of spring's class loader.
To manually fix this issue, change the following line in web.xml
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
to
<listener-class>com.liferay.portal.kernel.spring.context.PortletContextLoaderListener</listener-class>
Attachments
Issue Links
- is related to
-
LPS-5322 Classpath issues with Solr plugin
- Closed