<div dir="ltr"><div>Hi Paolo Corti  and Toni Schonbuchner,</div><div><br></div><div>Thank you very much for your reply. In order to make sure that I was not having problem with permission (rwx) only to the root user, I went over the installation guide and I installed everything again in a fresh Ubuntu 16.04 VM as geo user. All permissions are granted to geonode, geo, tomcat8 and www-data users. Geonode and Geoserver are running smoothly. I can create superuser now by python manage.py createsuperuser. I have two user in geonode (admin, juliermeadmin). After all, I was yet having problem to sign in to geonode.</div><div><br></div><div><b>HOW I SOLVED THE PROBLEM RELATED TO USERS AND PERMISSIONS:</b></div><div><b><br></b></div><div><b>1 - I installed everything as geo user </b><br></div><div><br></div><div><b>2 - Sqlite3 DB = development.db and it is located in ~/Envs/geonode/lib/python2.7/site-packages/geonode</b><br></div><div><br></div><div><b>2.1 - Granting rw to users and groups for development.db file</b><br></div><div><br></div><div>sudo chown www-data:www-data development.db (# changing the user)<br></div><div></div><div>sudo chmod u+rwx  development.db (user read write and execute)</div><div>sudo chmod g+rwx  development.db (group read write and execute)</div><div>sudo chmod o+r--  development.db (group read write and execute)<br></div><div><br></div><div><b>2.2 - Granting geo:www-data do the  geonode directory found in ~/Envs/geonode/lib/python2.7/site-packages</b></div><div><br></div><div>sudo chown geo: www-data geonode<br></div><div></div><div>drwxrwxr-x  26 geo www-data    4096 Mai 14 13:40 geonode</div><div><br></div><div>That was it. Finally I got Geonode and Geoserver running like a charm in Dev mode.<br></div><div><br></div><div>I appreciated your time, patience and help. <br></div><div><br></div><div>Kind regards</div><div><br></div><div>Julierme<br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><b></b></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div> <br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2018-05-10 17:48 GMT-03:00 Paolo Corti <span dir="ltr"><<a href="mailto:pcorti@gmail.com" target="_blank">pcorti@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Julierme<div>yes, it looks like a permissions problem: the user running the wsgi process (www-data, most typically) can't write the sqlite file.</div><div>best regards</div><div>Paolo</div></div><div class="HOEnZb"><div class="h5"><br><div class="gmail_quote"><div dir="ltr">On Thu, May 10, 2018 at 1:33 PM Julierme Pinheiro <<a href="mailto:juliermeopensourcedeveloper@gmail.com" target="_blank">juliermeopensourcedeveloper@<wbr>gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div>Find bellow the error.log response when I try to sign in and refresh geonode site. Do you think the problem could be related to user geo permissions?<br><br>[Thu May 10 14:20:59.195452 2018] [wsgi:error] [pid 4130:tid 140163086272256] Internal Server Error: /account/login/<br>[Thu May 10 14:20:59.200485 2018] [wsgi:error] [pid 4130:tid 140163086272256] Traceback (most recent call last):<br>[Thu May 10 14:20:59.200510 2018] [wsgi:error] [pid 4130:tid 140163086272256]   File "/home/geo/Envs/geonode/lib/<wbr>python2.7/site-packages/<wbr>django/core/handlers/base.py", line 132, in get_response<br>[Thu May 10 14:20:59.200518 2018] [wsgi:error] [pid 4130:tid 140163086272256]     response = wrapped_callback(request, *callback_args, **callback_kwargs)<br>[Thu May 10 14:20:59.200524 2018] [wsgi:error] [pid 4130:tid 140163086272256]   File "/home/geo/Envs/geonode/lib/<wbr>python2.7/site-packages/<wbr>django/views/generic/base.py", line 71, in view<br>[Thu May 10 14:20:59.200531 2018] [wsgi:error] [pid 4130:tid 140163086272256]     return self.dispatch(request, *args, **kwargs)<br>[Thu May 10 14:20:59.200538 2018] [wsgi:error] [pid 4130:tid 140163086272256]   File "/home/geo/Envs/geonode/lib/<wbr>python2.7/site-packages/<wbr>django/utils/decorators.py", line 34, in _wrapper<br>[Thu May 10 14:20:59.200544 2018] [wsgi:error] [pid 4130:tid 140163086272256]     return bound_func(*args, **kwargs)<br>[Thu May 10 14:20:59.200551 2018] [wsgi:error] [pid 4130:tid 140163086272256]   File "/home/geo/Envs/geonode/lib/<wbr>python2.7/site-packages/<wbr>django/views/decorators/debug.<wbr>py", line 76, in sensitive_post_parameters_<wbr>wrapper<br>[Thu May 10 14:20:59.200558 2018] [wsgi:error] [pid 4130:tid 140163086272256]     return view(request, *args, **kwargs)<br>[Thu May 10 14:20:59.200564 2018] [wsgi:error] [pid 4130:tid 140163086272256]   File "/home/geo/Envs/geonode/lib/<wbr>python2.7/site-packages/<wbr>django/utils/decorators.py", line 30, in bound_func<br>[Thu May 10 14:20:59.200571 2018] [wsgi:error] [pid 4130:tid 140163086272256]     return func.__get__(self, type(self))(*args2, **kwargs2)<br>[Thu May 10 14:20:59.200577 2018] [wsgi:error] [pid 4130:tid 140163086272256]   File "/home/geo/Envs/geonode/lib/<wbr>python2.7/site-packages/<wbr>allauth/account/views.py", line 133, in dispatch<br>[Thu May 10 14:20:59.200584 2018] [wsgi:error] [pid 4130:tid 140163086272256]     return super(LoginView, self).dispatch(request, *args, **kwargs)<br>[Thu May 10 14:20:59.200590 2018] [wsgi:error] [pid 4130:tid 140163086272256]   File "/home/geo/Envs/geonode/lib/<wbr>python2.7/site-packages/<wbr>allauth/account/views.py", line 79, in dispatch<br>[Thu May 10 14:20:59.200597 2018] [wsgi:error] [pid 4130:tid 140163086272256]     **kwargs)<br>[Thu May 10 14:20:59.200603 2018] [wsgi:error] [pid 4130:tid 140163086272256]   File "/home/geo/Envs/geonode/lib/<wbr>python2.7/site-packages/<wbr>django/views/generic/base.py", line 89, in dispatch<br>[Thu May 10 14:20:59.200610 2018] [wsgi:error] [pid 4130:tid 140163086272256]     return handler(request, *args, **kwargs)<br>[Thu May 10 14:20:59.200616 2018] [wsgi:error] [pid 4130:tid 140163086272256]   File "/home/geo/Envs/geonode/lib/<wbr>python2.7/site-packages/<wbr>allauth/account/views.py", line 101, in post<br>[Thu May 10 14:20:59.200623 2018] [wsgi:error] [pid 4130:tid 140163086272256]     if form.is_valid():<br>[Thu May 10 14:20:59.200629 2018] [wsgi:error] [pid 4130:tid 140163086272256]   File "/home/geo/Envs/geonode/lib/<wbr>python2.7/site-packages/<wbr>django/forms/forms.py", line 184, in is_valid<br>[Thu May 10 14:20:59.200635 2018] [wsgi:error] [pid 4130:tid 140163086272256]     return self.is_bound and not self.errors<br>[Thu May 10 14:20:59.200641 2018] [wsgi:error] [pid 4130:tid 140163086272256]   File "/home/geo/Envs/geonode/lib/<wbr>python2.7/site-packages/<wbr>django/forms/forms.py", line 176, in errors<br>[Thu May 10 14:20:59.200648 2018] [wsgi:error] [pid 4130:tid 140163086272256]     self.full_clean()<br>[Thu May 10 14:20:59.200670 2018] [wsgi:error] [pid 4130:tid 140163086272256]   File "/home/geo/Envs/geonode/lib/<wbr>python2.7/site-packages/<wbr>django/forms/forms.py", line 393, in full_clean<br>[Thu May 10 14:20:59.200677 2018] [wsgi:error] [pid 4130:tid 140163086272256]     self._clean_form()<br>[Thu May 10 14:20:59.200683 2018] [wsgi:error] [pid 4130:tid 140163086272256]   File "/home/geo/Envs/geonode/lib/<wbr>python2.7/site-packages/<wbr>django/forms/forms.py", line 417, in _clean_form<br>[Thu May 10 14:20:59.200689 2018] [wsgi:error] [pid 4130:tid 140163086272256]     cleaned_data = self.clean()<br>[Thu May 10 14:20:59.200695 2018] [wsgi:error] [pid 4130:tid 140163086272256]   File "/home/geo/Envs/geonode/lib/<wbr>python2.7/site-packages/<wbr>allauth/account/forms.py", line 159, in clean<br>[Thu May 10 14:20:59.200701 2018] [wsgi:error] [pid 4130:tid 140163086272256]     **credentials)<br>[Thu May 10 14:20:59.200707 2018] [wsgi:error] [pid 4130:tid 140163086272256]   File "/home/geo/Envs/geonode/lib/<wbr>python2.7/site-packages/<wbr>allauth/account/adapter.py", line 483, in authenticate<br>[Thu May 10 14:20:59.200713 2018] [wsgi:error] [pid 4130:tid 140163086272256]     user = authenticate(request=request, **credentials)<br>[Thu May 10 14:20:59.200719 2018] [wsgi:error] [pid 4130:tid 140163086272256]   File "/home/geo/Envs/geonode/lib/<wbr>python2.7/site-packages/<wbr>allauth/compat.py", line 54, in authenticate<br>[Thu May 10 14:20:59.200725 2018] [wsgi:error] [pid 4130:tid 140163086272256]     return authenticate(**credentials)<br>[Thu May 10 14:20:59.200731 2018] [wsgi:error] [pid 4130:tid 140163086272256]   File "/home/geo/Envs/geonode/lib/<wbr>python2.7/site-packages/<wbr>django/contrib/auth/__init__.<wbr>py", line 74, in authenticate<br>[Thu May 10 14:20:59.200756 2018] [wsgi:error] [pid 4130:tid 140163086272256]     user = backend.authenticate(**<wbr>credentials)<br>[Thu May 10 14:20:59.200764 2018] [wsgi:error] [pid 4130:tid 140163086272256]   File "/home/geo/Envs/geonode/lib/<wbr>python2.7/site-packages/<wbr>django/contrib/auth/backends.<wbr>py", line 18, in authenticate<br>[Thu May 10 14:20:59.200770 2018] [wsgi:error] [pid 4130:tid 140163086272256]     if user.check_password(password):<br>[Thu May 10 14:20:59.200776 2018] [wsgi:error] [pid 4130:tid 140163086272256]   File "/home/geo/Envs/geonode/lib/<wbr>python2.7/site-packages/<wbr>django/contrib/auth/models.py"<wbr>, line 241, in check_password<br>[Thu May 10 14:20:59.200782 2018] [wsgi:error] [pid 4130:tid 140163086272256]     return check_password(raw_password, self.password, setter)<br>[Thu May 10 14:20:59.200788 2018] [wsgi:error] [pid 4130:tid 140163086272256]   File "/home/geo/Envs/geonode/lib/<wbr>python2.7/site-packages/<wbr>django/contrib/auth/hashers.<wbr>py", line 62, in check_password<br>[Thu May 10 14:20:59.200794 2018] [wsgi:error] [pid 4130:tid 140163086272256]     setter(password)<br>[Thu May 10 14:20:59.200800 2018] [wsgi:error] [pid 4130:tid 140163086272256]   File "/home/geo/Envs/geonode/lib/<wbr>python2.7/site-packages/<wbr>django/contrib/auth/models.py"<wbr>, line 240, in setter<br>[Thu May 10 14:20:59.200807 2018] [wsgi:error] [pid 4130:tid 140163086272256]     self.save(update_fields=["<wbr>password"])<br>[Thu May 10 14:20:59.200813 2018] [wsgi:error] [pid 4130:tid 140163086272256]   File "/home/geo/Envs/geonode/lib/<wbr>python2.7/site-packages/<wbr>geonode/people/models.py", line 169, in save<br>[Thu May 10 14:20:59.200819 2018] [wsgi:error] [pid 4130:tid 140163086272256]     super(Profile, self).save(*args, **kwargs)<br>[Thu May 10 14:20:59.200825 2018] [wsgi:error] [pid 4130:tid 140163086272256]   File "/home/geo/Envs/geonode/lib/<wbr>python2.7/site-packages/<wbr>django/db/models/base.py", line 734, in save<br>[Thu May 10 14:20:59.200831 2018] [wsgi:error] [pid 4130:tid 140163086272256]     force_update=force_update, update_fields=update_fields)<br>[Thu May 10 14:20:59.200837 2018] [wsgi:error] [pid 4130:tid 140163086272256]   File "/home/geo/Envs/geonode/lib/<wbr>python2.7/site-packages/<wbr>django/db/models/base.py", line 762, in save_base<br>[Thu May 10 14:20:59.200843 2018] [wsgi:error] [pid 4130:tid 140163086272256]     updated = self._save_table(raw, cls, force_insert, force_update, using, update_fields)<br>[Thu May 10 14:20:59.200855 2018] [wsgi:error] [pid 4130:tid 140163086272256]   File "/home/geo/Envs/geonode/lib/<wbr>python2.7/site-packages/<wbr>django/db/models/base.py", line 827, in _save_table<br>[Thu May 10 14:20:59.200861 2018] [wsgi:error] [pid 4130:tid 140163086272256]     forced_update)<br>[Thu May 10 14:20:59.200867 2018] [wsgi:error] [pid 4130:tid 140163086272256]   File "/home/geo/Envs/geonode/lib/<wbr>python2.7/site-packages/<wbr>django/db/models/base.py", line 877, in _do_update<br>[Thu May 10 14:20:59.200874 2018] [wsgi:error] [pid 4130:tid 140163086272256]     return filtered._update(values) > 0<br>[Thu May 10 14:20:59.200880 2018] [wsgi:error] [pid 4130:tid 140163086272256]   File "/home/geo/Envs/geonode/lib/<wbr>python2.7/site-packages/<wbr>django/db/models/query.py", line 580, in _update<br>[Thu May 10 14:20:59.200886 2018] [wsgi:error] [pid 4130:tid 140163086272256]     return query.get_compiler(self.db).<wbr>execute_sql(CURSOR)<br>[Thu May 10 14:20:59.200892 2018] [wsgi:error] [pid 4130:tid 140163086272256]   File "/home/geo/Envs/geonode/lib/<wbr>python2.7/site-packages/<wbr>django/db/models/sql/compiler.<wbr>py", line 1062, in execute_sql<br>[Thu May 10 14:20:59.200898 2018] [wsgi:error] [pid 4130:tid 140163086272256]     cursor = super(SQLUpdateCompiler, self).execute_sql(result_type)<br>[Thu May 10 14:20:59.200904 2018] [wsgi:error] [pid 4130:tid 140163086272256]   File "/home/geo/Envs/geonode/lib/<wbr>python2.7/site-packages/<wbr>django/db/models/sql/compiler.<wbr>py", line 840, in execute_sql<br>[Thu May 10 14:20:59.200910 2018] [wsgi:error] [pid 4130:tid 140163086272256]     cursor.execute(sql, params)<br>[Thu May 10 14:20:59.200916 2018] [wsgi:error] [pid 4130:tid 140163086272256]   File "/home/geo/Envs/geonode/lib/<wbr>python2.7/site-packages/<wbr>django/db/backends/utils.py", line 79, in execute<br>[Thu May 10 14:20:59.200923 2018] [wsgi:error] [pid 4130:tid 140163086272256]     return super(CursorDebugWrapper, self).execute(sql, params)<br>[Thu May 10 14:20:59.200928 2018] [wsgi:error] [pid 4130:tid 140163086272256]   File "/home/geo/Envs/geonode/lib/<wbr>python2.7/site-packages/<wbr>django/db/backends/utils.py", line 64, in execute<br>[Thu May 10 14:20:59.200935 2018] [wsgi:error] [pid 4130:tid 140163086272256]     return self.cursor.execute(sql, params)<br>[Thu May 10 14:20:59.200941 2018] [wsgi:error] [pid 4130:tid 140163086272256]   File "/home/geo/Envs/geonode/lib/<wbr>python2.7/site-packages/<wbr>django/db/utils.py", line 98, in __exit__<br>[Thu May 10 14:20:59.200947 2018] [wsgi:error] [pid 4130:tid 140163086272256]     six.reraise(dj_exc_type, dj_exc_value, traceback)<br>[Thu May 10 14:20:59.200953 2018] [wsgi:error] [pid 4130:tid 140163086272256]   File "/home/geo/Envs/geonode/lib/<wbr>python2.7/site-packages/<wbr>django/db/backends/utils.py", line 64, in execute<br>[Thu May 10 14:20:59.200959 2018] [wsgi:error] [pid 4130:tid 140163086272256]     return self.cursor.execute(sql, params)<br>[Thu May 10 14:20:59.200965 2018] [wsgi:error] [pid 4130:tid 140163086272256]   File "/home/geo/Envs/geonode/lib/<wbr>python2.7/site-packages/<wbr>django/db/backends/sqlite3/<wbr>base.py", line 318, in execute<br>[Thu May 10 14:20:59.200971 2018] [wsgi:error] [pid 4130:tid 140163086272256]     return Database.Cursor.execute(self, query, params)<br>[Thu May 10 14:20:59.200977 2018] [wsgi:error] [pid 4130:tid 140163086272256] OperationalError: attempt to write a readonly database<br><br><br></div>Kind regards<br><br></div>Julierme<br></div><div class="gmail_extra"><br><div class="gmail_quote">2018-05-10 14:18 GMT-03:00 Julierme Pinheiro <span dir="ltr"><<a href="mailto:juliermeopensourcedeveloper@gmail.com" target="_blank">juliermeopensourcedeveloper@<wbr>gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><div><div><div><div>HI Alessio Fabiani,<br><br></div>Thank you very much for your reply.  In general, I followed all the steps in this tutorial (<a href="http://docs.geonode.org/en/master/tutorials/install_and_admin/geonode_install/install_geonode_application.html" target="_blank">http://docs.geonode.org/en/<wbr>master/tutorials/install_and_<wbr>admin/geonode_install/install_<wbr>geonode_application.html</a>)<br><br></div>1 - I have two users in the home directory: /home/geo and /home/geonode<br><br></div>2 - I followed all the guide directions as root@geo<br><br></div><div>3 - While preparing Python Virtual Environment, I had created the directory Envs in the root's home and it caused me a lot of trouble with the geonode.conf and after the whole installation process, I moved Envs directory to /home/geo/Envs and I got rid of the troubles with geonode.conf.<br></div></div></div><br></div>5 - I got geoserver and geonode installed in Dev  Mode : <a href="http://localhost:8080/geoserver" target="_blank">http://localhost:8080/<wbr>geoserver</a> and <a href="http://localhost:8000" target="_blank">http://localhost:8000</a><br><br></div><div>6 - I tweaked through local-settings.py as in here: (<a href="http://docs.geonode.org/en/master/tutorials/install_and_admin/geonode_install/setup_configure_httpd.html" target="_blank">http://docs.geonode.org/en/<wbr>master/tutorials/install_and_<wbr>admin/geonode_install/setup_<wbr>configure_httpd.html</a>)<br><br></div><div>Note: In  my geonode project local_settings.py does not have the config to LOGGING = {...}<br><table class="m_-943300467746865727m_-3892084271758004455m_-4233867333334258486gmail-highlight m_-943300467746865727m_-3892084271758004455m_-4233867333334258486gmail-tab-size m_-943300467746865727m_-3892084271758004455m_-4233867333334258486gmail-js-file-line-container"><tbody><tr><td id="m_-943300467746865727m_-3892084271758004455m_-4233867333334258486gmail-LC424" class="m_-943300467746865727m_-3892084271758004455m_-4233867333334258486gmail-blob-code m_-943300467746865727m_-3892084271758004455m_-4233867333334258486gmail-blob-code-inner m_-943300467746865727m_-3892084271758004455m_-4233867333334258486gmail-js-file-line">'handlers': {</td>
      </tr>
      <tr>
        </tr></tbody></table><table class="m_-943300467746865727m_-3892084271758004455m_-4233867333334258486gmail-highlight m_-943300467746865727m_-3892084271758004455m_-4233867333334258486gmail-tab-size m_-943300467746865727m_-3892084271758004455m_-4233867333334258486gmail-js-file-line-container"><tbody><tr><td id="m_-943300467746865727m_-3892084271758004455m_-4233867333334258486gmail-LC425" class="m_-943300467746865727m_-3892084271758004455m_-4233867333334258486gmail-blob-code m_-943300467746865727m_-3892084271758004455m_-4233867333334258486gmail-blob-code-inner m_-943300467746865727m_-3892084271758004455m_-4233867333334258486gmail-js-file-line">        'null': {</td>
      </tr>
      <tr>
        </tr></tbody></table><table class="m_-943300467746865727m_-3892084271758004455m_-4233867333334258486gmail-highlight m_-943300467746865727m_-3892084271758004455m_-4233867333334258486gmail-tab-size m_-943300467746865727m_-3892084271758004455m_-4233867333334258486gmail-js-file-line-container"><tbody><tr><td id="m_-943300467746865727m_-3892084271758004455m_-4233867333334258486gmail-LC426" class="m_-943300467746865727m_-3892084271758004455m_-4233867333334258486gmail-blob-code m_-943300467746865727m_-3892084271758004455m_-4233867333334258486gmail-blob-code-inner m_-943300467746865727m_-3892084271758004455m_-4233867333334258486gmail-js-file-line">            'level': 'ERROR',</td>
      </tr>
      <tr>
        </tr></tbody></table><table class="m_-943300467746865727m_-3892084271758004455m_-4233867333334258486gmail-highlight m_-943300467746865727m_-3892084271758004455m_-4233867333334258486gmail-tab-size m_-943300467746865727m_-3892084271758004455m_-4233867333334258486gmail-js-file-line-container"><tbody><tr><td id="m_-943300467746865727m_-3892084271758004455m_-4233867333334258486gmail-LC427" class="m_-943300467746865727m_-3892084271758004455m_-4233867333334258486gmail-blob-code m_-943300467746865727m_-3892084271758004455m_-4233867333334258486gmail-blob-code-inner m_-943300467746865727m_-3892084271758004455m_-4233867333334258486gmail-js-file-line">            'class': 'django.utils.log.NullHandler'<wbr>,</td>
      </tr>
      <tr>
        </tr></tbody></table>        },<br></div><div><br></div><div>as you have in here <a href="https://github.com/GeoNode/geonode-project/blob/2.8.0/project_name/local_settings.py.sample" target="_blank">https://github.com/GeoNode/<wbr>geonode-project/blob/2.8.0/<wbr>project_name/local_settings.<wbr>py.sample</a><br><br></div><div>7 - I commented out line 348 in settings.py <<span class="m_-943300467746865727m_-3892084271758004455m_-4233867333334258486gmail-pl-c1">INSTALLED_APPS</span> <span class="m_-943300467746865727m_-3892084271758004455m_-4233867333334258486gmail-pl-k">+=</span> (<span class="m_-943300467746865727m_-3892084271758004455m_-4233867333334258486gmail-pl-s"><span class="m_-943300467746865727m_-3892084271758004455m_-4233867333334258486gmail-pl-pds">'</span>geonode.contrib.ows_api<span class="m_-943300467746865727m_-3892084271758004455m_-4233867333334258486gmail-pl-pds">'</span></span>,><br></div><div><br></div><div>Note: When I was root I could do python manage.py migrate and the command would work. After moving Envs directory to /home/geo/Envs I am unable to run any python manage.py -- migrate/collectstatic/<wbr>createsuperuser/changepassword<br><br></div><div>So, I followed the whole installation guide as root. I have geonode and geo users in /home. I had to move Envs directory from /root to /home/geo/. Geonode project is in /home/geonode/my_geonode/my_<wbr>geonode. I have geoserver 2.12-SNAPSHOT running perfectly fine and  geonode is starting up  in <a href="http://localhost" target="_blank">http://localhost</a>. However I am unable to sign in and run python manage.py ----------<br><br></div><div>I hope I am giving you enough information for the whole process I followed. <br><br></div><div>I appreciated your time and help.<br><br></div><div>Kind regards<span class="m_-943300467746865727m_-3892084271758004455HOEnZb"><font color="#888888"><br><br></font></span></div><span class="m_-943300467746865727m_-3892084271758004455HOEnZb"><font color="#888888"><div>Julierme<br></div><div><br><br><br></div><div><br><br></div><div> <br><br><br></div><div><br><br><br></div><br></font></span></div><div class="m_-943300467746865727m_-3892084271758004455HOEnZb"><div class="m_-943300467746865727m_-3892084271758004455h5"><div class="gmail_extra"><br><div class="gmail_quote">2018-05-10 5:08 GMT-03:00 Alessio Fabiani <span dir="ltr"><<a href="mailto:alessio.fabiani@geo-solutions.it" target="_blank">alessio.fabiani@geo-<wbr>solutions.it</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hello Julieme,<div>it looks to me that there's some issue on your setup.</div><div><br></div><div>Sorry to jump into the discussion only now. Can you please quickly summarize how you installed and configured the system?</div></div><div class="gmail_extra"><br clear="all"><div><div class="m_-943300467746865727m_-3892084271758004455m_-4233867333334258486m_4097467118675403288gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div style="font-size:12.8px"><span><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap">Regards,</span></p><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap">Alessio Fabiani</span></p><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap">==</span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap"><br></span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap">GeoServer Professional Services from the experts! Visit <a href="http://goo.gl/it488V" target="_blank">http://goo.gl/it488V</a> for more information.</span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap"><br></span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap">==</span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap"><br></span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap"><br></span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap">Ing. Alessio Fabiani</span></p><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap">@alfa7691</span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap"><br></span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap">Founder/Technical Lead</span></p><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap"><br></span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap">GeoSolutions S.A.S.</span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap"><br></span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap"><a href="https://maps.google.com/?q=Via+di+Montramito+3/A+55054+%C2%A0Massarosa&entry=gmail&source=g" target="_blank">Via di Montramito 3/A</a></span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap"><br></span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap"><a href="https://maps.google.com/?q=Via+di+Montramito+3/A+55054+%C2%A0Massarosa&entry=gmail&source=g" target="_blank">55054  Massarosa</a> (LU)</span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap"><br></span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap">Italy</span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap"><br></span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap">phone: +39 0584 962313</span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap"><br></span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap">fax:     +39 0584 1660272</span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap"><br></span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap">mob:   +39 331 6233686</span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap"><br></span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap"><br></span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap"><a href="http://www.geo-solutions.it" target="_blank">http://www.geo-solutions.it</a></span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap"><br></span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap"><a href="http://twitter.com/geosolutions_it" target="_blank">http://twitter.com/<wbr>geosolutions_it</a></span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap"><br></span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap"><br></span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap">------------------------------<wbr>-------------------------</span></p><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap">AVVERTENZE AI SENSI DEL D.Lgs. 196/2003</span></p><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap">Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il loro utilizzo è consentito esclusivamente al destinatario del messaggio, per le finalità indicate nel messaggio stesso. Qualora riceviate questo messaggio senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia via e-mail e di procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso, divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse, costituisce comportamento contrario ai principi dettati dal D.Lgs. 196/2003.</span></p><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap"> </span></p><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap">The information in this message and/or attachments, is intended solely for the attention and use of the named addressee(s) and may be confidential or proprietary in nature or covered by the provisions of privacy act (Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection Code).Any use not in accord with its purpose, any disclosure, reproduction, copying, distribution, or either dissemination, either whole or partial, is strictly forbidden except previous formal approval of the named addressee(s). If you are not the intended recipient, please contact immediately the sender by telephone, fax or e-mail and delete the information in this message that has been received in error. The sender does not give any warranty or accept liability as the content, accuracy or completeness of sent messages and accepts no responsibility  for changes made after they were sent or for other risks which arise as a result of e-mail transmission, viruses, etc.</span></p></span></div></div></div></div></div></div></div></div>
<br><div class="gmail_quote"><div><div class="m_-943300467746865727m_-3892084271758004455m_-4233867333334258486h5">2018-05-10 0:10 GMT+02:00 Julierme Pinheiro <span dir="ltr"><<a href="mailto:juliermeopensourcedeveloper@gmail.com" target="_blank">juliermeopensourcedeveloper@<wbr>gmail.com</a>></span>:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="m_-943300467746865727m_-3892084271758004455m_-4233867333334258486h5"><div dir="ltr">The response is the same to python manage.py shell <br><br><div><div>I have no idea about what is going on. Any help on that would be very appreciated.<br><br></div><span>Thank you very much for your help and time.<br><br></span></div>Kind regards<br></div><div class="m_-943300467746865727m_-3892084271758004455m_-4233867333334258486m_4097467118675403288HOEnZb"><div class="m_-943300467746865727m_-3892084271758004455m_-4233867333334258486m_4097467118675403288h5"><div class="gmail_extra"><br><div class="gmail_quote">2018-05-09 18:58 GMT-03:00 Julierme Pinheiro <span dir="ltr"><<a href="mailto:juliermeopensourcedeveloper@gmail.com" target="_blank">juliermeopensourcedeveloper@<wbr>gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><div><div><div><div>Hi Faneva,<br><br></div>I have tried all these commands:<br><br></div>python manage.py createsuperuser<br></div>python manage.py changepassword admin<br><br></div>And the response to both is:<br><br>Traceback (most recent call last):<br>  File "manage.py", line 31, in <module><br>    execute_from_command_line(sys.<wbr>argv)<br>  File "/usr/local/lib/python2.7/<wbr>dist-packages/django/core/<wbr>management/__init__.py", line 354, in execute_from_command_line<br>    utility.execute()<br>  File "/usr/local/lib/python2.7/<wbr>dist-packages/django/core/<wbr>management/__init__.py", line 303, in execute<br>    settings.INSTALLED_APPS<br>  File "/usr/local/lib/python2.7/<wbr>dist-packages/django/conf/__<wbr>init__.py", line 48, in __getattr__<br>    self._setup(name)<br>  File "/usr/local/lib/python2.7/<wbr>dist-packages/django/conf/__<wbr>init__.py", line 44, in _setup<br>    self._wrapped = Settings(settings_module)<br>  File "/usr/local/lib/python2.7/<wbr>dist-packages/django/conf/__<wbr>init__.py", line 92, in __init__<br>    mod = importlib.import_module(self.<wbr>SETTINGS_MODULE)<br>  File "/usr/lib/python2.7/importlib/<wbr>__init__.py", line 37, in import_module<br>    __import__(name)<br>  File "/home/geonode/my_geonode/my_<wbr>geonode/settings.py", line 27, in <module><br>    from geonode.settings import *<br>ImportError: No module named geonode.settings<br><br></div>I have no idea in what is going on. Any help on that would be very appreciated.<br><br></div>Thank you very much for your help and time.<br><br></div>Kind regards<span class="m_-943300467746865727m_-3892084271758004455m_-4233867333334258486m_4097467118675403288m_-26418628393284590HOEnZb"><font color="#888888"><br><br></font></span></div><span class="m_-943300467746865727m_-3892084271758004455m_-4233867333334258486m_4097467118675403288m_-26418628393284590HOEnZb"><font color="#888888">Julierme<br><div><div><div><div><br></div></div></div></div></font></span></div><div class="m_-943300467746865727m_-3892084271758004455m_-4233867333334258486m_4097467118675403288m_-26418628393284590HOEnZb"><div class="m_-943300467746865727m_-3892084271758004455m_-4233867333334258486m_4097467118675403288m_-26418628393284590h5"><div class="gmail_extra"><br><div class="gmail_quote">2018-05-09 18:50 GMT-03:00 ANDRIAMIADANTSOA Fanevanjanahary <span dir="ltr"><<a href="mailto:fanevanjanahary@gmail.com" target="_blank">fanevanjanahary@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="auto">Hello Julierme, <div dir="auto"><br></div><div dir="auto">Did you already try to change the admin's password? </div><div dir="auto"><br></div><div dir="auto">This is commande to change this</div><div dir="auto"><pre style="font-family:consolas,"bitstream vera sans mono","lucida console",freemono,courier,monospace;font-size:14px;background-color:rgb(35,36,31);border:1px solid rgb(204,204,204);border-radius:3px;color:rgb(248,248,242);padding:6px 12px;margin-top:0px;margin-bottom:12px">python manage.py changepassword admin</pre></div><div dir="auto"><br></div><div dir="auto">Best regards </div><div dir="auto"><br></div><div dir="auto">Faneva</div></div><br><div class="gmail_quote"><div><div class="m_-943300467746865727m_-3892084271758004455m_-4233867333334258486m_4097467118675403288m_-26418628393284590m_4719183441249036666h5"><div dir="ltr">On Thu, May 10, 2018, 00:21 Julierme Pinheiro <<a href="mailto:juliermeopensourcedeveloper@gmail.com" target="_blank">juliermeopensourcedeveloper@<wbr>gmail.com</a>> wrote:<br></div></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="m_-943300467746865727m_-3892084271758004455m_-4233867333334258486m_4097467118675403288m_-26418628393284590m_4719183441249036666h5"><div dir="ltr"><div><div><div><div><div><div>Hi all,<br><br></div>I finally got the end of the geonode installation as in here: <a href="http://docs.geonode.org/en/master/tutorials/install_and_admin/geonode_install/all_together.html" rel="noreferrer" target="_blank">http://docs.geonode.org/en/<wbr>master/tutorials/install_and_<wbr>admin/geonode_install/all_<wbr>together.html</a><br><br></div>But now, I am unable to sign in. The tutorial says: Login with admin username and password you
just set. But I do not remember setting an username and a password during the installation. I tried the default one: username:admin and password: admin, but I got no success.<br><br></div>Any help on that please?<br><br></div>Thank you for your time in advance.<br><br></div>Best regards<br><br><br></div>Julierme<br></div></div></div>
______________________________<wbr>_________________<br>
geonode-devel mailing list<br>
<a href="mailto:geonode-devel@lists.osgeo.org" rel="noreferrer" target="_blank">geonode-devel@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/geonode-devel" rel="noreferrer noreferrer" target="_blank">https://lists.osgeo.org/<wbr>mailman/listinfo/geonode-devel</a><br>
</blockquote></div>
</blockquote></div><br></div>
</div></div></blockquote></div><br></div>
</div></div><br></div></div>______________________________<wbr>_________________<br>
geonode-users mailing list<br>
<a href="mailto:geonode-users@lists.osgeo.org" target="_blank">geonode-users@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/geonode-users" rel="noreferrer" target="_blank">https://lists.osgeo.org/<wbr>mailman/listinfo/geonode-users</a><br>
<br></blockquote></div><br></div>
</blockquote></div><br></div>
</div></div></blockquote></div><br></div>
______________________________<wbr>_________________<br>
geonode-users mailing list<br>
<a href="mailto:geonode-users@lists.osgeo.org" target="_blank">geonode-users@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/geonode-users" rel="noreferrer" target="_blank">https://lists.osgeo.org/<wbr>mailman/listinfo/geonode-users</a><br>
</blockquote></div><br clear="all"><div><br></div></div></div><span class="HOEnZb"><font color="#888888">-- <br><div dir="ltr" class="m_-943300467746865727gmail_signature" data-smartmail="gmail_signature">Paolo Corti<br>Geospatial software developer<br>web: <a href="http://www.paolocorti.net" target="_blank">http://www.paolocorti.net</a><br>twitter: @capooti<br>skype: capooti</div>
</font></span></blockquote></div><br></div>