Legacy Knowledge Base
Published Sep. 10, 2025

Apache Felix Webconsole JS and CSS resources not loaded

Written By

Kanchan Bisht

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

  • Apache Felix Webconsole JS and CSS resources not loaded with 'org.eclipse.equinox.http.servlet'
  • Steps to reproduce:
    1. Start the server.
    2. Download this: org.apache.felix.webconsole-4.6.4-all.jar from here: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.webconsole/4.6.4/
    3. Deploy the jar.
    4. Enter to the web console: http://localhost:8080/o/system/console/
    5. Login with admin/admin
    6. Change to the Network tab and refresh the page, then check the status code for the loaded files
    Observed Behavior: The files should be loaded with the status code: 200 OK
    Actual Behavior: CSS and JS files are not loaded, 404 status code is displayed

Environment

  • Liferay DXP 7.3

Resolution

  • The observed behavior is a known bug of DXP and is addressed by LPS-140601

Additional Information

  • If the hotfix is required for this issue, please create a support ticket requesting the hotfix by attaching the patch details.
  • Installing Fix Packs and Hotfixes on Liferay DXP will guide you to install the Fixpack/Hotfix in your environment.
Did this article resolve your issue ?

Legacy Knowledge Base