cancel
Showing results for 
Search instead for 
Did you mean: 

tagging bug v2.9B

ddanninger
Champ in-the-making
Champ in-the-making
Hello, i've installed 2.9B when i want to tag over webscripts or office integration i always get an error:

for example in webscripts:

{ "statusString":"Action failed due to exception [JavaException: org.alfresco.error.AlfrescoRuntimeException: Missing classification: {http://www.alfresco.org/model/content/1.0}taggable]", "statusCode":false }

Is this a bug of this Version?
6 REPLIES 6

jpfi
Champ in-the-making
Champ in-the-making
Hi,

this error is caused by missing child cm:taggable (<sys:node-uuid>tag:tag-root</sys:node-uuid>
                  <cm:name>Tags</cm:name>) of cm:categoryRoot.
Cheers, Jan

mikeh
Star Contributor
Star Contributor
The tag-root node patch was missing from a clean install bootstrap.

Either install v2.1 and upgrade to 2.9B or grab 2.9C-dev from the nightly build server.

Thanks,
Mike

jpfi
Champ in-the-making
Champ in-the-making
Hi Mike,
is there a way to make up the missing

<props>
       <prop key="path">/cm:categoryRoot</prop>
       <prop key="location">alfresco/bootstrap/tagRootCategory.xml</prop>
</props>
in bootstrap-context.xml for an existing 2.9B?

Thanks,
Jan

useeliger
Champ in-the-making
Champ in-the-making
is there a way to manually insert the missing tag-root node?

mikeh
Star Contributor
Star Contributor
Yes, install 2.1 and then upgrade to 2.9B.

Mike

davidrfoote
Champ in-the-making
Champ in-the-making
I'm getting the same error on 3.2 on ubuntu 9.04 64-bit  having upgraded from 2.9 on windows.

/org/alfresco/repository/metadata/metadata.post.json.js (in classpath store file:/var/lib/tomcat6/webapps/alfresco/WEB-INF/classes/alfresco/templates/webscripts)': 09090014 Missing classification: {http://www.alfresco.org/model/content/1.0}taggable

This error is logged whenever I try to tag an item in my document library on alfresco/share. As a result tagging functionality is broken.

I first upgraded to the 3.2 packaged install, then I recently upgraded again to 3.2 Nightly build as of 9-29-09. While that build fixed a number of other issues for me this one remains. Any ideas on how I can get this patched?