cancel
Showing results for 
Search instead for 
Did you mean: 

Share Admin Console Exception

msilvera
Champ in-the-making
Champ in-the-making
Hi:

I'm new to Alfresco and when I access the Admin Console in Alfresco Share I'm getting several exceptions:

1) Trying to access Category Manager:

   JavaException: org.alfresco.repo.search.impl.lucene.LuceneQueryParserException: 06171764

2) Node Browser shows only this code:

06171769

3) Tag Manager shows this error message:
06170028 Wrapped Exception (with status template): 06171772 Failed to execute script 'classpath*:alfresco/templates/webscripts/org/alfresco/repository/tagging/tags.get.js': 06171771

I have Version: Community - v4.2.0 (4428) installed on Linux CentOS 6.4 x64

I guess I have something missconfigured but I have no idea where should I start checking.

Any ideas?

5 REPLIES 5

rjohnson
Star Contributor
Star Contributor
Your error is about Lucene. Have you rebuilt your indexes?

Bob Johnson

mitpatoliya
Star Collaborator
Star Collaborator
You can rebuild indexes of Lucene from alfresco-global.properties file by adding this entry.
index.recovery.mode=full

but make sure you are using Lucene for indexing by checking other indexing related properties in the alfresco-global.properties file.
If you have search.subsytem as solr befor doing reindexing you need to delete the existing files of solr indexes.

msilvera
Champ in-the-making
Champ in-the-making
Thanks Bobd & Mits for your help!

After reading your advice, I've followed this link and my errors were solved:

http://deepak-keswani.blogspot.com/2012/12/how-to-disable-solr-enable-lucene-on.html

However, What I think I've done is to disable SOLR, which  I'm not sure is a good practice.
Should I change it back to SOLR after this re-indexing?

thanks!
Mariana

rjohnson
Star Contributor
Star Contributor
It up to you, but if you have disabled Solr and switched to Lucene then if you want to switch back to Solr you will have to remove the old Solr indexes and have Solr rebuild its indexes. Lucene used to be the standard, Solr is the new standard because it scales better. If your installation is small there is little to choose.

Bob Johnson

msilvera
Champ in-the-making
Champ in-the-making
Thanks Bob for your answer.
I'll keep Lucene for now and will figure out later how to switch back to Solr.

I'll mark this issue as solved.
Thanks !!