cqms_nonexistent_page.html not found error in logs
We've a servlet that does the search. The search executes fairly quickly but gets delayed because of these errors in the logs. This is a document search and why are these errors (though logged as info) in between query execution inside the servlet?
9.03.2016 11:16:09.227 *INFO* [54.235.186.137 [1458400569223] GET /bin/wcm/imf/support/search HTTP/1.1] org.imf.imfconnect.tgs.servlets.IMFSearchServlet Search text after trimChina
19.03.2016 11:16:13.769 *INFO* [54.235.186.137 [1458400573746] GET /content/cqms_nonexistent_page.html HTTP/1.1] org.apache.sling.engine.impl.SlingRequestProcessorImpl service: Resource /content/cqms_nonexistent_page.html not found
19.03.2016 11:16:14.686 *INFO* [54.235.186.137 [1458400574671] GET /content/cqms_nonexistent_page.html HTTP/1.1] org.apache.sling.engine.impl.SlingRequestProcessorImpl service: Resource /content/cqms_nonexistent_page.html not found
19.03.2016 11:16:14.815 *INFO* [jackrabbit-pool-4] org.apache.jackrabbit.core.query.lucene.IndexMerger merged 44 documents in 1089 ms into _qwkg.
19.03.2016 11:16:22.152 *INFO* [54.235.186.137 [1458400569223] GET /bin/wcm/imf/support/search HTTP/1.1] org.imf.imfconnect.tgs.servlets.IMFSearchServlet QUERY RUN IS:/jcr:root/content/dam/imf/board-meetings//element(*, dam:Asset)[(jcr:contains(jcr:content/metadata/@documentTitle, 'China*') or jcr:contains(jcr:content/metadata/@documentDescription, 'China*') or jcr:contains(jcr:content/metadata/@docKey, 'China*')) and jcr:content/metadata/@dc:format = 'application/pdf'] order by jcr:content/metadata/@documentDate descending, @jcr:score descending
