Re: [Geoserver-users] GeoServer - Merge Two Data Directories

2014-02-21 Thread Mauro Bartolomeoli
Hi Matt, 2014-02-21 21:27 GMT+01:00 maw269 : > Now that I have my STYLES within my workspace, when I tried to access them > via: > > https://myserver/geoserver/wms?LAYERS=myLayer&STYLES=myStyle&ETC... > > I get an error saying the 'myStyle' was not found. > > Copying the way the GeoServer Layer

Re: [Geoserver-users] Geoserver renders OSM data

2014-02-21 Thread maw269
What happens when you go a layer preview in GeoServer? -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Geoserver-renders-OSM-data-tp5104772p5105229.html Sent from the GeoServer - User mailing list archive at Nabble.com. -

Re: [Geoserver-users] Geoserver renders OSM data

2014-02-21 Thread maw269
What happens when you go a layer preview in GeoServer? -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Geoserver-renders-OSM-data-tp5104772p5105228.html Sent from the GeoServer - User mailing list archive at Nabble.com. -

Re: [Geoserver-users] GeoServer - Merge Two Data Directories

2014-02-21 Thread maw269
Now that I have my STYLES within my workspace, when I tried to access them via: https://myserver/geoserver/wms?LAYERS=myLayer&STYLES=myStyle&ETC... I get an error saying the 'myStyle' was not found. Copying the way the GeoServer Layer Preview does it, I added the workspace to the base url like s

Re: [Geoserver-users] Data Source - Tiffs in remote samba

2014-02-21 Thread Mendes de Jesus, Jorge
Ciao Simone Gracie, per l'auito At least now I know where to search for the solution Cheers Jorge From: simbo...@gmail.com [simbo...@gmail.com] on behalf of Simone Giannecchini [simone.giannecch...@geo-solutions.it] Sent: 21 February 2014 19:06 To: Mende

Re: [Geoserver-users] Data Source - Tiffs in remote samba

2014-02-21 Thread Simone Giannecchini
Np, keep us posted. Regards, Simone Giannecchini == Our support, Your Success! Visit http://opensdi.geo-solutions.it for more information. == Ing. Simone Giannecchini @simogeo Founder/Director GeoSolutions S.A.S. Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy phone: +39 0584 962313 fax:

Re: [Geoserver-users] Data Source - Tiffs in remote samba

2014-02-21 Thread Simone Giannecchini
Ciao Jorge, this looks like a permission problem for the user that's running the java process for GeoServer. For GeoServer using a Samba resource properly mounted on Linux is transparent, which means, GeoServer does not know anything about it; this means the problem is somewhere elase (at least IMH

[Geoserver-users] Data Source - Tiffs in remote samba

2014-02-21 Thread Jorge de Jesus
Hi to all I'm running geoserver 2.1.1 (GeoTools 2.7.2 (rev 37473) ) on a Linux VM. Now, I've to include Geotiffs as Raster data Source that are in a remote share (Samba) that gets mounted in the Geoserver_datadir Problem is that when I go to the Add Raster Data Source > Connection Parameters an

Re: [Geoserver-users] GeoServer rendering failed on connection pool error

2014-02-21 Thread Eric Smets
Hello, This issue is comming from the fact that you are probably using more than the 100 connections of the postgres due to an high number of Stores defined. The solution is: - augment the number of connections in your database - or go to define the connection pool on tomcat level. (th

Re: [Geoserver-users] GeoServer rendering failed on connection pool error

2014-02-21 Thread Simone Giannecchini
Ciao, please, keep the discussion on the ml. See my comments inline below... Regards, Simone Giannecchini == Our support, Your Success! Visit http://opensdi.geo-solutions.it for more information. == Ing. Simone Giannecchini @simogeo Founder/Director GeoSolutions S.A.S. Via Poggio alle Viti 1

Re: [Geoserver-users] Problems with print labels in WFS by GeoServer

2014-02-21 Thread Jonathan Moules
Hi Carlolina, > This question is extremely interesting: why do WMS / TMS can print > vectors or labels and, WFS doesn´t? I believe because in the case of WMS, the server already creates the legend as part of the specification (optional, but GeoServer supports it). Thus all the print service has t

Re: [Geoserver-users] error during upgrade from 2.2.4 to 2.4

2014-02-21 Thread Mauro Bartolomeoli
Hi Matt, found! The default layergroups are corrupted. Just remove all the xml files from the layergroups folder, restart Geoserver and you should be fine. Mauro 2014-02-21 14:41 GMT+01:00 mbaga...@sardegnait.it < maurobagazzilav...@gmail.com>: > in attachment you can find layersgroups and sty

Re: [Geoserver-users] Forcing GeoServer/GeoWebCache to align tiles with top left origin

2014-02-21 Thread Jonathan Moules
Hi Harv, Yes, you can't change the defaults (or even delete them unfortunately!). My geowebcache.xml has a property: false Setting that to "true" may work. If it doesn't I'd assume it's a bug. (I note you reference in your message, but don't have that myself.) Regards, Jonathan On 20 February

Re: [Geoserver-users] Hiding columns in layers

2014-02-21 Thread Jonathan Moules
Interesting alternative solution, but probably doesn't scale across to WFS (which I need). Useful to know about for the future though. Thanks! On 20 February 2014 16:43, maw269 wrote: > If you are worried about the columns showing up in the GetFeatureInfo call > (popup), you could use FTL > <

Re: [Geoserver-users] error during upgrade from 2.2.4 to 2.4

2014-02-21 Thread Mauro Bartolomeoli
Hi Mauro, Can you also send the styles and layergroups folders in the root folder of the data_dir? 2014-02-21 14:30 GMT+01:00 mbaga...@sardegnait.it < maurobagazzilav...@gmail.com>: > of course. > I attached my workspace part of geoserver data dir. > Mauro > > > 2014-02-21 14:25 GMT+01:00 Mauro

Re: [Geoserver-users] error during upgrade from 2.2.4 to 2.4

2014-02-21 Thread mbaga...@sardegnait.it
Hi Mauro, I have not any layersgroups in my original geoserver data dir. It is strange that I lost some piece because I copied the entire data dir from the previous release and then I started the new geoserver with that one. Greetings Mauro 2014-02-21 14:12 GMT+01:00 Mauro Bartolomeoli < mauro.

Re: [Geoserver-users] error during upgrade from 2.2.4 to 2.4

2014-02-21 Thread mbaga...@sardegnait.it
Mauro, also when I click on "Layer Groups" I receive a similar error: org.apache.wicket.WicketRuntimeException: Can't instantiate page using constructor public org.geoserver.web.data.layergroup.LayerGroupPage() at org.apache.wicket.session.DefaultPageFactory.createPage(DefaultPageFactory.java:212)

Re: [Geoserver-users] error during upgrade from 2.2.4 to 2.4

2014-02-21 Thread Mauro Bartolomeoli
Hi Mauro, if it's not so big, can you share a copy of your data_dir (the workspaces subfolder is enough)? Thanks Mauro 2014-02-21 14:21 GMT+01:00 mbaga...@sardegnait.it < maurobagazzilav...@gmail.com>: > Hi Mauro, > > I have not any layersgroups in my original geoserver data dir. > It is strang

Re: [Geoserver-users] error during upgrade from 2.2.4 to 2.4

2014-02-21 Thread Mauro Bartolomeoli
Hi Mauro, 2014-02-21 13:20 GMT+01:00 mbaga...@sardegnait.it < maurobagazzilav...@gmail.com>: > during the upgrade of geoserver from version 2.2.4 to 2.4 I encountered an > error only when I click on preview of my existing layers. > Workspace and datastore seems to be ok. > I encountered the same

Re: [Geoserver-users] GeoServer rendering failed on connection pool error

2014-02-21 Thread Simone Giannecchini
Ciao, the log is clear: Caused by: org.apache.commons.dbcp.SQLNestedException: Cannot get a connection, pool error Timeout waiting for idle object you are running out of connections from the pool. Regards, Simone Giannecchini == Our support, Your Success! Visit http://opensdi.geo-solutions.it f

[Geoserver-users] RES: Problems with print labels in WFS by GeoServer

2014-02-21 Thread Carolina Bracco Delgado de Aguilar
Dear Jonathan, Thanks for your request. This question is extremely interesting: why do WMS / TMS can print vectors or labels and, WFS doesn´t? We are using GeoServer 2.4.3. Unfortunately, due business rules, we cannot install additional plugins, restricting our options. Like WMS i

[Geoserver-users] Geoserver renders OSM data

2014-02-21 Thread tt5430
Hi All, I tried to use GeoServer WMS to render OSM data onto my map client and what I saw was not what I expected. I uploaded the three screenshots of the map so that you can see what I saw. I also uploaded the two sld files that I used for the polygon, line, and roads layers. I left the remain

Re: [Geoserver-users] GeoWebCache seeding

2014-02-21 Thread tt5430
Hi Jonathan, Thanks for your response. In fact I had tried previously without entering anything in the BBOX and got the same "too close to pole" error. That was why I tried to enter -91 and 91 values in the BBOX in hope that it would fix the problem. This error only happened when I chose Grid s

[Geoserver-users] error during upgrade from 2.2.4 to 2.4

2014-02-21 Thread mbaga...@sardegnait.it
during the upgrade of geoserver from version 2.2.4 to 2.4 I encountered an error only when I click on preview of my existing layers. Workspace and datastore seems to be ok. I encountered the same error also upgrading to version 2.4.4 and 2.4.3 The only version that upgraded correctly is 2.3 Please

[Geoserver-users] GeoServer rendering failed on connection pool error

2014-02-21 Thread tt5430
Hi All, I sometimes saw the following errors in Tomcat log when tried to render OSM dataset and not sure what caused it. I set max_connections in my OSM datastores to 100. Can someone tell me what happens and how to fix the problem? Here is server configuration: GeoServer-2.4 Tomcat 7 PostgreS

Re: [Geoserver-users] Processor for XSLT WFS output format module

2014-02-21 Thread jpecore
Does this still work for Geoserver 2.4.4? I just followed your instructions and am getting: Failed to run the output format generating the source for the XSTL transformation org.geoserver.platform.ServiceException: error:The SAX2 parser org.geotools.xml.transform.TransformerBase$XMLReader Rudy

Re: [Geoserver-users] Problem with ArcSDE datastore

2014-02-21 Thread Gianni Barrotta
Thank you Christian, actually with ArcGIS Desktop I can visualize those layers, I think that the problem must be elsewhere. Here http://coreweb1.coremed.it/download/sde.zip you can find the sdellayers row and an extract of the S and F tables. Do you see anything wrong? On Fri, Feb 21, 2014 at

Re: [Geoserver-users] GeoServer - Merge Two Data Directories

2014-02-21 Thread Mauro Bartolomeoli
Hi Matt, 2014-02-20 17:55 GMT+01:00 maw269 : > Many Thanks Mauro, makes sense. That leads me to the question, is there a > way > to create objects like Styles, that are localized to the workspace? > --Matt > Yes, sure, in the styles configuration page you have a combo where you can choose the w