Sanat005
Sanat005

Reputation: 33

Liferay Portlet id is already in use problem

I am currently using liferay 7.2 and performing a IPC using event and i got an error message like portlet id is already in use while deploying.also after deploy the portlet is not show in Liferay portal under sample.

What are the issues for this and How can i solve this error?

Upvotes: 2

Views: 1554

Answers (2)

asifaftab87
asifaftab87

Reputation: 1443

Thanks @ Ana Maria that is the issue but when I tried to delete the custom portlet then I am unable to locate that portlet in osgi/modules.

I found in liferay_bundle_root_folder/work

folder and then I deleted and I also deleted from control panel/Apps Manager and then deployed again then my issue resolved.

Upvotes: 2

Ana María
Ana María

Reputation: 31

You could get that error if you change bundle symbolic name in bnd.bnd file and don't delete old jar version from server

Upvotes: 2

Related Questions