Metaswitch / project-clearwater-issues

Issue list for Project Clearwater
0 stars 1 forks source link

homer log has some error message #10

Open jenkins-clearwater opened 7 years ago

jenkins-clearwater commented 7 years ago

[leader-us]

head -100 /var/log/supervisor/homer-stderr---supervisor-FkDgZO.log :0: UserWarning: You do not have a working installation of the service_identity module: 'No module named service_identity'. Please install it from https://pypi.python.org/pypi/service_identity and make sure all of its dependencies are satisfied. Without the service_identity module and a recent enough pyOpenSSL to support it, Twisted can perform only rudimentary TLS client hostname verification. Many valid certificate/hostname mappings may be rejected. Unhandled error in Deferred:

Traceback (most recent call last): Failure: twisted.internet.error.ConnectionRefusedError: Connection was refused by other side: 111: Connection refused. :0: UserWarning: You do not have a working installation of the service_identity module: 'No module named service_identity'. Please install it from https://pypi.python.org/pypi/service_identity and make sure all of its dependencies are satisfied. Without the service_identity module and a recent enough pyOpenSSL to support it, Twisted can perform only rudimentary TLS client hostname verification. Many valid certificate/hostname mappings may be rejected. :0: UserWarning: You do not have a working installation of the service_identity module: 'No module named service_identity'. Please install it from https://pypi.python.org/pypi/service_identity and make sure all of its dependencies are satisfied. Without the service_identity module and a recent enough pyOpenSSL to support it, Twisted can perform only rudimentary TLS client hostname verification. Many valid certificate/hostname mappings may be rejected. :0: UserWarning: You do not have a working installation of the service_identity module: 'No module named service_identity'. Please install it from https://pypi.python.org/pypi/service_identity and make sure all of its dependencies are satisfied. Without the service_identity module and a recent enough pyOpenSSL to support it, Twisted can perform only rudimentary TLS client hostname verification. Many valid certificate/hostname mappings may be rejected. Unhandled error in Deferred:

Traceback (most recent call last): Failure: twisted.internet.error.ConnectionRefusedError: Connection was refused by other side: 111: Connection refused. Unhandled error in Deferred:

Traceback (most recent call last): Failure: twisted.internet.error.ConnectionRefusedError: Connection was refused by other side: 111: Connection refused. Unhandled error in Deferred:

I don't know if this is a problem?

[Used to be https://github.com/Metaswitch/clearwater-docker/issues/41]

jenkins-clearwater commented 7 years ago

[richardwhiuk]

Looks like we should be installing the service_identity module as part of Homer to prevent the first warning. I think we should also be handling the connection refused log inside Homer.

Note, that in a none Docker deployment, this gets sprayed to syslog, so it's not a problem explicitly with Docker.

Oct 19 13:49:28 ec2-xxxxx monit: :0: UserWarning: You do not have a working installation of the
service_identity module: 'No module named service_identity'.  Please install it from
<https://pypi.python.org/pypi/service_identity> and make sure all of its dependencies are satisfied. 
Without the service_identity module and a recent enough pyOpenSSL to support it, Twisted can perform
only rudimentary TLS client hostname verification.  Many valid certificate/hostname mappings may be
rejected.