Re: [Geoserver-users] Problem with GeoServer 2.8 SpatiaLite extension

2017-07-14 Thread nformica
Hi Ben, Ben Caradoc-Davies-2 wrote > Likewise, you should be able to install the Ubuntu spatialite libraries > with: > apt-get install libspatialite7 > > The Ubuntu 16.04 version is also up to date (4.3.0a, same a Nuno): > https://packages.ubuntu.com/xenial/libspatialite7 I think

Re: [Geoserver-users] Problem with GeoServer 2.8 SpatiaLite extension

2017-07-14 Thread Nuno Oliveira
Hi, Ben mails give good suggestions, I will first try to install spatialite libs and only bother with the Java version after (I doubt the Java version will have any impact). On 07/13/2017 07:12 PM, nino formica wrote: Hi Nuno, Really I'm not very practical about java (I have basic

Re: [Geoserver-users] Problem with GeoServer 2.8 SpatiaLite extension

2017-07-13 Thread Ben Caradoc-Davies
Nino, if you are not already using it, I recommend using the OpenJDK 8 provided for Ubuntu 16.04 as this will have best compatibility with native libraries installed on your system. It is up to date (8u131): https://packages.ubuntu.com/xenial/openjdk-8-jdk apt-get update apt-get install

Re: [Geoserver-users] Problem with GeoServer 2.8 SpatiaLite extension

2017-07-13 Thread nino formica
Hi Nuno, Really I'm not very practical about java (I have basic knowledge), but I guess my java installation (JRE) on Ubuntu 16.04 isn't good or it is not well configured ! So I want to try again. I'm looking for and I found this guide:

Re: [Geoserver-users] Problem with GeoServer 2.8 SpatiaLite extension

2017-07-12 Thread Nuno Oliveira
I just give it a try with last GeoServer trunk and is working: I have two possible differences from your setup, I'm using Oracle JDK 8 and I have spatialite Ubuntu packages installed (this should not make any difference): ii libspatialite-dev:amd64 4.3.0a-5 amd64 Geospatial

Re: [Geoserver-users] Problem with GeoServer 2.8 SpatiaLite extension

2017-07-12 Thread nino formica
Yes, I already did . but It does'nt change anything! I guess that the indications: export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib java -Djava.library.path=/usr/local/lib are incorrect or ambiguous ! Nino Il 12 lug 2017 9:47 AM, "Nuno Oliveira" ha

Re: [Geoserver-users] Problem with GeoServer 2.8 SpatiaLite extension

2017-07-12 Thread Nuno Oliveira
I remember vaguely that you may need to define this variable too on Linux: export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib On 07/10/2017 07:27 PM, nformica wrote: geowolf wrote Brad is giving you good questions, please share the logs, from the description it seems that GeoServer is not

Re: [Geoserver-users] Problem with GeoServer 2.8 SpatiaLite extension

2017-07-09 Thread Andrea Aime
On Sun, Jul 9, 2017 at 5:25 PM, nformica wrote: > I have installed Geoserver 2.10.3 version, but in > http://ares.boundlessgeo.com/geoserver/ there are plugins only for > generic > 2.8.x, 2.9.x, 2.10.x, ... etc versions. > I did'nt find anything specifically for the 2.10.3

Re: [Geoserver-users] Problem with GeoServer 2.8 SpatiaLite extension

2017-07-08 Thread Brad Hards
> I downloaded the spatialite plugin from > http://ares.boundlessgeo.com/geoserver/2.10.x/community-latest/ > and then I extracted the contents of the archive(2 .jar files) into the > WEB-INF/lib directory of the GeoServer installation. It has to match the installed version - so if you have

Re: [Geoserver-users] Problem with GeoServer 2.8 SpatiaLite extension

2017-07-08 Thread nformica
Hi, after about a year, I also have the same problem with Geoserver 2.10 installed on Ubuntu 16 (with Tomcat 8): I can only see SpatiaLite (JNDI) and not SpatiaLite WareHouse. I downloaded the spatialite plugin from http://ares.boundlessgeo.com/geoserver/2.10.x/community-latest/ and then I

Re: [Geoserver-users] Problem with GeoServer 2.8 SpatiaLite extension

2016-03-23 Thread netmad
Hi Ben, I have the same problem and I've tested Spatialite extension on GeoServer 2.8.3(Released on March 23, 2016). Still, I can only see Spatialite(JNDI) there. Thanks in advance. Ben Caradoc-Davies-2 wrote > Pedro, > > this issue should now be fixed on master, 2.8.x, and 2.7.x. > > The next

Re: [Geoserver-users] Problem with GeoServer 2.8 SpatiaLite extension

2016-03-03 Thread Pedro Briones Garcia
, 04 de marzo de 2016 0:53 Para: Andrea Aime CC: Pedro Briones Garcia; Justin Deoliveira; geoserver-users@lists.sourceforge.net Asunto: Re: [Geoserver-users] Problem with GeoServer 2.8 SpatiaLite extension Pedro, this issue should now be fixed on master, 2.8.x, and 2.7.x. The next 2.8.x nightly

Re: [Geoserver-users] Problem with GeoServer 2.8 SpatiaLite extension

2016-03-03 Thread Ben Caradoc-Davies
Pedro, this issue should now be fixed on master, 2.8.x, and 2.7.x. The next 2.8.x nightly build should be available at about 16:22 on 4 March 2016 UTC (in about 16.5 hours): http://ares.opengeo.org/geoserver/2.8.x/community-latest/ Please test the new spatialite plugin and report back. Kind

Re: [Geoserver-users] Problem with GeoServer 2.8 SpatiaLite extension

2016-03-03 Thread Ben Caradoc-Davies
On 04/03/16 09:36, Ben Caradoc-Davies wrote: > As I have been doing a bit of plugin weeding, I will fix this now on > master, 2.8.x, and 2.7.x. Even worse, we are currently shipping gt-jdbc-spatialite-12.0.jar in the spatialite plugin for 2.7.x, 2.8.x, and master (should be 13-SNAPSHOT,

Re: [Geoserver-users] Problem with GeoServer 2.8 SpatiaLite extension

2016-03-03 Thread Ben Caradoc-Davies
On 04/03/16 07:27, Andrea Aime wrote: > On Mon, Feb 29, 2016 at 7:02 PM, Pedro Briones Garcia wrote: >> Could it be a missing library? > It certainly looks that way. On 12 Feb 2014, Justin switched GeoTools gt-jdbc-spatialite to use a renamed artifact:

Re: [Geoserver-users] Problem with GeoServer 2.8 SpatiaLite extension

2016-03-03 Thread Andrea Aime
On Mon, Feb 29, 2016 at 7:02 PM, Pedro Briones Garcia wrote: > I am having troubles making GeoServer 2.8 SpatiaLite extension to work. > I’ve instaled TomCat 7 with JRE (*32 bits*), but I can only see > SpatiaLite (JNDI) and not SpatiaLite WareHouse. > > If I use Geoserver 2.5

[Geoserver-users] Problem with GeoServer 2.8 SpatiaLite extension

2016-02-29 Thread Pedro Briones Garcia
I am having troubles making GeoServer 2.8 SpatiaLite extension to work. I've instaled TomCat 7 with JRE (32 bits), but I can only see SpatiaLite (JNDI) and not SpatiaLite WareHouse. If I use Geoserver 2.5 all works fine, but with GeoServer 2.6, 2.7 and 2.8 it doesn´t work. I've observed that