[GeoNode-users] Issue with getting Geonode GUI working

Amedeo Fadini amefad at gmail.com
Wed Aug 10 07:10:43 PDT 2016


Hi Chris

2016-08-10 9:28 GMT+02:00 Franklin, Chris <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 J
>
>
> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/geonode-users/attachments/20160810/33cb88cc/attachment.html>


More information about the geonode-users mailing list