Download as pdf or txt
Download as pdf or txt
You are on page 1of 4

LifeDev - Liferay Development | Development

for Life
Liferay Development: Best Practices, Tips and Tricks, Portlet Development,
Themes Development, Migration, Customization

Liferay Blacklist
Configuration
March 23, 2021

 How to Remove a Bundle from


the Blacklist in Liferay 7
Overview
This article will explain how to remove a bundle from the Liferay’s Blacklist
with the settings in the Control Panel.

Preface
Liferay may add your bundle into a “black list” if you, for example, uninstall
your bundle in the Apps Manager:

In this case any subsequent deploys will not actually deploy your bundle, and
you’ll see something like this in logs:
2021-03-23 07:49:58.854 INFO 

[com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][AutoDeployDir:261]

Processing journal.edit.article.hook-1.0.2.jar

2021-03-23 07:51:09.765 INFO  [fileinstall-/opt/liferay/osgi/modules]

[BundleBlacklist:188] Stopping blacklisted bundle

journal.edit.article.hook_1.0.2 

To make your bundle available again - you need to remove it from the
blacklist.

Configuration
To remove the bundle from the blacklist, you need:
1. Go to Control Panel -> Configuration -> System Settings;
2. Click on “Module Container” in “Platform” section:

3. Check if your bundle is there, remove it, and click “Update”:

This will remove your bundle from the blacklist.


But you may need to restart the Liferay to make the changes applied.
You can check your bundle status in the “Gogo Shell”:
Also, you can check your module status in the “App Manager”:

Enjoy 😏

app manager
blacklist
bundle
gogo shell
osgi

Enter your comment...

Popular posts from this blog


Creating Themes for Liferay 7.3
February 11, 2020

Building Theme for Liferay 7.3 Overview This article


describes how to create, build and deploy a theme for
Liferay 7.3 Prerequisites You should have Liferay 7.3 …

READ MORE

Liferay DXP - max upload file size


December 10, 2019

Liferay DXP - increase Maximum Upload Request Size


By default, Liferay has limit to 100 MB for file upload.
Sometimes you need to upload larger files, and this …

READ MORE

Liferay Keycloak integration


October 28, 2019

Image Liferay Keycloak integration using OpenID Overview This


tutorial explains how to configure OpenID SSO between
Liferay 7.2 and Keycloak 7.0.1 Installation instructions …

READ MORE


Powered by Blogger

Theme images by Radius Images

You might also like