← Back to team overview

openstack team mailing list archive

Re: horizon dashboard error 500

 

There's something very wrong is "false" doesn't raise an exception. In Python "False" is a Boolean value, "false" is a variable name which should be undefined.

That aside, you should set COMPRESS_OFFLINE=False in your openstack_dashboard/local/local_settings.py file.

    - Gabriel

> -----Original Message-----
> From: Openstack [mailto:openstack-
> bounces+gabriel.hurley=nebula.com@xxxxxxxxxxxxxxxxxxx] On Behalf Of
> Rajesh Upadhayay
> Sent: Friday, May 03, 2013 10:18 AM
> To: Julie Pichon
> Cc: openstack@xxxxxxxxxxxxxxxxxxx
> Subject: Re: [Openstack] horizon dashboard error 500
> 
> This has issue has been fixed by changing False as false.
> COMPRESS_OFFLINE = false
> 
> -----Original Message-----
> From: Julie Pichon [mailto:jpichon@xxxxxxxxxx]
> Sent: Friday, May 03, 2013 8:29 PM
> To: Rajesh Upadhayay
> Cc: openstack@xxxxxxxxxxxxxxxxxxx
> Subject: Re: [Openstack] horizon dashboard error 500
> 
> Hi,
> 
> "Rajesh Upadhayay" <rupadhayay@xxxxxxxxxxx> wrote:
> > I have just installed Openstack Grizzly on Ubuntu 12.04 LTS..
> > Everything was fine but after server reboot, I lost dashboard and
> > getting error 500 "Internal Server Error".
> >
> > I have verified all configuration but didn't get any idea.
> 
> Have a look in the Apache error logs, there should be more information
> about the error.
> 
> If this is a dev or test environment (not production), you could also set
> DEBUG to True in your local_settings.py to display more information when
> the error occurs.
> 
> Regards,
> 
> Julie
> _______________________________________________
> Mailing list: https://launchpad.net/~openstack
> Post to     : openstack@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp




Follow ups

References