[Geoserver-users] Help us contact all GeoServer users

2024-09-22 Thread Jody Garnett
There are well over 10k GeoServer instances. Please help us contact them! If you find a GeoServer instance, check the version number at the bottom of the page: - *Yes you can see a version number?* Please ask the admin to read CVE-2024-36401 post on our website

[Geoserver-users] Help - WMTS service security configuration

2024-03-25 Thread A Venkata Rama Narayana
Hello All, I am looing into the documentation of Service security at geoserver. I would like to configure for WMTS service. Didn't find proper documentation on this. Please help with the solution of WMTS service in geosever. Thanks in advance. Thanks & Regards, AVR Narayana +=

Re: [Geoserver-users] help

2023-02-02 Thread Jody Garnett
Some time ago we moved to using Spring controllers for our REST API; so any documentation on how to do REST in spring should be of assistance. It is also helpful to look at some of the other controllers as an example. The controller for Resource is relative simple: https://github.com/geoserver/ge

[Geoserver-users] help

2023-01-29 Thread mohsen saber
Hi, I'm using the latest Version of GeoServer (2.23.0). I want to test some REST modules of mine on GeoServer. I built the executable file of GeoServer from source using eclipse and maven. Now I realized that new versions of GeoServer are different from GeoServer Developers Documentations. For exam

Re: [Geoserver-users] Help!!!

2021-08-18 Thread Jose Macchi
Hola Diego, quizás esta referencia te ayude: https://gis.stackexchange.com/questions/233321/geoserver-2-10-fresh-install-getting-http-error-503-problem-accessing-geoserv (podrían ser varias alternativas, como sugerencia, cuando tengas un problema asi, trata de adjuntar detalles del ambiente/entor

[Geoserver-users] Help!!!

2021-08-17 Thread Diego Labrada
Hola, soy nuevo en este mundo y quisiera saber que pude hacer mal que me sale este error De antemano Graciasss [cid:image001.jpg@01D79378.D7FBF010] [cid:image002.png@01D79378.D7FBF010] Diego Martín Labrada Rodríguez Ing. Soporte Centracs y Comunicaciones Reusch #390,Temuco, Chile. Movil: +56 9

Re: [Geoserver-users] Help reading GeoServer WMS from AGOL

2021-06-02 Thread Vera Green
s >>>>>> addressed and may contain information that is privileged, confidential or >>>>>> otherwise protected from disclosure. We remind that - as provided by >>>>>> European Regulation 2016/679 “GDPR” - copying, dissemination or use of >>>>>

Re: [Geoserver-users] Help with NullPointerException

2020-12-01 Thread Kris Johnson via Geoserver-users
Thanks for the response, Mark. I looked into the layer in question "gw_recharge" and it does have a default style set ("gw_recharge_keep"). This was done using the web interface. Is there a more authoritative or sure-fire way that I should be using to check if this layer is missing a default style?

Re: [Geoserver-users] Help with NullPointerException

2020-11-28 Thread mark
On 11/25/20 9:03 PM, Kris Johnson via Geoserver-users wrote: Here is what is reported by the "Caused by:" Caused by: java.lang.NullPointerException at org.geoserver.wms.map.GetMapKvpRequestReader.getDefaultStyle(GetMapKvpRequestReader.java:807) at org.geoserver.wms.map.GetM

Re: [Geoserver-users] Help with NullPointerException

2020-11-25 Thread Kris Johnson via Geoserver-users
Hi Andrea, Thank you for your responses. I finally found time to go back and look at this error again. Here is what is reported by the "Caused by:" > Caused by: java.lang.NullPointerException > at > org.geoserver.wms.map.GetMapKvpRequestReader.getDefaultStyle(GetMapKvpRequestReader.java:807) > at

Re: [Geoserver-users] Help with NullPointerException

2020-10-07 Thread Andrea Aime
Also, restart GeoServer, when an exception is thrown many times, the trace is compressed and part of it is omitted. There is also a JVM flag that can be set to avoid trace elision, for reference: https://dzone.com/articles/missing-stack-traces-repeated Cheers Andrea On Tue, Oct 6, 2020 at 9:36 PM

Re: [Geoserver-users] Help with NullPointerException

2020-10-06 Thread Alexander Petkov
The rest of the trace would be helpful, after "Caused by" Adjust logging settings to GEOTOOLS_DEVELOPER, if they are not already. On Tue, Oct 6, 2020 at 1:22 PM Kris Johnson via Geoserver-users < geoserver-users@lists.sourceforge.net> wrote: > I am trying to run a WFS GetFeature. When doing so,

[Geoserver-users] Help with NullPointerException

2020-10-06 Thread Kris Johnson via Geoserver-users
I am trying to run a WFS GetFeature. When doing so, I occasionally get the error I have pasted at the end of the message. There is nothing in this error that I can make heads or tails of. Geoserver version: 2.17.2 "Error: http://nrri-atlas.d.umn.edu/geoserver/schemas/wms/1.1.1/WMS_exception_1_1_1.

Re: [Geoserver-users] Help please

2020-06-17 Thread Georg Weickelt
Have you read this yet? https://docs.geoserver.org/latest/en/user/datadirectory/setting.html#datadir-setting Georg Am 17.06.2020 um 19:56 schrieb Yanli Gong via Geoserver-users: ** I got those errors when doing the startup.bat from the commandline: ==

[Geoserver-users] Help please

2020-06-17 Thread Yanli Gong via Geoserver-users
I got those errors when doing the startup.bat from the commandline: = Welcome to GeoServer! JAVA_HOME: C:\Program Files\Java\jdk1.8.0_191 The GEOSERVER_HOME environment variable is not defined. Temporarily setting GEOSERVER_HOME to the following dir

[Geoserver-users] Help test the Marlin integration in official Java 8

2019-10-16 Thread Andrea Aime
Hi all, as many probably know by now, GeoServer vector rendering scalability can be improved significantly by installing the Marlin renderer in the JDK: https://github.com/bourgesl/marlin-renderer Marlin has been officially integrated as the official shape rasterizer starting from Java 9, but many

Re: [Geoserver-users] Help WFS 2, cross-layer filtering error

2018-12-17 Thread Andrea Aime
Hi, there is no such a thing as fes:PropertyName, I believe it's called fes:ValueReference instead. That's the first issue that I see, there might be others, in general, check the schemas and use the appropriate element names and namespaces for the WFS version at hand. GeoServer might be able to v

[Geoserver-users] Help WFS 2, cross-layer filtering error

2018-12-16 Thread Miguel A. Manso UPM
Hello, I need to relate two TypeNames using filtering and intersection. I have build this WFS request that works fine with WFS 1.1.0 but do not work with WFS 2.0.0 Can any one help me, please? Miguel A WFS 1.1.0                        outputFormat="text/xml; subtype=gml/3.1.1">           

Re: [Geoserver-users] Help disabling X-Frame-Options for Geoserver

2018-07-09 Thread sturlathu
Hi, any luck in finding a solution to this problem Sorin RUSU? -- Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html -- Check out the vibrant tech community on one of the world's most engaging t

Re: [Geoserver-users] Help disabling X-Frame-Options for Geoserver

2018-06-28 Thread Rusu Sorin via Geoserver-users
Thank you Andrea for the quick answer and help pointing me in the right direction. I had already read the online resource, and figured out that I would have to look in the code to see what it does. Unfortunately disabling the filter altogether breaks something and geoserver, as when I reload t

Re: [Geoserver-users] Help disabling X-Frame-Options for Geoserver

2018-06-25 Thread Andrea Aime
Hi, yep, it's indeed the GeoServer filter you mentioned that adds the header. Documentation here: http://docs.geoserver.org/latest/en/user/production/config.html#x-frame-options-policy In case that does not help, source code here: https://github.com/geoserver/geoserver/blob/6e9e25c0c7cdda9ada9f33f

[Geoserver-users] Help disabling X-Frame-Options for Geoserver

2018-06-21 Thread Rusu Sorin via Geoserver-users
Hi, I am trying to use Geoserver data into an JS WebGIS application. I am having trouble disabling the X-Frame-Options from adding the SAMEORIGIN header to incoming requests. I have read the instructions on: http://docs.geoserver.org/latest/en/user/production/config.html#x-frame-options-poli

[Geoserver-users] Help using Python script to run asynchronous WPS

2018-06-18 Thread abf
Hi, I am trying to kick off a process using WPS asynchronously and manually update the 'percentCompleted' field of the statusLocation form, but I can't figure out how to do that. Right now it just hangs at: and I'm not really sure how to update that value. You cannot add a 'status' fiel

[Geoserver-users] Help creating a Pregeneralized Features data store with PostGIS

2018-05-24 Thread Briones Garcia, Pedro
Hi all. I am trying to create a layer with a Pregeneralizing data store. Could anybody show me an example of a XML configuration file for horizontal layout that works? I have a 3 tables in PostGIS, the original and two generalized versions. I Created an xml configuration file as follows:

Re: [Geoserver-users] Help me, with Construction regex for timerex.properties

2017-08-03 Thread Simone Giannecchini
Ciao Jesus, the regex will only use the filename not the full path. That said, to build the regex you can use one of the various helper around the web; regex are usually a little obscure. Regards, Simone Giannecchini == GeoServer Professional Services from the experts! Visit http://goo.gl/it488V

[Geoserver-users] Help me, with Construction regex for timerex.properties

2017-07-26 Thread Jesus Alfredo Sanabria Mejia
I ask your kind help to build the file timerex.properties For files that are organized as follows filesfolder/2017/07/15/img20170715230058.tif Where filesfolder is the main folder 2017 year (one folder for 2015, 2016, 2017) 07 month (one folder for each month) 15 day (one folder for each day) Im

Re: [Geoserver-users] Help Required to Configure Sqlite Database

2017-03-03 Thread Rahkonen Jukka (MML)
the driver is missing support for r-tree spatial index which means that with big tables and small bounding boxes it is much slower than it could be. -Jukka Rahkonen- Kamaludeen Mohemed wrote: [Geoserver-users] Help Required to Configure Sqlite Database Hi all, I need a help for how to configure

[Geoserver-users] Help Required to Configure Sqlite Database

2017-03-03 Thread Kamaludeen Mohemed
Hi all, I need a help for how to configure sqlite database in geoserver, while go through geoserver usermanual and followed the steps but no positive result. Tried the below points: 1) Copied spatialite libraries in geoserver/webapps/lib folder 2) Then copied the supporting library f

Re: [Geoserver-users] HELP: creating a store ImageMosaicJDBC for raster image in Geoserver 2.9.0

2016-09-21 Thread Peter Kovac
Hi Tommaso, you will need to dedicate more RAM (if it's available on your computer) to the Java process running GeoServer. The exact command depends on your platform and type of GeoServer installation (which you did not mention). You'll have to find the correct config file/script where to pu

[Geoserver-users] HELP: creating a store ImageMosaicJDBC for raster image in Geoserver 2.9.0

2016-09-21 Thread Tommaso Pirini
Hello, I have a problem similar to that described here, but during the store definition in Geoserver: http://seotoast.com/getting-a-java-lang-outofmemoryerror-error-while-importing-raster-files-from-postgis-to-geoserver/ I am trying to import raster data from PostGIS 2.2 to GeoServer 2.9.0. I

Re: [Geoserver-users] Help, Multi-user database

2016-05-23 Thread Ben Caradoc-Davies
Walid, GeoServer is a web service implementation. For this service to accessible to remote users, it must be installed on a web server that they can access. Most desktop computers are not suitable as web servers because they have temporary or shared IP addresses or are behind firewalls. This i

[Geoserver-users] Help, Multi-user database

2016-05-23 Thread walid rabehi
Hello I'm a begginer in GeoServer, and I want to create (if possible) a multi-user database: " I store my data (vector / raster ...) on my computer,, then I publish them with WMS / WFS, then remote colleagues with QGIS can connect and download the data. (the philosophy of Google Drive, sharing d

Re: [Geoserver-users] Help : Geoserver publish shapefile -> Schema does not exist

2015-09-28 Thread GILLARD Nicolas
fano Costa [stefano.co...@geo-solutions.it] Envoyé : lundi 28 septembre 2015 13:00 À : GILLARD Nicolas Cc : Andrea Aime; geoserver-users@lists.sourceforge.net Objet : Re: [Geoserver-users] Help : Geoserver publish shapefile -> Schema does not exist Hi Nicolas, right, you're uploading an exi

Re: [Geoserver-users] Help : Geoserver publish shapefile -> Schema does not exist

2015-09-28 Thread Stefano Costa
Hi Nicolas, right, you're uploading an existing shapefile... I thought you were uploading it in the request body (I seem to have issues accessing GeoServer's online docs this morning and I couldn't open your link). Your code looks correct (as far as I can understand): are you using the absolute pa

Re: [Geoserver-users] Help : Geoserver publish shapefile -> Schema does not exist

2015-09-28 Thread Andrea Aime
hread.run(Thread.java:745) > Caused by: java.io.IOException: Schema 'MuNeighbour' does not exist. > at > org.geotools.data.store.ContentDataStore.ensureEntry(ContentDataStore.java:620) > at > org.geotools.data.store.ContentDataStore.getFeatureSource(ContentDataStore.java:387) >

Re: [Geoserver-users] Help : Geoserver publish shapefile -> Schema does not exist

2015-09-28 Thread GILLARD Nicolas
;adresse email de votre correspondant CIRB a changé pour devenir @cirb.brussels. Opgelet! Het e-mailadres van uw CIBG-contact is veranderd en eindigt voortaan op @cibg.brussels. De : Stefano Costa [stefano.co...@geo-solutions.it] Envoyé : lundi 28 septembre 2015 11:24 À : GILLARD N

Re: [Geoserver-users] Help : Geoserver publish shapefile -> Schema does not exist

2015-09-28 Thread Stefano Costa
Hi Nicolas, On Mon, Sep 28, 2015 at 10:59 AM, GILLARD Nicolas wrote: > 28 Sep 10:47:16 INFO [catalog.rest] - PUT file, mimetype: text/plain; > charset=UTF-8 > Hum... you're uploading a shapefile, right? So this content-type doesn't look good: you should zip the .shp, .shx, .dbf and .prj files a

Re: [Geoserver-users] Help : Geoserver publish shapefile -> Schema does not exist

2015-09-28 Thread GILLARD Nicolas
drea.a...@gmail.com] de la part de Andrea Aime [andrea.a...@geo-solutions.it] Envoyé : lundi 28 septembre 2015 10:37 À : GILLARD Nicolas Cc : geoserver-users@lists.sourceforge.net Objet : Re: [Geoserver-users] Help : Geoserver publish shapefile -> Schema does not exist On Mon, Sep 28, 2015 at

Re: [Geoserver-users] Help : Geoserver publish shapefile -> Schema does not exist

2015-09-28 Thread Andrea Aime
On Mon, Sep 28, 2015 at 10:22 AM, GILLARD Nicolas wrote: > > java.lang.RuntimeException: Error getting FeatureType, this should > never happen! > Error getting FeatureType, this should never happen! > Schema 'MuNeighbour' does not exist. > > > In geoserver logs : > > Error while getting

[Geoserver-users] Help : Geoserver publish shapefile -> Schema does not exist

2015-09-28 Thread GILLARD Nicolas
Hello everyone, I have the following problem in geoserver 2.7.1. I'm posting two shapefiles already located in geoserver. I use curl to performed the publish operation. I followed it to the documentation: http://docs.geoserver.org/2.7.0/user/rest/examples/curl.html#adding-an-existing-shapefile

Re: [Geoserver-users] Help

2015-09-14 Thread Okpanku Samuel
tnx Ben,, i have downloaded the aforementioned softwares, working towards installation and setupOn d issue of data, we intend to source and store on our database...hosting is another issue we are yet to address . Will also be grateful if I can get suggestions on viable agencies that can provi

Re: [Geoserver-users] Help

2015-09-12 Thread Ben Caradoc-Davies
[Please keep discussions on the mailing list] What is the source of the data? Will you be hosting the data or proxying/cascading data hosted by others? Getting access to data may be your greatest problem; this depends on your local laws and the technical abilities of your statutory agencies. Li

Re: [Geoserver-users] Help

2015-09-12 Thread Ben Caradoc-Davies
Common components combined with GeoServer include: - a spatial database such as postgis to store your data - a web page you write in HTML/CSS/JavaScript using a library such as OpenLayers to consume GeoServer services - a server to to deliver the web content Can you tell us more about the target

[Geoserver-users] Help

2015-09-12 Thread Okpanku Samuel
Hi All, I'm a newbie in the 'art' of using Geoserver and I'm working on developing a protoype web based GIS for land administration. I have downloaded a copy of geoserver and I m about to install...buh am kinda at loss at what nxt to do aftr installing the geoserveralso,what other softwares wil

Re: [Geoserver-users] Help with tuning geoserver for 1 million PostGIS table

2015-06-18 Thread Simone Gadenz
be changed/improved >> to remove them >> >> Cheers >> Andrea >> >> >> On Thu, Jun 18, 2015 at 6:13 PM, Jonathan Moules < >> j.mou...@hrwallingford.com> wrote: >> >>> Yep, you **really** don’t want to be rendering a million points

Re: [Geoserver-users] Help with tuning geoserver for 1 million PostGIS table

2015-06-18 Thread Simone Giannecchini
**really** don’t want to be rendering a million points at once. >> >> >> >> Assuming you’re only displaying a subset (a few thousand), make sure you >> have a spatial index on your PostGis dataset, so that GeoServer can pick >> out the rights points that n

Re: [Geoserver-users] Help with tuning geoserver for 1 million PostGIS table

2015-06-18 Thread simone gadenz
ckly. > > > > > > > > From: Simone Giannecchini [mailto:simone.giannecch...@geo-solutions.it] > Sent: Thursday, June 18, 2015 3:57 PM > To: simone gadenz > Cc: GeoServer Mailing List List > Subject: Re: [Geoserver-users] Help with tuning geoserver for 1 mill

Re: [Geoserver-users] Help with tuning geoserver for 1 million PostGIS table

2015-06-18 Thread Jonathan Moules
Giannecchini [mailto:simone.giannecch...@geo-solutions.it] Sent: Thursday, June 18, 2015 3:57 PM To: simone gadenz Cc: GeoServer Mailing List List Subject: Re: [Geoserver-users] Help with tuning geoserver for 1 million PostGIS table Ciao Simone, if you are render 1M points altogheter via WMS with no caching

Re: [Geoserver-users] Help with tuning geoserver for 1 million PostGIS table

2015-06-18 Thread Simone Giannecchini
Ciao Simone, if you are render 1M points altogheter via WMS with no caching then I believe you might have problems anyway. If the data is static you may want to use clustering (as in render a single point for neighbooring points depending on the resultion) + caching. Rendering 1M points on the fly

[Geoserver-users] Help with tuning geoserver for 1 million PostGIS table

2015-06-17 Thread simone gadenz
Hello! Hope anybody can help in improving the response time for a WMS working on a PostGIS table with 1 million point spread around Italy. The viewer use leaflet and consumes the layer as WMS. The system was developer to display over a website but now I need to display over a 55 inch touch scre

[Geoserver-users] Help with tuning performances

2015-06-17 Thread simone gadenz
Hello! Hope anybody can help in improving the response time for a WMS working on a PostGIS table with 1 million point spread around Italy. The viewer use leaflet and consumes the layer as WMS. The system was developer to display over a website but now I need to display over a 55 inch touch scre

[Geoserver-users] Help to Disable GeoExplorer Query tool in compose window + Feature info issue

2015-05-31 Thread Ankit Patel
Hi there,I'm new to GeoServer world. I have two questions related to GeoExplorer: 1. I want to share maps through GeoExplorer, but would like to diable Query tool. I know, the viewer window (iframe link) doesn't offer query tool, but compose window does. 2. Feature info popup window remains in p

Re: [Geoserver-users] Help needed to test on firefox, chrome, ie

2015-04-08 Thread Andrea Aime
On Tue, Apr 7, 2015 at 2:01 AM, Kevin Smith wrote: > Backported 6036 to 2.7.x Cant update the ticket since JIRA's locked and > it hasn't been transferred to the new JIRA yet. > I've been told it will be fully operational next week... please take a note to update it then Cheers Andrea -- == G

Re: [Geoserver-users] Help needed to test on firefox, chrome, ie

2015-04-06 Thread Kevin Smith
Backported 6036 to 2.7.x Cant update the ticket since JIRA's locked and it hasn't been transferred to the new JIRA yet. On 3 April 2015 at 11:34, Andrea Aime wrote: > On Fri, Apr 3, 2015 at 8:21 PM, Rahkonen Jukka (MML) < > jukka.rahko...@maanmittauslaitos.fi> wrote: > >> Hi, >> >> >> Works f

Re: [Geoserver-users] Help needed to test on firefox, chrome, ie

2015-04-03 Thread Andrea Aime
On Fri, Apr 3, 2015 at 8:21 PM, Rahkonen Jukka (MML) < jukka.rahko...@maanmittauslaitos.fi> wrote: > Hi, > > > Works for me with the latest nightly (git rev. > > 86a048b5e0092285d1d968f6f4d5c3911673d766) > Good job Eva, Kevin and Jody! :-) Cheers Andrea -- == GeoServer Professional Services f

Re: [Geoserver-users] Help needed to test on firefox, chrome, ie

2015-04-03 Thread Rahkonen Jukka (MML)
Hi, Works for me with the latest nightly (git rev. 86a048b5e0092285d1d968f6f4d5c3911673d766) -Jukka- Jody Garnett wrote: > I have merged Kevin's fix onto master, if you would like to confirm the fix > on a nightly build Jukka we can back port this to stable

Re: [Geoserver-users] Help needed to test on firefox, chrome, ie

2015-04-02 Thread Jody Garnett
I have merged Kevin's fix onto master, if you would like to confirm the fix on a nightly build Jukka we can back port this to stable. -- Jody Garnett On 2 April 2015 at 13:36, Kevin Smith wrote: > Might a better fix be to change the CSS to make the checkbox and label > inline? As it is they ar

Re: [Geoserver-users] Help needed to test on firefox, chrome, ie

2015-04-02 Thread Kevin Smith
Might a better fix be to change the CSS to make the checkbox and label inline? As it is they are both block and then are repositioned using the margins of the label so that they are positioned the way they would have been if inline. That way we retain the ability to click on the label, but the la

Re: [Geoserver-users] Help needed to test on firefox, chrome, ie

2015-04-01 Thread Jody Garnett
So there is still some work to do for Firefox. Any problem back porting this change to stable? -- Jody Garnett On 1 April 2015 at 00:21, Rahkonen Jukka (MML) < jukka.rahko...@maanmittauslaitos.fi> wrote: > Hi, > > > > A direct link for finding the issue faster: > > http://jira.codehaus.org/bro

Re: [Geoserver-users] Help needed to test on firefox, chrome, ie

2015-04-01 Thread Rahkonen Jukka (MML)
Hi, A direct link for finding the issue faster: http://jira.codehaus.org/browse/GEOS-6948 I tested the nightly build with Firefox 36.0.4 on Windows and fix seems to be OK and the active area is only the check box. However, an opposite issue that prevents changing the status of some check boxes

[Geoserver-users] Help needed to test on firefox, chrome, ie

2015-03-31 Thread Jody Garnett
Quick request from the devel list for help testing the nightly build for an interesting fix! * GEOS-6948 GeoServer UI accepts check box clicks outside the boxes To test please download an appropriate release from http://geoserver.org/release/master/ and reply to this email. This change applies t

Re: [Geoserver-users] help

2014-07-17 Thread Christian Mueller
gt; Date: Wed, 16 Jul 2014 11:24:18 +0200 > Subject: Re: [Geoserver-users] help > From: christian.muel...@os-solutions.at > To: rogeli...@hotmail.com > CC: geoserver-users@lists.sourceforge.net > > > Hi Rogelio > > I think you mean a WAR file. > > Do you see somethi

Re: [Geoserver-users] help

2014-07-16 Thread Christian Mueller
Hi Rogelio I think you mean a WAR file. Do you see something in SystemOut.log Christian On Wed, Jul 16, 2014 at 1:32 AM, Rogelio Sánchez Bonilla < rogeli...@hotmail.com> wrote: > Hi, I am trying to install GeoServer on WebSphere 8.0 but I frame errors > libraries. > > Installing the EAR file

[Geoserver-users] help

2014-07-15 Thread Rogelio Sánchez Bonilla
Hi, I am trying to install GeoServer on WebSphere 8.0 but I frame errors libraries. Installing the EAR file is done correctly, the problem is when I try to run GeoServer in WebSphere. Someone to GeoServer installed in WebSphere 8.0 for I indicate where the error may be

Re: [Geoserver-users] Help integrating CAS extension

2014-07-01 Thread Christian Mueller
Single Log Out should work as expected by Vikas. See http://jasig.github.io/cas/4.0.0/installation/Logout-Single-Signout.html Maybe a bug, I have to investigate. Cheers Christian On Fri, Jun 27, 2014 at 2:03 PM, Cliff Ingham wrote: > I do not believe the sign out process for CAS works like

Re: [Geoserver-users] Help integrating CAS extension

2014-06-27 Thread Cliff Ingham
I do not believe the sign out process for CAS works like you expect. While it is true that doing a logout from GeoServer *may* send you to CAS to kill the CAS session; however, the opposite is not true. Just because you go to your CAS server and logout does not, and should not log you out of GeoSe

Re: [Geoserver-users] Help integrating CAS extension

2014-06-27 Thread Vikas Mishra
You mean to say that I should remove the auth Provider from GUI and not directly from the config file? On Thu, Jun 26, 2014 at 3:55 PM, Christian Mueller < christian.muel...@os-solutions.at> wrote: > No, no need for the customAuthProvider. Did you remove this provider using > the admin GUI ? Edi

Re: [Geoserver-users] Help integrating CAS extension

2014-06-26 Thread Christian Mueller
No, no need for the customAuthProvider. Did you remove this provider using the admin GUI ? Editing the config xml files directly circumvents the validation code. You should remvoe the remeberMe service, otherwise the logout cannot succeed. Cheers Christian On Thu, Jun 26, 2014 at 9:32 AM, Vikas

Re: [Geoserver-users] Help integrating CAS extension

2014-06-26 Thread Vikas Mishra
Hi Christian, Is it possible to have a filter chain without a authentication provider? Here's how my security/config.xml file looks like > > > default > > > > customAuthProvider > > default > > > > >> pbePasswordEncoder > > false > > > > > class="org.geos

Re: [Geoserver-users] Help integrating CAS extension

2014-06-26 Thread Christian Mueller
Hi Vikas Please stay on the mailing list, this topic might be of interest for other people. Normally, developers do not answer personal mails. CAS does not need an Authentication Provider, the filter should be enough. A good idea is to enable Session Creation for each filter chain containing the

Re: [Geoserver-users] Help integrating CAS extension

2014-06-23 Thread Christian Mueller
Hi Vikas Please stay on the mailing list. You need a CAS server, download from here http://www.jasig.org/cas The documentation is here http://jasig.github.io/cas/4.0.0/index.html Be aware of the fact that you need a SSL setup. Cheers Christian On Sat, Jun 21, 2014 at 11:29 AM, Vikas Mi

Re: [Geoserver-users] Help integrating CAS extension

2014-06-15 Thread Christian Mueller
Hi Vikas Unfortunately, there is no CAS documentation at the moment. Download the extension and drop the jar files into your WEB-INF/lib directory. Restart GeoServer , add an authentication filter and you should see CAS as an option. Create the CAS filter and configure it. Read the help texts reac

Re: [Geoserver-users] Help integrating CAS extension

2014-06-14 Thread Jody Garnett
Lets see - working on these security modules can be difficult and is usually funded: 1) That is an extension so it should have documentation ... but does not. 2) Checking release notes ... often thank the sponsor and author http://blog.geoserver.org/2014/05/21/geoserver-2-5-1-released/ Central

[Geoserver-users] Help integrating CAS extension

2014-06-13 Thread Vikas Mishra
Hello everyone I am trying to integrate CAS extension in geoserver but I cant find any documentation anywhere so can anyone please help me out. Your time and help is much appreciated. Thanks -- Vikas Mishra MSc(Hons) Economics *Birla Institute of Technology & Science,* Pilani KK Birla Goa Campu

Re: [Geoserver-users] help to deploy geoserver on weblogic

2014-06-12 Thread Jonathan Moules
Hi, What have you tried? Which version of each? A quick google suggests others have managed it though no obvious documentation seems apparently. I'd suggest: http://weblogicserveradministration.blogspot.co.uk/2011/07/web-applications-basics-war-files.html and http://docs.oracle.com/cd/E19424-01/8

[Geoserver-users] help to deploy geoserver on weblogic

2014-06-12 Thread sufyan . mughal
how can i deploy gerserver jar file in weblogic successfully? -- HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions Find What Matters Most in Your Big Data with HPCC Systems Open Source. Fast. Scalab

Re: [Geoserver-users] help

2014-05-15 Thread Andrea Aime
On Thu, May 15, 2014 at 4:33 AM, fanxing926 wrote: > Hello all, > I am struggling with this error. > How can I get a 32-bit image by Geoserver WMS server? The original > published TIF is a 32-bit gray value. > Also, to display it, you'll have to setup a style with a color map: http://docs.geose

Re: [Geoserver-users] help

2014-05-14 Thread Phil Scadden
Have a look at the raster setup stuff from here: http://www.slideshare.net/geosolutions/geoserver-on-steroids Notice: This email and any attachments are confidential. If received in error please destroy and immediately notify us. Do not copy or disclose the contents. ---

[Geoserver-users] help

2014-05-14 Thread fanxing926
Hello all, I am struggling with this error. How can I get a 32-bit image by Geoserver WMS server? The original published TIF is a 32-bit gray value. -- "Accelerate Dev Cycles with Automated Cross-Browser Testing - For

Re: [Geoserver-users] help me!!! geoserver2.4.2 can't transaction insert

2013-12-11 Thread Emilio Recio
Hi Benjamin, We had similar problems whit the WFS-T Some stuff to concider: 1- Our DB is Postgres/Postgis. By default you cant modify using WFS-T. You need alter the tables. Check this link https://gist.github.com/springmeyer/1521679 2- We remove xsi:schemaLocation 3- Check the srsName property we

Re: [Geoserver-users] help me!!! geoserver2.4.2 can't transaction insert

2013-12-11 Thread BenjaminPross
Hi Yolanda, The example request did not work for me as well. I made some modifications (based on the request from this post ) and this seems t

Re: [Geoserver-users] help me!!! geoserver2.4.2 can't transaction insert

2013-11-29 Thread Alessio Fabiani
Hello, it is not easy to understand the issue, since the log you sumbitted does not seem to report any error or something wrong. Did you double checked that the WFS service is enabled in full transactional mode? Can you also try to rise the log level to DEBUG / VERBOSE and try again in order to s

[Geoserver-users] help me!!! geoserver2.4.2 can't transaction insert

2013-11-29 Thread fanxing926
help me!!! I met a question: I setup geoserver and find from geoserver 2.1.2 to geoserver2.4.2, geoserver demo-page wfs-transactioninsert.xml can't be operated, it's state is loading.. the geoserver.log info is: 2013-11-29 09:28:21,619 DEBUG [org.geoserver.ows.OWSHandlerMapping] - No handler

[Geoserver-users] Help figuring out a bug in wms 1.3 OGC compliance tests

2013-11-23 Thread Andrea Aime
Hi, I'm making a run over the current official OGC compliance tests and ... I'm finding bugs in the tests as I go (so far 3 test suites checked, and found 3 bugs in the tests, none in GeoServer... :-( ) Anyways, I have one test that is quite misteriously failing. Here is the output of the test: T

Re: [Geoserver-users] Help to JQuery autocomplete linked with Geoserver using jsonp

2013-10-26 Thread Miguel-Angel Manso-Callejo (UPM)
Hi Mauro Finnaly, after several hours i can do I must put in*$ajax({* two options. *jsonp: "false",** **jsonpCallback: "parseResponse",* Thank you, very much Miguel A. El 26/10/2013 9:45, Mauro Bartolomeoli escribió: Hi Miguel, I think you can add an to the

Re: [Geoserver-users] Help to JQuery autocomplete linked with Geoserver using jsonp

2013-10-26 Thread Mauro Bartolomeoli
Hi Miguel, I think you can add an to the jquery ajax call to let jquery itself handle the jsonp stuff. The option is: jsonp: 'parseResponse' Then your success function should be called upon Geoserver response. Mauro 2013/10/25 Miguel-Angel Manso-Callejo (UPM) > Dear, > > I'm trying to use JQ

[Geoserver-users] Help to JQuery autocomplete linked with Geoserver using jsonp

2013-10-25 Thread Miguel-Angel Manso-Callejo (UPM)
Dear, I'm trying to use JQuery autocomplete showing json data retrieved from a GetFeature request to a Geoserver, but i have problems. I have set ENABLE_JSONP system variable to true. This is my code: $(function () { $("#input").autocomplete({ source: function (req

Re: [Geoserver-users] Help on tutorial from Geoserver pages

2013-10-09 Thread Mauro Bartolomeoli
2013/10/8 Rodrigo Nascimento Hernandez > Hello, > > Using a fresh Geoserver 2.4.0 installation: > > Im trying to test the 'J2EE Authentication' following the page > http://docs.geoserver.org/latest/en/user/security/tutorials/j2ee/index.html > but im stuck in the step n. 7 > At this point the page

[Geoserver-users] Help on tutorial from Geoserver pages

2013-10-08 Thread Rodrigo Nascimento Hernandez
Hello, Using a fresh Geoserver 2.4.0 installation: Im trying to test the 'J2EE Authentication' following the page http://docs.geoserver.org/latest/en/user/security/tutorials/j2ee/index.html but im stuck in the step n. 7 At this point the page informs 'Select “Web UI” from the Request type drop

Re: [Geoserver-users] help with SLD

2013-08-30 Thread J.Alejandro Martinez Linares
hey, i have been solved the problem with udig and with some tips that you gave me Christian, but only rest a problem my shapefile of dtreets have no all the names of the street and the solution that i have working only work when the scale is less than "1:71.038" and i need it working in some ot

Re: [Geoserver-users] help with SLD

2013-08-30 Thread islanis
Ok Christian, is right, the SLd that you send work, i mean, it dont present error, but is not doing that i want, i need that the streets's labels beens showed following the curves of the streets, but this solution are showing only the lines not the label, or i got something wrong with my l

Re: [Geoserver-users] help with SLD

2013-08-29 Thread cmaul
Hi, that is the SLD that works in geoserver 2.3.3. At the bottom. But first please read what was wrong with it, as this may to help you to help yourself next time. The editor complained first about the tag. Unfortunately XML error messages in editors or geoserver are not very precise. So it pays

Re: [Geoserver-users] help with SLD

2013-08-29 Thread J.Alejandro Martinez Linares
El 28/08/13 06:58, cmaul escribió: > Well, throw the out check whether it works and put them > back one by one until it crashes I dont understan what do you want that i do, please explain better, i remove "sld:" of the VerdorOptions, if that what you want? of that way neither works. here are the

Re: [Geoserver-users] help with SLD

2013-08-27 Thread cmaul
Well, throw the out check whether it works and put them back one by one until it crashes - Dr Christian Maul Project Manager Information Services Branch Department of Sustainability and Environment Level13, Marland House, 570 Bourke Street Melbourne 3000 PO B

Re: [Geoserver-users] help with SLD

2013-08-27 Thread J.Alejandro Martinez Linares
El 28/08/13 03:39, cmaul escribió: > Hello, > > My xml-editor tells me; > E [Xerces] cvc-complex-type.2.4.d: Invalid content was found starting with > element 'sld:VendorOption'. No child element is expected at this point. > > > Cheers > > christian > Thanks christian but what did you sugest, than

Re: [Geoserver-users] help with SLD

2013-08-27 Thread cmaul
Hello, My xml-editor tells me; E [Xerces] cvc-complex-type.2.4.d: Invalid content was found starting with element 'sld:VendorOption'. No child element is expected at this point. Cheers christian - Dr Christian Maul Project Manager Information Services Branc

[Geoserver-users] help with SLD

2013-08-27 Thread islanis
Hi people, i need help, i found reading the geoserver help that i can use labeling, following lines, for example the name of the streets, but i copied the example to my geoserver with some changes and test it with udig and dont work, i only replace the name of my label field and add some st

Re: [Geoserver-users] Help! Geoserver Deploy error!

2013-02-13 Thread Zsolt Magyar
Thanks Andrea! It's strange, because only one Geoserver folder exists in the Tomcat 7.0\webapps\ directory. Before this, I tried to uninstall and re-install Tomcat. Was not succeed. After this I've tried to install Geoserver Win install instead of WAR. But I also uninstall, due to same deploying pr

Re: [Geoserver-users] Help! Geoserver Deploy error!

2013-02-13 Thread Andrea Aime
On Wed, Feb 13, 2013 at 9:50 AM, Zsolt Magyar wrote: > Dear List, > > Does anybody has an idea, why I couldn't deploy geoserver webapp under > Tomcat? > It's strange 'cos an old version (2.1.1) runs properly. > Maybe the errlog says something for sombody! Please see attached file! > It seems you

Re: [Geoserver-users] help in installing and starting Geoserver

2012-11-28 Thread Rahkonen Jukka
Hi, One idea would be to read http://docs.geoserver.org/stable/en/user/ Or did you already read it? -Jukka Rahkonen- > Nigudkar, Ravi FR > Hi Folks > I am trying to deploy a web-mapping application using Geoserver. > I have installed it but do not know where it s

  1   2   >