From: Alberto S. <has...@gm...> - 2025-05-16 14:33:55
|
It seems the file was empty. Deleted it, a couple of restarts, and things look like are running again. Thanks On Fri, May 16, 2025 at 2:13 PM Alberto Simões <has...@gm...> wrote: > Hello > > Updated my exist image to 6.4.0 > Looked to the logs (not just export logs). > I found the culprit: > > lexmart_exist.1.6071ajjw6txx@academia | 16 May 2025 13:11:18,171 > [qtp1260390769-39] ERROR (ConsistencyCheckTask.java [error]:250) - EXPORT: > Skipping damaged document tangentoide_1-76d57.xml > lexmart_exist.1.6071ajjw6txx@academia | 16 May 2025 13:11:39,790 > [qtp1260390769-39] ERROR (ConsistencyCheckTask.java [error]:250) - EXPORT: > Found an orphaned document: tangentoide_1-76d57.xml > > Not sure what to do from here. > Looking around while waiting for suggestions, in case I find anything. > > Thanks > > On Thu, May 15, 2025 at 3:11 PM Alberto Simões <has...@gm...> > wrote: > >> Hello, Joe >> >> eXistDB 6.3.0, running on Docker. Dockerfile below. >> Hope this helps. >> Thanks >> >> FROM alpine:latest AS build >> WORKDIR /autodeploy >> RUN apk --no-cache add zip >> COPY lexmart-restxq-api/ ./ >> RUN zip -r lexmart-restxq-api.xar * >> FROM existdb/existdb:6.3.0 AS production >> WORKDIR /exist >> COPY docker/exist/conf.xml etc/conf.xml >> COPY docker/exist/jetty/lib etc/webapp/WEB-INF/lib >> COPY docker/exist/jetty/web.xml etc/webapp/WEB-INF/web.xml >> COPY --from=build /autodeploy/*.xar autodeploy/ >> COPY docker/exist/autodeploy/*.xar autodeploy/ >> EXPOSE 8080 >> >> >> >> On Thu, May 15, 2025 at 1:23 PM Joe Wicentowski <jo...@gm...> wrote: >> >>> Hi Alberto, >>> >>> For troubleshooting, which version of eXist, Java, OS, etc.? >>> >>> Joe >>> >>> Sent from my iPhone >>> >>> >>> On Thu, May 15, 2025 at 6:28 AM Alberto Simões <has...@gm...> >>> wrote: >>> >>>> Hello >>>> >>>> Triggering a full backup, I am getting this error: >>>> >>>> ... >>>> DOCUMENT: 108000 of 111595 >>>> DOCUMENT: 109000 of 111595 >>>> DOCUMENT: 110000 of 111595 >>>> DOCUMENT: 111000 of 111595 >>>> DOCUMENT: 111595 of 111595 >>>> ---------------------------------------------- >>>> RESOURCE_ACCESS_FAILED: >>>> Failed to access document data >>>> Document ID: 170957 >>>> >>>> What can I do to: >>>> - understand what is the problematic document >>>> - try to understand if I had data lost >>>> - fix it :-) >>>> >>>> Thank you in advance. >>>> >>>> -- >>>> Alberto Simões >>>> _______________________________________________ >>>> Exist-open mailing list >>>> Exi...@li... >>>> https://lists.sourceforge.net/lists/listinfo/exist-open >>>> >>> >> >> -- >> Alberto Simões >> > > > -- > Alberto Simões > -- Alberto Simões |