legacy-knowledge-base
公開されました 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

learn-legacy-article-disclaimer-text

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