Foren

Not updating xxx because version 6.2.1 is newer than version 6.2.0.1

thumbnail
Nirav Prajapati, geändert vor 8 Jahren.

Not updating xxx because version 6.2.1 is newer than version 6.2.0.1

Regular Member Beiträge: 133 Beitrittsdatum: 25.06.15 Neueste Beiträge
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
Samuel Kong, geändert vor 8 Jahren.

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

Liferay Legend Beiträge: 1902 Beitrittsdatum: 10.03.08 Neueste Beiträge
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.
asif aftab, geändert vor 8 Jahren.

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

Regular Member Beiträge: 123 Beitrittsdatum: 02.09.13 Neueste Beiträge
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
Juan Camilo Carrillo, geändert vor 8 Jahren.

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

New Member Beiträge: 2 Beitrittsdatum: 01.04.13 Neueste Beiträge
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
alex alex, geändert vor 6 Jahren.

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

New Member Beiträge: 24 Beitrittsdatum: 15.02.17 Neueste Beiträge
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
Nirav Prajapati, geändert vor 6 Jahren.

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

Regular Member Beiträge: 133 Beitrittsdatum: 25.06.15 Neueste Beiträge
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.