Bug 658193

Summary: pulp-migrate error
Product: [Retired] Pulp Reporter: Preethi Thomas <pthomas>
Component: z_otherAssignee: Jason Connor <jconnor>
Status: CLOSED DUPLICATE QA Contact: Preethi Thomas <pthomas>
Severity: medium Docs Contact:
Priority: low    
Version: unspecifiedCC: jason.dobies, mmccune
Target Milestone: ---Keywords: Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-12-01 16:59:38 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:

Description Preethi Thomas 2010-11-29 16:18:04 UTC
Description of problem:

I get the  'NoneType' object has no attribute 'critical' error on running pulp-migrate.

Here is the steps I followed

1. I did an rpm -e on old pulp packages
2. Yum installed the latest pulp
3. Now ran pulp-migrate saw the error
4. Ran the pulp-migrate a second time and did not see the error


[root@10 ~]# pulp-migrate
data model in use matches the current version
database migration to version 1 complete
Exception in thread Thread-1 (most likely raised during interpreter shutdown):
Traceback (most recent call last):
  File "/usr/lib64/python2.7/threading.py", line 530, in __bootstrap_inner
  File "/usr/lib64/python2.7/threading.py", line 483, in run
  File "/usr/lib/python2.7/site-packages/pulp/server/tasking/queue/fifo.py", line 83, in _dispatch
<type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'critical'
[root@10 ~]# pulp-migrate
data model in use matches the current version
database migration to version 1 complete
[root@10 ~]# service pulpd start
Starting Qpid AMQP daemon: 
Starting httpd: 
[root@10 ~]# service pulpd restart
Stopping httpd:                                            [  OK  ]
Stopping Qpid AMQP daemon:                                 [  OK  ]
Stopping mongod:                                           [  OK  ]
Starting mongod:                                           [  OK  ]
Starting Qpid AMQP daemon:                                 [  OK  ]
Starting httpd: httpd: Could not reliably determine the server's fully qualified domain name, using 10.16.79.206 for ServerName
                                                           [  OK  ]

Comment 1 Jay Dobies 2010-12-01 16:59:38 UTC

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