cancel
Showing results for 
Search instead for 
Did you mean: 

CMIS error, consequence

bisana
Champ on-the-rise
Champ on-the-rise
Hi All
I am using AAAR, and when I do "./AAAR_Extract.sh" I could see error log in
<strong>../logs/AAAR.log </strong>
——————————————
cat ../logs/AAAR.log | grep error

2014/03/02 06:39:42 - Cmis Input modified folder.0 - ERROR (version 5.0.1-stable, build 1 from 2013-11-15_16-08-58 by buildguy) : Unexpected error
2014/03/02 06:39:59 - Cmis Input modified document.0 - ERROR (version 5.0.1-stable, build 1 from 2013-11-15_16-08-58 by buildguy) : Unexpected error
2014/03/02 06:39:59 - Kitchen - ERROR (version 5.0.1-stable, build 1 from 2013-11-15_16-08-58 by buildguy) : Finished with errors

———————————————————-
Even though I was getting the error entry in the file, I was able to publish and generate some reports.
I would like to know what is the consequence of such CMIS error, in what way it will affect my reporting
thanks
Joseph john 

2 REPLIES 2

fcorti
Elite Collaborator
Elite Collaborator
Hi Bisana,

The reason why you are having some reports is described here:
https://forums.alfresco.com/forum/installation-upgrades-configuration-integration/business-reporting...

I suggest you to solve the CMIS problem and you will get all the reports.
Taking a look at the AAAR.log I have a question for you: are you using Lucene or Solr on that Alfresco installation?
For the first extraction I suggest you to test on a Lucene indexing environment because I have had some contacts in the past with similar problems and the reasons were because they were using Solr.

Cheers.

fcorti
Elite Collaborator
Elite Collaborator
Hi all,

After few contacts with the same error, we found a common problem I would like to share.
This error is thrown by the Alfresco server and received by the CMIS client with an "unexpected error".

If you take a look to the catalina.out of the Alfresco server, some errors should be described with a… missing property of a TemplaNode in a script.
After some investigations, you can solve rebuilding the indexes because the error seems to be that the indexes are corrupted.

Please, let me know if this is so common as I have seen. 🙂