Re: [Geoserver-users] Geoserver performance is low but Geoserver doesn't uses even a half of system resources.

2013-12-04 Thread cmaul
Hi Sergey, something else. I was thinking myself whether I should deviate from the default with the expiry of the soft references. Your definition is: -XX:SoftRefLRUPolicyMSPerMB=36000 Expiring the softreferences so slowly might not improve the speed of your server. Please have a look here: htt

Re: [Geoserver-users] WFS cascaded layers: read only exception

2013-12-04 Thread Alexandre Djioev
Hi Andrea and Mauro, I've tried to switch WFS version from 1.1.0 to 1.0.0. I was able to create a store and publish a layer but when I try to preview this layer it fails. Logs show that: *05 Dec 11:24:00 WARN [xml.resolver] - Unexpected response "401 Unauthorized" while downloading

[Geoserver-users] Error while adding new features to the WFS layer

2013-12-04 Thread pankaj123
Hi Some time when I try to add new features in my feature layer, I am getting a error. Error is http://www.opengis.net/ogc"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://www.opengis.net/ogc http://schemas.opengis.net/wfs/1.0.0/OGC-exception.xsd";>

Re: [Geoserver-users] nothing in data_dir/layergroups

2013-12-04 Thread Andrea Aime
On Wed, Dec 4, 2013 at 9:22 PM, GeoGEOrge wrote: > I have four layer groups I defined that show in the administrative web > interface that i am able to use, but when I went to backup the > data_dir/layergroups directory, I see that it is empty. Are layergroups > stored somewhere else in geoserver

[Geoserver-users] nothing in data_dir/layergroups

2013-12-04 Thread GeoGEOrge
I have four layer groups I defined that show in the administrative web interface that i am able to use, but when I went to backup the data_dir/layergroups directory, I see that it is empty. Are layergroups stored somewhere else in geoserver 2.4.1? -- View this message in context: http://osgeo-o

Re: [Geoserver-users] Error configuring Layer with Time Dimension on Oracle 12c

2013-12-04 Thread Martin Davis
Good point. The problematic code is here: https://github.com/geoserver/geoserver/blob/master/src/wms/src/main/java/org/geoserver/wms/WMS.java#L1166 It's not clear to me whether the WMS spec imposes particular semantics on the intersection test, or whether different dimensions require different se

Re: [Geoserver-users] Watermark Issue

2013-12-04 Thread Sandra Kennish
Hi Jonathan Ok thanks, I think it's just that most of the data is based on OS Mastermap and just be to be cautious we put the watermark on with the copyright statement. I just did a quick test on our local intranet install and it behaves the same, but a quick server restart has sorted that one

Re: [Geoserver-users] Watermark Issue

2013-12-04 Thread Jonathan Moules
Hi Sandra, For our INSPIRE compliance the only thing we've stuck watermarks on is the PSMA Ordnance Survey Stuff (so MasterMap, VML, 25k and 50k rasters). No other watermarks as they're not necessary as best we can tell; the OS have seen our implementation and seem ok with it. I prefer the "minimum

Re: [Geoserver-users] Watermark Issue

2013-12-04 Thread Sandra Kennish
Hi Jonathan Thanks for the reply. We have considered that for our mapping server, but this server is purely for INSPIRE so we're only serving out a WMS/WFS feed for that. To be honest I'm not even sure whether a watermark is necessary, just wanted it all to be watertight with OS. Regards Sand

Re: [Geoserver-users] Watermark Issue

2013-12-04 Thread Jonathan Moules
Hi Sandra, Sounds like it may be a bug, but someone more authoritative will hopefully be able to address that point. What I've done rather than set watermarks at the WMS level is to create a Watermark SLD. The only layers that require watermarks for us are all Ordnance Survey LayerGroups, so I jus

[Geoserver-users] Watermark Issue

2013-12-04 Thread Sandra Kennish
Hi I'm hoping someone can help with a problem with watermarks on WMS in Geoserver. We have several workspaces set up with WMS information set at the individual workspace level - so different information in each workspace WMS - around 10 in total. We would like to set up watermarks - a different

Re: [Geoserver-users] Priority of the "space around symbols" in fills (originally, displacement)

2013-12-04 Thread Jonathan Moules
Hi Andrea, I'm now dabbling with the SLD Vendor Option - "graphic-margin" and have encountered an issue; before I file a JIRA for it as a bug I wanted to confirm if it's desired or unintended. My graphic-fills are SVG symbols of different sizes. My SLD is:

Re: [Geoserver-users] WFS cascaded layers: read only exception

2013-12-04 Thread Andrea Aime
On Wed, Dec 4, 2013 at 11:42 AM, Alexandre Djioev wrote: > Hi Amie and Mauro, > > thank you, will try it. does it mean that cascading downgrades WFS to > version 1.0? > No, the client will also try 1.1.0, the problem is that with version 1.1.0 we have no code to cascade WFS-T, only read only req

Re: [Geoserver-users] WFS cascaded layers: read only exception

2013-12-04 Thread Rahkonen Jukka
Hi, What server supports is one thing and if feature type is editable is another. An editable layer contains "Operations" in the GetCapabilities, like this: lv:editable_polygons Editable test layer with polygon geometries Editable test layer with polygon geometries EPSG:3067 -Jukka Rahk

Re: [Geoserver-users] Geoserver performance is low but Geoserver doesn't uses even a half of system resources.

2013-12-04 Thread cmaul
Hi Sergey, given that your server doesn't die of what the Japanese call karoshi, I would look at the database and the network. However, please use first something like Jvisualvm (in your Java bin directory) to check what the geoserver Java process does when there are a decent number of concurrent

Re: [Geoserver-users] WFS cascaded layers: read only exception

2013-12-04 Thread Alexandre Djioev
Hi Amie and Mauro, thank you, will try it. does it mean that cascading downgrades WFS to version 1.0? Also what do you mean by securing WFS service in geoserver? Original WFS supports transactions and its open to any client. Server is private, not mine, need permission for sharing it first. But I'

Re: [Geoserver-users] Fwd: mapfish image format printing

2013-12-04 Thread wwsmith
Hi Mauro, Mauro Bartolomeoli-3 wrote > I think the community module will be updated soon, I need to find some > time That sounds good - can you give me a time horizon - perhaps the next GS release 2.4.3? Best Wolfram -- View this message in context: http://osgeo-org.1560.x6.nabble.com/mapfi

Re: [Geoserver-users] WFS cascaded layers: read only exception

2013-12-04 Thread Andrea Aime
On Wed, Dec 4, 2013 at 11:05 AM, Mauro Bartolomeoli < mauro.bartolome...@geo-solutions.it> wrote: > > > > 2013/12/4 Alexandre Djioev > >> Hi Mauro, >> >> 1. Yes, server does support WFS-T. >> 2. It supports WFS version 1.0, 1.1 and 2.0. As far as I understand >> cascading doesn't support v2.0 so

Re: [Geoserver-users] WFS cascaded layers: read only exception

2013-12-04 Thread Mauro Bartolomeoli
2013/12/4 Alexandre Djioev > Hi Mauro, > > 1. Yes, server does support WFS-T. > 2. It supports WFS version 1.0, 1.1 and 2.0. As far as I understand > cascading doesn't support v2.0 so I had to include version=1.1.0 param when > I pass getCapabillities string to the store config. > 3. I even tried

Re: [Geoserver-users] Error configuring Layer with Time Dimension on Oracle 12c

2013-12-04 Thread Christian Mueller
Hi (? >= VALID_START AND (? < VALID_END OR VALID_END IS NULL)) will not hurt DB2. The important thing is to switch to the closed/open semantics, otherwise the system will not work correctly. I hope this is possible. Cheers Christian On Tue, Dec 3, 2013 at 6:51 PM, Martin Davis wrote: > Sou

[Geoserver-users] Fwd: mapfish image format printing

2013-12-04 Thread Mauro Bartolomeoli
Hi Wolfram, I think the community module will be updated soon, I need to find some time for the final refinements, please stay tuned. Mauro 2013/12/3 wwsmith > Hi, > I'm using the community printing module (v1.2) in GS 2.3.5 (2.4.2) for > creating pdf output - it works fine. > Now I'm looking

Re: [Geoserver-users] WFS cascaded layers: read only exception

2013-12-04 Thread Alexandre Djioev
Hi Mauro, 1. Yes, server does support WFS-T. 2. It supports WFS version 1.0, 1.1 and 2.0. As far as I understand cascading doesn't support v2.0 so I had to include version=1.1.0 param when I pass getCapabillities string to the store config. 3. I even tried to to cascade WFS layers from one geoserv

Re: [Geoserver-users] Use of Geoserver raster processes within OpenLayers: WCS/WPS problem

2013-12-04 Thread Alessio Fabiani
Cool. Thanks for your feedbacks. == Our support, Your Success! Visit http://opensdi.geo-solutions.it for more information. == Ing. Alessio Fabiani @alfa7691 Founder/Technical Lead GeoSolutions S.A.S. Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy phone: +39 0584 962313 fax: +39 0584

[Geoserver-users] Geoserver performance is low but Geoserver doesn't uses even a half of system resources.

2013-12-04 Thread Пашинский Сергей
Hi! I am using GeoServer 2.4.2 on Windows Server 2003 x64. I have strangeness with performance. Firstly is performance itself. For example, it is takes about a minute for my GeoServer to render 800x600 tiled map on each zooming or panning without any other requests. I am using map client base

Re: [Geoserver-users] WFS cascaded layers: read only exception

2013-12-04 Thread Mauro Bartolomeoli
2013/12/4 Alexandre Djioev > Hi everyone, > > I have an external WFS only server and I cascade it through GeoServer. > Once its done I can publish layers through and I can see that those layers > appear in WFS and WMS capabilities document. If I load one of those layers > in QGIS and try to edit