<html><head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type">
</head><body style="font-family: Lucida Grande; font-size: 11pt;"
text="#000000" bgcolor="#FFFFFF"><div style="font-size:
11pt;font-family: Lucida Grande;"><br>Hi :-)<br>Did you use to have that
instance and destroyed it - lost it while it is still logged into the
database ?<br>does $ nova list works, if so use it to retrieve the
compute node used for it and check /var/lib/nova/instances, or connect
to the node, and isue : <br>$ virsh list --all<br><br>Razique<br><blockquote
style="border: 0px none;"
cite="mid:CAJ7ruv5PS5Z-DjfaYJ5UZ+7AJ9iCP1JEtKYEJONwnnOd6LDzng@mail.gmail.com"
type="cite"><div style="margin:30px 25px 10px 25px;" class="__pbConvHr"><div
style="display:table;width:100%;border-top:1px solid
#EDEEF0;padding-top:5px"> <div
style="display:table-cell;vertical-align:middle;padding-right:6px;"><img
photoaddress="shashi.bsd@gmail.com" photoname="Shashi Kanth Boddula"
src="cid:part1.01070900.05080907@gmail.com"
name="compose-unknown-contact.jpg" width="25px" height="25px"></div> <div
style="display:table-cell;white-space:nowrap;vertical-align:middle;width:100%">
<a moz-do-not-send="true" href="mailto:shashi.bsd@gmail.com"
style="color:#737F92
!important;padding-right:6px;font-weight:bold;text-decoration:none
!important;">Shashi Kanth Boddula</a></div> <div
style="display:table-cell;white-space:nowrap;vertical-align:middle;">
<font color="#9FA2A5"><span style="padding-left:6px">14 mai 2012 20:36</span></font></div></div></div><div
style="color:#888888;margin-left:24px;margin-right:24px;"
__pbrmquotes="true" class="__pbConvBody">Essex on Ubuntu 12.04 LTS.<br><br>I
am not able to start nova-compute service. <br><br># start nova-compute
<br>nova-compute start/running, process 2262<br><br># status
nova-compute <br>nova-compute stop/waiting<br><br><br>
In the log i see bellow. "Instance instance-00000009 could not be
found".<br><br>2012-05-15 00:02:11 INFO nova.rpc.common
[req-16833960-e870-4425-9ef9-be21737ffa9d None None] Connected to AMQP
server on openstack:5672<br>
2012-05-15 00:02:12 CRITICAL nova [-] Instance instance-00000009 could
not be found.<br>2012-05-15 00:02:12 TRACE nova Traceback (most recent
call last):<br>2012-05-15 00:02:12 TRACE nova File
"/usr/bin/nova-compute", line 49, in <module><br>
2012-05-15 00:02:12 TRACE nova service.wait()<br>2012-05-15 00:02:12
TRACE nova File "/usr/lib/python2.7/dist-packages/nova/service.py",
line 413, in wait<br>2012-05-15 00:02:12 TRACE nova _launcher.wait()<br>
2012-05-15 00:02:12 TRACE nova File
"/usr/lib/python2.7/dist-packages/nova/service.py", line 131, in wait<br>2012-05-15
00:02:12 TRACE nova service.wait()<br>2012-05-15 00:02:12 TRACE
nova File "/usr/lib/python2.7/dist-packages/eventlet/greenthread.py",
line 166, in wait<br>
2012-05-15 00:02:12 TRACE nova return self._exit_event.wait()<br>2012-05-15
00:02:12 TRACE nova File
"/usr/lib/python2.7/dist-packages/eventlet/event.py", line 116, in wait<br>2012-05-15
00:02:12 TRACE nova return hubs.get_hub().switch()<br>
2012-05-15 00:02:12 TRACE nova File
"/usr/lib/python2.7/dist-packages/eventlet/hubs/hub.py", line 177, in
switch<br>2012-05-15 00:02:12 TRACE nova return
self.greenlet.switch()<br>2012-05-15 00:02:12 TRACE nova File
"/usr/lib/python2.7/dist-packages/eventlet/greenthread.py", line 192, in
main<br>
2012-05-15 00:02:12 TRACE nova result = function(*args, **kwargs)<br>2012-05-15
00:02:12 TRACE nova File
"/usr/lib/python2.7/dist-packages/nova/service.py", line 101, in
run_server<br>2012-05-15 00:02:12 TRACE nova server.start()<br>
2012-05-15 00:02:12 TRACE nova File
"/usr/lib/python2.7/dist-packages/nova/service.py", line 162, in start<br>2012-05-15
00:02:12 TRACE nova self.manager.init_host()<br>2012-05-15 00:02:12
TRACE nova File
"/usr/lib/python2.7/dist-packages/nova/compute/manager.py", line 247, in
init_host<br>
2012-05-15 00:02:12 TRACE nova self.reboot_instance(context,
instance['uuid'])<br>2012-05-15 00:02:12 TRACE nova File
"/usr/lib/python2.7/dist-packages/nova/exception.py", line 114, in
wrapped<br>2012-05-15 00:02:12 TRACE nova return f(*args, **kw)<br>
2012-05-15 00:02:12 TRACE nova File
"/usr/lib/python2.7/dist-packages/nova/compute/manager.py", line 153, in
decorated_function<br>2012-05-15 00:02:12 TRACE nova function(self,
context, instance_uuid, *args, **kwargs)<br>
2012-05-15 00:02:12 TRACE nova File
"/usr/lib/python2.7/dist-packages/nova/compute/manager.py", line 171, in
decorated_function<br>2012-05-15 00:02:12 TRACE nova return
function(self, context, instance_uuid, *args, **kwargs)<br>
2012-05-15 00:02:12 TRACE nova File
"/usr/lib/python2.7/dist-packages/nova/compute/manager.py", line 898, in
reboot_instance<br>2012-05-15 00:02:12 TRACE nova reboot_type)<br>2012-05-15
00:02:12 TRACE nova File
"/usr/lib/python2.7/dist-packages/nova/exception.py", line 114, in
wrapped<br>
2012-05-15 00:02:12 TRACE nova return f(*args, **kw)<br>2012-05-15
00:02:12 TRACE nova File
"/usr/lib/python2.7/dist-packages/nova/virt/libvirt/connection.py", line
718, in reboot<br>2012-05-15 00:02:12 TRACE nova if
self._soft_reboot(instance):<br>
2012-05-15 00:02:12 TRACE nova File
"/usr/lib/python2.7/dist-packages/nova/virt/libvirt/connection.py", line
738, in _soft_reboot<br>2012-05-15 00:02:12 TRACE nova dom =
self._lookup_by_name(<a moz-do-not-send="true"
href="http://instance.name">instance.name</a>)<br>
2012-05-15 00:02:12 TRACE nova File
"/usr/lib/python2.7/dist-packages/nova/virt/libvirt/connection.py", line
1542, in _lookup_by_name<br>2012-05-15 00:02:12 TRACE nova raise
exception.InstanceNotFound(instance_id=instance_name)<br>
2012-05-15 00:02:12 TRACE nova InstanceNotFound: Instance
instance-00000009 could not be found.<br>2012-05-15 00:02:12 TRACE nova <br><br>Anyone
help me how to solve this issue?<br><br>Thanks in advance.<br><br>#
nova-manage service list<br>
nova-compute openstack nova
enabled XXX 2012-05-14 12:38:29<br>nova-scheduler
openstack nova enabled :-)
2012-05-14 18:35:15<br>
nova-volume openstack nova
enabled :-) 2012-05-14 18:35:16<br>nova-network
openstack nova enabled :-)
2012-05-14 18:35:14<br>
nova-consoleauth openstack nova
enabled :-) 2012-05-14 18:35:22<br><br><br><br clear="all"><br>-- <br>Thanks
& Regards,<br>Shashi Kanth<br><br>
<div>_______________________________________________<br>Mailing list:
<a class="moz-txt-link-freetext" href="https://launchpad.net/~openstack">https://launchpad.net/~openstack</a><br>Post to :
<a class="moz-txt-link-abbreviated" href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a><br>Unsubscribe :
<a class="moz-txt-link-freetext" href="https://launchpad.net/~openstack">https://launchpad.net/~openstack</a><br>More help :
<a class="moz-txt-link-freetext" href="https://help.launchpad.net/ListHelp">https://help.launchpad.net/ListHelp</a><br></div></div></blockquote><br><div
class="moz-signature">-- <br><span><span style="font-family: Lucida
Grande;">Nuage & Co - Razique Mahroua <br>
<span style="font-weight: bold;"><a class="moz-txt-link-abbreviated" href="mailto:razique.mahroua@gmail.com">razique.mahroua@gmail.com</a></span></span><span
style="color: rgb(51, 153, 153);"></span><span style="font-family:
monospace;"></span></span><br>
<br>
<div class="moz-signature"><span style="font-family: monospace;">
</span><img src="cid:part2.05040009.03020007@gmail.com" name="image.jpg"
alt=""></div>
<br>
<br>
</div></div></body></html>