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

2017-07-21 Thread nformica
.. no way ! I followed your instructions exactly, I also used the most up-to-date Geoserver version (2.11.1). Despite everything, in vector data source list, there's only "Spatialite (JNDI)" item and not "Spatialite".

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

2017-07-14 Thread Ben Caradoc-Davies
On 15/07/17 08:51, nformica wrote: Ben Caradoc-Davies wrote If you use the Ubuntu spatialite libraries, you should not have to set LD_LIBRARY_PATH. ok, I understand ! But do I still have to run : java -Djava.library.path=/usr/local/spatialite-lib ?? being "spatialite-libs" the folder name wher

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 libspatialite

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 knowledge)

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 openj

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: https://www.digitalocean.com/community/tutorials/how-to-inst

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 exte

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 scritto: I remember vaguely that you m

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 f

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

2017-07-10 Thread nformica
geowolf wrote > Brad is giving you good questions, please share the logs, from the > description it seems that GeoServer is not finding the native library > it's looking for. This is my system configuration: - Ubuntu 16.04 - Tomcat 8 - Java 8 openjdk - Geoserver 2.10.3 I have downloaded native li

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 versions ! > No worri

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

2017-07-09 Thread nformica
Hi Brad, Brad Hards wrote > It has to match the installed version - so if you have 2.10.1 installed, > then you need the jars for the 2.10.1 version (not later, or any other > 2.10 > version). I have installed Geoserver 2.10.3 version, but in http://ares.boundlessgeo.com/geoserver/ there are p

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 2.10.1

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 extract

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
l: viernes, 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

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

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, 14-SNAPS

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: https://github.com/geotools/geotools/commit

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 all works fine, b

[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 G

[Geoserver-users] Problem with Geoserver KML and Style Tag

2015-06-11 Thread Varrette, Allan
Hi there, We are exposing KML from Geoserver to another application. Within that KML there is a STYLE tag with some styling information: Sample: 0.75 0.0 0.0

Re: [Geoserver-users] Problem with GeoServer Migration

2013-06-02 Thread Andrea Aime
On Fri, May 31, 2013 at 3:39 PM, Meichun Li wrote: > Thanks Andrea!** > Tomcat can start if GeoServer is not installed. I can view the page > http://localhost:8080/ > After GeoServer was installed, I copied the default data directory > (TOMCAT_HOME\webapps\geoserver\data) as D:\GeoServer_

Re: [Geoserver-users] Problem with GeoServer Migration

2013-05-31 Thread Meichun Li
2013-05-30 15:14:43,070 WARN [org.geoserver] - Ignoring store directory 'layergroups'   Thanks! Meichun From: Andrea Aime To: Meichun Li Cc: GeoServer Mailing List List Sent: Friday, May 31, 2013 2:59 AM Subject: Re: [Geoserver-users] Problem with GeoServer Migration On Thu, May

Re: [Geoserver-users] Problem with GeoServer Migration

2013-05-31 Thread Andrea Aime
On Thu, May 30, 2013 at 10:39 PM, Meichun Li wrote: > Hi,** > We have two servers, one is test server and the other is production > server. I use tomcat as application server. I want to set up geoserver > on both server with exactly the same configuration. > I searched geoserver documen

[Geoserver-users] Problem with GeoServer Migration

2013-05-30 Thread Meichun Li
Hi, We have two servers, one is test server and the other is production server. I use tomcat as application server.   I want to set up geoserver on both server with exactly the same configuration. I searched geoserver documention, it is said that we just need to copy the data directory over and

[Geoserver-users] Problem with geoserver-2.2.4-charts-plugin.zip

2013-02-06 Thread ZvezdDochka
hi to everybody !!! I'm find out that the geoserver-2.2.4-charts-plugin.zip is not correct. (http://geoserver.org/display/GEOS/GeoServer+2.2.4) I think the problem is in jfreechart-1.0.1.jar, because when i'm replaced it to jfreechart-1.0.10.jar (from geoserver-2.2.2-charts-plugin.zip) it works. Ot

Re: [Geoserver-users] Problem with GeoServer Web Archive Installation in Tomcat

2013-01-14 Thread Juan Marín Otero
Hi, Some comments below On Mon, Jan 14, 2013 at 8:36 AM, Meichun Li wrote: > Hi, > > I installed GeoServer 2.2.2 web archive in Tomcat 6 using JDK 1.6.0_22 on > my test server, but tomcat run too slow after the installation. > Is Tomcat running slow, or is GeoServer? What are the GeoServer run

[Geoserver-users] Problem with GeoServer Web Archive Installation in Tomcat

2013-01-14 Thread Meichun Li
Hi,   I installed GeoServer 2.2.2 web archive in Tomcat 6 using JDK 1.6.0_22 on my test server, but tomcat run too slow after the installation.   It worked fine while I installed it in my development local machine, just that Tomcat version is 5.5. The installation was straitforward and I could j

Re: [Geoserver-users] Problem with geoserver 2.2 but not 2.1.2: Failed to compute the scale denominator Longitude 506°25.5'W is out of range (±180°).

2012-10-17 Thread Andrea Aime
On Wed, Oct 17, 2012 at 9:19 AM, Andrea Aime wrote: > >> Long story short, we have to go into the OGC scale computation, not in > the accurate one, since that code is WMS (thus it has to respect OGC > directives) > Fixed: http://jira.codehaus.org/browse/GEOS-5354 (btw, for the interested coder, t

Re: [Geoserver-users] Problem with geoserver 2.2 but not 2.1.2: Failed to compute the scale denominator Longitude 506°25.5'W is out of range (±180°).

2012-10-17 Thread Andrea Aime
On Tue, Oct 16, 2012 at 6:17 PM, Martin Davis wrote: > This is due to the calculation of the wms_scale_denominator environment > variable, which I think was added in 2.2. > > There is an open GeoTools ticket covering this: > > https://jira.codehaus.org/browse/GEOT-4269 > > As you say, it doesn't

Re: [Geoserver-users] Problem with geoserver 2.2 but not 2.1.2: Failed to compute the scale denominator Longitude 506°25.5'W is out of range (±180°).

2012-10-16 Thread Martin Davis
This is due to the calculation of the wms_scale_denominator environment variable, which I think was added in 2.2. There is an open GeoTools ticket covering this: https://jira.codehaus.org/browse/GEOT-4269 As you say, it doesn't have a lot of consequences, unless you are using the wms_scale_denom

Re: [Geoserver-users] Problem with geoserver 2.2 but not 2.1.2: Failed to compute the scale denominator Longitude 506°25.5'W is out of range (±180°).

2012-10-16 Thread Dolf Andringa
I went on in debugging, by removing 2.2 from my tomcat install and installing 2.1.2 in tomcat on that same machine. It turns out the real problem I had was related to tomcat, not geoserver. Still in 2.2 I see the exception mentioned before, that I don't see in 2.1.2. But that exception doesn't see

[Geoserver-users] Problem with geoserver 2.2 but not 2.1.2: Failed to compute the scale denominator Longitude 506°25.5'W is out of range (±180°).

2012-10-15 Thread Dolf Andringa
Hi all, I am running into a weird problem using geoserver 2.2, but not on geoserver 2.1.2. I have 2.1.2 running as a standalone binary on one (linux virtual) server, and 2.2 in tomcat6 on another virtual server. Both are running the same data, and I access both from the same webapplication (op

[Geoserver-users] Problem with GeoServer

2012-07-02 Thread Ričardas Eičas
Dear Geoserver developers, I am using GeoServer 2.1.4 on x64 Windows 7. Everything were almost perfect till the last week. I got in trouble with it. One Interesting problem occurred to me. I am using SLD for my maps stylitazing, but I got stucked then I tried to use one of your new feature

Re: [Geoserver-users] Problem with GeoServer replacing a namespace with a null

2011-05-31 Thread Harikumar Reddy
Hi, when i accessed the url in your message, the error description (brief description) is saying like given below. (i am not using wfs, but based on error, i am providing my view) XML Parsing Error: prefix not bound to a namespace. Check for the name space (er) presence. If it is present, check

[Geoserver-users] Problem with GeoServer replacing a namespace with a null

2011-05-31 Thread Aiden.Sehovic
Hi GeoServer users, We had a GeoServer running a geological configuration mapping without any issues until recently where some of our feature names had been encoded with missing namespace prefix named 'er'. For example, previously it was normal to see a property like this: But now, it is encod

Re: [Geoserver-users] Problem with geoserver 2.1 and sql server, when using layers from SQL

2010-11-26 Thread Martin Søgaard
I have found af workaround, so that it works on ms sqlserver 2008. So, if anyone else wants to get it working, here are my findings. I found the proposal made by Andrea Aime ( http://geoserver.org/display/GEOS/GSIP+48+-+Parametric+SQL+views+in+GeoServer) and

Re: [Geoserver-users] Problem with geoserver 2.1 and sql server, when using layers from SQL

2010-11-26 Thread Martin Søgaard
Sorry, i forgot to reply to all. Here is my answer Sure, I have tried a lot of different approaches. But it boils down to something like. select id, name, the_geom from testtable With where clause select id,name,the_geom from testtable where id>1 Trying the wildcard. select * from testtable

Re: [Geoserver-users] Problem with geoserver 2.1 and sql server, when using layers from SQL

2010-11-17 Thread Justin Deoliveira
Hi Martin, Can you include the sql you are trying to use to create the layer? Thanks. -Justin 2010/11/17 Martin Søgaard > Hi All > > My setup is > > Geoserver 2.1-beta1 > geoserver-2.1-beta1-sqlserver-plugin > sqljdbc4.jar from sqljdbc_2.0 download from MS, have also tried > sqljdbc_3.0 > sql

[Geoserver-users] Problem with geoserver 2.1 and sql server, when using layers from SQL

2010-11-17 Thread Martin Søgaard
Hi All My setup is Geoserver 2.1-beta1 geoserver-2.1-beta1-sqlserver-plugin sqljdbc4.jar from sqljdbc_2.0 download from MS, have also tried sqljdbc_3.0 sql server 2008 java 1.6 The "old" way of creating a layer, is working fine for me. Geoserver detects the geometry type from MS Sql Server, ret

Re: [Geoserver-users] Problem with geoserver 2.1 and sql server data store

2010-11-12 Thread Justin Deoliveira
This is a known issue. http://jira.codehaus.org/browse/GEOS-3842 There is a patch sitting there. I will try to get to it soon. However i remember an issue across jdbc driver versions mapping those columns differently. Anwywyas, I suggest you sign up to watch the issue so you can be notified when

[Geoserver-users] Problem with geoserver 2.1 and sql server data store

2010-11-10 Thread Charles Galpin
Hi All Hopefully I have just setup something wrong, but I am attempting to use a sql server 2008 data store and can't create a layer properly. Geoserver 2.1-beta1 geoserver-2.1-beta1-sqlserver-plugin sqljdbc4.jar from sqljdbc_3.0 download from MS sql server 2008 java 1.6.0_21 on centos 5.5 I s