Legacy Knowledge Base
Published Sep. 10, 2025

The Product Menu Becomes Unresponsive after Upgrading to 2024.Q3 when module.framework.properties.org.osgi.framework.bootdelegation is configured

Written By

Zsuzsa Emese Kállai

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

  • After upgrading to version 7.4 2024 Q3.6. the product menu becomes inaccessible and resulting in an exception at the backend.
  • This happened after copying the module.framework.properties.org.osgi.framework.bootdelegation from Liferay version 7.1.

Environment

  • Quarterly Release DXP 7.1, 2024.Q3

Resolution

  • In version 2024.Q3 two additional lines, org.apache.el,\ and org.apache.el.*,\ are required to be included in the bootdelegation to work. 
  • To resolve the behavior replace the current  module.framework.properties.org.osgi.framework.bootdelegation configuration in portal.ext-properties to the following.
    module.framework.properties.org.osgi.framework.bootdelegation=\
    __redirected,\
    com.liferay.expando.kernel.model,\
    com.liferay.glowroot.plugin.*,\
    com.liferay.portal.servlet.delegate,\
    com.liferay.portal.servlet.delegate*,\
    com.sun.ccpp,\
    com.sun.ccpp.*,\
    com.sun.crypto.*,\
    com.sun.image.*,\
    com.sun.imageio.plugins.*,\
    com.sun.jmx.*,\
    com.sun.jndi.*,\
    com.sun.mail.*,\
    com.sun.management.*,\
    com.sun.media.*,\
    com.sun.msv.*,\
    com.sun.org.*,\
    com.sun.tools.*,\
    com.sun.xml.*,\
    com.yourkit.*,\
    jdk.*,\
    org.apache.el,\
    org.apache.el.*,\
    org.glowroot.agent,\
    org.glowroot.agent.*,\
    sun.*,\
    weblogic.jndi,\
    weblogic.jndi.*
    org.apache.el,\
    org.apache.el.*,\

Additional Information

 

 

 

Did this article resolve your issue ?

Legacy Knowledge Base