Bug #199
ecm.apps.common.tasks.outposts.update and ecm.plugins.assets.tasks.assets.update fails
| Status: | Closed | Start date: | Jun 24, 2012 | |
|---|---|---|---|---|
| Priority: | High | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | app-scheduler | Spent time: | - | |
| Target version: | 2.1.0 | |||
| Detected Version: | 2.0.5 | Python Version: | 2.6 |
Description
When running
ecm.apps.common.tasks.outposts.update
or
ecm.plugins.assets.tasks.assets.update
in the scheduled tasks the error below is produced.
Traceback (most recent call last):
File "/usr/local/lib/python2.6/dist-packages/ecm-2.0.5.2.dev-py2.6.egg/ecm/apps/scheduler/models.py", line 116, in
run
func(**args)
File "/usr/local/lib/python2.6/dist-packages/Django-1.4-py2.6.egg/django/db/transaction.py", line 208, in inner
with self:
File "/usr/local/lib/python2.6/dist-packages/Django-1.4-py2.6.egg/django/db/transaction.py", line 200, in __enter__
self.entering(self.using)
File "/usr/local/lib/python2.6/dist-packages/Django-1.4-py2.6.egg/django/db/transaction.py", line 256, in entering
enter_transaction_management(using=using)
File "/usr/local/lib/python2.6/dist-packages/Django-1.4-py2.6.egg/django/db/transaction.py", line 40, in enter_transaction_management
connection = connections[using]
File "/usr/local/lib/python2.6/dist-packages/Django-1.4-py2.6.egg/django/db/utils.py", line 90, in __getitem__
self.ensure_defaults(alias)
File "/usr/local/lib/python2.6/dist-packages/Django-1.4-py2.6.egg/django/db/utils.py", line 74, in ensure_defaults
raise ConnectionDoesNotExist("The connection %s doesn't exist" % alias)
ConnectionDoesNotExist: The connection eve doesn't exist
History
#1
Updated by Drezil 11 months ago
Error in ecm.plugins.assets.tasks.assets.update was due to a wrongly imported eve-datadump.
Error in ecm.apps.common.tasks.outposts.update still persists.
#2
Updated by johnfoo 11 months ago
- Category set to app-scheduler
- Status changed from New to Resolved
- Assignee set to johnfoo
- Target version set to 32
see issue #201
#3
Updated by diabeteman 11 months ago
- Target version changed from 32 to 2.1.0