Skip to content
This repository has been archived by the owner on Jan 14, 2021. It is now read-only.

WebApp Error: <class 'yum.Errors.YumBaseError'>: Error: rpmdb open failed #37

Closed
lmacken opened this issue Sep 24, 2013 · 1 comment
Closed

Comments

@lmacken
Copy link
Contributor

lmacken commented Sep 24, 2013

URL: http://localhost:10016/packages/fcomm_connector/yum/query/query_requires/%7B%22filters%22%3A%7B%22package%22%3A%22kde-l10n-Icelandic%22%2C%22version%22%3A%224.11.1-1.fc21%22%2C%22repo%22%3A%22Rawhide%22%2C%22arch%22%3A%22noarch%22%7D%2C%22rows_per_page%22%3A10%2C%22start_row%22%3A0%7D
File '/usr/lib/python2.6/site-packages/weberror/errormiddleware.py', line 162 in __call__
  app_iter = self.application(environ, sr_checker)
File '/usr/lib/python2.6/site-packages/tg/configuration.py', line 655 in wrapper
  return app(environ, start_response)
File '/usr/lib/python2.6/site-packages/repoze/tm/__init__.py', line 19 in __call__
  result = self.application(environ, save_status_and_headers)
File '/usr/lib/python2.6/site-packages/beaker/middleware.py', line 73 in __call__
  return self.app(environ, start_response)
File '/usr/lib/python2.6/site-packages/beaker/middleware.py', line 152 in __call__
  return self.wrap_app(environ, session_start_response)
File '/usr/lib/python2.6/site-packages/routes/middleware.py', line 130 in __call__
  response = self.app(environ, start_response)
File '/usr/lib/python2.6/site-packages/paste/registry.py', line 375 in __call__
  app_iter = self.application(environ, start_response)
File '/usr/lib/python2.6/site-packages/moksha/wsgi/middleware/middleware.py', line 76 in __call__
  return self.application(environ, start_response)
File '/usr/lib/python2.6/site-packages/moksha/wsgi/middleware/extensionpoint.py', line 232 in __call__
  response = request.get_response(self.application)
File '/usr/lib/python2.6/site-packages/WebOb-1.0.8-py2.6.egg/webob/request.py', line 1053 in get_response
  application, catch_exc_info=False)
File '/usr/lib/python2.6/site-packages/WebOb-1.0.8-py2.6.egg/webob/request.py', line 1022 in call_application
  app_iter = application(self.environ, start_response)
File '/usr/lib/python2.6/site-packages/fedoracommunity/connectors/api/mw.py', line 125 in __call__
  **params)
File '/usr/lib/python2.6/site-packages/fedoracommunity/connectors/api/mw.py', line 173 in _run_connector
  conn_obj = conn['connector_class'](environ, request)
File '/usr/lib/python2.6/site-packages/fedoracommunity/connectors/yumconnector.py', line 35 in __init__
  self._yum_client.doConfigSetup(fn = self._conf_file, root=os.getcwd())
File '/usr/lib/python2.6/site-packages/yum/__init__.py', line 248 in doConfigSetup
  return self.conf
File '/usr/lib/python2.6/site-packages/yum/__init__.py', line 891 in <lambda>
  conf = property(fget=lambda self: self._getConfig(),
File '/usr/lib/python2.6/site-packages/yum/__init__.py', line 299 in _getConfig
  startupconf = config.readStartupConfig(fn, root)
File '/usr/lib/python2.6/site-packages/yum/config.py', line 882 in readStartupConfig
  startupconf.releasever = _getsysver(startupconf.installroot, startupconf.distroverpkg)
File '/usr/lib/python2.6/site-packages/yum/config.py', line 1027 in _getsysver
  raise Errors.YumBaseError("Error: " + str(e))
YumBaseError: Error: rpmdb open failed
@ralphbean
Copy link
Contributor

Confirmed, this is working now... and the yum repos are gone. Hooray!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants