Dispatcher Error in Log - File does not exist | Community
Skip to main content
New Participant
October 16, 2015
Solved

Dispatcher Error in Log - File does not exist

  • October 16, 2015
  • 1 reply
  • 1531 views

Hi,

I've connected the Dispatcher to Geometrixx Outdoors.  I see a lot of errors like this in the error log (not Dispatcher.log).  What do they mean?  Are they a problem?  The same errors seem to display over and over again for the same URLs

And Yes, cacheing is working for most files

 

[Thu Oct 17 08:06:13 2013] [error] [client 127.0.0.1] File does not exist: /opt/communique/dispatcher/cache/etc/clientcontext/default/contextstores/twitterprofiledata/loader.json, referer: http://localhost/content/geometrixx-outdoors/en.html
[Thu Oct 17 08:06:13 2013] [error] [client 127.0.0.1] File does not exist: /opt/communique/dispatcher/cache/etc/clientcontext/default/contextstores/fbprofiledata/loader.json, referer: http://localhost/content/geometrixx-outdoors/en.html
[Thu Oct 17 08:06:13 2013] [error] [client 127.0.0.1] File does not exist: /opt/communique/dispatcher/cache/etc/clientcontext/default/contextstores/fbinterestsdata/loader.json, referer: http://localhost/content/geometrixx-outdoors/en.html
[Thu Oct 17 08:06:13 2013] [error] [client 127.0.0.1] File does not exist: /opt/communique/dispatcher/cache/etc/clientcontext/default/content/jcr:content/stores.init.js, referer: http://localhost/content/geometrixx-outdoors/en.html

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Sham_HC

Seems like user trying to access clientcontext & throwing the exception.  Generally it is not required for publish  instance.  For allowing the client context through dispatcher,below is the filter to allow the clientcontext on pages.


{ /type "allow" /glob "* /etc/clientcontext/default/content/*" }

1 reply

Sham_HC
Sham_HCAccepted solution
New Participant
October 16, 2015

Seems like user trying to access clientcontext & throwing the exception.  Generally it is not required for publish  instance.  For allowing the client context through dispatcher,below is the filter to allow the clientcontext on pages.


{ /type "allow" /glob "* /etc/clientcontext/default/content/*" }