Foros de discusión

Not updating xxx because version 6.2.1 is newer than version 6.2.0.1

thumbnail
Nirav Prajapati, modificado hace 8 años.

Not updating xxx because version 6.2.1 is newer than version 6.2.0.1

Regular Member Mensajes: 133 Fecha de incorporación: 25/06/15 Mensajes recientes
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, modificado hace 8 años.

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

Liferay Legend Mensajes: 1902 Fecha de incorporación: 10/03/08 Mensajes recientes
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, modificado hace 8 años.

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

Regular Member Mensajes: 123 Fecha de incorporación: 2/09/13 Mensajes recientes
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, modificado hace 8 años.

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

New Member Mensajes: 2 Fecha de incorporación: 1/04/13 Mensajes recientes
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, modificado hace 6 años.

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

New Member Mensajes: 24 Fecha de incorporación: 15/02/17 Mensajes recientes
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, modificado hace 6 años.

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

Regular Member Mensajes: 133 Fecha de incorporación: 25/06/15 Mensajes recientes
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.