<div dir="ltr"><div>Hi,</div><div>we're getting an error message while trying to upload images to an image gallery.</div><div>Some images can be uploaded but many images fail to upload.</div><div><br></div><div>we noticed that changing the dimensions (width/height) helps sometimes</div><div>We didn't notice a strict line about what cause images to fail.</div><div>It doesn't look related to the "weight" in KB of the images since "light" (e.g. around 800kb) images also fails.</div><div><br></div><div>this happens for single image uploads, not only batch upload</div><div>Happens on firefox and chrome (IE not tested)</div><div><br></div><div>is this issue related:</div><div><a href="https://github.com/alkacon/opencms-core/issues/163">https://github.com/alkacon/opencms-core/issues/163</a></div><div>it is listed as closed.</div><div><br></div><div>this is the error:</div><div>----------------------</div><div>Error</div><div>Error while creating resources on the VFS of OpenCms.</div><div> </div><div>Details</div><div>org.opencms.file.CmsVfsResourceNotFoundException: Error reading resource from path "/images/test.jpg".</div><div>at org.opencms.file.CmsVfsResourceNotFoundException.createException(CmsVfsResourceNotFoundException.java:71)</div><div>at org.opencms.db.CmsDbContext.throwException(CmsDbContext.java:334)</div><div>at org.opencms.db.CmsDbContext.report(CmsDbContext.java:286)</div><div>at org.opencms.db.CmsSecurityManager.readResource(CmsSecurityManager.java:4900)</div><div>at org.opencms.file.CmsObject.readResource(CmsObject.java:2957)</div><div>at org.opencms.file.CmsObject.lockResource(CmsObject.java:3983)</div><div>at org.opencms.file.CmsObject.lockResource(CmsObject.java:1974)</div><div>at org.opencms.ade.upload.CmsUploadBean.createSingleResource(CmsUploadBean.java:368)</div><div>at org.opencms.ade.upload.CmsUploadBean.createResources(CmsUploadBean.java:282)</div><div>at org.opencms.ade.upload.CmsUploadBean.start(CmsUploadBean.java:198)</div><div>at org.apache.jsp.WEB_002dINF.jsp.offline.system.modules.org_opencms_ade_upload.uploadAction_jsp._jspService(uploadAction_jsp.java:65)</div><div>at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)</div><div>at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)</div><div>at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:432)</div><div>at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:390)</div><div>at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:334)</div><div>at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)</div><div>at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)</div><div>at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)</div><div>at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:748)</div><div>at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:604)</div><div>at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:543)</div><div>at org.opencms.flex.CmsFlexRequestDispatcher.includeExternal(CmsFlexRequestDispatcher.java:188)</div><div>at org.opencms.flex.CmsFlexRequestDispatcher.include(CmsFlexRequestDispatcher.java:163)</div><div>at org.opencms.loader.CmsJspLoader.service(CmsJspLoader.java:645)</div><div>at org.opencms.flex.CmsFlexRequestDispatcher.includeInternalWithCache(CmsFlexRequestDispatcher.java:417)</div><div>at org.opencms.flex.CmsFlexRequestDispatcher.include(CmsFlexRequestDispatcher.java:167)</div><div>at org.opencms.loader.CmsJspLoader.dispatchJsp(CmsJspLoader.java:929)</div><div>at org.opencms.loader.CmsJspLoader.load(CmsJspLoader.java:525)</div><div>at org.opencms.loader.CmsResourceManager.loadResource(CmsResourceManager.java:1193)</div><div>at org.opencms.main.OpenCmsCore.showResource(OpenCmsCore.java:1719)</div><div>at org.opencms.main.OpenCmsServlet.doGet(OpenCmsServlet.java:153)</div><div>at org.opencms.main.OpenCmsServlet.doPost(OpenCmsServlet.java:166)</div><div>at javax.servlet.http.HttpServlet.service(HttpServlet.java:646)</div><div>at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)</div><div>at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)</div><div>at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)</div><div>at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)</div><div>at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)</div><div>at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501)</div><div>at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)</div><div>at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98)</div><div>at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:950)</div><div>at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)</div><div>at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)</div><div>at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:193)</div><div>at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:607)</div><div>at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:313)</div><div>at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)</div><div>at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)</div><div>at java.lang.Thread.run(Thread.java:745)</div><div>Caused by: org.opencms.file.CmsVfsResourceNotFoundException: Unable to read resource "/images/test.jpg".</div><div>at org.opencms.db.generic.CmsVfsDriver.readResource(CmsVfsDriver.java:2325)</div><div>at org.opencms.db.CmsDriverManager.readResource(CmsDriverManager.java:7500)</div><div>at org.opencms.db.CmsSecurityManager.readResource(CmsSecurityManager.java:7241)</div><div>at org.opencms.db.CmsSecurityManager.readResource(CmsSecurityManager.java:4898)</div><div>... 47 more</div><div><br></div><div><br></div><div><br></div><div>thank you.</div></div>