Re: [Geoserver-users] Shapfile of type polygon showing point features in WMS

2019-04-25 Thread Naresh N
Naresh N Thu, Apr 25, 4:57 PM (16 hours ago) to me Dear Andrea, I have found the code in the link https://github.com/geotools/geotools/blob/13.4/modules/plugin/jdbc/jdbc-postgis/src/main/java/org/geotools/data/postgis/PostGISDialect.java and code is as follows String geomType =

Re: [Geoserver-users] SQL Server Store

2019-04-25 Thread Matt Barclay
Hi Peter, I just started using SQL Server with GeoServer (2.15.0). What worked for me was grabbing the latest MS JDBC driver: https://docs.microsoft.com/en-us/sql/connect/jdbc/download-microsoft-jdbc-driver-for-sql-server?view=sql-server-2017 Make sure that goes in your

[Geoserver-users] GeoFence updates

2019-04-25 Thread Jim Hughes
Hi all, From the State of GeoServer talk, I saw that the internal-to-GeoServer version of GeoFence has received a number of improvements.  Is the external web-app version of GeoFence still intended to be supported as well going forward? I'm curious since managing the access separate from

[Geoserver-users] SQL Server Store

2019-04-25 Thread Parker, Peter R (OIT)
Using GeoServer 2.14.3 running on RedHat Linux. Installed the appropriate SQL Server Drivers (sqljdbc42.jar and gt-jdbc-sqlserver-20.3.jar ) but when I go to the Stores Admin in the UI I do not see an option for MS SQL Server. I use Oracle as well and with those driver installed, I see the

Re: [Geoserver-users] /data directory not writeable

2019-04-25 Thread Russ Hore
# ls -ld /data drwxrwxrwx 2 tomcat tomcat 4096 Apr 25 15:10 /data For info., # ps -efl |grep tomcat 4 S tomcat1232 1 49 80 0 - 1716271 futex_ 16:49 ? 00:00:46 /usr/lib/jvm/default-java/bin/java -Djava.util.logging.config.file=/var/lib/tomcat9/conf/logging.properties

Re: [Geoserver-users] /data directory not writeable

2019-04-25 Thread Ian Turton
can you paste the result of "ls -ld /data" in here, I suspect that is isn't what you think it is Ian On Thu, 25 Apr 2019 at 17:05, Russ Hore wrote: > I have just done a clean installation of Ubuntu 19.04, installed Tomcat 9, > installed OpenJDK 11 and installed GS 2.15 > > I have a folder

Re: [Geoserver-users] /data directory not writeable

2019-04-25 Thread Vera Green
Sorry...you said. I can't recall 100% but the 777might be causing the issue. On Thu, Apr 25, 2019, 10:19 AM Vera Green wrote: > Who's the owner of the data folder? I think it has to be tomcat...chown > tomcat:tomcat data. > > On Thu, Apr 25, 2019, 10:03 AM Russ Hore wrote: > >> I have just

Re: [Geoserver-users] /data directory not writeable

2019-04-25 Thread Vera Green
Who's the owner of the data folder? I think it has to be tomcat...chown tomcat:tomcat data. On Thu, Apr 25, 2019, 10:03 AM Russ Hore wrote: > I have just done a clean installation of Ubuntu 19.04, installed Tomcat 9, > installed OpenJDK 11 and installed GS 2.15 > > I have a folder called /data

[Geoserver-users] /data directory not writeable

2019-04-25 Thread Russ Hore
I have just done a clean installation of Ubuntu 19.04, installed Tomcat 9, installed OpenJDK 11 and installed GS 2.15 I have a folder called /data to which I point GeoServer by editing web.xml GEOSERVER_DATA_DIR /data/ Now when I start GeoServer I get an error in

[Geoserver-users] JMS vs. Hazelcast

2019-04-25 Thread Jason Cradit
Hello all, I'm looking for recommendations on clustering 2+ Geoservers together. I'll be building this in AWS and putting them behind a load balancer. I have tools like EFS to create a shared data directory and RDS to build JDBC. We really want this to be a pretty elastic environment to scale

Re: [Geoserver-users] Shapfile of type polygon showing point features in WMS

2019-04-25 Thread Naresh N
Dear Andrea, Thanks a lot for your quick response. Thanks, Naresh On Thu, Apr 25, 2019 at 2:54 PM Andrea Aime wrote: > On Thu, Apr 25, 2019 at 11:19 AM Naresh N wrote: > >> * Is it possible to find the in GeoServer2.7.4, which part of the code >> deals with PostgreSQL table layer publishing?

Re: [Geoserver-users] Shapfile of type polygon showing point features in WMS

2019-04-25 Thread Andrea Aime
On Thu, Apr 25, 2019 at 11:19 AM Naresh N wrote: > * Is it possible to find the in GeoServer2.7.4, which part of the code > deals with PostgreSQL table layer publishing? Kindly help me in > this regard.* > GeoServer 2.7.4 source code is here: https://github.com/geoserver/geoserver/tree/2.7.4 It

Re: [Geoserver-users] Shapfile of type polygon showing point features in WMS

2019-04-25 Thread Naresh N
Dear Andrea and Brad, Thanks for responding and suggestions As per my understanding when we are publishing postgresql table in Geoserver 2.7.4, some have misinterpreted the-geom type and it is showing as Geometry and assigned default point SLD. GeoServer assigning for all the PostgreSQL/PostGIS

Re: [Geoserver-users] Shapfile of type polygon showing point features in WMS

2019-04-25 Thread Andrea Aime
On Wed, Apr 24, 2019 at 2:21 PM Naresh N wrote: > Dear Brad, > Thanks for quick response. > 1. I am deploying GeoNode 2.4 version which has customized version of > GeoServer which is 2.7.4. So I can not upgrade to higher version of > GeoServer. > As Brad said, upgrade if you can, you're running