Thanks Tihomir for the information and reply,<br><br>Here is the output of <br><br>Media root -> /opt/stack/horizon/media<br>Static root -> /opt/stack/horizon/static<br><br>" code snippet for" -> <br><br>
MEDIA_ROOT = os.path.abspath(os.path.join(ROOT_PATH, '..', 'media'))<br>MEDIA_URL = '/media/'<br>STATIC_ROOT = os.path.abspath(os.path.join(ROOT_PATH, '..', 'static'))<br>STATIC_URL = '/static/'<br>
<br>I think this is the wrong path.  Please update me if I am wrong.<br><br>Also, I found this <a href="https://bugs.launchpad.net/horizon/+bug/1036571">https://bugs.launchpad.net/horizon/+bug/1036571</a>, where they mentioned its compressor issue.<br>
<br>Thanks,<br>Hitesh<br><br><div class="gmail_quote">On Thu, Sep 6, 2012 at 2:20 PM, Tihomir Trifonov <span dir="ltr"><<a href="mailto:t.trifonov@gmail.com" target="_blank">t.trifonov@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hitesh,<div><br></div><div>In fact the error you've pasted means that there is no /horizon subdir in /static/, which however seems like a settings misconfiguration. Would you paste what you have for </div>
<div><br></div>
<div>STATIC_ROOT</div><div><br></div><div>in your openstack_dashboard/settings.py file?</div><div><br></div><div>When I delete the horizon/static/horizon dir, I get a similar error:</div><div><br></div><div><pre style="padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;margin-top:10px;margin-bottom:10px;white-space:pre-wrap;font-family:sans-serif;color:rgb(102,102,102)">
'horizon/js/horizon.js' could not be found in the COMPRESS_ROOT '/opt/stack/horizon/static' or with staticfiles.</pre></div><div><br></div><div>And /opt/stack/horizon/ is supposed to be the dir for horizon installation with DevStack. What version of devstack scripts do you use? Latest from github? </div>

<div><br></div><div><br><br><div class="gmail_quote"><div class="im">On Thu, Sep 6, 2012 at 8:26 AM, hitesh wadekar <span dir="ltr"><<a href="mailto:hitesh.wadekar@gmail.com" target="_blank">hitesh.wadekar@gmail.com</a>></span> wrote:<br>

</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">Hello Folks,<br><br>Recently I tried with DevStack installation. It has successfully installed, even success message has been appeared at cmd. However, when I checked it in the browser I got this issue.<br>

<h1><font size="1">"Internal Server Error"</font></h1>

<p>The server encountered an internal error or
misconfiguration and was unable to complete
your request."</p><p></p><p>Also, when I checked it with DevStack Horizon screen. It has been stucked at  -> UncompressableFileError: 'horizon/js/horizon.js' isn't accessible via COMPRESS_URL ('/static/') and can't be compressed.</p>


<p>Any idea about it?</p><p>Cheer,</p><p>Hitesh<br></p><p><br></p><p><br></p><br><br> <br>
<br></div></div><div class="im">_______________________________________________<br>
OpenStack-dev mailing list<br>
<a href="mailto:OpenStack-dev@lists.openstack.org" target="_blank">OpenStack-dev@lists.openstack.org</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
<br></div></blockquote></div><span class="HOEnZb"><font color="#888888"><br><br clear="all"><div><br></div>-- <br>Regards,<br>Tihomir Trifonov<br>
</font></span></div>
</blockquote></div><br>