掲示板

Not updating xxx because version 6.2.1 is newer than version 6.2.0.1

thumbnail
8年前 に Nirav Prajapati によって更新されました。

Not updating xxx because version 6.2.1 is newer than version 6.2.0.1

Regular Member 投稿: 133 参加年月日: 15/06/25 最新の投稿
Hello friends,
I am working on Liferay version 6.2
I am stuck up in the error.
When i am deploye portlet it shows "Not updating xxx because version 6.2.1 is newer than version 6.2.0.1"
Please Help me to solve it.

Following Error Message shows.

05:06:11,887 INFO  [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][AutoDeployDir:204] Processing RecruitmentSystem-portlet-6.2.0.1.war
05:06:11,890 INFO  [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][PortletAutoDeployListener:79] Copying portlets for E:\KrishTec\lr-tomcat-6.2\deploy\RecruitmentSystem-portlet-6.2.0.1.war
05:06:11,922 INFO  [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][BaseDeployer:859] Deploying RecruitmentSystem-portlet-6.2.0.1.war
05:06:11,924 INFO  [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][BaseDeployer:962] Updating RecruitmentSystem from version 6.2.1 to version 6.2.0.1
05:06:11,924 INFO  [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][BaseDeployer:971] Not updating RecruitmentSystem because version 6.2.1 is newer than version 6.2.0.1
05:40:06,551 INFO  [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][AutoDeployDir:204] Processing RecruitmentSystem-portlet-6.2.0.1.war
05:40:06,555 INFO  [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][PortletAutoDeployListener:79] Copying portlets for E:\KrishTec\lr-tomcat-6.2\deploy\RecruitmentSystem-portlet-6.2.0.1.war
05:40:06,708 INFO  [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][BaseDeployer:859] Deploying RecruitmentSystem-portlet-6.2.0.1.war
05:40:06,728 INFO  [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][BaseDeployer:962] Updating RecruitmentSystem from version 6.2.1 to version 6.2.0.1
05:40:06,729 INFO  [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][BaseDeployer:971] Not updating RecruitmentSystem because version 6.2.1 is newer than version 6.2.0.1

thumbnail
8年前 に Samuel Kong によって更新されました。

RE: Not updating xxx because version 6.2.1 is newer than version 6.2.0.1

Liferay Legend 投稿: 1902 参加年月日: 08/03/10 最新の投稿
The error message means you already have version 6.2.1 of your portlet deployed. You're trying to deploy 6.2.0.1 of the portlet which is an older version. So you don't need to do anything to "fix" this problem. You already have a newer version of the portlet.
8年前 に asif aftab によって更新されました。

RE: Not updating xxx because version 6.2.1 is newer than version 6.2.0.1

Regular Member 投稿: 123 参加年月日: 13/09/02 最新の投稿
Change portlet.xml file like add space or add line then save, it will start to deploy if you added your portlet to server for auto deploy.
thumbnail
8年前 に Juan Camilo Carrillo によって更新されました。

RE: Not updating xxx because version 6.2.1 is newer than version 6.2.0.1

New Member 投稿: 2 参加年月日: 13/04/01 最新の投稿
In the case that you update the liferay-plugin-package.properties to liferay-versions=6.2.10+ and still is not working with the same error,
then remove the portlet from webapps (in the case of tomcat) and then redeploy it and should work
thumbnail
6年前 に alex alex によって更新されました。

RE: Not updating xxx because version 6.2.1 is newer than version 6.2.0.1

New Member 投稿: 24 参加年月日: 17/02/15 最新の投稿
Juan Camilo Carrillo:
In the case that you update the liferay-plugin-package.properties to liferay-versions=6.2.10+ and still is not working with the same error,
then remove the portlet from webapps (in the case of tomcat) and then redeploy it and should work



Hi Juan ,
Thanks for your support , It works fine for me. emoticon
thumbnail
6年前 に Nirav Prajapati によって更新されました。

RE: Not updating xxx because version 6.2.1 is newer than version 6.2.0.1 (回答)

Regular Member 投稿: 133 参加年月日: 15/06/25 最新の投稿
alex Jonathan:
Juan Camilo Carrillo:
In the case that you update the liferay-plugin-package.properties to liferay-versions=6.2.10+ and still is not working with the same error,
then remove the portlet from webapps (in the case of tomcat) and then redeploy it and should work



Hi Juan ,
Thanks for your support , It works fine for me. emoticon


Thank you for answer.
Same thing is not work for me.

Even we can also change version name of generated war file and manually put in Deploy folder it deploy Successfully.

I believe that Instead of resolving this type of issue, Make a new portlet and copy/paste your old portlet content.

Some time instead of wasting time for resolving Error it's a really great idea to start from head.