We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Liferay ONLYOFFICE Connector v2.4.0 does not support Liferay Portal 7.4 GA125.
Steps to reproduce the issue:
mkdir deploy
docker run -d -it --name liferay -p 8080:8080 -v $PWD/deploy:/opt/liferay/deploy liferay/portal:7.4.3.125-ga125
cp onlyoffice.integration.web-2.4.0-DXP7.4-U44.jar deploy/
docker logs -f liferay
2024-09-26 14:50:04.184 ERROR [fileinstall-directory-watcher][DirectoryWatcher:988] Unable to start bundle: file:/opt/liferay/osgi/modules/onlyoffice.integration.web-2.4.0-DXP7.4-U44.jar com.liferay.portal.kernel.log.LogSanitizerException: org.osgi.framework.BundleException: Could not resolve module: onlyoffice.integration.web [1392]_ Unresolved requirement: Import-Package: org.apache.log4j; version="0.0.0"_ [Sanitized] ...
The text was updated successfully, but these errors were encountered:
With these updates Liferay ONLYOFFICE Connector v2.4.0 works on Liferay Portal 7.4 GA125.
Sorry, something went wrong.
Thanks a lot @villeman7! 👍
@LinneyS / @aleksandrfedorov97, could you please review the changes and make a new release compatible with the current portal version?
No branches or pull requests
Liferay ONLYOFFICE Connector v2.4.0 does not support Liferay Portal 7.4 GA125.
Steps to reproduce the issue:
The text was updated successfully, but these errors were encountered: