ERROR - Connector: com.mendix.storage.FileNotFoundInStorageException: LocalFileSystemStore:: File does not exist for key:

0
hi! https://docs.mendix.com/developerportal/deploy/run-mendix-docker-image#1-introduction An error occurred during the practice of "Run a Mendix Docker Image"   No image Error   ERROR - Connector: The file 'food2.jpg' could not be found. ERROR - Connector: com.mendix.storage.FileNotFoundInStorageException: LocalFileSystemStore:: File does not exist for key: 82177a1a-67cf-4d9c-b5d8-577c59c9f9ea         at com.mendix.storage.localfilesystem.internal.LocalFileSystemStore.getFileDocumentAsFile(LocalFileSystemStore.scala:154)         at com.mendix.storage.localfilesystem.internal.LocalFileSystemStore.getStoredSize(LocalFileSystemStore.scala:160)         at com.mendix.storage.localfilesystem.internal.LocalFileSystemStore.getContentLength(LocalFileSystemStore.scala:164)         at com.mendix.filedocumentprocessor.internal.FileDocumentProcessorImpl.getFileDocumentFileLength(FileDocumentProcessorImpl.java:100)         at com.mendix.filedocumentprocessor.internal.FileDocumentProcessorImpl.getImageFileLength(FileDocumentProcessorImpl.java:115)         at com.mendix.webui.requesthandling.FileRequestHandler.getContentLength(FileRequestHandler.scala:390)         at com.mendix.webui.requesthandling.FileRequestHandler.doDownload(FileRequestHandler.scala:291)         at com.mendix.webui.requesthandling.FileRequestHandler.handleDownload(FileRequestHandler.scala:279)         at com.mendix.webui.requesthandling.FileRequestHandler.handleRequest(FileRequestHandler.scala:70)         at com.mendix.webui.requesthandling.FileRequestHandler.processRequest(FileRequestHandler.scala:61)         at com.mendix.externalinterface.connector.RequestHandler.doProcessRequest(RequestHandler.java:40)         at com.mendix.external.connector.MxRuntimeConnector$1.execute(MxRuntimeConnector.java:76)         at com.mendix.external.connector.MxRuntimeConnector$1.execute(MxRuntimeConnector.java:73)         at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32)         at com.mendix.external.connector.MxRuntimeConnector.processRequest(MxRuntimeConnector.java:79)         at com.mendix.basis.impl.MxRuntimeImpl.processRequest(MxRuntimeImpl.java:945)         at com.mendix.m2ee.appcontainer.server.handler.RuntimeHandler.service(RuntimeHandler.java:42)         at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)         at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:867)         at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:542)         at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)         at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1588)         at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)         at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1345)         at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)         at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)         at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1557)         at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)         at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1247)         at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)         at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)         at org.eclipse.jetty.server.Server.handle(Server.java:502)         at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364)         at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260)         at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)         at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)         at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)         at java.base/java.lang.Thread.run(Unknown Source)   How do I solve it?
asked
1 answers
0

What it means that it can no longer find the filedocuments allthough the database still contains the filedocument record. You experience the same when you only restore a database and not the filedocuments. To solve edit the filedocument and upload the document again.

Regards,

Ronald

 

answered