Foren

How to redeploy or remove notification-portlet in liferay 6.2.

Abhishek sharma, geändert vor 8 Jahren.

How to redeploy or remove notification-portlet in liferay 6.2.

Junior Member Beiträge: 71 Beitrittsdatum: 18.02.14 Neueste Beiträge
I was working on my custom jsf portlet,for that i cleaned my my local server then after that suddenly notification-portlet got undeployed as well as my custom jsf portlet is also stopped deployment.
In browser i am getting this message
2_WAR_notificationsportlet, portlet has been undeployed. Please redeploy it or remove it from the page.
Due to this i am not able to see control panel tab as well.
And in console for my custom jsf portlet i am getting this error
Plugin LearningJSF-portlet requires marketplace-portlet
12:00:22,187 INFO [localhost-startStop-2][HotDeployImpl:273] Queueing LearningJSF-portlet for deploy because it is missing marketplace-portlet
12:00:22,979 WARN [Ordering:301] innerSort: 2/1048

where LearningJSF-portlet is my custom jsf portlet.
please suggest me solution.
thumbnail
David H Nebinger, geändert vor 8 Jahren.

RE: How to redeploy or remove notification-portlet in liferay 6.2.

Liferay Legend Beiträge: 14919 Beitrittsdatum: 02.09.06 Neueste Beiträge
You may have other things going on here, but you can try pulling down the notifications hook from the marketplace and install it manually.

If you're not in a critical environment (i.e. not test or production), you might find it easier to whack the data and database and just start over.
thumbnail
Devang Patel, geändert vor 8 Jahren.

RE: How to redeploy or remove notification-portlet in liferay 6.2.

Regular Member Beiträge: 247 Beitrittsdatum: 19.01.15 Neueste Beiträge
Abhishek sharma:
I was working on my custom jsf portlet,for that i cleaned my my local server then after that suddenly notification-portlet got undeployed as well as my custom jsf portlet is also stopped deployment.
And in console for my custom jsf portlet i am getting this error
Plugin LearningJSF-portlet requires marketplace-portlet
12:00:22,187 INFO [localhost-startStop-2][HotDeployImpl:273] Queueing LearningJSF-portlet for deploy because it is missing marketplace-portlet
12:00:22,979 WARN [Ordering:301] innerSort: 2/1048

where LearningJSF-portlet is my custom jsf portlet.
please suggest me solution.


Hi Abhishek,
It seems your marketplace portlet is crashed.
Place fresh marketplace portlet to server.

Thanks,
Devang Patel
Abhishek sharma, geändert vor 8 Jahren.

RE: How to redeploy or remove notification-portlet in liferay 6.2. (Antwort)

Junior Member Beiträge: 71 Beitrittsdatum: 18.02.14 Neueste Beiträge
Thanks to all,
I tried to cut notification portlet from webapps folder of my tomcat server ,then clean and restart my server and then paste the same notification portlet into the same webapps folder of server ,it is working for me.