Custom Query (1155 matches)
Results (220 - 222 of 1155)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#981 | fixed | chroot build method: deegree fails to start | ||
Description |
after installing using beta8-alt deegree does not start.. manually executing the start script line by line shows dbb@osgeolive:~$ export DEEGREE_WORKSPACE_ROOT="/usr/local/share/deegree" dbb@osgeolive:~$ DEE_DIR="/usr/local/lib/deegree-webservices-3.2-pre9" dbb@osgeolive:~$ cd $DEE_DIR dbb@osgeolive:/usr/local/lib/deegree-webservices-3.2-pre9$ ./bin/catalina.sh start Using CATALINA_BASE: /usr/local/lib/deegree-webservices-3.2-pre9 Using CATALINA_HOME: /usr/local/lib/deegree-webservices-3.2-pre9 Using CATALINA_TMPDIR: /usr/local/lib/deegree-webservices-3.2-pre9/temp Using JRE_HOME: /usr Using CLASSPATH: /usr/local/lib/deegree-webservices-3.2-pre9/bin/bootstrap.jar touch: cannot touch `/usr/local/lib/deegree-webservices-3.2-pre9/logs/catalina.out': No such file or directory dbb@osgeolive:/usr/local/lib/deegree-webservices-3.2-pre9$ ./bin/catalina.sh: 338: ./bin/catalina.sh: cannot create /usr/local/lib/deegree-webservices-3.2-pre9/logs/catalina.out: Directory nonexistent dbb@osgeolive:/usr/local/lib/deegree-webservices-3.2-pre9$ |
|||
#982 | fixed | Upgrade sphinx environment to support linkcheck build goal | ||
Description |
To continuously check the external links in sphinx docs the build goal linkcheck should run every time the sphinx-build has been started (see root/livedvd/gisvm/trunk/bin/install_main_docs.sh). linkcheck is available since version 1.1 of sphinx and check references, which can be configured by set up a ignore list, for example localhost URL's (see linkcheck_ignore config option). This would help to avoid outdated references to external resources. |
|||
#983 | fixed | chroot build method: postgis fails to create databases | ||
Description |
as per http://aiolos.survey.ntua.gr/gisvm/dev/osgeo-live-mini-build8731-log.tar.gz Processing triggers for menu ... ALTER ROLE createdb: database creation failed: ERROR: new encoding (UTF8) is incompatible with the encoding of the template database (SQL_ASCII) HINT: Use the same encoding as in the template database, or use template0 as template. createlang: could not connect to database template_postgis: FATAL: database "template_postgis" does not exist UPDATE 0 psql: FATAL: database "template_postgis" does not exist psql: FATAL: database "template_postgis" does not exist Finished: ./install_postgis.sh |