Skip to content

Instantly share code, notes, and snippets.

@ranchodeluxe
Created July 16, 2012 20:55
Show Gist options
  • Save ranchodeluxe/3124988 to your computer and use it in GitHub Desktop.
Save ranchodeluxe/3124988 to your computer and use it in GitHub Desktop.
update-rc.d: using dependency based boot sequencing
Restarting celery periodic task scheduler
Stopping celerybeat... OK
Starting celerybeat...
update-rc.d: using dependency based boot sequencing
Updating cache with layer permissions{}
Traceback (most recent call last):
File "/data1/regional/atlantic/django/layerquery/manage.py", line 23, in <module>
execute_manager(settings)
File "/data1/regional/atlantic/venv/erma/lib/python2.6/site-packages/django/core/management/__init__.py", line 459, in execute_manager
utility.execute()
File "/data1/regional/atlantic/venv/erma/lib/python2.6/site-packages/django/core/management/__init__.py", line 382, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/data1/regional/atlantic/venv/erma/lib/python2.6/site-packages/django/core/management/base.py", line 196, in run_from_argv
self.execute(*args, **options.__dict__)
File "/data1/regional/atlantic/venv/erma/lib/python2.6/site-packages/django/core/management/base.py", line 232, in execute
output = self.handle(*args, **options)
File "/data1/regional/atlantic/django/layerquery/../layerquery/ERMA/management/commands/update_permissions_cache.py", line 50, in handle
cache.updateWMSCache(layers, data_id=options['data_id'])
File "/data1/regional/atlantic/django/layerquery/ERMA/tasks/cache.py", line 123, in updateWMSCache
'layer_name': layer_name,
UnboundLocalError: local variable 'layer_name' referenced before assignment
Installing logfile rotation scripts
Script exists in /data1/regional/atlantic/ERMA/conf/logrotate
ERMA Variables loaded.
Using apache.conf.sample to build apache.conf
Using featureserver.conf.sample to build featureserver.conf
Using tilecache.conf.sample to build tilecache.conf
Using webalizer.conf.sample to build webalizer.conf
Generating Apache, FeatureServer, and TileCache configurations
Generating static mapfiles
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment