Re: [Geoserver-users] Response to WCS 1.1.0 DescribeCoverage

2015-05-22 Thread Luís de Sousa
Just a short update on this. I have created new classes in OWSLib for WCS 1.1.1 and it is now able to interact with GeoServer. These improvements were merged into the master branch: https://github.com/geopython/OWSLib/pull/235 I submitted similar improvements to OpenLayers, but they are yet to be

Re: [Geoserver-users] Username logging in request logs

2015-05-22 Thread Christian Mueller
Hi @Andrea, I am quite sure that qgis is using Basic Authentication. There is an open issue about the problem with the username, look here https://osgeo-org.atlassian.net/browse/GEOS-6144 Not sure if we should try to apply the quick fix or to invest some time. As an example, we would have to c

Re: [Geoserver-users] Username logging in request logs

2015-05-22 Thread Andrea Aime
On Fri, May 22, 2015 at 10:35 AM, Christian Mueller < christian.muel...@os-solutions.at> wrote: > Hi > > @Andrea, I am quite sure that qgis is using Basic Authentication. > > There is an open issue about the problem with the username, look here > > https://osgeo-org.atlassian.net/browse/GEOS-6144

[Geoserver-users] Geoserver : FAIL /Context path doesn't start

2015-05-22 Thread ELKHATTABI Imane
Hello, I've been manipulating Geoserver for some time without any problem. Today,when I start Apache Tomcat , Geoserver doesn't start. I get this error message : " FAIL - Application at context path /Geoserver could not be started" I don't know what seems to be the problem. Please help me

Re: [Geoserver-users] Username logging in request logs

2015-05-22 Thread Christian Mueller
Hi Andrea Every authentication mechanism is affected. The code snippet in the issue not a fix, this is a hack and there is no guarantee that this hack is working for all authentication protocols. Technical solution: Each authentication mechanism is based on an GeoServerSecurityProvider object.

Re: [Geoserver-users] Geoserver : FAIL /Context path doesn't start

2015-05-22 Thread Stefano Costa
Hi Imane, attaching the whole catalina.out and geoserver.log files (zipped is better) would indeed help in diagnosing the issue. Il giorno ven, 22/05/2015 alle 11.04 +0200, ELKHATTABI Imane ha scritto: > Hello, > > > I've been manipulating Geoserver for some time without any problem. > > > Tod

[Geoserver-users] GetFeatureInfo render failure on 2.7.1

2015-05-22 Thread Olle Markljung
Hi, I've just made a fresh install of 2.7.1 and I get a render error when using GetFeatureInfo. I get the same error with the example data tiger:poly_landmarks with both WMS 1.1.1 and 1.3.0. http://localhost:8240/geoserver-2.7/schemas/wms/1.1.1/WMS_exception_1_1_1.dtd";> Rendering proces

Re: [Geoserver-users] Geoserver : FAIL /Context path doesn't start

2015-05-22 Thread ELKHATTABI Imane
Thank you so much Stefano for replying. Another application is running under Apache tomcat. Therefore, I guess the problem isn't in Apache. I attach to this mail the log files. I really apreciate your help. 2015-05-22 11:41 GMT+02:00 Stefano Costa : > Hi Imane, > attaching the whole catalina

Re: [Geoserver-users] GetFeatureInfo render failure on 2.7.1

2015-05-22 Thread Mauro Bartolomeoli
Hi Olle, I tried to reproduce your issue: do you one GetFeatureInfo request that is failing? Thanks Mauro 2015-05-22 12:09 GMT+02:00 Olle Markljung : > Hi, > I've just made a fresh install of 2.7.1 and I get a render error when > using GetFeatureInfo. > I get the same error with the example dat

Re: [Geoserver-users] GetFeatureInfo render failure on 2.7.1

2015-05-22 Thread Olle Markljung
Yes, I test through the Layer Preview page. The error is not consistent. Sometimes it works. Here is a request that failed: http://localhost:8080/geoserver/tiger/wms?SERVICE=WMS&VERSION=1.1.1&REQUEST=GetFeatureInfo&FORMAT=image%2Fpng&TRANSPARENT=true&QUERY_LAYERS=tiger%3Apoly_landmarks&LAYERS=tige

Re: [Geoserver-users] moving workspaces: The specified coverageName is unavailable

2015-05-22 Thread Toni Pignataro
Anyone an idea? To simplify my question, what i want to to is to reconfigure my layer configuration based on an a reconfigured image mosaic source (i point to the new shape file, that is generated based on the new raster datasets). Thanks and regards, Toni Am 2015-05-21 18:43, schrieb Toni Pign

Re: [Geoserver-users] GetFeatureInfo render failure on 2.7.1

2015-05-22 Thread Mauro Bartolomeoli
Uhm... weird, that url works for me on 2.7.1 (Windows - standalone zip). One question: there was a failing attempt to produce the 2.7.1 with this bug. I thought it was not published at all. I will check the war distribution. Can you try to retest with the standalone zip: http://sourceforge.net/pro

Re: [Geoserver-users] GetFeatureInfo render failure on 2.7.1

2015-05-22 Thread Olle Markljung
Hi, I thought I verify with the windows installer version but didn't find it. It is not in SourceForge ( http://sourceforge.net/projects/geoserver/files/GeoServer/2.7.1/geoserver-2.7.1.exe ) I downloaded the 2.7.0 windows installer and there it works as expected. I'll check with the 2.7.0 war too.

Re: [Geoserver-users] Scripting Web User Interface

2015-05-22 Thread deno . karapatakis
I don't see the REST ext under 2.6.3 or 2.7.0 I see it under the development branch, do I need to install 2.8 to use it ? Deno Karapatakis Savannah River National Laboratory Savannah River Site Building 703-41A Room 246 Aiken, S.C. 29808 ph. 803-725-9983 __ Um why? We try an

Re: [Geoserver-users] Geoserver : FAIL /Context path doesn't start

2015-05-22 Thread Stefano Costa
Uhm... from a quick look at the log, I can see there is for sure one connection problem: org.postgresql.util.PSQLException: FATAL: authentification par mot de passe ?chou?e pour l'utilisateur ? postgres ? Please check your PostgreSQL connection parameters. And then, there are lots of XStream de

Re: [Geoserver-users] moving workspaces: The specified coverageName is unavailable

2015-05-22 Thread Andrea Aime
On Thu, May 21, 2015 at 6:43 PM, Toni Pignataro < toni.pignat...@wheregroup.com> wrote: > Hi folks, > > i'm moving workspaces from one server(Windows2008 Server) to another > one. It is an raster(imagemosaic) workspace where on the new server i > also have to point to a new datastore. > I'm afra

Re: [Geoserver-users] moving workspaces: The specified coverageName is unavailable

2015-05-22 Thread Andrea Aime
On Fri, May 22, 2015 at 2:09 PM, Toni Pignataro < toni.pignat...@wheregroup.com> wrote: > Hi Andrea and thanks for the advice. > > What do you think, would it help to move the entire data_dir and then > reconfigue the image mosaic datasource? > That should work, yes Ciao Andrea -- == Meet us a

Re: [Geoserver-users] Username logging in request logs

2015-05-22 Thread Andrea Aime
On Fri, May 22, 2015 at 11:35 AM, Christian Mueller < christian.muel...@os-solutions.at> wrote: > Hi Andrea > > Every authentication mechanism is affected. > In that case I guess applying the quick fix is better than nothing. Investing some time would be better of course, but let's not have best

Re: [Geoserver-users] Geoserver : FAIL /Context path doesn't start

2015-05-22 Thread ELKHATTABI Imane
1- Actually , I didn't mess with the Postgre database connection . Back when Geoserver was running , my data source had correct connection details . And the layer were published with no issues. 2- I'm attaching to this mail the featuretype xml file regarding the layer 'dim_bts_geo'. 3- Under Apac

[Geoserver-users] Gdal crash geoserver/tomcat7 on ubuntu server

2015-05-22 Thread fzara
I am having some issues with a geoserver gdal installation on a ubuntu server 12.04, when i try to save a new ECW store tomcat7 crashes when i restart tomcat the store in there but if i load a layer it crashes again, to install gdal plugin i followed the official geoserver guide for my version wich

Re: [Geoserver-users] Geoserver : FAIL /Context path doesn't start

2015-05-22 Thread Stefano Costa
Hi, Il giorno ven, 22/05/2015 alle 14.58 +0200, ELKHATTABI Imane ha scritto: > 1- Actually , I didn't mess with the Postgre database connection . > Back when Geoserver was running , my data source had correct > connection details . And the layer were published with no issues. > Fine, but the log

Re: [Geoserver-users] Geoserver : FAIL /Context path doesn't start

2015-05-22 Thread ELKHATTABI Imane
1- Postgresql connections details weren't change. Only me who's manipulting my computer. On the other hand , concerning what I just did (about generating another geoserver folder from war and replacing data repository with my previews one) , This has enabled me to start geoserver , and the data st

Re: [Geoserver-users] Geoserver : FAIL /Context path doesn't start

2015-05-22 Thread Stefano Costa
Hi, I can see three classes of errors in the log: 1) java.lang.IllegalArgumentException: Resource named 'dim_bts_geo' already exists in namespace: 'dw1' Maybe some featuretype.xml files got duplicated somehow, so you end up with two feature types with the same name in the same namespace. 2) WAR

Re: [Geoserver-users] Gdal crash geoserver/tomcat7 on ubuntu server

2015-05-22 Thread Daniele Romagnoli
Hi, GeoServer 2.4.1 is an old version so I'm not sure to remember which set of libraries is involving. Anyway, you could double check if you are using the proper version of each dependency, such as: - imageio-ext artifacts - gdal dependencies Could you check if all the imageio-ext jars are of the