Skip to content

Instantly share code, notes, and snippets.

Created February 28, 2017 20:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/c272193901b861e51c1788309c4e397e to your computer and use it in GitHub Desktop.
Save anonymous/c272193901b861e51c1788309c4e397e to your computer and use it in GitHub Desktop.
[root@foreman1 ~]# systemctl status -l pulp_streamer
● pulp_streamer.service - The Pulp lazy content loading streamer
Loaded: loaded (/usr/lib/systemd/system/pulp_streamer.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Tue 2017-02-28 15:19:25 EST; 696ms ago
Process: 14969 ExecStart=/usr/bin/pulp_streamer --nodaemon --syslog --prefix=pulp_streamer --pidfile= --python /usr/share/pulp/wsgi/streamer.tac (code=exited, status=1/FAILURE)
Main PID: 14969 (code=exited, status=1/FAILURE)
Feb 28 15:19:25 foreman1.int.ibiblio.org pulp_streamer[14969]: File "/usr/lib64/python2.7/site-packages/twisted/persisted/sob.py", line 210, in loadValueFromFile
Feb 28 15:19:25 foreman1.int.ibiblio.org pulp_streamer[14969]: exec fileObj in d, d
Feb 28 15:19:25 foreman1.int.ibiblio.org pulp_streamer[14969]: File "/usr/share/pulp/wsgi/streamer.tac", line 13, in <module>
Feb 28 15:19:25 foreman1.int.ibiblio.org pulp_streamer[14969]: from pulp.streamer import Streamer, load_configuration, DEFAULT_CONFIG_FILES
Feb 28 15:19:25 foreman1.int.ibiblio.org pulp_streamer[14969]: File "/usr/lib/python2.7/site-packages/pulp/streamer/__init__.py", line 2, in <module>
Feb 28 15:19:25 foreman1.int.ibiblio.org pulp_streamer[14969]: from pulp.streamer.server import Streamer, Responder, StreamerListener # noqa
Feb 28 15:19:25 foreman1.int.ibiblio.org pulp_streamer[14969]: File "/usr/lib/python2.7/site-packages/pulp/streamer/server.py", line 6, in <module>
Feb 28 15:19:25 foreman1.int.ibiblio.org pulp_streamer[14969]: from mongoengine import DoesNotExist, NotUniqueError
Feb 28 15:19:25 foreman1.int.ibiblio.org pulp_streamer[14969]: exceptions.ImportError: cannot import name DoesNotExist
Feb 28 15:19:25 foreman1.int.ibiblio.org pulp_streamer[14969]: Failed to load application: cannot import name DoesNotExist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment