<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<p>I am trying to run geonode via the docker on Ubuntu 16.04, but
have been faced with the following error message:</p>
<p>running docker ps -a</p>
<p><br>
</p>
<p>CONTAINER ID IMAGE
COMMAND CREATED
STATUS PORTS
NAMES<br>
543b85dfd393 geonode/nginx:geoserver "nginx -g 'daemon
off" 22 hours ago Up 22 hours
0.0.0.0:80->80/tcp, 443/tcp geonode_nginx_1<br>
</p>
<p>9a327ceeba10 geonode/django "django-admin.py
runs" 22 hours ago Up 22 hours
8000/tcp geonode_django_1<br>
</p>
<p>d25966950b90 geonode/django "celery worker
--app=" 22 hours ago Exited (0) 22 hours
ago geonode_celery_1<br>
</p>
<p>1501d708bca9 geonode/geoserver
"/usr/local/tomcat/tm" 22 hours ago Up 22
hours 0.0.0.0:32769->8080/tcp
geonode_geoserver_1<br>
</p>
<p>1978155ef4f4 rabbitmq
"docker-entrypoint.sh" 22 hours ago Up 22
hours 4369/tcp, 5671-5672/tcp, 25672/tcp
geonode_rabbitmq_1<br>
</p>
<p>95324b25309d postgres
"/docker-entrypoint.s" 22 hours ago Up 22
hours 5432/tcp
geonode_postgres_1<br>
</p>
<p>63b5746192f9 geonode/geoserver_data
"/bin/true" 22 hours ago Exited (0) 22 hours
ago geoserver_data_dir<br>
</p>
<p>b6567923df39 elasticsearch
"/docker-entrypoint.s" 22 hours ago Up 22
hours 9200/tcp, 9300/tcp
geonode_elasticsearch_1<br>
<br>
</p>
<p>d25966950b90 geonode/django "celery worker
--app=" 22 hours ago Exited (0) 22 hours
ago geonode_celery_1 - Is
this an expected behavior, if not what could I be doing wrong?</p>
<p><br>
</p>
<p>Also going to <a class="moz-txt-link-freetext" href="http://localhost">http://localhost</a>, I get the following error
message:<br>
</p>
<p>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</p>
<h1 style="padding: 0px; margin: 0px; font-weight: normal; color:
rgb(0, 0, 0); font-family: sans-serif; font-style: normal;
font-variant-ligatures: normal; font-variant-caps: normal;
letter-spacing: normal; orphans: 2; text-align: start;
text-indent: 0px; text-transform: none; white-space: normal;
widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;">ProgrammingError
at /</h1>
<pre class="exception_value" style="padding: 0px; margin: 10px 0px; font-size: 1.5em; white-space: pre-wrap; font-family: sans-serif; color: rgb(102, 102, 102); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;">relation "django_site" does not exist
LINE 1: ..."django_site"."domain", "django_site"."name" FROM "django_si...
^
</pre>
<table class="meta" style="padding: 0px; margin: 0px; border: none;
border-collapse: collapse; width: 1812px; background: transparent;
color: rgb(0, 0, 0); font-family: sans-serif; font-size: small;
font-style: normal; font-variant-ligatures: normal;
font-variant-caps: normal; font-weight: normal; letter-spacing:
normal; orphans: 2; text-align: start; text-indent: 0px;
text-transform: none; white-space: normal; widows: 2;
word-spacing: 0px; -webkit-text-stroke-width: 0px;">
<tbody style="padding: 0px; margin: 0px;">
<tr style="padding: 0px; margin: 0px;">
<th style="padding: 2px 0.5em 2px 3px; margin: 0px;
vertical-align: top; width: 12em; text-align: right; color:
rgb(102, 102, 102);">Request Method:</th>
<td style="padding: 2px 3px; margin: 0px; vertical-align:
top;">GET</td>
</tr>
<tr style="padding: 0px; margin: 0px;">
<th style="padding: 2px 0.5em 2px 3px; margin: 0px;
vertical-align: top; width: 12em; text-align: right; color:
rgb(102, 102, 102);">Request URL:</th>
<td style="padding: 2px 3px; margin: 0px; vertical-align:
top;"><a class="moz-txt-link-freetext" href="http://localhost/">http://localhost/</a></td>
</tr>
<tr style="padding: 0px; margin: 0px;">
<th style="padding: 2px 0.5em 2px 3px; margin: 0px;
vertical-align: top; width: 12em; text-align: right; color:
rgb(102, 102, 102);">Django Version:</th>
<td style="padding: 2px 3px; margin: 0px; vertical-align:
top;">1.8.7</td>
</tr>
<tr style="padding: 0px; margin: 0px;">
<th style="padding: 2px 0.5em 2px 3px; margin: 0px;
vertical-align: top; width: 12em; text-align: right; color:
rgb(102, 102, 102);">Exception Type:</th>
<td style="padding: 2px 3px; margin: 0px; vertical-align:
top;">ProgrammingError</td>
</tr>
<tr style="padding: 0px; margin: 0px;">
<th style="padding: 2px 0.5em 2px 3px; margin: 0px;
vertical-align: top; width: 12em; text-align: right; color:
rgb(102, 102, 102);">Exception Value:</th>
<td style="padding: 2px 3px; margin: 0px; vertical-align:
top;">
<pre style="padding: 0px; margin: 0px; font-size: 10.5625px; white-space: pre-wrap;">relation "django_site" does not exist
LINE 1: ..."django_site"."domain", "django_site"."name" FROM "django_si...
^
</pre>
</td>
</tr>
<tr style="padding: 0px; margin: 0px;">
<th style="padding: 2px 0.5em 2px 3px; margin: 0px;
vertical-align: top; width: 12em; text-align: right; color:
rgb(102, 102, 102);">Exception Location:</th>
<td style="padding: 2px 3px; margin: 0px; vertical-align:
top;">/usr/local/lib/python2.7/site-packages/django/db/backends/utils.py
in execute, line 64</td>
</tr>
<tr style="padding: 0px; margin: 0px;">
<th style="padding: 2px 0.5em 2px 3px; margin: 0px;
vertical-align: top; width: 12em; text-align: right; color:
rgb(102, 102, 102);">Python Executable:</th>
<td style="padding: 2px 3px; margin: 0px; vertical-align:
top;">/usr/local/bin/python2</td>
</tr>
<tr style="padding: 0px; margin: 0px;">
<th style="padding: 2px 0.5em 2px 3px; margin: 0px;
vertical-align: top; width: 12em; text-align: right; color:
rgb(102, 102, 102);">Python Version:</th>
<td style="padding: 2px 3px; margin: 0px; vertical-align:
top;">2.7.9</td>
</tr>
<tr style="padding: 0px; margin: 0px;">
<th style="padding: 2px 0.5em 2px 3px; margin: 0px;
vertical-align: top; width: 12em; text-align: right; color:
rgb(102, 102, 102);">Python Path:</th>
<td style="padding: 2px 3px; margin: 0px; vertical-align:
top;">
<pre style="padding: 0px; margin: 0px; font-size: 10.5625px; white-space: pre-wrap;">['/usr/local/bin',
'/usr/src/app',
'/usr/local/lib/python27.zip',
'/usr/local/lib/python2.7',
'/usr/local/lib/python2.7/plat-linux2',
'/usr/local/lib/python2.7/lib-tk',
'/usr/local/lib/python2.7/lib-old',
'/usr/local/lib/python2.7/lib-dynload',
'/usr/local/lib/python2.7/site-packages',
'/usr/src/app']</pre>
</td>
</tr>
<tr style="padding: 0px; margin: 0px;">
<th style="padding: 2px 0.5em 2px 3px; margin: 0px;
vertical-align: top; width: 12em; text-align: right; color:
rgb(102, 102, 102);">Server time:</th>
<td style="padding: 2px 3px; margin: 0px; vertical-align:
top;">Wed, 4 Jan 2017 08:38:38 -0600</td>
</tr>
</tbody>
</table>
<p><br>
</p>
<p>I am able to access geoserver web interface though.</p>
<p><br>
</p>
<p>Will greatly appreciate any pointers.</p>
<p>Regards,</p>
<p>Sindile<br>
</p>
<p><br>
</p>
<p><br>
</p>
<p><br>
</p>
<p><br>
</p>
<p><br>
</p>
<p><br>
</p>
<p><br>
</p>
<p><br>
</p>
<p><br>
</p>
<p><br>
</p>
<p><br>
</p>
<p><br>
</p>
<p><br>
</p>
<p><br>
</p>
<p><br>
</p>
<p><br>
</p>
<p><br>
</p>
<p><br>
</p>
<p><br>
</p>
<p><br>
</p>
<p>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</p>
</body>
</html>