Legacy Knowledge Base
Published Sep. 10, 2025

Unable to initialize bundle

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

  • Tomcat folder is missing after running blade gw initbundle command.
  • Steps to reproduce:
    1. blade init -v dxp-7.4-u102 liferay-workspace
    2. echo >> liferay-workspace/gradle.properties
    3. echo "liferay.workspace.bundle.url=https://releases-cdn.liferay.com/dxp/2023.q4.5/liferay-dxp-tomcat-2023.q4.5-1707312911.tar.gz" >> liferay-workspace/gradle.properties
    4. Run ./gradlew initBundle command.

Environment

  • Liferay DXP 7.4

Resolution

  • This is a known bug, which has been addressed in workspace version 9.1.2. Hence, initialize a workspace with version 9.1.2.
    classpath(group: "com.liferay", name: "com.liferay.gradle.plugins.workspace", version: "9.1.2")

Additional Information

Did this article resolve your issue ?

Legacy Knowledge Base