Bug 658193 - pulp-migrate error
Summary: pulp-migrate error
Keywords:
Status: CLOSED DUPLICATE of bug 655057
Alias: None
Product: Pulp
Classification: Retired
Component: z_other
Version: unspecified
Hardware: Unspecified
OS: Unspecified
low
medium
Target Milestone: ---
: ---
Assignee: Jason Connor
QA Contact: Preethi Thomas
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-11-29 16:18 UTC by Preethi Thomas
Modified: 2014-03-31 01:38 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-12-01 16:59:38 UTC
Embargoed:


Attachments (Terms of Use)

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 ***


Note You need to log in before you can comment on or make changes to this bug.