I think the root cause should be the wrong sql_connection, too. Could you provide you nova.conf file?<div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Dec 3, 2012 at 10:55 PM, Razique Mahroua <span dir="ltr"><<a href="mailto:razique.mahroua@gmail.com" target="_blank">razique.mahroua@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">Hi Chris, <div>what is the size of the image you are trying to upload ?</div><div><br>

</div><div>Regards,<br><div>
<span style="border-spacing:0px;text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:-webkit-auto;font-style:normal;line-height:normal;border-collapse:separate;text-transform:none;font-size:medium;white-space:normal;font-family:'Lucida Grande';word-spacing:0px"><span style="font-weight:normal;font-family:Helvetica"><b style="color:rgb(19,112,138)">Razique Mahroua</b></span><span style="font-weight:normal;font-family:Helvetica;color:rgb(19,112,138)"><b> - </b></span><span style="font-family:Helvetica"><span style="font-weight:normal;font-family:Helvetica"><b style="color:rgb(19,112,138)">Nuage & Co</b></span><span style="border-collapse:separate;font-family:Helvetica;font-style:normal;font-variant:normal;letter-spacing:normal;line-height:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;border-spacing:0px;font-size:medium"><span style="border-spacing:0px;text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:-webkit-auto;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;font-size:medium;white-space:normal;font-family:Helvetica;word-spacing:0px"><span style="border-collapse:separate;font-variant:normal;letter-spacing:normal;line-height:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;border-spacing:0px"><div style="font-style:normal;font-size:medium;font-family:Helvetica;font-weight:normal">

<font color="#13708a"><a href="mailto:razique.mahroua@gmail.com" target="_blank">razique.mahroua@gmail.com</a></font></div><div style="font-style:normal;font-size:medium;font-family:Helvetica"><font color="#13708a">Tel : <a href="tel:%2B33%209%2072%2037%2094%2015" value="+33972379415" target="_blank">+33 9 72 37 94 15</a></font></div>

</span><br><span></span><span style="font-style:normal;font-size:medium;font-family:Helvetica;font-weight:normal"></span><span style="font-weight:normal"></span></span><span style="text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:-webkit-auto;font-style:normal;font-weight:normal;line-height:normal;text-transform:none;font-size:medium;white-space:normal;font-family:Helvetica;word-spacing:0px"><span><span><span><img height="125" width="125" src="cid:00E07450-433E-43E6-9005-48B8FD5C669F@la.fabrique"></span>
</span></span></span></span></span></span></div>
<br><div><div>Le 3 déc. 2012 à 13:21, Chris St <<a href="mailto:cstlinux@gmail.com" target="_blank">cstlinux@gmail.com</a>> a écrit :</div><br><blockquote type="cite"><div><div class="h5">Hello,<br><br>I am a newbie in Openstack and I try to get a "first overview". For my overview I want to install and implement OpenStack.<br>

I have installed two CentOS Server (Version 6.3) with all actual updates.  For the installation I followed the documentation for the Fedora/RHEL/CentOS here:<br>

<br><a href="http://docs.openstack.org/folsom/openstack-compute/install/yum/content/" target="_blank">http://docs.openstack.org/folsom/openstack-compute/install/yum/content/</a><br><br>Now I have a problem after the glance installation, but couldn't figure out why this error happens or what's the problem. I am at the point were I try to upload a Image (<a href="http://docs.openstack.org/folsom/openstack-compute/install/yum/content/images-verifying-install.html" target="_blank">http://docs.openstack.org/folsom/openstack-compute/install/yum/content/images-verifying-install.html</a>).<br>



<br>When I try to do this after a long time period I run into a timeout.<br><br>The api.log gives me this errors:<br>2012-12-03 13:16:53 18450 TRACE glance Traceback (most recent call last):<br>2012-12-03 13:16:53 18450 TRACE glance   File "/usr/bin/glance-api", line 57, in <module><br>



2012-12-03 13:16:53 18450 TRACE glance     server.wait()<br>2012-12-03 13:16:53 18450 TRACE glance   File "/usr/lib/python2.6/site-packages/glance/common/wsgi.py", line 241, in wait<br>2012-12-03 13:16:53 18450 TRACE glance     self.wait_on_children()<br>



2012-12-03 13:16:53 18450 TRACE glance   File "/usr/lib/python2.6/site-packages/glance/common/wsgi.py", line 226, in wait_on_children<br>2012-12-03 13:16:53 18450 TRACE glance     self.run_child()<br>2012-12-03 13:16:53 18450 TRACE glance   File "/usr/lib/python2.6/site-packages/glance/common/wsgi.py", line 256, in run_child<br>



2012-12-03 13:16:53 18450 TRACE glance     self.run_server()<br>2012-12-03 13:16:53 18450 TRACE glance   File "/usr/lib/python2.6/site-packages/glance/common/wsgi.py", line 275, in run_server<br>2012-12-03 13:16:53 18450 TRACE glance     eventlet.wsgi.server(self.sock, self.app_func(),<br>



2012-12-03 13:16:53 18450 TRACE glance   File "/usr/lib/python2.6/site-packages/glance/common/config.py", line 186, in load_paste_app<br>2012-12-03 13:16:53 18450 TRACE glance     app = deploy.loadapp("config:%s" % conf_file, name=app_name)<br>



2012-12-03 13:16:53 18450 TRACE glance   File "/usr/lib/python2.6/site-packages/PasteDeploy-1.5.0-py2.6.egg/paste/deploy/loadwsgi.py", line 247, in loadapp<br>2012-12-03 13:16:53 18450 TRACE glance     return loadobj(APP, uri, name=name, **kw)<br>



2012-12-03 13:16:53 18450 TRACE glance   File "/usr/lib/python2.6/site-packages/PasteDeploy-1.5.0-py2.6.egg/paste/deploy/loadwsgi.py", line 272, in loadobj<br>2012-12-03 13:16:53 18450 TRACE glance     return context.create()<br>



2012-12-03 13:16:53 18450 TRACE glance   File "/usr/lib/python2.6/site-packages/PasteDeploy-1.5.0-py2.6.egg/paste/deploy/loadwsgi.py", line 710, in create<br>2012-12-03 13:16:53 18450 TRACE glance     return self.object_type.invoke(self)<br>



2012-12-03 13:16:53 18450 TRACE glance   File "/usr/lib/python2.6/site-packages/PasteDeploy-1.5.0-py2.6.egg/paste/deploy/loadwsgi.py", line 203, in invoke<br>2012-12-03 13:16:53 18450 TRACE glance     app = context.app_context.create()<br>



2012-12-03 13:16:53 18450 TRACE glance   File "/usr/lib/python2.6/site-packages/PasteDeploy-1.5.0-py2.6.egg/paste/deploy/loadwsgi.py", line 710, in create<br>2012-12-03 13:16:53 18450 TRACE glance     return self.object_type.invoke(self)<br>



2012-12-03 13:16:53 18450 TRACE glance   File "/usr/lib/python2.6/site-packages/PasteDeploy-1.5.0-py2.6.egg/paste/deploy/loadwsgi.py", line 144, in invoke<br>2012-12-03 13:16:53 18450 TRACE glance     **context.local_conf)<br>



2012-12-03 13:16:53 18450 TRACE glance   File "/usr/lib/python2.6/site-packages/PasteDeploy-1.5.0-py2.6.egg/paste/deploy/util.py", line 56, in fix_call<br>2012-12-03 13:16:53 18450 TRACE glance     val = callable(*args, **kw)<br>



2012-12-03 13:16:53 18450 TRACE glance   File "/usr/lib/python2.6/site-packages/glance/api/__init__.py", line 31, in root_app_factory<br>2012-12-03 13:16:53 18450 TRACE glance     return paste.urlmap.urlmap_factory(loader, global_conf, **local_conf)<br>



2012-12-03 13:16:53 18450 TRACE glance   File "/usr/lib/python2.6/site-packages/paste/urlmap.py", line 25, in urlmap_factory<br>2012-12-03 13:16:53 18450 TRACE glance     app = loader.get_app(app_name, global_conf=global_conf)<br>



2012-12-03 13:16:53 18450 TRACE glance   File "/usr/lib/python2.6/site-packages/PasteDeploy-1.5.0-py2.6.egg/paste/deploy/loadwsgi.py", line 350, in get_app<br>2012-12-03 13:16:53 18450 TRACE glance     name=name, global_conf=global_conf).create()<br>



2012-12-03 13:16:53 18450 TRACE glance   File "/usr/lib/python2.6/site-packages/PasteDeploy-1.5.0-py2.6.egg/paste/deploy/loadwsgi.py", line 710, in create<br>2012-12-03 13:16:53 18450 TRACE glance     return self.object_type.invoke(self)<br>



2012-12-03 13:16:53 18450 TRACE glance   File "/usr/lib/python2.6/site-packages/PasteDeploy-1.5.0-py2.6.egg/paste/deploy/loadwsgi.py", line 146, in invoke<br>2012-12-03 13:16:53 18450 TRACE glance     return fix_call(context.object, context.global_conf, **context.local_conf)<br>



2012-12-03 13:16:53 18450 TRACE glance   File "/usr/lib/python2.6/site-packages/PasteDeploy-1.5.0-py2.6.egg/paste/deploy/util.py", line 56, in fix_call<br>2012-12-03 13:16:53 18450 TRACE glance     val = callable(*args, **kw)<br>



2012-12-03 13:16:53 18450 TRACE glance   File "/usr/lib/python2.6/site-packages/glance/common/wsgi.py", line 402, in factory<br>2012-12-03 13:16:53 18450 TRACE glance     return cls(routes.Mapper())<br>2012-12-03 13:16:53 18450 TRACE glance   File "/usr/lib/python2.6/site-packages/glance/api/v2/router.py", line 42, in __init__<br>



2012-12-03 13:16:53 18450 TRACE glance     images_resource = images.create_resource(custom_image_properties)<br>2012-12-03 13:16:53 18450 TRACE glance   File "/usr/lib/python2.6/site-packages/glance/api/v2/images.py", line 731, in create_resource<br>



2012-12-03 13:16:53 18450 TRACE glance     controller = ImagesController()<br>2012-12-03 13:16:53 18450 TRACE glance   File "/usr/lib/python2.6/site-packages/glance/api/v2/images.py", line 47, in __init__<br>2012-12-03 13:16:53 18450 TRACE glance     self.db_api.configure_db()<br>



2012-12-03 13:16:53 18450 TRACE glance   File "/usr/lib/python2.6/site-packages/glance/db/sqlalchemy/api.py", line 94, in configure_db<br>2012-12-03 13:16:53 18450 TRACE glance     connection_dict = sqlalchemy.engine.url.make_url(sql_connection)<br>



2012-12-03 13:16:53 18450 TRACE glance   File "/usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.8-py2.6-linux-x86_64.egg/sqlalchemy/engine/url.py", line 178, in make_url<br>2012-12-03 13:16:53 18450 TRACE glance     return _parse_rfc1738_args(name_or_url)<br>



2012-12-03 13:16:53 18450 TRACE glance   File "/usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.8-py2.6-linux-x86_64.egg/sqlalchemy/engine/url.py", line 216, in _parse_rfc1738_args<br>2012-12-03 13:16:53 18450 TRACE glance     return URL(name, **components)<br>



2012-12-03 13:16:53 18450 TRACE glance   File "/usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.8-py2.6-linux-x86_64.egg/sqlalchemy/engine/url.py", line 56, in __init__<br>2012-12-03 13:16:53 18450 TRACE glance     self.port = int(port)<br>



2012-12-03 13:16:53 18450 TRACE glance ValueError: invalid literal for int() with base 10: 'glance'<br>2012-12-03 13:16:53 18450 TRACE glance<br>2012-12-03 13:16:53 26986 ERROR eventlet.wsgi.server [-] Removing dead child 18450<br>



2012-12-03 13:16:53 18452 DEBUG glance.common.config [-] Loading glance-api-keystone from /etc/glance/glance-api-paste.ini load_paste_app /usr/lib/python2.6/site-packages/glance/common/config.py:184<br>2012-12-03 13:16:54 18452 CRITICAL glance [-] invalid literal for int() with base 10: 'glance'<br>



<br>This messages repeats frequently.<br><br>The registry logs doesn't show any error or problem.<br><br>I searched for the error but didn't get a "solution" for my problem.<br><br>Do you need more information?<br>



<br>Any hints about the problem?<br><br>regards<br>Chris<br></div></div><div class="im">
_______________________________________________<br>Mailing list: <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>Post to     : <a href="mailto:openstack@lists.launchpad.net" target="_blank">openstack@lists.launchpad.net</a><br>

Unsubscribe : <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>More help   : <a href="https://help.launchpad.net/ListHelp" target="_blank">https://help.launchpad.net/ListHelp</a><br>

</div></blockquote></div><br></div></div><br>_______________________________________________<br>
Mailing list: <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
Post to     : <a href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a><br>
Unsubscribe : <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
More help   : <a href="https://help.launchpad.net/ListHelp" target="_blank">https://help.launchpad.net/ListHelp</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div><span style="font-family:arial,sans-serif;font-size:13px;border-collapse:collapse">Lei Zhang</span></div><div><span style="font-family:arial,sans-serif;font-size:13px;border-collapse:collapse"><br>

</span></div><div><font face="arial, sans-serif">Blog: <a href="http://jeffrey4l.github.com" target="_blank">http://jeffrey4l.github.com</a></font></div><div>twitter/weibo: @jeffrey4l</div><br>
</div>