Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to view deployed Liferay portlet in the add >> more option

I have created a sample Liferay portlet and it has successfully deployed. But, the eclipse console didn't say "1 portlet is ready for use". And, I couldn't find this portlet in the Add >> More.. option on a Liferay page.

like image 323
MadCoder Avatar asked Jun 24 '12 21:06

MadCoder


1 Answers

I have been fighting with this problem for a day. For me it was two things: wrong property of

liferay.home

inside

portal-setup-wizard.properties

Only after correction I was able too see in tomcat logs that my liferay-plugins had higher version than liferay itself. I redownload plugins with correct version and new plugin deployed correctly.

like image 99
tomb1125 Avatar answered Sep 23 '22 21:09

tomb1125