Failed to update bundle: x.jar with ID y. The bundle has been uninstalled

Viewed 1522

In Liferay 7, I have put a module JAR into deploy/, then I uninstalled it via Gogo Shell, and now I want to install it again.

PROBLEM: When I copy it again into deploy/ I get this error:

INFO  [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][AutoDeployDir:252] Processing httpclient-osgi-4.5.3.jar
WARN  [fileinstall-/home/nico/liferay/osgi/modules][org_apache_felix_fileinstall:103] Failed to update bundle: /home/nico/liferay/osgi/modules/httpclient-osgi-4.5.3.jar with ID 1088. The bundle has been uninstalled 

How to solve this?

3 Answers

delete the .war file from your \osgi\war folder and deploy(copy from \build\libs to \deploy folder) again. it will work.

Related