掲示板

"Error registering plugins for DaNangHotel-portlet" after deloy service bu

thumbnail
11年前 に Nguyen Van Chuong によって更新されました。

"Error registering plugins for DaNangHotel-portlet" after deloy service bu

New Member 投稿: 13 参加年月日: 12/01/24 最新の投稿
hi every body !
i am working with service builder. When i build service then i have broblem same below image


And every i deloy again my project then it has error same above emoticon .
help me emoticon
thumbnail
11年前 に Pankaj Kathiriya によって更新されました。

RE: "Error registering plugins for DaNangHotel-portlet" after deloy servic

Liferay Master 投稿: 722 参加年月日: 10/08/05 最新の投稿
Hi,

Try changing build.number= in service.properties of your portlet to 3 or greater than 3.
This change would resolve your issue.

HTH,
Pankaj
thumbnail
11年前 に Nguyen Van Chuong によって更新されました。

RE: "Error registering plugins for DaNangHotel-portlet" after deloy servic

New Member 投稿: 13 参加年月日: 12/01/24 最新の投稿
Pankaj Kathiriya:
Hi,

Try changing build.number= in service.properties of your portlet to 3 or greater than 3.
This change would resolve your issue.

HTH,
Pankaj



Kekeke . Thank you very much . I worked same you say And Successfully . emoticon
thumbnail
11年前 に Jitendra Rajput によって更新されました。

RE: "Error registering plugins for DaNangHotel-portlet" after deloy servic

Liferay Master 投稿: 875 参加年月日: 11/01/07 最新の投稿
Whenever you do a build-service, there is a service.properties file which has a build.number that is incremented every time..
If you deploy your portlet that already has the portlet with a higher build number than your freshly deployed portlet you will get the "Build namespace .... has build number ... which is newer than ..." exception..

The reason is that the Liferay only wants to do upgrades to newer versions of the portlet.. and if it sees an older build number..
it will ignore it thinking that you are downgrading.. and due to this your db tables wont get updated.