-
Notifications
You must be signed in to change notification settings - Fork 23
error on first run #2
Comments
I have the same error. Anyone ever solve this? |
sorry but I have not been able to solve this problem. and there was not time to do it :) |
Hi, Can you send your settings.py file ? Jerome |
Here you go...
|
here are the files in the files in the conf and conf/pools dir workers.lst
license.lst
renderfarm.pool
On Fri, Oct 4, 2013 at 11:32 AM, Jerome Samson [email protected]:
|
OK, so I got a step closer. now I get the following error
|
Hi, Actually fir the first run, the settings must be: POOLS_BACKEND_TYPE = "file"
DB_ENABLE = True
DB_CLEAN_DATA = True The historical way to initialize the DB (by 'historical' I mean, I don't think it is a good way to do it and this process might change in the future) is to first run the dispatcher with settings indicating to clean the DB. Once init is complete, you must stop the dispatcher and call it again with a new set of settings: POOLS_BACKEND_TYPE = "db"
DB_ENABLE = True
DB_CLEAN_DATA = False On the following starts, the system is operationnal (well should be). |
Hi,
I just want to give a try to this OpenRenderManagement tool :) ... to see if it can fit my needs in a distributed rendering system.
I used the instructions that are described in your puli readme file.
but when i'm going to lunch it for first time I got this error:
why this error, where is default pool defined, how can I fix this?
thanks,
Petru
The text was updated successfully, but these errors were encountered: