<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Alfresco Permissions Errors in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-permissions-errors/m-p/303056#M256186</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a dashlet on an alfresco site which is suddenly giving the following error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;08220003 Wrapped Exception (with status template): 08220062 Failed to execute script 'classpath*:alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary/images.get.js': 08220061 Failed to execute search: +PATH:"/app:company_home/st:sites/cm:information-technology/cm:documentLibrary/cm:IT_x0020_Image_x0020_Folder//*" +TYPE:"cm:content" +@cm\:content.mimetype:image/*&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The only file I had changed prior to this was&amp;nbsp; /opt/alfresco-4.2.f/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/public-services-security-context.xml which I have since restored from a backup.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem still exists, so the next thing I tried was rebuilding the SOLR index using these steps:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Stop Tomcat that runs Solr web application&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Remove all contents under alf_data/solr/archive/SpaceStore/ including index and SpellChecker directories.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Remove all contents under alf_data/solr/workspace/SpaceStore/ including index and SpellChecker directories.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Remove cached content model info of archive core at alf_data/solr/archive-SpacesStore/alfrescoModels/*&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Remove cached content model info of workspace core at alf_data/solr/workspace-SpacesStore/alfrescoModels/*&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Restart Tomcat that runs Solr web application&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I still have the error, but I do not know how to troubleshoot it.&amp;nbsp; Can I get any help or suggestions please?&amp;nbsp; Thanks in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Sep 2014 19:53:00 GMT</pubDate>
    <dc:creator>ivallejo</dc:creator>
    <dc:date>2014-09-22T19:53:00Z</dc:date>
    <item>
      <title>Alfresco Permissions Errors</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-permissions-errors/m-p/303056#M256186</link>
      <description>I have a dashlet on an alfresco site which is suddenly giving the following error:08220003 Wrapped Exception (with status template): 08220062 Failed to execute script 'classpath*:alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary/images.get.js': 08220061 Failed to execute search: +</description>
      <pubDate>Mon, 22 Sep 2014 19:53:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-permissions-errors/m-p/303056#M256186</guid>
      <dc:creator>ivallejo</dc:creator>
      <dc:date>2014-09-22T19:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Permissions Errors</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-permissions-errors/m-p/303057#M256187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What are the changes you have done in "public-services-security-context.xml"?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you able to execute search properly? To verify that try out of box search if it is not working that means there is issue with your indices.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 05:25:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-permissions-errors/m-p/303057#M256187</guid>
      <dc:creator>mitpatoliya</dc:creator>
      <dc:date>2014-09-23T05:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Permissions Errors</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-permissions-errors/m-p/303058#M256188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I had a look at your attached image (2014-09-22 12_41_39-Alfresco » Site Dashboard.png). &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Your query is :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;+PATH:"/app:company_home/st:sites/cm:information-technology/cm:documentLibrary/cm:IT_x0020_Image_x0020_Folder//*" +TYPE:"cm:content" +@cm\:content.mimetype:image/*&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Shouldn't it be something like this (with AND / OR):&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;+PATH:"/app:company_home/st:sites/cm:information-technology/cm:documentLibrary/cm:IT_x0020_Image_x0020_Folder//*" AND TYPE:"cm:content" AND @cm\:content.mimetype:image/*&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 06:57:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-permissions-errors/m-p/303058#M256188</guid>
      <dc:creator>sanket</dc:creator>
      <dc:date>2014-09-23T06:57:53Z</dc:date>
    </item>
  </channel>
</rss>

