Devstack: Installation FAILURE

Bug #941860 reported by Alexey Eromenko
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
devstack
Expired
Undecided
Unassigned

Bug Description

Platform: (fresh) Ubuntu 11.10 (oneiric) + Devstack.

user@ubuntu1110:~/devstack$ ./stack.sh
...
horizon is now available at http://10.0.2.15/
keystone is serving at http://10.0.2.15:5000/v2.0/
examples on using novaclient command line is in exercise.sh
the default users are: admin and demo
the password: b4a0bee9b2036e2bbf30
This is your host ip: 10.0.2.15
stack.sh completed in 85 seconds.

(looks like success)

Opening browser, FireFox: http://10.0.2.15/
"Internal Server Error
..."
Dashboard FAILS to be opened on FireFox.

user@ubuntu1110:~/devstack$ nova-manage user list
2012-02-27 03:56:10 DEBUG nova.utils
[req-72bf0eda-776f-49de-871d-7b676f8ff933 None None] backend <module
'nova.db.sqlalchemy.api' from
'/opt/stack/nova/nova/db/sqlalchemy/api.pyc'> from (pid=5258)
__get_backend /opt/stack/nova/nova/utils.py:602
user@ubuntu1110:~/devstack$

user@ubuntu1110:~/devstack$ curl http://0.0.0.0:5000
{"versions": {"values": [{"status": "beta", "updated":
"2011-11-19T00:00:00Z", "media-types": [{"base": "application/json",
"type": "application/vnd.openstack.identity-v2.0+json"}], "id":
"v2.0", "links": [{"href": "http://10.0.2.15:5000/v2.0/", "rel":
"self"}, {"href":
"http://docs.openstack.org/api/openstack-identity-service/2.0/content/",
"type": "text/html", "rel": "describedby"}, {"href":
"http://docs.openstack.org/api/openstack-identity-service/2.0/identity-dev-guide-2.0.pdf",
"type": "application/pdf", "rel":
"describedby"}]}]}}user@ubuntu1110:~/devstack$
user@ubuntu1110:~/devstack$

Any ideas ?

--
-Alexey Eromenko "Technologov", 27.Feb.2012.

Revision history for this message
Vish Ishaya (vishvananda) wrote : Re: [Bug 941860] [NEW] Devstack: Installation FAILURE
Download full text (4.0 KiB)

Can you check the apache error log? The error log should also be echoed int the horizon screen if you screen -x and switch to the screen labelled horizon.

On Feb 27, 2012, at 3:17 AM, alexey__ wrote:

> Public bug reported:
>
> Platform: (fresh) Ubuntu 11.10 (oneiric) + Devstack.
>
> user@ubuntu1110:~/devstack$ ./stack.sh
> ...
> horizon is now available at http://10.0.2.15/
> keystone is serving at http://10.0.2.15:5000/v2.0/
> examples on using novaclient command line is in exercise.sh
> the default users are: admin and demo
> the password: b4a0bee9b2036e2bbf30
> This is your host ip: 10.0.2.15
> stack.sh completed in 85 seconds.
>
> (looks like success)
>
> Opening browser, FireFox: http://10.0.2.15/
> "Internal Server Error
> ..."
> Dashboard FAILS to be opened on FireFox.
>
> user@ubuntu1110:~/devstack$ nova-manage user list
> 2012-02-27 03:56:10 DEBUG nova.utils
> [req-72bf0eda-776f-49de-871d-7b676f8ff933 None None] backend <module
> 'nova.db.sqlalchemy.api' from
> '/opt/stack/nova/nova/db/sqlalchemy/api.pyc'> from (pid=5258)
> __get_backend /opt/stack/nova/nova/utils.py:602
> user@ubuntu1110:~/devstack$
>
> user@ubuntu1110:~/devstack$ curl http://0.0.0.0:5000
> {"versions": {"values": [{"status": "beta", "updated":
> "2011-11-19T00:00:00Z", "media-types": [{"base": "application/json",
> "type": "application/vnd.openstack.identity-v2.0+json"}], "id":
> "v2.0", "links": [{"href": "http://10.0.2.15:5000/v2.0/", "rel":
> "self"}, {"href":
> "http://docs.openstack.org/api/openstack-identity-service/2.0/content/",
> "type": "text/html", "rel": "describedby"}, {"href":
> "http://docs.openstack.org/api/openstack-identity-service/2.0/identity-dev-guide-2.0.pdf",
> "type": "application/pdf", "rel":
> "describedby"}]}]}}user@ubuntu1110:~/devstack$
> user@ubuntu1110:~/devstack$
>
> Any ideas ?
>
> --
> -Alexey Eromenko "Technologov", 27.Feb.2012.
>
> ** Affects: devstack
> Importance: Undecided
> Status: New
>
> --
> You received this bug notification because you are a member of OpenStack
> Administrators, which is the registrant for devstack.
> https://bugs.launchpad.net/bugs/941860
>
> Title:
> Devstack: Installation FAILURE
>
> Status in devstack - openstack dev environments:
> New
>
> Bug description:
> Platform: (fresh) Ubuntu 11.10 (oneiric) + Devstack.
>
> user@ubuntu1110:~/devstack$ ./stack.sh
> ...
> horizon is now available at http://10.0.2.15/
> keystone is serving at http://10.0.2.15:5000/v2.0/
> examples on using novaclient command line is in exercise.sh
> the default users are: admin and demo
> the password: b4a0bee9b2036e2bbf30
> This is your host ip: 10.0.2.15
> stack.sh completed in 85 seconds.
>
> (looks like success)
>
> Opening browser, FireFox: http://10.0.2.15/
> "Internal Server Error
> ..."
> Dashboard FAILS to be opened on FireFox.
>
> user@ubuntu1110:~/devstack$ nova-manage user list
> 2012-02-27 03:56:10 DEBUG nova.utils
> [req-72bf0eda-776f-49de-871d-7b676f8ff933 None None] backend <module
> 'nova.db.sqlalchemy.api' from
> '/opt/stack/nova/nova/db/sqlalchemy/api.pyc'> from (pid=5258)
> __get_backend /opt/stack/nova/nova/utils.py:602
> user@ubuntu1110:~/devstack$
> ...

Read more...

Revision history for this message
Alexey Eromenko (al4321) wrote :

On Mon, Feb 27, 2012 at 8:47 PM, Vish Ishaya <email address hidden> wrote:
> Can you check the apache error log?  The error log should also be echoed
> int the horizon screen if you screen -x and switch to the screen
> labelled horizon.

apache error log:
http://pastebin.com/RyEPYGDx

--
-Alexey Eromenko "Technologov"

Revision history for this message
Vish Ishaya (vishvananda) wrote :

You ran current trunk of devstack? I've never seen this issue before, but it looks like quantum failed to download properly.

Vish

On Feb 27, 2012, at 11:00 AM, alexey__ wrote:

> On Mon, Feb 27, 2012 at 8:47 PM, Vish Ishaya <email address hidden> wrote:
>> Can you check the apache error log? The error log should also be echoed
>> int the horizon screen if you screen -x and switch to the screen
>> labelled horizon.
>
> apache error log:
> http://pastebin.com/RyEPYGDx
>
> --
> -Alexey Eromenko "Technologov"
>
> --
> You received this bug notification because you are a member of OpenStack
> Administrators, which is the registrant for devstack.
> https://bugs.launchpad.net/bugs/941860
>
> Title:
> Devstack: Installation FAILURE
>
> Status in devstack - openstack dev environments:
> New
>
> Bug description:
> Platform: (fresh) Ubuntu 11.10 (oneiric) + Devstack.
>
> user@ubuntu1110:~/devstack$ ./stack.sh
> ...
> horizon is now available at http://10.0.2.15/
> keystone is serving at http://10.0.2.15:5000/v2.0/
> examples on using novaclient command line is in exercise.sh
> the default users are: admin and demo
> the password: b4a0bee9b2036e2bbf30
> This is your host ip: 10.0.2.15
> stack.sh completed in 85 seconds.
>
> (looks like success)
>
> Opening browser, FireFox: http://10.0.2.15/
> "Internal Server Error
> ..."
> Dashboard FAILS to be opened on FireFox.
>
> user@ubuntu1110:~/devstack$ nova-manage user list
> 2012-02-27 03:56:10 DEBUG nova.utils
> [req-72bf0eda-776f-49de-871d-7b676f8ff933 None None] backend <module
> 'nova.db.sqlalchemy.api' from
> '/opt/stack/nova/nova/db/sqlalchemy/api.pyc'> from (pid=5258)
> __get_backend /opt/stack/nova/nova/utils.py:602
> user@ubuntu1110:~/devstack$
>
> user@ubuntu1110:~/devstack$ curl http://0.0.0.0:5000
> {"versions": {"values": [{"status": "beta", "updated":
> "2011-11-19T00:00:00Z", "media-types": [{"base": "application/json",
> "type": "application/vnd.openstack.identity-v2.0+json"}], "id":
> "v2.0", "links": [{"href": "http://10.0.2.15:5000/v2.0/", "rel":
> "self"}, {"href":
> "http://docs.openstack.org/api/openstack-identity-service/2.0/content/",
> "type": "text/html", "rel": "describedby"}, {"href":
> "http://docs.openstack.org/api/openstack-identity-service/2.0/identity-dev-guide-2.0.pdf",
> "type": "application/pdf", "rel":
> "describedby"}]}]}}user@ubuntu1110:~/devstack$
> user@ubuntu1110:~/devstack$
>
> Any ideas ?
>
> --
> -Alexey Eromenko "Technologov", 27.Feb.2012.
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/devstack/+bug/941860/+subscriptions

Revision history for this message
Alexey Eromenko (al4321) wrote :

On Mon, Feb 27, 2012 at 9:23 PM, Vish Ishaya <email address hidden> wrote:
> You ran current trunk of devstack?  I've never seen this issue before,
> but it looks like quantum failed to download properly.

Yes, the newest devstack.

--
-Alexey Eromenko "Technologov"

Revision history for this message
Dean Troyer (dtroyer) wrote :

If you are still having this problem on current devstack please run tools/info.sh and pastebin it for us.

Revision history for this message
Alexey Eromenko (al4321) wrote :

DevStack still fails:
http://pastebin.com/qcGgxvyu

Revision history for this message
Alexey Eromenko (al4321) wrote :

tools/info.sh output:
http://pastebin.com/NKDEkrfV

Revision history for this message
Dean Troyer (dtroyer) wrote :

Alexey, the Django version dependency was a result of the Horizon refactor last week and has been fixed in Horizon. Are you still seeing this problem?

Revision history for this message
Alexey Eromenko (al4321) wrote : Re: [Bug 941860] Re: Devstack: Installation FAILURE

DevStack still fails.

Keystone reasons, log here:
http://paste.openstack.org/show/7569/

--
-Alexey Eromenko "Technologov"

Revision history for this message
Dean Troyer (dtroyer) wrote :

The latest log shows mysql having become non-responsive. I have seen that once or twice but it was never repeatable for me.

Also try the info.sh again. It looks like you didn't have ENABLED_SERVICES set in localrc so all of the dependencies did not show up; we moved ENABLED_SERVICES to stackrc recently so this should work now.

Changed in devstack:
status: New → Incomplete
Revision history for this message
Launchpad Janitor (janitor) wrote :

[Expired for devstack because there has been no activity for 60 days.]

Changed in devstack:
status: Incomplete → Expired
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.