Re: [Geoserver-users] FW: App Schema Resolution

2013-03-27 Thread Ben Caradoc-Davies
Please keep messages on-list. On 27/03/13 23:58, Christy Caudill wrote: > The following made the error go away, though using > Concatenate('BT',objectid) as the idExpression still doesn’t put the > objectid integer in the gml:id. Aha, that is a good solution. An integer cannot be used for gml:id,

Re: [Geoserver-users] [bulk]: What Should Be the Specification of a Map Server to Serve Around 20 Users Simultaneously

2013-03-27 Thread KhunSanAung
Hi, Thank you very much for the suggestion, Stefan, Jukka Rahkonen and Justin. [?] I'm expecting a around 20-50 users for WMS zooming & panning. A small number of user will be using WFS. For the WMS with basic layers, the style is not that complex. Layers will be a mix of raster and vector (shape

[Geoserver-users] Looks a regression with WFS -- or it supposed to work this way?

2013-03-27 Thread Phil Scadden
In moving from 2.1.3 to 2.2.5, we have noticed a change in behaviour with WFS. What I want: I want to make spatial query against a layer but I only want selected attributes returned. I specifically do not want geometry returned because the node count on the geometry can be very large. To achie

Re: [Geoserver-users] log4j issues - how to log? small omission

2013-03-27 Thread cmaul
Jonathan, I don't know what log4J does as a default but the definition of a max rollover file-size makes sense. in your case: log4j.appender.geoserverlogfile=org.apache.log4j.RollingFileAppender log4j.appender.geoserverlogfile.MaxBackupIndex=3 *log4j.appender.geoserverlogfile.MaxFileSize=1KB*

Re: [Geoserver-users] [GeoNetwork-users] Deploying GeoServer and Geonetwork on the same Tomcat

2013-03-27 Thread Richard (Abe) Coughlin
Is this a memory/heap space issue? I have Geonetwork 2.8.1 & Geoserver 2.2.2 running in the same tomcat 7.0.22 with no problems. It has the following settings: -XX:SoftRefLRUPolicyMSPerMB=36000 -XX:NewRatio=2 -XX:+UseParallelOldGC -XX:+UseParallelGC -XX:MaxPermSize=1024m and min & max initial po

[Geoserver-users] Geoserver and GeoWebCache

2013-03-27 Thread islanis
hi people, i got a doubt, i need to speed the work and dont make suffer my map's server, and i need enable the geowebcache of my 2.1.4 geoserver, i put on the "enable direct integration with WMS" and i see the same slowly geoserver,and the cache i have to increase with the "/geoserver/gwc/d

[Geoserver-users] GeoServer Printing Module

2013-03-27 Thread Jim White
Hi, I have installed the printing module, and have it sort of working from localhost, however when I try to access it from another IP I am redirected to http://127.0.0.1:8080/geoserver/pdf/print.pdf It looks like this has to do with printURL, and createURL in info.json. I use mod_proxy to a

Re: [Geoserver-users] GetFeatureInfo buffer

2013-03-27 Thread Andrea Aime
On Tue, Mar 26, 2013 at 8:48 PM, Simon Hartley wrote: > Hello Andrea, > > ** ** > > > The buffer in GetMap determines the extra search area for features whose > geometry is outside of the requested area, > > > but whose symbolizer is big enough to make it appear in the painted map > anyway

Re: [Geoserver-users] Border problem during projecting raster data

2013-03-27 Thread Andrea Aime
On Wed, Mar 27, 2013 at 5:11 PM, markusin wrote: > Hi, > > Do you have any idea when the border problem that occurs when transforming > raster images (tif) into the EPSG:3857 will be solved. > With version 2.3.0 there problem is still there. > The border problems we were aware of have been fixed

[Geoserver-users] Border problem during projecting raster data

2013-03-27 Thread markusin
Hi, Do you have any idea when the border problem that occurs when transforming raster images (tif) into the EPSG:3857 will be solved. With version 2.3.0 there problem is still there. Attached you can see a screenshot showing the problem.

Re: [Geoserver-users] Python WPS scripting broken in Geoserver 2.3.x

2013-03-27 Thread Bessette-Halsema, Dominique E
Hi Tom We were having problems with the python scripting hook too. It turned out to be jar compatibility. I'm not sure if it's the same problem but here's our error and how we solved it. Error: Caused by: java.io.IOException: javax.script.ScriptException: ImportError: No module named ty

Re: [Geoserver-users] Python WPS scripting broken in Geoserver 2.3.x

2013-03-27 Thread Tom van Tilburg
I just installed SUN JAVA 1.6 JRE, but the problem persists. Here's a snippet from the error log: 2013-03-27 15:53:58,962 WARN [imagemosaic.ImageMosaicFormat] - java.lang.RuntimeException: java.io.IOException: javax.script.ScriptException: java.lang.NoClassDefFoundError: java.lang.NoClassDefF

Re: [Geoserver-users] GetFeatureInfo buffer

2013-03-27 Thread Simon Hartley
I've created the following ticket for this feature: http://jira.codehaus.org/browse/GEOS-5737 Regards Simon Hartley From: andrea.a...@gmail.com [mailto:andrea.a...@gmail.com] On Behalf Of Andrea Aime Sent: 26 March 2013 17:53 To: Simon Hartley Cc: geoserver-users@lists.sourceforge.net Subject:

Re: [Geoserver-users] Python WPS scripting broken in Geoserver 2.3.x

2013-03-27 Thread Rahkonen Jukka
Hi, It is for sure good to test with OpenJDK and Oracle 1.7 JDK, but Geoserver has some known issues with both of them and Oracle 1.6 jre is the officially supported version. Probably it would be more pleasure to test with that first. -Jukka Rahkonen- Tom van Tilburg wrote: Yes, I can see th

Re: [Geoserver-users] log4j issues - how to log?

2013-03-27 Thread Jonathan Moules
Hi Carlo, Thanks for your reply. Well, your change did stop GeoServer from writing to the MapFish Print log file, which is good. Unfortunately MapFish itself still isn't logging anything to anywhere. I've tried: log4j.logger.org.mapfish=DEBUG, mapfishlogfile log4j.logger.org.pvalsecc=DEBUG, mapfis

Re: [Geoserver-users] Python WPS scripting broken in Geoserver 2.3.x

2013-03-27 Thread Tom van Tilburg
Yes, I can see the WPS among the WCS/WFS/WMS services in the left of the menu and my handcrafted python process that I have put in ./data/scripts/wps/ is displayed in the list of WPS processes (py:mybuffer) By the way, I have OpenJDK installed. At the moment I'm testing with Oracle 1.7 JDK and

Re: [Geoserver-users] Deploying GeoServer and Geonetwork on the same Tomcat

2013-03-27 Thread Graham, Wayne (wsg4w)
Yeah, Geoserver itself isn't using that much memory, the boxes just have a ridiculous amount of RAM. There are some other apps running in the container as well (e.g. Solr and some other apps). Wayne From: Andrea Aime mailto:andrea.a...@geo-solutions.it>> Date: Wednesday, March 27, 2013 9:20 AM

Re: [Geoserver-users] Python WPS scripting broken in Geoserver 2.3.x

2013-03-27 Thread Justin Deoliveira
Hi Tom, Can you confirm that you have the wps extension installed in the 2.3 version? -Justin On Tue, Mar 26, 2013 at 9:57 AM, Tom van Tilburg wrote: > Hi Guys, > > Thank you very much for the new geoserver release. Lot's of great > functionality. > > One regression I found so far: > The pytho

Re: [Geoserver-users] log4j issues - how to log?

2013-03-27 Thread carlo cancellieri
Jonatan, Anyway, two issues: > > 1) (bug?) - Despite what > http://docs.geoserver.org/stable/en/user/advanced/logging.html says, > placing a new .properties file into the /logs/ directory doesn't seem to be > detected. Anyone else get this? (note: Using Jetty 8) > (work around - just modify one of

Re: [Geoserver-users] Deploying GeoServer and Geonetwork on the same Tomcat

2013-03-27 Thread Andrea Aime
On Wed, Mar 27, 2013 at 2:08 PM, Graham, Wayne (wsg4w) < ws...@eservices.virginia.edu> wrote: > Hi Oliver, > > I'm running both, but it did require updating the JAVA_OPTS for Tomcat. > I've got a lot of RAM, but here's the config I'm using: > > JAVA_OPTS="-server -Djava.awt.headless=true -Xms20

Re: [Geoserver-users] Deploying GeoServer and Geonetwork on the same Tomcat

2013-03-27 Thread Graham, Wayne (wsg4w)
Hi Oliver, I'm running both, but it did require updating the JAVA_OPTS for Tomcat. I've got a lot of RAM, but here's the config I'm using: JAVA_OPTS="-server -Djava.awt.headless=true -Xms20G -Xmx20G -Xrs -XX:PerfDataSamplingInterval=500 -XX:MaxPermSize=512m -XX:PermSize=256m -XX:+UseParallelGC

[Geoserver-users] log4j issues - how to log?

2013-03-27 Thread Jonathan Moules
Hi List, I've been bashing my head against this one for an hour and figure I should probably just ask at this point. I've installed MapFish Print as a separate Jetty servlet. I'm tweaking the geoserver logging file to try and get it to log MapFish Print stuff, ideally to a separate file. Unfortun

[Geoserver-users] RasterAsPointCollection rendering transformation

2013-03-27 Thread Jorge Gaspar Sanz Salinas
Hi all, This is my first mail to the list so I will present myself briefly. I'm Jorge Sanz, working at Prodevelop (Valencia, Spain) and happily using GeoServer for a while. I'm part of the OSGeo Foundation and the Spanish Local Chapter, doing my best to promote FOSS4G everywhere. Well my question

[Geoserver-users] Layer goup and password?

2013-03-27 Thread Hakala Oiva (MTT)
I have two layers a raster and a vector in the same workspace. The raster layer can be seen freely (ROLE_ANONYMOUS) and the vector is behind a password (specific user). Both layers work as expected when accessed individually, BUT when I combine them in a layer group, the system won't work. Usern