I've had this problem for a while now and not beeing able to solve it. When I publish content the changes is visible on the website for me, but not for everyone else.
If I then change my web.config and upload it again the changes becomes visible to everyone else.
The only error showing up in the log is a lucene error:
[UmbracoExamine]
Error optimizing Lucene index,Access to the path ' \public_html\App_Data\TEMP\ExamineIndexes\InternalMember\Index\write.lock'
is denied., IndexSet: InternalMemberIndexSet
I cant figure this one out. Is it lucene that is causing this publishing error? and how do I resolve this? I'm totaly lost.
My installation is 4.7.1 on .Net 4.0 in a hosted enviroment (Binero.se)
The log looks like this all the time (is this an indication of something wrong?)
[UmbracoExamine] (InternalIndexer) Index is being optimized Loading content from disk cache... Application started at 2012-03-10 20:38:32 [UmbracoExamine] (InternalMemberIndexer) Index is being optimized [UmbracoExamine] Adding examine event handlers for index providers: 2 [UmbracoExamine] Adding examine event handlers for index providers: 2 Application started at 2012-03-10 20:37:07
Published contet is not visible to others
Hi,
I've had this problem for a while now and not beeing able to solve it. When I publish content the changes is visible on the website for me, but not for everyone else.
If I then change my web.config and upload it again the changes becomes visible to everyone else.
The only error showing up in the log is a lucene error:
[UmbracoExamine] Error optimizing Lucene index,Access to the path ' \public_html\App_Data\TEMP\ExamineIndexes\InternalMember\Index\write.lock' is denied., IndexSet: InternalMemberIndexSet
I cant figure this one out. Is it lucene that is causing this publishing error? and how do I resolve this? I'm totaly lost.
My installation is 4.7.1 on .Net 4.0 in a hosted enviroment (Binero.se)
The log looks like this all the time (is this an indication of something wrong?)
[UmbracoExamine] (InternalIndexer) Index is being optimized
Loading content from disk cache...
Application started at 2012-03-10 20:38:32
[UmbracoExamine] (InternalMemberIndexer) Index is being optimized
[UmbracoExamine] Adding examine event handlers for index providers: 2
[UmbracoExamine] Adding examine event handlers for index providers: 2
Application started at 2012-03-10 20:37:07
Found out the problem. My site is hosted in a clusterd enviroment and my changes didn't update the cache on the other servers.
is working on a reply...