[OSGeoLive] #2360: EOxServer fails to launch
OSGeoLive
trac_osgeolive at osgeo.org
Mon Jul 25 06:48:26 PDT 2022
#2360: EOxServer fails to launch
-------------------------------+----------------------------
Reporter: darkblueb | Owner: osgeolive@…
Type: defect | Status: new
Priority: critical | Milestone: OSGeoLive15.0
Component: OSGeoLive | Resolution:
Keywords: eoxserver, django |
-------------------------------+----------------------------
Comment (by sanak):
Replying to [comment:11 kalxas]:
> Upstream fix:
>
>
https://github.com/EOxServer/eoxserver/pull/527/commits/513a1e6144ab4b7e2b54a79744cb00b3873782e7
Thanks ! \\
I confirmed that comment:10 issue was solved from nightly:144 log.
By the way, I still encounter 500 error when staring EOxServer from the
menu and {{{/var/log/apache2/error.log}}} recorded the following error
log.
{{{
Failed to exec Python script file
'/usr/local/share/eoxserver/eoxserver_demonstration/eoxserver_demonstration/wsgi.py'.
Exeception occurred processing WSGI script
'/usr/local/share/eoxserver/eoxserver_demonstration/eoxserver_demonstration/wsgi.py'.
Traceback (most recent call last):
File
"/usr/local/share/eoxserver/eoxserver_demonstration/eoxserver_demonstration/wsgi.py",
line 60, in <module>
import eoxserver.core
ModuleNotFoundError: No module named 'eoxserver'
}}}
Actually, {{{python3-eoxserver}}} package is missing, and after installing
{{{python3-eoxserver}}} along with {{{python3-zipstream}}}, the EOxServer
service launched correctly.
{{{
$ dpkg -l | grep python3-eoxserver
# Nothing
$ sudo apt install python3-eoxserver
:
The following packages have unmet dependencies:
python3-zipstream-ng : Breaks : python3-zipstream but 1.1.4-1 is to be
installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused
by held packages.
$ sudo apt install python3-zipstream python3-eoxserver
:
The following packages will be REMOVED:
python3-geonode python3-zipstream-ng
:
}}}
I guess that {{{python3-eoxserver}}} and {{{python3-geonode}}} may
conflict each other.
--
Ticket URL: <https://trac.osgeo.org/osgeolive/ticket/2360#comment:12>
OSGeoLive <https://live.osgeo.org/>
self-contained bootable DVD, USB thumb drive or Virtual Machine based on Lubuntu, that allows you to try a wide variety of open source geospatial software without installing anything.
More information about the osgeolive
mailing list