[Geoserver-users] geoserver exception

2010-11-03 Thread Sila Khan
Hi all i m using geoserver 2.0.2 n when i access my layers through GWC i encounter with the following errors plz if any one havethe solutions for these than tell according to their number 1) org.vfny.geoserver.wms.WmsException: org.vfny.geoserver.wms.WmsException: This requested used more time t

Re: [Geoserver-users] GeoServer crashing with GWC

2010-11-03 Thread SilaKhan
Hi i m using geoserver 2.0.2.i m accessing my layers through GWC n i m encounter with these exceptions.i m posting them with their numbers plz if any one have solution for these 1) org.vfny.geoserver.wms.WmsException: org.vfny.geoserver.wms.WmsException: This requested used more time than allowed

Re: [Geoserver-users] Google Maps and GeoServer without open layer

2010-11-03 Thread Chris Holmes
You also might check out using GeoWebCache, since if you use straight WMS with GWC you can swamp your server with requests pretty fast. See http://geowebcache.sourceforge.net/docs/current/services/gmaps.html All GeoServers ship with GWC, at geoserver/gwc, like http://suite.opengeo.org/geoserver/g

Re: [Geoserver-users] App schema feature chaining issue

2010-11-03 Thread Rini Angreani
Hi Ryan, What does your chaining attribute look like in the mapping file? When does the error occur, when you make a request, or during startup? Can you also attach a stack trace? Maybe I can help. Cheers Rini Ryan Zoerb wrote: > > Thanks for the response Ben. GWSI_LEVELS is a table. Here

Re: [Geoserver-users] GeoServer as WMS, how to calculate the bbox in url?

2010-11-03 Thread Ian Turton
On Wed, Nov 3, 2010 at 9:08 AM, Rickard Pettersson wrote: > Hello, > i looking to show a ShapeFile on a Google Maps with GeoServer WMS > functionality. > I have code that gets tiles from GeoServer but i can not find the right way > to calculate the bbox for the WMS url. > I can get out with Google

Re: [Geoserver-users] Geoserver + DTED store

2010-11-03 Thread Armisael
Ciao Simone, thanks for your reply! I solved the problem just scaling each tile from 0 to 65535 using gdal_translate, but now that I read your post it's perfectly clear why I had that result, and how to solve the problem in a proper way... Thank you! The next step will be to try to create a raste

Re: [Geoserver-users] Questions about Filter Namespace Qualifiers for XML WFS Requests

2010-11-03 Thread phony baloney
Hey guys, Thanks for the swift responses. I took your advice and tried to reproduce the results. In the process of doing that, I came to realize that this was in fact user error. Basically a colleague of mine had been working on a WFS client and had been constructing the original XML requests a

Re: [Geoserver-users] Dynamic layer creation

2010-11-03 Thread David Winslow
Use the GeoServer web interface to configure the layer properly, then issue a GET request in the UI to get a sample XML document with all the fields you have set. Hope this helps. -- David Winslow OpenGeo - http://opengeo.org/ On Wed, Nov 3, 2010 at 2:14 PM, Kostis Kyzirakos wrote: > Cool! > I

Re: [Geoserver-users] Dynamic layer creation

2010-11-03 Thread Kostis Kyzirakos
Cool! I am able to create new features using my postgis tables, but for some reason the layer that is been created has null values at the Native SRS and the bounding box... Could you help me with this? Can I pass these values though curl somehow? I searched the documentation but I didn't find anyth

[Geoserver-users] Configure security against an Active Directory instance

2010-11-03 Thread Gilles Bassière
Hi GeoServer users, I have a GeoServer instance which lives within TomCat on a Windows system, Apache is also here as an HTTP front-end. The whole thing is configured according to the wiki [1]. GeoServer is from 1.7.x series but should be updated to current stable, TomCat version is 5.5. I've bee

Re: [Geoserver-users] WCS 1.0.0 GetCoverage in native resolution

2010-11-03 Thread Rahkonen Jukka
Hi, Just modify for example this: http://my.host.com/cgi-bin/mapserv?map=mywcs.map&SERVICE=wcs&VERSION=1.0.0&REQUEST=GetCoverage &coverage=bathymetry&CRS=EPSG:42304&BBOX=-220,-712631,3072800,384 &WIDTH=3199&HEIGHT=2833&FORMAT=GTiff so that instead of &WIDTH=3199&HEIGHT=2833 there is f

Re: [Geoserver-users] JVM crashes on corrupt jp2 image

2010-11-03 Thread Daniele Romagnoli
Dear Bill, if the dataset is corrupted or not compliant with the JP2 Standard, you should get a new valid copy of it. Some notes on why geoserver allows to configure the mosaic without reporting error: When the images mosaic is built, all the needed information are taken from the imageio reader wh

[Geoserver-users] Fwd: ImageMosaic transparency problem - Email found in subject

2010-11-03 Thread Daniele Romagnoli
Resending the mail to the list without the attachment being too big. -- Forwarded message -- From: Daniele Romagnoli Date: Wed, Nov 3, 2010 at 5:34 PM Subject: Re: [Geoserver-users] ImageMosaic transparency problem - Email found in subject To: Nils Weinander Cc: "geoserver-users@

Re: [Geoserver-users] Geoserver + Squid - There is anyone that try cache with this structure?

2010-11-03 Thread Justin Deoliveira
Hi Emilio, It makes sense. And yeah I think you should be able to integrate squid into your architecture relatively easily since my understanding is that it is quite transparent and can easily be put in front of a geoserver instance. Good luck with you project! -Justin On Tue, Nov 2, 2010 at 7:

Re: [Geoserver-users] App schema feature chaining issue

2010-11-03 Thread Ryan Zoerb
Thanks for the response Ben. GWSI_LEVELS is a table. Here is the output from DESCRIBE GWSI_LEVELS: DESCRIBE GW_DATA_PORTAL.GWSI_LEVELS NameNullType

Re: [Geoserver-users] WCS 1.0.0 GetCoverage in native resolution

2010-11-03 Thread Jon Britton
Hi Jukka, thanks for the response, but I can't see a relevant example request in the link you sent me... Jon On 2 November 2010 17:34, Rahkonen Jukka wrote: > Hi, > > See resx, resy and response_crs for example in Mapserver documentation > http://mapserver.org/ogc/wcs_server.html. > > -Jukka Ra

Re: [Geoserver-users] Questions about Filter Namespace Qualifiers for XML WFS Requests

2010-11-03 Thread Andrea Aime
On Wed, Nov 3, 2010 at 3:17 PM, Justin Deoliveira wrote: > Hi, > Can you include the full XML document you are sending for the request. Also > can you replicate the problem against any layer, say one of the layers that > ships with GeoServer? Wondering... might it be due to http://jira.codehaus.o

Re: [Geoserver-users] JVM crashes on corrupt jp2 image

2010-11-03 Thread Simone Giannecchini
Dear Bill, looks like your jpeg2000 file is not compliant with the standard. I would suggest to try and open it with something like kakadu show. to confirm. If that is the case you should try to decompress and reconvert somehow using the original library. Regards, Simone. -

Re: [Geoserver-users] Questions about Filter Namespace Qualifiers for XML WFS Requests

2010-11-03 Thread Justin Deoliveira
Hi, Can you include the full XML document you are sending for the request. Also can you replicate the problem against any layer, say one of the layers that ships with GeoServer? Thanks. -Justin On Tue, Nov 2, 2010 at 4:00 PM, phony baloney wrote: > Hi all, > > First time writer/subscriber to t

[Geoserver-users] GeoServer as WMS, how to calculate the bbox in url?

2010-11-03 Thread Rickard Pettersson
Hello, i looking to show a ShapeFile on a Google Maps with GeoServer WMS functionality. I have code that gets tiles from GeoServer but i can not find the right way to calculate the bbox for the WMS url. I can get out with Google Maps a Latitude and Longitude boundingbox values, here is one example:

Re: [Geoserver-users] Geoserver + DTED store

2010-11-03 Thread Simone Giannecchini
Ciao Stefano, please read below... --- === Notice that our office phone number has recently changed! Please, update your records! === Ing. Simone Giannecchini GeoSolutions S.A.S. Founder Via Poggio alle Viti 1187 55054  Massarosa (LU) Italy phone

Re: [Geoserver-users] tomcat crashing on high load

2010-11-03 Thread christian . mueller
Hi Wolfgang, your jvm should write a heap dump file. Look here how to start with analysis. http://kenai.com/projects/jvm-tunning/forums/forum/topics/528-JVM-Memory-Usage-Analysis- I have experience with IBM jvms and I am able to analyze IBM heap dumps. If you cannot find the reason for your prob