Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 1051807

Summary: [abrt] flumotion: common.py:393:assertSSLAvailable:AttributeError: 'module' object has no attribute 'sslEnabled'
Product: [Fedora] Fedora Reporter: Oleg <dzansolov>
Component: flumotionAssignee: Thomas Vander Stichele <thomas>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 20CC: sergio, thomas
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:df3bf7cfb1c90783fb7cefd86555ef73e2aa8092
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-11-01 04:16:54 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
File: backtrace
none
File: environ none

Description Oleg 2014-01-11 17:47:54 UTC
Version-Release number of selected component:
flumotion-0.10.0-7.fc20

Additional info:
reporter:       libreport-2.1.10
cmdline:        /usr/bin/python /usr/bin/flumotion-manager -D --daemonize-to /var/cache/flumotion --service-name default /etc/flumotion/managers/default/planet.xml
executable:     /usr/bin/flumotion-manager
kernel:         3.12.6-300.fc20.x86_64
runlevel:       N 5
type:           Python
uid:            989

Truncated backtrace:
common.py:393:assertSSLAvailable:AttributeError: 'module' object has no attribute 'sslEnabled'

Traceback (most recent call last):
  File "/usr/bin/flumotion-manager", line 42, in <module>
    boot.boot(PROGRAM_PATH, gst=False, gtk=False, installReactor=False)
  File "/usr/lib64/flumotion/python/flumotion/common/boot.py", line 305, in boot
    sys.exit(wrapped(sys.argv))
  File "/usr/lib64/flumotion/python/flumotion/manager/main.py", line 231, in main
    configure.configdir)
  File "/usr/lib64/flumotion/python/flumotion/common/server.py", line 99, in startSSL
    common.assertSSLAvailable()
  File "/usr/lib64/flumotion/python/flumotion/common/common.py", line 393, in assertSSLAvailable
    if not posixbase.sslEnabled:
AttributeError: 'module' object has no attribute 'sslEnabled'

Local variables in innermost frame:
posixbase: <module 'twisted.internet.posixbase' from '/usr/lib64/python2.7/site-packages/twisted/internet/posixbase.pyc'>
errors: <module 'flumotion.common.errors' from '/usr/lib64/flumotion/python/flumotion/common/errors.py'>

Potential duplicate: bug 833548

Comment 1 Oleg 2014-01-11 17:47:57 UTC
Created attachment 848682 [details]
File: backtrace

Comment 2 Oleg 2014-01-11 17:47:59 UTC
Created attachment 848683 [details]
File: environ

Comment 3 Sergio Basto 2014-11-01 04:16:54 UTC

*** This bug has been marked as a duplicate of bug 833548 ***