cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with tagging in Alfresco Community - v4.2.0 (4576)

awaxisnei
Champ in-the-making
Champ in-the-making
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" : 
  {
    "code" : 500,
    "name" : "Internal Error",
    "description" : "An error inside the HTTP server which prevented it from fulfilling the request."
  }, 
 
  "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\/", 
  "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\/
[…]



For example, Get REQUEST –> http://serverAlfresco/alfresco/service/api/tags/workspace/SpacesStore/?alf_ticket=" + ticket

**********************

It`s works in other Alfresco - Community - v3.4.0 (d 3370)- that I have .

Thanks for your time!!
2 REPLIES 2

afaust
Legendary Innovator
Legendary Innovator
Hello,

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.
Please setup and configure SOLR, and try again.

Regards
Axel

awaxisnei
Champ in-the-making
Champ in-the-making
Oh Thanks!!

I've fixed the problem!! I'm very happy.