How to resolve "Couldn't find the portal-impl.jar" errors when patching 7.0 SP 12
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.
Issue
- When attempting to use the patching tool with a 7.0 Service Pack 12 bundle, the following configuration error is encountered:
Problem with the configuration: Couldn't find the portal-impl.jar. Please check the configuration or delete the existing configuration and run auto-discovery again.
Environment
Resolution
- Navigate to
[Liferay_Home]/patching-tool, and open the default.properties file in a text editor
- Replace the default content of the file with the following:
patching.mode=binary
war.path=../tomcat-8.0.53/webapps/ROOT/
global.lib.path=../tomcat-8.0.53/lib/ext/
liferay.home=../
Did this article resolve your issue ?