<?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 Problem with tagging in Alfresco Community - v4.2.0 (4576) in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-tagging-in-alfresco-community-v4-2-0-4576/m-p/286270#M239400</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a problem with tagging in Alfresco Community - v4.2.0 (4576). I want to manage tags in my application. I'm using REST API for this but I always have this error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt; "status" : &lt;BR /&gt;&amp;nbsp; {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "code" : 500,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "name" : "Internal Error",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "description" : "An error inside the HTTP server which prevented it from fulfilling the request."&lt;BR /&gt;&amp;nbsp; },&amp;nbsp; &lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; "message" : "00150025 Wrapped Exception (with status template): 001521347 Failed to execute script 'classpath*:alfresco\/templates\/webscripts\/org\/alfresco\/repository\/tagging\/tags.get.js': 001521346 No solr query support for store workspace::\/\/\/SpacesStore\/",&amp;nbsp; &lt;BR /&gt;&amp;nbsp; "exception" : "org.springframework.extensions.webscripts.WebScriptException - 00150025 Wrapped Exception (with status template): 001521347 Failed to execute script 'classpath*:alfresco\/templates\/webscripts\/org\/alfresco\/repository\/tagging\/tags.get.js': 001521346 No solr query support for store workspace::\/\/\/SpacesStore\/&lt;BR /&gt;[…]&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For example, Get REQUEST –&amp;gt; &lt;/SPAN&gt;&lt;A href="http://serverAlfresco/alfresco/service/api/tags/workspace/SpacesStore/?alf_ticket=" rel="nofollow noopener noreferrer"&gt;http://serverAlfresco/alfresco/service/api/tags/workspace/SpacesStore/?alf_ticket=&lt;/A&gt;&lt;SPAN&gt;" + ticket &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;**********************&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It`s works in other Alfresco - Community - v3.4.0 (d 3370)- that I have .&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your time!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Jan 2015 10:49:34 GMT</pubDate>
    <dc:creator>awaxisnei</dc:creator>
    <dc:date>2015-01-15T10:49:34Z</dc:date>
    <item>
      <title>Problem with tagging in Alfresco Community - v4.2.0 (4576)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-tagging-in-alfresco-community-v4-2-0-4576/m-p/286270#M239400</link>
      <description>Hello all,I have a problem with tagging in Alfresco Community - v4.2.0 (4576). I want to manage tags in my application. I'm using REST API for this but I always have this error: "status" : &amp;nbsp; {&amp;nbsp;&amp;nbsp;&amp;nbsp; "code" : 500,&amp;nbsp;&amp;nbsp;&amp;nbsp; "name" : "Internal Error",&amp;nbsp;&amp;nbsp;&amp;nbsp; "description" : "An error inside the HTTP server which pr</description>
      <pubDate>Thu, 15 Jan 2015 10:49:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-tagging-in-alfresco-community-v4-2-0-4576/m-p/286270#M239400</guid>
      <dc:creator>awaxisnei</dc:creator>
      <dc:date>2015-01-15T10:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with tagging in Alfresco Community - v4.2.0 (4576)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-tagging-in-alfresco-community-v4-2-0-4576/m-p/286271#M239401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;well, as the error message reads you probably have not set up search / SOLR correctly. In Alfresco 3.4, SOLR was not available at all and everything used Lucene (in-process). Starting with 4.0, SOLR is the recommended search system.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please setup and configure SOLR, and try again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Axel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2015 18:53:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-tagging-in-alfresco-community-v4-2-0-4576/m-p/286271#M239401</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2015-01-15T18:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with tagging in Alfresco Community - v4.2.0 (4576)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-tagging-in-alfresco-community-v4-2-0-4576/m-p/286272#M239402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Oh Thanks!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've fixed the problem!! I'm very happy. &lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2015 12:18:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-tagging-in-alfresco-community-v4-2-0-4576/m-p/286272#M239402</guid>
      <dc:creator>awaxisnei</dc:creator>
      <dc:date>2015-01-19T12:18:25Z</dc:date>
    </item>
  </channel>
</rss>

