Pointers to debugging resources I might use also welcome.
I've been chasing errors without much success. The only new clue I have
since last week is that pulp_streamer won't start:
https://gist.github.com/anonymous/c272193901b861e51c1788309c4e397e
Plugging various parts of the log into a popular search engine leads me to
various closed errata that are related to selinux (disabled on this host)
or otherwise not applicable.
I did this:
grep -i pulp_stream /var/log/messages > pulp_streamer.log
And from that I get:
https://gist.github.com/anonymous/e39304026360222ecd20f8a82ce066a9
Pasting same here in the body of this message:
-----8< snip 8<-----
Feb 28 15:19:25 foreman1 pulp_streamer: Executing: /usr/bin/pulp_streamer
–nodaemon --syslog --prefix=pulp_streamer --pidfile= --python
/usr/share/pulp/wsgi/streamer.tac
Feb 28 15:19:25 foreman1 pulp_streamer: Unhandled Error
Feb 28 15:19:25 foreman1 pulp_streamer: Traceback (most recent call last):
Feb 28 15:19:25 foreman1 pulp_streamer: File
"/usr/lib64/python2.7/site-packages/twisted/application/app.py", line 652,
in run
Feb 28 15:19:25 foreman1 pulp_streamer: runApp(config)
Feb 28 15:19:25 foreman1 pulp_streamer: File
"/usr/lib64/python2.7/site-packages/twisted/scripts/twistd.py", line 23, in
runApp
Feb 28 15:19:25 foreman1 pulp_streamer:
_SomeApplicationRunner(config).run()
Feb 28 15:19:25 foreman1 pulp_streamer: File
"/usr/lib64/python2.7/site-packages/twisted/application/app.py", line 386,
in run
Feb 28 15:19:25 foreman1 pulp_streamer: self.application =
self.createOrGetApplication()
Feb 28 15:19:25 foreman1 pulp_streamer: File
"/usr/lib64/python2.7/site-packages/twisted/application/app.py", line 451,
in createOrGetApplication
Feb 28 15:19:25 foreman1 pulp_streamer: application =
getApplication(self.config, passphrase)
Feb 28 15:19:25 foreman1 pulp_streamer: — <exception caught here> —
Feb 28 15:19:25 foreman1 pulp_streamer: File
"/usr/lib64/python2.7/site-packages/twisted/application/app.py", line 462,
in getApplication
Feb 28 15:19:25 foreman1 pulp_streamer: application =
service.loadApplication(filename, style, passphrase)
Feb 28 15:19:25 foreman1 pulp_streamer: File
"/usr/lib64/python2.7/site-packages/twisted/application/service.py", line
405, in loadApplication
Feb 28 15:19:25 foreman1 pulp_streamer: application =
sob.loadValueFromFile(filename, 'application', passphrase)
Feb 28 15:19:25 foreman1 pulp_streamer: File
"/usr/lib64/python2.7/site-packages/twisted/persisted/sob.py", line 210, in
loadValueFromFile
Feb 28 15:19:25 foreman1 pulp_streamer: exec fileObj in d, d
Feb 28 15:19:25 foreman1 pulp_streamer: File
"/usr/share/pulp/wsgi/streamer.tac", line 13, in <module>
Feb 28 15:19:25 foreman1 pulp_streamer: from pulp.streamer import Streamer,
load_configuration, DEFAULT_CONFIG_FILES
Feb 28 15:19:25 foreman1 pulp_streamer: File
"/usr/lib/python2.7/site-packages/pulp/streamer/init.py", line 2, in
<module>
Feb 28 15:19:25 foreman1 pulp_streamer: from pulp.streamer.server import
Streamer, Responder, StreamerListener # noqa
Feb 28 15:19:25 foreman1 pulp_streamer: File
"/usr/lib/python2.7/site-packages/pulp/streamer/server.py", line 6, in
<module>
Feb 28 15:19:25 foreman1 pulp_streamer: from mongoengine import
DoesNotExist, NotUniqueError
Feb 28 15:19:25 foreman1 pulp_streamer: exceptions.ImportError: cannot
import name DoesNotExist
Feb 28 15:19:25 foreman1 pulp_streamer: Failed to load application: cannot
import name DoesNotExist
Feb 28 15:19:25 foreman1 systemd[1]: pulp_streamer.service: main process
exited, code=exited, status=1/FAILURE
Feb 28 15:19:25 foreman1 systemd[1]: Unit pulp_streamer.service entered
failed state.
Feb 28 15:19:25 foreman1 systemd[1]: pulp_streamer.service failed.
-----8< snip 8<-----
Any/all help most welcome
···
On Friday, February 24, 2017 at 1:49:43 PM UTC-5, Cristóbal Palmer wrote: