action error
Can get an error if using mismatched version (would have an exception in log files about AbstractWebScript base class not found.)
Use calais integration 1.2 with alfresco 3.3 / 3.4
Use calais integration 1.1 with alfresco 3.2 and previous versions
Check alfresco log files for more detailed error / exception
Other things could be:
1. alfresco can't convert the file to get text to send to the calais service (test with a txt file instead)
2. file in a language not supported yet by the calais service
3. some sort of firewall issue where you can't call out to the url of the calais web service from your server
You usually won't need to store all the rdf and/or json returned by calais (just check the auto-tagging checkbox)
If you do check the "save rdf" checkbox, all of the rdf data returned by the calais service will be stored in a
CalaisRDFContent property on the document node. (If you check "save json", all the json data (much simpler than the rdf data) returned by the calais service will be stored in a CalaisJSONContent property)