some database problem after ux2 removal
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
KARL4 |
New
|
Undecided
|
Unassigned |
Bug Description
After ux2 removal, I cannot add a community. Looks like some inconsistency with the database. This also makes samplegen fail.
Running dropdb karltest; createdb -O karltest karltest did not help.
This looks like #807227 from earlier.
URL: http://
Module paste.evalexcep
>> app_iter = self.applicatio
Module karl.timeit:49 in __call__
>> resp = req.get_
Module webob.request:1086 in get_response
>> application, catch_exc_
Module webob.request:1055 in call_application
>> app_iter = application(
Module repoze.
>> return self.app(environ, start_response)
Module pyramid.router:176 in __call__
>> response = self.handle_
Module perfmetrics:270 in handle
>> return handler(request)
Module slowlog.tween:38 in __call__
>> return self.handler(
Module pyramid.tweens:17 in excview_tween
>> response = handler(request)
Module pyramid_tm:107 in tm_tween
>> return response
Module pyramid_tm:75 in __exit__
>> return self._retry_
Module pyramid_tm:60 in _retry_or_raise
>> reraise(t, v, tb) # otherwise reraise the exception
Module pyramid_tm:100 in tm_tween
>> response = handler(request)
Module pyramid.router:153 in handle_request
>> response = view_callable(
Module pyramid.
>> return view(context, request)
Module pyramid.
>> return view(context, request)
Module pyramid.
>> return view(context, request)
Module pyramid.
>> return view(context, request)
Module pyramid.
>> result = view(context, request)
Module pyramid_
>> return submitted(request, form, controller, self.action, controller)
Module pyramid_
>> result = getattr(controller, handler)(converted)
Module karl.views.
>> context[name] = community
Module repoze.folder:113 in __setitem__
>> return self.add(name, other)
Module repoze.folder:146 in add
>> objectEventNoti
Module zope.component.
>> adapters = zope.component.
Module zope.component.
>> return sitemanager.
Module zope.component.
>> return self.adapters.
Module zope.interface.
>> subscription(
Module karl.models.
>> catalog.
Module karl.models.
>> super(CachingCa
Module repoze.
>> index.index_
Module perfmetrics:151 in call_with_metric
>> return f(*args, **kw)
Module repoze.
>> self._index_
Module repoze.
>> self._upsert(docid, ('0.0', []), 'null')
Module repoze.
>> cursor.
ProgrammingError: relation "pgtextindex" does not exist LINE 2: UPDATE pgtextindex SET ^