Última actualización el
3 may 2021
Síntomas
ValueFormatExceptions aparece en el archivo crx-quickstart/logs/error.log
para autor y/o publicación:
2009.12.04 14:41:50.388 *INFO* [172.18.238.198 [1259966510248] GET /foo/bar.html HTTP/1.1] org.apache.sling.jcr.resource.internal.helper.jcr.JcrNodeResource setMetaData: Problem extracting metadata information for /content/apps/myapp/jcr:content/par/test_0 javax.jcr.ValueFormatException: conversion to long failed: For input string: "2009-08-24T14:02:57.793-07:00": For input string: "2009-08-24T14:02:57.793-07:00" at org.apache.jackrabbit.value.BaseValue.getLong(BaseValue.java:148) at org.apache.jackrabbit.core.PropertyImpl.getLong(PropertyImpl.java:486) at org.apache.sling.jcr.resource.internal.helper.jcr.JcrNodeResource.setMetaData(JcrNodeResource.java:230) at org.apache.sling.jcr.resource.internal.helper.jcr.JcrNodeResource.<init>(JcrNodeResource.java:70) at org.apache.sling.jcr.resource.internal.helper.jcr.JcrNodeResourceIterator.seek(JcrNodeResourceIterator.java:91) at org.apache.sling.jcr.resource.internal.helper.jcr.JcrNodeResourceIterator.next(JcrNodeResourceIterator.java:76) at org.apache.sling.jcr.resource.internal.helper.jcr.JcrNodeResourceIterator.next(JcrNodeResourceIterator.java:38) at org.apache.sling.jcr.resource.internal.helper.ResourceProviderEntry$1.seek(ResourceProviderEntry.java:184) at org.apache.sling.jcr.resource.internal.helper.ResourceProviderEntry$1.next(ResourceProviderEntry.java:167) at org.apache.sling.jcr.resource.internal.helper.ResourceProviderEntry$1.next(ResourceProviderEntry.java:126) at com.day.cq.wcm.foundation.ParagraphSystem.collectParagraphs(ParagraphSystem.java:217) at com.day.cq.wcm.foundation.ParagraphSystem.initParas(ParagraphSystem.java:197) at com.day.cq.wcm.foundation.ParagraphSystem.paragraphs(ParagraphSystem.java:155) at org.apache.jsp.apps.pc_005fglobal.components.pcparsys.pcparsys_jsp._jspService(pcparsys_jsp.java:191) at org.apache.sling.scripting.jsp.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) ...
Resolución
- Instale el paquete de correcciones CRX 1.4.2.5 o superior (solicite esta corrección a través de un ticket de Daycare).
- instalar la corrección 24366 de CQ5.2.1 (solicite esta corrección a través de un ticket de Daycare)
- ejecute el script de limpieza tipo fecha adjunto fix_date_props.zip
- Para ejecutar el script de limpieza
- Instale este paquete en su instancia fix_date_props.zip
- Inicie sesión como administrador en la instancia. Nota para las publicaciones: para iniciar sesión como administrador, debe ir a
http://<host>:<port>/bin/login.html?resource=/
y, después de iniciar sesión, debe cambiar la URL en la barra de direcciones, ya que no confirmará que ha iniciado sesión. - ejecute el script
http://<host>:<port>/etc/fixjcrlastmodified/fix.html
. Enumerará todas las rutas que contienen propiedades jcr:lastModified y jcr:created que de tipo cadena y las cambiará a tipo fecha a medida que las enumera. - Después de ejecutar correctamente el script, puede eliminarlo de forma segura de su servidor a través del explorador de contenido CRX. Inicie sesión en el explorador CRX y elimine /etc/fixjcrlastmodified
Se aplica a
CQ5.2.X
Descargar