[GeoNode-users] Issue with getting Geonode GUI working

Franklin, Chris CFranklin at AngloGoldAshanti.com
Wed Aug 10 18:53:48 PDT 2016


Hi Amedeo,

OK I have set the env var as per the instructions but still no luck, but setting the GEONODE_PATHEXT is not clear, here is what I have:

GDAL_HOME                                     C:\GeoNode-2.4.x\GDAL
GDAL_LIBRARY_PATH                    C:\GeoNode-2.4.x\GDAL\gdal111.dll
GEOS_LIBRARY_PATH                    C:\GeoNode-2.4.x\GDAL\geos.dll (or should it be geos_c.dll)
JRE_HOME                                          C:\GeoNode-2.4.x\jre
GEONODE_PATHEXT                      This is what is confusing me (what do I  need to enter here? C:\GeoNode-2.4.x; C:\GeoNode-2.4.x\geonode-2.4.x\scripts; C:\GeoNode-2.4.x\Python27; (anything else?) the add %GEONODE_PATHEXT% to

Path                                                       %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;%GEONODE_PATHEXT%;

Also error message fomr this morning:

[Thu Aug 11 09:22:53.389351 2016] [wsgi:error] [pid 2200:tid 2592] [client ::1:51019] mod_wsgi (pid=2200): Exception occurred processing WSGI script 'C:/GeoNode-2.4.x/geonode-2.4.x/geonode/wsgi.py'.
[Thu Aug 11 09:22:53.389351 2016] [wsgi:error] [pid 2200:tid 2592] [client ::1:51019] Traceback (most recent call last):
[Thu Aug 11 09:22:53.389351 2016] [wsgi:error] [pid 2200:tid 2592] [client ::1:51019]   File "C:\\GeoNode-2.4.x\\geonode-2.4.x\\lib\\site-packages\\django\\core\\handlers\\wsgi.py", line 187, in __call__
[Thu Aug 11 09:22:53.389351 2016] [wsgi:error] [pid 2200:tid 2592] [client ::1:51019]     self.load_middleware()
[Thu Aug 11 09:22:53.389351 2016] [wsgi:error] [pid 2200:tid 2592] [client ::1:51019]   File "C:\\GeoNode-2.4.x\\geonode-2.4.x\\lib\\site-packages\\django\\core\\handlers\\base.py", line 47, in load_middleware
[Thu Aug 11 09:22:53.390351 2016] [wsgi:error] [pid 2200:tid 2592] [client ::1:51019]     mw_instance = mw_class()
[Thu Aug 11 09:22:53.390351 2016] [wsgi:error] [pid 2200:tid 2592] [client ::1:51019]   File "C:\\GeoNode-2.4.x\\geonode-2.4.x\\lib\\site-packages\\django\\middleware\\locale.py", line 24, in __init__
[Thu Aug 11 09:22:53.390351 2016] [wsgi:error] [pid 2200:tid 2592] [client ::1:51019]     for url_pattern in get_resolver(None).url_patterns:
[Thu Aug 11 09:22:53.390351 2016] [wsgi:error] [pid 2200:tid 2592] [client ::1:51019]   File "C:\\GeoNode-2.4.x\\geonode-2.4.x\\lib\\site-packages\\django\\core\\urlresolvers.py", line 365, in url_patterns
[Thu Aug 11 09:22:53.390351 2016] [wsgi:error] [pid 2200:tid 2592] [client ::1:51019]     patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
[Thu Aug 11 09:22:53.390351 2016] [wsgi:error] [pid 2200:tid 2592] [client ::1:51019]   File "C:\\GeoNode-2.4.x\\geonode-2.4.x\\lib\\site-packages\\django\\core\\urlresolvers.py", line 360, in urlconf_module
[Thu Aug 11 09:22:53.390351 2016] [wsgi:error] [pid 2200:tid 2592] [client ::1:51019]     self._urlconf_module = import_module(self.urlconf_name)
[Thu Aug 11 09:22:53.390351 2016] [wsgi:error] [pid 2200:tid 2592] [client ::1:51019]   File "C:\\GeoNode-2.4.x\\geonode-2.4.x\\lib\\site-packages\\django\\utils\\importlib.py", line 40, in import_module
[Thu Aug 11 09:22:53.391358 2016] [wsgi:error] [pid 2200:tid 2592] [client ::1:51019]     __import__(name)
[Thu Aug 11 09:22:53.391358 2016] [wsgi:error] [pid 2200:tid 2592] [client ::1:51019]   File "C:\\GeoNode-2.4.x\\geonode-2.4.x\\geonode\\urls.py", line 37, in <module>
[Thu Aug 11 09:22:53.391358 2016] [wsgi:error] [pid 2200:tid 2592] [client ::1:51019]     admin.autodiscover()
[Thu Aug 11 09:22:53.391358 2016] [wsgi:error] [pid 2200:tid 2592] [client ::1:51019]   File "C:\\GeoNode-2.4.x\\geonode-2.4.x\\lib\\site-packages\\django\\contrib\\admin\\__init__.py", line 29, in autodiscover
[Thu Aug 11 09:22:53.391358 2016] [wsgi:error] [pid 2200:tid 2592] [client ::1:51019]     import_module('%s.admin' % app)
[Thu Aug 11 09:22:53.391358 2016] [wsgi:error] [pid 2200:tid 2592] [client ::1:51019]   File "C:\\GeoNode-2.4.x\\geonode-2.4.x\\lib\\site-packages\\django\\utils\\importlib.py", line 40, in import_module
[Thu Aug 11 09:22:53.391358 2016] [wsgi:error] [pid 2200:tid 2592] [client ::1:51019]     __import__(name)
[Thu Aug 11 09:22:53.391358 2016] [wsgi:error] [pid 2200:tid 2592] [client ::1:51019]   File "C:\\GeoNode-2.4.x\\geonode-2.4.x\\lib\\site-packages\\django\\contrib\\gis\\admin\\__init__.py", line 5, in <module>
[Thu Aug 11 09:22:53.391358 2016] [wsgi:error] [pid 2200:tid 2592] [client ::1:51019]     from django.contrib.gis.admin.options import GeoModelAdmin
[Thu Aug 11 09:22:53.391358 2016] [wsgi:error] [pid 2200:tid 2592] [client ::1:51019]   File "C:\\GeoNode-2.4.x\\geonode-2.4.x\\lib\\site-packages\\django\\contrib\\gis\\admin\\options.py", line 2, in <module>
[Thu Aug 11 09:22:53.392351 2016] [wsgi:error] [pid 2200:tid 2592] [client ::1:51019]     from django.contrib.gis.admin.widgets import OpenLayersWidget
[Thu Aug 11 09:22:53.392351 2016] [wsgi:error] [pid 2200:tid 2592] [client ::1:51019]   File "C:\\GeoNode-2.4.x\\geonode-2.4.x\\lib\\site-packages\\django\\contrib\\gis\\admin\\widgets.py", line 8, in <module>
[Thu Aug 11 09:22:53.392351 2016] [wsgi:error] [pid 2200:tid 2592] [client ::1:51019]     from django.contrib.gis.gdal import OGRException
[Thu Aug 11 09:22:53.392351 2016] [wsgi:error] [pid 2200:tid 2592] [client ::1:51019]   File "C:\\GeoNode-2.4.x\\geonode-2.4.x\\lib\\site-packages\\django\\contrib\\gis\\gdal\\__init__.py", line 41, in <module>
[Thu Aug 11 09:22:53.392351 2016] [wsgi:error] [pid 2200:tid 2592] [client ::1:51019]     from django.contrib.gis.gdal.driver import Driver
[Thu Aug 11 09:22:53.392351 2016] [wsgi:error] [pid 2200:tid 2592] [client ::1:51019]   File "C:\\GeoNode-2.4.x\\geonode-2.4.x\\lib\\site-packages\\django\\contrib\\gis\\gdal\\driver.py", line 5, in <module>
[Thu Aug 11 09:22:53.392351 2016] [wsgi:error] [pid 2200:tid 2592] [client ::1:51019]     from django.contrib.gis.gdal.prototypes import ds as capi
[Thu Aug 11 09:22:53.392351 2016] [wsgi:error] [pid 2200:tid 2592] [client ::1:51019]   File "C:\\GeoNode-2.4.x\\geonode-2.4.x\\lib\\site-packages\\django\\contrib\\gis\\gdal\\prototypes\\ds.py", line 8, in <module>
[Thu Aug 11 09:22:53.392351 2016] [wsgi:error] [pid 2200:tid 2592] [client ::1:51019]     from django.contrib.gis.gdal.libgdal import lgdal
[Thu Aug 11 09:22:53.392351 2016] [wsgi:error] [pid 2200:tid 2592] [client ::1:51019]   File "C:\\GeoNode-2.4.x\\geonode-2.4.x\\lib\\site-packages\\django\\contrib\\gis\\gdal\\libgdal.py", line 47, in <module>
[Thu Aug 11 09:22:53.393350 2016] [wsgi:error] [pid 2200:tid 2592] [client ::1:51019]     lgdal = CDLL(lib_path)
[Thu Aug 11 09:22:53.393350 2016] [wsgi:error] [pid 2200:tid 2592] [client ::1:51019]   File "C:\\GeoNode-2.4.x\\Python27\\Lib\\ctypes\\__init__.py", line 365, in __init__
[Thu Aug 11 09:22:53.393350 2016] [wsgi:error] [pid 2200:tid 2592] [client ::1:51019]     self._handle = _dlopen(self._name, mode)
[Thu Aug 11 09:22:53.393350 2016] [wsgi:error] [pid 2200:tid 2592] [client ::1:51019] WindowsError: [Error 126] The specified module could not be found
[Thu Aug 11 09:31:17.198610 2016] [mpm_winnt:notice] [pid 2228:tid 592] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Thu Aug 11 09:31:19.354919 2016] [mpm_winnt:notice] [pid 2200:tid 492] AH00364: Child: All worker threads have exited.
[Thu Aug 11 09:31:20.026812 2016] [mpm_winnt:notice] [pid 2228:tid 592] AH00430: Parent: Child process 2200 exited successfully.
[Thu Aug 11 09:31:26.558242 2016] [core:warn] [pid 4344:tid 592] AH00117: Ignoring deprecated use of DefaultType in line 424 of C:\\GeoNode-2.4.x\\Apache2/conf/httpd.conf.
[Thu Aug 11 09:31:27.042632 2016] [wsgi:warn] [pid 4344:tid 592] mod_wsgi: Compiled for Python/2.7.10+.
[Thu Aug 11 09:31:27.042632 2016] [wsgi:warn] [pid 4344:tid 592] mod_wsgi: Runtime using Python/2.7.10.
[Thu Aug 11 09:31:27.042632 2016] [mpm_winnt:notice] [pid 4344:tid 592] AH00455: Apache/2.4.18 (Win32) mod_wsgi/4.4.21 Python/2.7.10 configured -- resuming normal operations
[Thu Aug 11 09:31:27.042632 2016] [mpm_winnt:notice] [pid 4344:tid 592] AH00456: Server built: Dec  9 2015 12:21:09
[Thu Aug 11 09:31:27.042632 2016] [core:notice] [pid 4344:tid 592] AH00094: Command line: 'C:\\GeoNode-2.4.x\\Apache2\\bin\\Apache.exe -d C:/GeoNode-2.4.x/Apache2 -d C:\\GeoNode-2.4.x\\Apache2'
[Thu Aug 11 09:31:27.042632 2016] [mpm_winnt:notice] [pid 4344:tid 592] AH00418: Parent: Created child process 156
[Thu Aug 11 09:31:29.402071 2016] [core:warn] [pid 156:tid 492] AH00117: Ignoring deprecated use of DefaultType in line 424 of C:\\GeoNode-2.4.x\\Apache2/conf/httpd.conf.
[Thu Aug 11 09:31:29.417696 2016] [core:warn] [pid 156:tid 492] AH00117: Ignoring deprecated use of DefaultType in line 424 of C:\\GeoNode-2.4.x\\Apache2/conf/httpd.conf.
[Thu Aug 11 09:31:29.652077 2016] [wsgi:warn] [pid 156:tid 492] mod_wsgi: Compiled for Python/2.7.10+.
[Thu Aug 11 09:31:29.652077 2016] [wsgi:warn] [pid 156:tid 492] mod_wsgi: Runtime using Python/2.7.10.
[Thu Aug 11 09:31:29.667704 2016] [mpm_winnt:notice] [pid 156:tid 492] AH00354: Child: Starting 250 worker threads.
[Thu Aug 11 09:32:00.830037 2016] [wsgi:error] [pid 156:tid 2592] Not enabling BingMaps base layer as a BING_API_KEY is not defined in local_settings.py file.
[Thu Aug 11 09:32:02.167147 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51043] mod_wsgi (pid=156): Exception occurred processing WSGI script 'C:/GeoNode-2.4.x/geonode-2.4.x/geonode/wsgi.py'.
[Thu Aug 11 09:32:02.167147 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51043] Traceback (most recent call last):
[Thu Aug 11 09:32:02.167147 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51043]   File "C:\\GeoNode-2.4.x\\geonode-2.4.x\\lib\\site-packages\\django\\core\\handlers\\wsgi.py", line 187, in __call__
[Thu Aug 11 09:32:02.167147 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51043]     self.load_middleware()
[Thu Aug 11 09:32:02.167147 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51043]   File "C:\\GeoNode-2.4.x\\geonode-2.4.x\\lib\\site-packages\\django\\core\\handlers\\base.py", line 47, in load_middleware
[Thu Aug 11 09:32:02.167147 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51043]     mw_instance = mw_class()
[Thu Aug 11 09:32:02.167147 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51043]   File "C:\\GeoNode-2.4.x\\geonode-2.4.x\\lib\\site-packages\\django\\middleware\\locale.py", line 24, in __init__
[Thu Aug 11 09:32:02.168155 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51043]     for url_pattern in get_resolver(None).url_patterns:
[Thu Aug 11 09:32:02.168155 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51043]   File "C:\\GeoNode-2.4.x\\geonode-2.4.x\\lib\\site-packages\\django\\core\\urlresolvers.py", line 365, in url_patterns
[Thu Aug 11 09:32:02.168155 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51043]     patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
[Thu Aug 11 09:32:02.168155 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51043]   File "C:\\GeoNode-2.4.x\\geonode-2.4.x\\lib\\site-packages\\django\\core\\urlresolvers.py", line 360, in urlconf_module
[Thu Aug 11 09:32:02.168155 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51043]     self._urlconf_module = import_module(self.urlconf_name)
[Thu Aug 11 09:32:02.168155 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51043]   File "C:\\GeoNode-2.4.x\\geonode-2.4.x\\lib\\site-packages\\django\\utils\\importlib.py", line 40, in import_module
[Thu Aug 11 09:32:02.168155 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51043]     __import__(name)
[Thu Aug 11 09:32:02.168155 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51043]   File "C:\\GeoNode-2.4.x\\geonode-2.4.x\\geonode\\urls.py", line 37, in <module>
[Thu Aug 11 09:32:02.169147 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51043]     admin.autodiscover()
[Thu Aug 11 09:32:02.169147 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51043]   File "C:\\GeoNode-2.4.x\\geonode-2.4.x\\lib\\site-packages\\django\\contrib\\admin\\__init__.py", line 29, in autodiscover
[Thu Aug 11 09:32:02.169147 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51043]     import_module('%s.admin' % app)
[Thu Aug 11 09:32:02.169147 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51043]   File "C:\\GeoNode-2.4.x\\geonode-2.4.x\\lib\\site-packages\\django\\utils\\importlib.py", line 40, in import_module
[Thu Aug 11 09:32:02.169147 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51043]     __import__(name)
[Thu Aug 11 09:32:02.169147 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51043]   File "C:\\GeoNode-2.4.x\\geonode-2.4.x\\lib\\site-packages\\django\\contrib\\gis\\admin\\__init__.py", line 5, in <module>
[Thu Aug 11 09:32:02.169147 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51043]     from django.contrib.gis.admin.options import GeoModelAdmin
[Thu Aug 11 09:32:02.169147 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51043]   File "C:\\GeoNode-2.4.x\\geonode-2.4.x\\lib\\site-packages\\django\\contrib\\gis\\admin\\options.py", line 2, in <module>
[Thu Aug 11 09:32:02.169147 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51043]     from django.contrib.gis.admin.widgets import OpenLayersWidget
[Thu Aug 11 09:32:02.169147 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51043]   File "C:\\GeoNode-2.4.x\\geonode-2.4.x\\lib\\site-packages\\django\\contrib\\gis\\admin\\widgets.py", line 8, in <module>
[Thu Aug 11 09:32:02.170147 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51043]     from django.contrib.gis.gdal import OGRException
[Thu Aug 11 09:32:02.170147 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51043]   File "C:\\GeoNode-2.4.x\\geonode-2.4.x\\lib\\site-packages\\django\\contrib\\gis\\gdal\\__init__.py", line 41, in <module>
[Thu Aug 11 09:32:02.170147 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51043]     from django.contrib.gis.gdal.driver import Driver
[Thu Aug 11 09:32:02.170147 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51043]   File "C:\\GeoNode-2.4.x\\geonode-2.4.x\\lib\\site-packages\\django\\contrib\\gis\\gdal\\driver.py", line 5, in <module>
[Thu Aug 11 09:32:02.170147 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51043]     from django.contrib.gis.gdal.prototypes import ds as capi
[Thu Aug 11 09:32:02.170147 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51043]   File "C:\\GeoNode-2.4.x\\geonode-2.4.x\\lib\\site-packages\\django\\contrib\\gis\\gdal\\prototypes\\ds.py", line 8, in <module>
[Thu Aug 11 09:32:02.170147 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51043]     from django.contrib.gis.gdal.libgdal import lgdal
[Thu Aug 11 09:32:02.170147 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51043]   File "C:\\GeoNode-2.4.x\\geonode-2.4.x\\lib\\site-packages\\django\\contrib\\gis\\gdal\\libgdal.py", line 47, in <module>
[Thu Aug 11 09:32:02.171148 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51043]     lgdal = CDLL(lib_path)
[Thu Aug 11 09:32:02.171148 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51043]   File "C:\\GeoNode-2.4.x\\Python27\\Lib\\ctypes\\__init__.py", line 365, in __init__
[Thu Aug 11 09:32:02.171148 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51043]     self._handle = _dlopen(self._name, mode)
[Thu Aug 11 09:32:02.171148 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51043] WindowsError: [Error 126] The specified module could not be found
[Thu Aug 11 09:32:02.226152 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51044] mod_wsgi (pid=156): Exception occurred processing WSGI script 'C:/GeoNode-2.4.x/geonode-2.4.x/geonode/wsgi.py'., referer: http://localhost/
[Thu Aug 11 09:32:02.226152 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51044] Traceback (most recent call last):, referer: http://localhost/
[Thu Aug 11 09:32:02.226152 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51044]   File "C:\\GeoNode-2.4.x\\geonode-2.4.x\\lib\\site-packages\\django\\core\\handlers\\wsgi.py", line 187, in __call__, referer: http://localhost/
[Thu Aug 11 09:32:02.226152 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51044]     self.load_middleware(), referer: http://localhost/
[Thu Aug 11 09:32:02.226152 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51044]   File "C:\\GeoNode-2.4.x\\geonode-2.4.x\\lib\\site-packages\\django\\core\\handlers\\base.py", line 47, in load_middleware, referer: http://localhost/
[Thu Aug 11 09:32:02.226152 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51044]     mw_instance = mw_class(), referer: http://localhost/
[Thu Aug 11 09:32:02.227152 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51044]   File "C:\\GeoNode-2.4.x\\geonode-2.4.x\\lib\\site-packages\\django\\middleware\\locale.py", line 24, in __init__, referer: http://localhost/
[Thu Aug 11 09:32:02.228152 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51044]     for url_pattern in get_resolver(None).url_patterns:, referer: http://localhost/
[Thu Aug 11 09:32:02.228152 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51044]   File "C:\\GeoNode-2.4.x\\geonode-2.4.x\\lib\\site-packages\\django\\core\\urlresolvers.py", line 365, in url_patterns, referer: http://localhost/
[Thu Aug 11 09:32:02.228152 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51044]     patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module), referer: http://localhost/
[Thu Aug 11 09:32:02.228152 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51044]   File "C:\\GeoNode-2.4.x\\geonode-2.4.x\\lib\\site-packages\\django\\core\\urlresolvers.py", line 360, in urlconf_module, referer: http://localhost/
[Thu Aug 11 09:32:02.228152 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51044]     self._urlconf_module = import_module(self.urlconf_name), referer: http://localhost/
[Thu Aug 11 09:32:02.228152 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51044]   File "C:\\GeoNode-2.4.x\\geonode-2.4.x\\lib\\site-packages\\django\\utils\\importlib.py", line 40, in import_module, referer: http://localhost/
[Thu Aug 11 09:32:02.228152 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51044]     __import__(name), referer: http://localhost/
[Thu Aug 11 09:32:02.228152 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51044]   File "C:\\GeoNode-2.4.x\\geonode-2.4.x\\geonode\\urls.py", line 37, in <module>, referer: http://localhost/
[Thu Aug 11 09:32:02.228152 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51044]     admin.autodiscover(), referer: http://localhost/
[Thu Aug 11 09:32:02.228152 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51044]   File "C:\\GeoNode-2.4.x\\geonode-2.4.x\\lib\\site-packages\\django\\contrib\\admin\\__init__.py", line 29, in autodiscover, referer: http://localhost/
[Thu Aug 11 09:32:02.228152 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51044]     import_module('%s.admin' % app), referer: http://localhost/
[Thu Aug 11 09:32:02.228152 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51044]   File "C:\\GeoNode-2.4.x\\geonode-2.4.x\\lib\\site-packages\\django\\utils\\importlib.py", line 40, in import_module, referer: http://localhost/
[Thu Aug 11 09:32:02.228152 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51044]     __import__(name), referer: http://localhost/
[Thu Aug 11 09:32:02.228152 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51044]   File "C:\\GeoNode-2.4.x\\geonode-2.4.x\\lib\\site-packages\\django\\contrib\\gis\\admin\\__init__.py", line 5, in <module>, referer: http://localhost/
[Thu Aug 11 09:32:02.228152 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51044]     from django.contrib.gis.admin.options import GeoModelAdmin, referer: http://localhost/
[Thu Aug 11 09:32:02.228152 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51044]   File "C:\\GeoNode-2.4.x\\geonode-2.4.x\\lib\\site-packages\\django\\contrib\\gis\\admin\\options.py", line 2, in <module>, referer: http://localhost/
[Thu Aug 11 09:32:02.228152 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51044]     from django.contrib.gis.admin.widgets import OpenLayersWidget, referer: http://localhost/
[Thu Aug 11 09:32:02.228152 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51044]   File "C:\\GeoNode-2.4.x\\geonode-2.4.x\\lib\\site-packages\\django\\contrib\\gis\\admin\\widgets.py", line 8, in <module>, referer: http://localhost/
[Thu Aug 11 09:32:02.228152 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51044]     from django.contrib.gis.gdal import OGRException, referer: http://localhost/
[Thu Aug 11 09:32:02.228152 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51044]   File "C:\\GeoNode-2.4.x\\geonode-2.4.x\\lib\\site-packages\\django\\contrib\\gis\\gdal\\__init__.py", line 41, in <module>, referer: http://localhost/
[Thu Aug 11 09:32:02.228152 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51044]     from django.contrib.gis.gdal.driver import Driver, referer: http://localhost/
[Thu Aug 11 09:32:02.228152 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51044]   File "C:\\GeoNode-2.4.x\\geonode-2.4.x\\lib\\site-packages\\django\\contrib\\gis\\gdal\\driver.py", line 5, in <module>, referer: http://localhost/
[Thu Aug 11 09:32:02.229152 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51044]     from django.contrib.gis.gdal.prototypes import ds as capi, referer: http://localhost/
[Thu Aug 11 09:32:02.229152 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51044]   File "C:\\GeoNode-2.4.x\\geonode-2.4.x\\lib\\site-packages\\django\\contrib\\gis\\gdal\\prototypes\\ds.py", line 8, in <module>, referer: http://localhost/
[Thu Aug 11 09:32:02.229152 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51044]     from django.contrib.gis.gdal.libgdal import lgdal, referer: http://localhost/
[Thu Aug 11 09:32:02.229152 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51044]   File "C:\\GeoNode-2.4.x\\geonode-2.4.x\\lib\\site-packages\\django\\contrib\\gis\\gdal\\libgdal.py", line 47, in <module>, referer: http://localhost/
[Thu Aug 11 09:32:02.229152 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51044]     lgdal = CDLL(lib_path), referer: http://localhost/
[Thu Aug 11 09:32:02.229152 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51044]   File "C:\\GeoNode-2.4.x\\Python27\\Lib\\ctypes\\__init__.py", line 365, in __init__, referer: http://localhost/
[Thu Aug 11 09:32:02.229152 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51044]     self._handle = _dlopen(self._name, mode), referer: http://localhost/
[Thu Aug 11 09:32:02.229152 2016] [wsgi:error] [pid 156:tid 2592] [client ::1:51044] WindowsError: [Error 126] The specified module could not be found, referer: http://localhost/

Regards

Chris Franklin
GIS and Database Co-ordinator
Exploration Australia
[cid:image003.jpg at 01D1F3B6.3F35C160]
Tel:         +61 08 9425 4719
Fax:        +61 08 9425 4650
Email:      cfranklin at anglogoldashanti.com<mailto:cfranklin at anglogoldashanti.com>

Consider the environment. Think before you print.

From: Amedeo Fadini [mailto:amefad at gmail.com]
Sent: Wednesday, 10 August 2016 10:11 PM
To: Franklin, Chris
Cc: geonode-users at lists.osgeo.org
Subject: Re: [GeoNode-users] Issue with getting Geonode GUI working

Hi Chris

2016-08-10 9:28 GMT+02:00 Franklin, Chris <CFranklin at anglogoldashanti.com<mailto:CFranklin at anglogoldashanti.com>>:
Hi Amedeo:

Here is the error.log :

[...]

[Wed Aug 10 15:25:58.818342 2016] [wsgi:error] [pid 2200:tid 2592] [client ::1:54350]     lgdal = CDLL(lib_path)
[Wed Aug 10 15:25:58.818342 2016] [wsgi:error] [pid 2200:tid 2592] [client ::1:54350]   File "C:\\GeoNode-2.4.x\\Python27\\Lib\\ctypes\\__init__.py", line 365, in __init__
[Wed Aug 10 15:25:58.819342 2016] [wsgi:error] [pid 2200:tid 2592] [client ::1:54350]     self._handle = _dlopen(self._name, mode)
[Wed Aug 10 15:25:58.819342 2016] [wsgi:error] [pid 2200:tid 2592] [client ::1:54350] WindowsError: [Error 126] The specified module could not be found

Hopefully this means something to you ☺

Yes, and soon will means something to you too...

The key point in the log is when you see the word "Exception" (the program error)  then follows the "traceback" i.e. the last succesful operations chain, as you see all went fine until  self._handle = _dlopen(self._name, mode) that throw s a system error.
We can guess that "module could not be found" means that something is missing or misplaced.
The program is unable to find the module libgdal in lib_path.
Check that the environment variable GDAL_LIBRARY_PATH  is pointing to the gdal111.dll, as stated in the guide I already sent. If not exists you can create it but will be safer reinstall Geonode. be shure
Maybe you have other geospatial software that  setted that variable before? Maybe the dll is missing?


Amedeo




This email, and its attachments, is subject to important warnings and disclaimers which are legally incorporated into this email in terms of Section 11(3) of the South African Electronic Communications and Transactions Act, 25 of 2002. The full text of the warnings and disclaimers, together with the company details and directors is available by clicking on http://www.anglogoldashanti.com/en/Pages/legal.aspx

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/geonode-users/attachments/20160811/26c29ca7/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image003.jpg
Type: image/jpeg
Size: 3236 bytes
Desc: image003.jpg
URL: <http://lists.osgeo.org/pipermail/geonode-users/attachments/20160811/26c29ca7/attachment-0001.jpg>


More information about the geonode-users mailing list