Skip to content
New issue

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

Connector v2.4.0 does not support Liferay Portal 7.4 GA125 #44

Open
haba713 opened this issue Sep 26, 2024 · 2 comments
Open

Connector v2.4.0 does not support Liferay Portal 7.4 GA125 #44

haba713 opened this issue Sep 26, 2024 · 2 comments

Comments

@haba713
Copy link

haba713 commented Sep 26, 2024

Liferay ONLYOFFICE Connector v2.4.0 does not support Liferay Portal 7.4 GA125.

Steps to reproduce the issue:

  1. Create a deployment directory:
    mkdir deploy
    
  2. Start Liferay:
    docker run -d -it --name liferay -p 8080:8080 -v $PWD/deploy:/opt/liferay/deploy liferay/portal:7.4.3.125-ga125
    
  3. Deploy Connector:
    cp onlyoffice.integration.web-2.4.0-DXP7.4-U44.jar deploy/
    
  4. See the error:
    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]
    ...
    
@villeman7
Copy link

With these updates Liferay ONLYOFFICE Connector v2.4.0 works on Liferay Portal 7.4 GA125.

@haba713
Copy link
Author

haba713 commented Oct 4, 2024

Thanks a lot @villeman7! 👍

@LinneyS / @aleksandrfedorov97, could you please review the changes and make a new release compatible with the current portal version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants