-
Notifications
You must be signed in to change notification settings - Fork 22
error on first run #2
Description
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.
- install dependency
- configure database
- include ~/apps/puli/Puli/src to my PYTHONPATH (there are octopus folder)
- change configuration file
but when i'm going to lunch it for first time I got this error:
python ~/apps/puli/Puli/scripts/dispatcherd.py -D -C
06:10:15 dispatcher INFO settings.DEBUG = True
06:10:15 dispatcher INFO settings.ADDRESS = 127.0.0.1
06:10:15 dispatcher INFO settings.PORT = 8004
06:10:15 dispatcher INFO dropping database tables
06:10:15 dispatcher INFO checking database
06:10:15 dispatcher INFO checking dispatcher state
Traceback (most recent call last):
File "/home/petru/apps/puli/Puli/scripts/dispatcherd.py", line 105, in
main()
File "/home/petru/apps/puli/Puli/scripts/dispatcherd.py", line 101, in main
dispatcherApplication = make_dispatcher()
File "/home/petru/apps/puli/Puli/src/octopus/dispatcher/init.py", line 8, in make_dispatcher
return WSAppFramework(applicationClass=Dispatcher, webServiceClass=WebServiceDispatcher, port=8004)
File "/home/petru/apps/puli/Puli/src/octopus/core/framework/wsappframework.py", line 42, in init
self.application = applicationClass(self)
File "/home/petru/apps/puli/Puli/src/octopus/dispatcher/dispatcher.py", line 85, in init
self.defaultPool = self.dispatchTree.pools['default']
KeyError: 'default'
why this error, where is default pool defined, how can I fix this?
thanks,
Petru