I have tested RC5 properly on my laptop without any problems, but when I deployed it on my app server, my jobs get apparently inactive after ten minutes or so. When I changed log level to DEBUG (org.apache.manifoldcf.lock and org.apache.manifoldcf.agents), the Agent process is still running in the periods where there are no fetching/deletions/indexing, but with the following output shown over and over again:
http://folk.uio.no/erlendfg/manifoldcf/mcf_console.png
The last job was run in October last year, so maybe there are huge cleanup processes going on and that I need to be a little bit more patient?
Erlend On 1/29/14 12:29 AM, Karl Wright wrote:
This is a major release of ManifoldCF that includes the following: - Federated authority support - Multiple authorization domains - ZooKeeper process coordination - Multiple agents processes - Support for SharePoint Claims-based authorization - An Email connector - A revamped look-and-feel Voting will remain open for 3 days. You can download the artifacts from http://people.apache.org/~kwright/apache-manifoldcf-1.5 . There is also a release tag at https://svn.apache.org/repos/asf/manifoldcf/tags/release-1.5-RC5 . This RC includes changes to the dist directory organization so that jar files are not duplicated, saving 40MB from each binary download. It also fixes an issue with connection limits in the zookeeper example. Finally, it fixes a limitation in the CMIS connector (CONNECTORS-864) and a maven build problem (CONNECTORS-865). Also fixes CONNECTORS-866 (the lockclean script), and two more Maven version issues. Finally, corrects a LiveLink connector reversion described in CONNECTORS-871. Karl
