Legacy Knowledge Base
Published Jul. 2, 2025

ClassNotFoundException thrown when exporting the form entries in XLS Format

Written By

Pooja Bhambani

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

  • Steps to reproduce:
    1. Start Liferay 7.2 server.
    2. Create a form.
    3. Deploy created form on the page and submit it.
    4. Go to form configuration and select 'view entries' > Export. Choose format XLS. 
    Expected Result: Form entries must be exported in XLS format.
    Actual Result: While exporting the entries. The below error is showing.
    java.lang.ClassNotFoundException: org.apache.commons.math3.util.ArithmeticUtils cannot be found by com.liferay.dynamic.data.mapping.service_5.2.6
     at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:508)
     [...]

Environment

  • Liferay DXP 7.2

Resolution

  • The observed behavior is a known issue. And, it's fixed in dxp-9.
  • If the hotfix is required for this issue, please create a support ticket requesting a hotfix by attaching patch details.
  • Installing Fix Packs and Hotfixes on Liferay DXP will guide to installation of the hotfix in the respective environment.

Additional Information

Did this article resolve your issue ?

Legacy Knowledge Base