Re: RESOURCE_ACCESS_FAILED during backup
Alberto Simões <[email protected]> Fri, 16 May 2025 15:33:20 +0100
| Newsgroups | gmane.text.xml.exist |
|---|---|
| Message-ID | <CAAkRyrvUwA=H0uL6=8dT0TZsudiZ_wbatPeSe87BZ8nG16mT=Q@mail.gmail.com> |
--===============3728559610048987456== Content-Type: multipart/alternative; boundary="000000000000901a1a063541abc5" --000000000000901a1a063541abc5 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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=E2=80=AFPM Alberto Sim=C3=B5es <hashashin@gmai= l.com> 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=E2=80=AFPM Alberto Sim=C3=B5es <hashashin@gm= ail.com> > 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=3Dbuild /autodeploy/*.xar autodeploy/ >> COPY docker/exist/autodeploy/*.xar autodeploy/ >> EXPOSE 8080 >> >> >> >> On Thu, May 15, 2025 at 1:23=E2=80=AFPM Joe Wicentowski <[email protected]= m> 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=E2=80=AFAM Alberto Sim=C3=B5es <hashashin@= gmail.com> >>> 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=C3=B5es >>>> _______________________________________________ >>>> Exist-open mailing list >>>> [email protected] >>>> https://lists.sourceforge.net/lists/listinfo/exist-open >>>> >>> >> >> -- >> Alberto Sim=C3=B5es >> > > > -- > Alberto Sim=C3=B5es > --=20 Alberto Sim=C3=B5es --000000000000901a1a063541abc5 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr"><div>It seems the file was empty. Deleted it, a couple of = restarts, and things look like are running again.</div><div>Thanks</div></d= iv><br><div class=3D"gmail_quote gmail_quote_container"><div dir=3D"ltr" cl= ass=3D"gmail_attr">On Fri, May 16, 2025 at 2:13=E2=80=AFPM Alberto Sim=C3= =B5es <<a href=3D"mailto:[email protected]">[email protected]</a>>= ; wrote:<br></div><blockquote class=3D"gmail_quote" style=3D"margin:0px 0px= 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div di= r=3D"ltr"><div>Hello</div><div><br></div><div>Updated my exist image to 6.4= .0</div><div>Looked to the logs (not just export logs).</div><div>I found t= he culprit:</div><div><br></div><div>lexmart_exist.1.6071ajjw6txx@academia = =C2=A0 =C2=A0| 16 May 2025 13:11:18,171 [qtp1260390769-39] ERROR (Consisten= cyCheckTask.java [error]:250) - EXPORT: Skipping damaged document tangentoi= de_1-76d57.xml<br>lexmart_exist.1.6071ajjw6txx@academia =C2=A0 =C2=A0| 16 M= ay 2025 13:11:39,790 [qtp1260390769-39] ERROR (ConsistencyCheckTask.java [e= rror]:250) - EXPORT: Found an orphaned document: tangentoide_1-76d57.xml</d= iv><div><br></div><div>Not sure what to do from here.</div><div>Looking aro= und while waiting for suggestions, in case I find anything.</div><div><br><= /div><div>Thanks</div></div><br><div class=3D"gmail_quote"><div dir=3D"ltr"= class=3D"gmail_attr">On Thu, May 15, 2025 at 3:11=E2=80=AFPM Alberto Sim= =C3=B5es <<a href=3D"mailto:[email protected]" target=3D"_blank">hasha= [email protected]</a>> wrote:<br></div><blockquote class=3D"gmail_quote" st= yle=3D"margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padd= ing-left:1ex"><div dir=3D"ltr"><div>Hello, Joe</div><div><br></div><div>eXi= stDB 6.3.0, running on Docker. Dockerfile below.</div><div>Hope this helps.= </div><div>Thanks</div><div><br></div><div>FROM alpine:latest AS build<br>W= ORKDIR /autodeploy<br>RUN apk --no-cache add zip<br>COPY lexmart-restxq-api= / ./<br>RUN zip -r lexmart-restxq-api.xar *<br>FROM existdb/existdb:6.3.0 A= S production<br>WORKDIR /exist<br>COPY docker/exist/conf.xml etc/conf.xml<b= r>COPY docker/exist/jetty/lib etc/webapp/WEB-INF/lib<br>COPY docker/exist/j= etty/web.xml etc/webapp/WEB-INF/web.xml<br>COPY --from=3Dbuild /autodeploy/= *.xar autodeploy/<br>COPY docker/exist/autodeploy/*.xar autodeploy/<br>EXPO= SE 8080</div><div><br></div><div><br></div></div><br><div class=3D"gmail_qu= ote"><div dir=3D"ltr" class=3D"gmail_attr">On Thu, May 15, 2025 at 1:23=E2= =80=AFPM Joe Wicentowski <<a href=3D"mailto:[email protected]" target=3D"= _blank">[email protected]</a>> wrote:<br></div><blockquote class=3D"gmail= _quote" style=3D"margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204= ,204);padding-left:1ex"><div><div dir=3D"auto">Hi Alberto,</div><div dir=3D= "auto"><br></div><div dir=3D"auto">For troubleshooting, which version of eX= ist, Java, OS, etc.?</div><div dir=3D"auto"><br></div><div dir=3D"auto">Joe= <br clear=3D"all"><br clear=3D"all"><div dir=3D"auto"><div dir=3D"ltr" clas= s=3D"gmail_signature">Sent from my iPhone</div></div></div></div><div><div>= <br></div><div><br><div class=3D"gmail_quote"><div dir=3D"ltr" class=3D"gma= il_attr">On Thu, May 15, 2025 at 6:28=E2=80=AFAM Alberto Sim=C3=B5es <<a= href=3D"mailto:[email protected]" target=3D"_blank">[email protected]<= /a>> wrote:<br></div><blockquote class=3D"gmail_quote" style=3D"margin:0= px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><= div dir=3D"ltr"><div>Hello</div><div><br></div><div>Triggering a full backu= p, I am getting this error:</div><div><br></div><div>...</div><div>=C2=A0 D= OCUMENT: 108000 of 111595<br>=C2=A0 DOCUMENT: 109000 of 111595<br>=C2=A0 DO= CUMENT: 110000 of 111595<br>=C2=A0 DOCUMENT: 111000 of 111595<br>=C2=A0 DOC= UMENT: 111595 of 111595<br>----------------------------------------------<b= r>RESOURCE_ACCESS_FAILED:<br>Failed to access document data<br>Document ID:= 170957</div><div><br></div><div>What can I do to:</div><div>=C2=A0- unders= tand what is the problematic document</div><div>=C2=A0- try to understand i= f I had data lost</div><div>=C2=A0- fix it :-)</div><div><br></div><div>Tha= nk you in advance.</div></div><div dir=3D"ltr"><br><span class=3D"gmail_sig= nature_prefix">-- </span><br><div dir=3D"ltr" class=3D"gmail_signature"><di= v dir=3D"ltr">Alberto Sim=C3=B5es<br></div></div></div> _______________________________________________<br> Exist-open mailing list<br> <a href=3D"mailto:[email protected]" target=3D"_blank">Exist= [email protected]</a><br> <a href=3D"https://lists.sourceforge.net/lists/listinfo/exist-open" rel=3D"= noreferrer" target=3D"_blank">https://lists.sourceforge.net/lists/listinfo/= exist-open</a><br> </blockquote></div></div> </div> </blockquote></div><div><br clear=3D"all"></div><br><span class=3D"gmail_si= gnature_prefix">-- </span><br><div dir=3D"ltr" class=3D"gmail_signature"><d= iv dir=3D"ltr">Alberto Sim=C3=B5es<br></div></div> </blockquote></div><div><br clear=3D"all"></div><br><span class=3D"gmail_si= gnature_prefix">-- </span><br><div dir=3D"ltr" class=3D"gmail_signature"><d= iv dir=3D"ltr">Alberto Sim=C3=B5es<br></div></div> </blockquote></div><div><br clear=3D"all"></div><br><span class=3D"gmail_si= gnature_prefix">-- </span><br><div dir=3D"ltr" class=3D"gmail_signature"><d= iv dir=3D"ltr">Alberto Sim=C3=B5es<br></div></div> --000000000000901a1a063541abc5-- --===============3728559610048987456== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline --===============3728559610048987456== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Exist-open mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/exist-open --===============3728559610048987456==--