Re: [Openstack] horizon dashboard error 500

2013-05-08 Thread Guilherme Russi
: http://192.168.3.1/horizon
[Wed May 08 19:48:01 2013] [error] [client 192.168.3.1] return
node.render(context), referer: http://192.168.3.1/horizon
[Wed May 08 19:48:01 2013] [error] [client 192.168.3.1]   File
"/usr/lib/python2.7/dist-packages/django/template/loader_tags.py", line
155, in render, referer: http://192.168.3.1/horizon
[Wed May 08 19:48:01 2013] [error] [client 192.168.3.1] return
self.render_template(self.template, context), referer:
http://192.168.3.1/horizon
[Wed May 08 19:48:01 2013] [error] [client 192.168.3.1]   File
"/usr/lib/python2.7/dist-packages/django/template/loader_tags.py", line
137, in render_template, referer: http://192.168.3.1/horizon
[Wed May 08 19:48:01 2013] [error] [client 192.168.3.1] output =
template.render(context), referer: http://192.168.3.1/horizon
[Wed May 08 19:48:01 2013] [error] [client 192.168.3.1]   File
"/usr/lib/python2.7/dist-packages/django/template/base.py", line 140, in
render, referer: http://192.168.3.1/horizon
[Wed May 08 19:48:01 2013] [error] [client 192.168.3.1] return
self._render(context), referer: http://192.168.3.1/horizon
[Wed May 08 19:48:01 2013] [error] [client 192.168.3.1]   File
"/usr/lib/python2.7/dist-packages/django/template/base.py", line 134, in
_render, referer: http://192.168.3.1/horizon
[Wed May 08 19:48:01 2013] [error] [client 192.168.3.1] return
self.nodelist.render(context), referer: http://192.168.3.1/horizon
[Wed May 08 19:48:01 2013] [error] [client 192.168.3.1]   File
"/usr/lib/python2.7/dist-packages/django/template/base.py", line 823, in
render, referer: http://192.168.3.1/horizon
[Wed May 08 19:48:01 2013] [error] [client 192.168.3.1] bit =
self.render_node(node, context), referer: http://192.168.3.1/horizon
[Wed May 08 19:48:01 2013] [error] [client 192.168.3.1]   File
"/usr/lib/python2.7/dist-packages/django/template/base.py", line 837, in
render_node, referer: http://192.168.3.1/horizon
[Wed May 08 19:48:01 2013] [error] [client 192.168.3.1] return
node.render(context), referer: http://192.168.3.1/horizon
[Wed May 08 19:48:01 2013] [error] [client 192.168.3.1]   File
"/usr/lib/python2.7/dist-packages/compressor/templatetags/compress.py",
line 147, in render, referer: http://192.168.3.1/horizon
[Wed May 08 19:48:01 2013] [error] [client 192.168.3.1] return
self.render_compressed(context, self.kind, self.mode, forced=forced),
referer: http://192.168.3.1/horizon
[Wed May 08 19:48:01 2013] [error] [client 192.168.3.1]   File
"/usr/lib/python2.7/dist-packages/compressor/templatetags/compress.py",
line 88, in render_compressed, referer: http://192.168.3.1/horizon
[Wed May 08 19:48:01 2013] [error] [client 192.168.3.1] cached_offline
= self.render_offline(context, forced=forced), referer:
http://192.168.3.1/horizon
[Wed May 08 19:48:01 2013] [error] [client 192.168.3.1]   File
"/usr/lib/python2.7/dist-packages/compressor/templatetags/compress.py",
line 72, in render_offline, referer: http://192.168.3.1/horizon
[Wed May 08 19:48:01 2013] [error] [client 192.168.3.1] 'You may need
to run "python manage.py compress".' % key), referer:
http://192.168.3.1/horizon
[Wed May 08 19:48:01 2013] [error] [client 192.168.3.1]
OfflineGenerationError: You have offline compression enabled but key
"3ddd89d27fa2e162d4efd30c103a072b" is missing from offline manifest. You
may need to run "python manage.py compress"., referer:
http://192.168.3.1/horizon

I made the upgrade from Folsom to Grizzly, maybe I'm missing something?

Regards.

Guilherme.


2013/5/8 Guilherme Russi 

> But where is the path that I can find this file?
>
>
> 2013/5/8 Gabriel Hurley 
>
>> 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@lists.launchpad.net] On Behalf Of
>> > Rajesh Upadhayay
>> > Sent: Friday, May 03, 2013 10:18 AM
>> > To: Julie Pichon
>> > Cc: openstack@lists.launchpad.net
>> > 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:jpic...@redhat.com]
>> > Sent: Friday, May 03, 2013 8:29 PM
>> > To: Rajesh Upadhayay
>> > Cc: openstack@lists.launchpad.net
>> > Subject: Re: [Openstack] hori

Re: [Openstack] horizon dashboard error 500

2013-05-08 Thread Guilherme Russi
But where is the path that I can find this file?


2013/5/8 Gabriel Hurley 

> 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@lists.launchpad.net] On Behalf Of
> > Rajesh Upadhayay
> > Sent: Friday, May 03, 2013 10:18 AM
> > To: Julie Pichon
> > Cc: openstack@lists.launchpad.net
> > 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:jpic...@redhat.com]
> > Sent: Friday, May 03, 2013 8:29 PM
> > To: Rajesh Upadhayay
> > Cc: openstack@lists.launchpad.net
> > Subject: Re: [Openstack] horizon dashboard error 500
> >
> > Hi,
> >
> > "Rajesh Upadhayay"  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@lists.launchpad.net
> > Unsubscribe : https://launchpad.net/~openstack
> > More help   : https://help.launchpad.net/ListHelp
>
>
>
> ___
> Mailing list: https://launchpad.net/~openstack
> Post to : openstack@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp
>
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] horizon dashboard error 500

2013-05-08 Thread Gabriel Hurley
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@lists.launchpad.net] On Behalf Of
> Rajesh Upadhayay
> Sent: Friday, May 03, 2013 10:18 AM
> To: Julie Pichon
> Cc: openstack@lists.launchpad.net
> 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:jpic...@redhat.com]
> Sent: Friday, May 03, 2013 8:29 PM
> To: Rajesh Upadhayay
> Cc: openstack@lists.launchpad.net
> Subject: Re: [Openstack] horizon dashboard error 500
> 
> Hi,
> 
> "Rajesh Upadhayay"  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@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp



___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] horizon dashboard error 500

2013-05-08 Thread Guilherme Russi
Hello Rajesh, where should I change this COMPRESS_OFFLINE?

Thank you.

Guilherme.


2013/5/3 Rajesh Upadhayay 

> This has issue has been fixed by changing False as false.
> COMPRESS_OFFLINE = false
>
> -Original Message-
> From: Julie Pichon [mailto:jpic...@redhat.com]
> Sent: Friday, May 03, 2013 8:29 PM
> To: Rajesh Upadhayay
> Cc: openstack@lists.launchpad.net
> Subject: Re: [Openstack] horizon dashboard error 500
>
> Hi,
>
> "Rajesh Upadhayay"  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@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp
>
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] horizon dashboard error 500

2013-05-03 Thread Rajesh Upadhayay
This has issue has been fixed by changing False as false.
COMPRESS_OFFLINE = false

-Original Message-
From: Julie Pichon [mailto:jpic...@redhat.com] 
Sent: Friday, May 03, 2013 8:29 PM
To: Rajesh Upadhayay
Cc: openstack@lists.launchpad.net
Subject: Re: [Openstack] horizon dashboard error 500

Hi,

"Rajesh Upadhayay"  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@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] horizon dashboard error 500

2013-05-03 Thread Julie Pichon
Hi,

"Rajesh Upadhayay"  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@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] horizon dashboard error 500

2013-05-03 Thread Rajesh Upadhayay
Hi All,

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.

Please help me here to fix this issue.

Thanks
Rajesh

- 

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp