fileconveyor icon indicating copy to clipboard operation
fileconveyor copied to clipboard

Fileconveyor does not scan my files, i'm not sure how to fix

Open estock opened this issue 11 years ago • 2 comments

I'm having trouble getting fileconveyor to sync files from my server to cloudfiles. The installation and setup seemed to work fine, I run the arbitrator.py and it does not throw any errors. it just does not find any files to sync. I've read the post about fileconveyor design, and I've tried making many alteration to the config XML file, but nothing I do seems to work.

My output is as follows

/usr/local/src/fileconveyor/fileconveyor/filter.py:10: DeprecationWarning: the sets module is deprecated from sets import Set, ImmutableSet 2013-02-22 19:11:04,815 - Arbitrator - WARNING - File Conveyor is initializing. 2013-02-22 19:11:04,817 - Arbitrator - WARNING - Loaded config file. /usr/local/lib/python2.6/dist-packages/django/conf/init.py:110: DeprecationWarning: The SECRET_KEY setting must not be empty. warnings.warn("The SECRET_KEY setting must not be empty.", DeprecationWarning) 2013-02-22 13:11:04,912 - Arbitrator - WARNING - Created 'cloudfiles' transporter for the 'mybin' server. 2013-02-22 13:11:04,912 - Arbitrator - WARNING - Server connection tests succesful! 2013-02-22 13:11:04,913 - Arbitrator - WARNING - Setup: created transporter pool for the 'mybin' server. 2013-02-22 13:11:04,914 - Arbitrator - WARNING - Setup: initialized 'pipeline' persistent queue, contains 0 items. 2013-02-22 13:11:04,915 - Arbitrator - WARNING - Setup: initialized 'files_in_pipeline' persistent list, contains 0 items. 2013-02-22 13:11:04,916 - Arbitrator - WARNING - Setup: initialized 'failed_files' persistent list, contains 0 items. 2013-02-22 13:11:04,916 - Arbitrator - WARNING - Setup: initialized 'files_to_delete' persistent list, contains 0 items. 2013-02-22 13:11:04,917 - Arbitrator - WARNING - Setup: moved 0 items from the 'files_in_pipeline' persistent list into the 'pipeline' persistent queue. 2013-02-22 13:11:04,917 - Arbitrator - WARNING - Setup: connected to the synced files DB. Contains metadata for 0 previously synced files. 2013-02-22 13:11:04,994 - Arbitrator - WARNING - Setup: initialized FSMonitor. 2013-02-22 13:11:04,996 - Arbitrator - WARNING - Fully up and running now.

estock avatar Feb 22 '13 19:02 estock

Post your config.xml.

First thing to try is to delete all *.db database files and start arbitrator again.

jstarcher avatar Apr 26 '13 20:04 jstarcher

Indeed, please post your config.xml file. Without that, we can't help you!

wimleers avatar Apr 29 '13 10:04 wimleers