Expand my Community achievements bar.

SOLVED

Dispatcher Error in Log - File does not exist

Avatar

Level 4

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

1 Accepted Solution

Avatar

Correct answer by
Level 10

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/*" }

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

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/*" }