Re: [Geoserver-users] User Manual

2016-08-10 Thread Ben Caradoc-Davies
On 05/07/16 20:02, Andrea Aime wrote:
> On Tue, Jul 5, 2016 at 8:52 AM, Jody Garnett  wrote:
>> I see Brad has already responded, I am curious as to the continued value
>> of the PDF manual? What do you like about it or find it useful for?
> Hi Jody,
> looks like you removed the PDF link one year ago from all release
> templates, e.g.:
> https://github.com/geoserver/geoserver.github.io/blame/master/_layouts/release_24.html#L110
> Back then the PDF was systematically failing to generate, that's why I
> guess it was removed.
> A couple of months later during the 2.8 beta release process I fixed PDF
> generation:
> https://github.com/geoserver/geoserver.github.io/blame/master/_layouts/release_24.html#L110
> Looking at history the build fixes seems to have been applied 2.8.x
> onwards, checked on re-enabling
> the links, but the PDF is not being copied to SF ... it seems the release
> script just never copied
> it over, it was probably  a manual step we did not automate?
> I've created a ticket, while a blind change could be made, only someone
> running a release can actually
> test it:
> https://osgeo-org.atlassian.net/browse/GEOS-7622
> Of course that would only fix new releases, for those that are already out
> we'd have to manually copy stuff...
> maybe we'll find volounteers with admin access to SF willing to do that,
> but I would not hold my breath on it.

The PDF manual was created in both 2.9.1 and 2.8.5 releases, but copied 
to SourceForge in neither.

Kind regards,

-- 
Ben Caradoc-Davies 
Director
Transient Software Limited 
New Zealand

--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. http://sdm.link/zohodev2dev
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Always return blank image on getMap requests?

2016-08-10 Thread Ian Turton
why not just add tiles and overviews so GeoServer can open it efficiently?
see http://www.slideshare.net/geosolutions/geoserver-on-steroids-foss4g-2015


Ian

On 10 August 2016 at 14:06, Casper Børgesen (CABO)  wrote:

> Hi Jukka
>
>
>
> I know it’s rather unusual, but I think that providing feature info on
> huge floating point raster dataset is a task that Geoserver is optimized to
> handle.
>
>
>
> I do need however to avoid that Geoserver performs the retrieval of data,
> since requesting a getMap for a bounding box containing ex. 200GB data,
> would take close to forever to create a response. That is why I would like
> to skip the data retrieval and just send back a blank transparent image.
>
>
>
> If I use security and deny getMap requests, wouldn’t the requester get an
> error in return? I would like a response corresponding to
> no-data-to-be-found-here.
>
>
>
> Regards, Casper
>
>
>
>
>
> *From:* Rahkonen Jukka (MML) [mailto:jukka.rahko...@maanmittauslaitos.fi]
> *Sent:* 10. august 2016 14:25
> *To:* Casper Børgesen (CABO); geoserver-users@lists.sourceforge.net
> *Subject:* Re: Always return blank image on getMap requests?
>
>
>
> Hi,
>
>
>
> Rather unusual use case for WMS really. Some ideas:
>
>
>
> -  Add a huge white opaque watermark
>
> -  Make a layer group with white layer on the top
>
> -  Use security and deny GetMaps but allow GetFeatureInfo
>
>
>
> -Jukka Rahkonen-
>
>
>
>
>
>
>
> *Lähettäjä:* Casper Børgesen (CABO) [mailto:c...@niras.dk ]
>
> *Lähetetty:* 10. elokuuta 2016 14:58
> *Vastaanottaja:* geoserver-users@lists.sourceforge.net
> *Aihe:* [Geoserver-users] Always return blank image on getMap requests?
>
>
>
> Hi
>
>
>
> I am trying to use Geoserver to host +100GB’s of floating point raster
> data as a WMS layer. I would like to use the layer for getFeatureInfo
> lookups but I would like to just return a blank image on any getMap
> requests to the layer – no matter what the getMap request asks for.
>
>
>
> I have tried to create a raster style with opacity set to 0.0, but it
> seems like Geoserver still fetches the data. I guess the raster style is
> evaluated after the requested data has been retrieved?
>
>
>
> Can I configure a WMS layer to respond with a blank image on every getMap
> request?
>
>
>
>
>
> Regards, Casper
>
> 
> --
> What NetFlow Analyzer can do for you? Monitors network bandwidth and
> traffic
> patterns at an interface-level. Reveals which users, apps, and protocols
> are
> consuming the most bandwidth. Provides multi-vendor support for NetFlow,
> J-Flow, sFlow and other flows. Make informed decisions using capacity
> planning reports. http://sdm.link/zohodev2dev
> ___
> Geoserver-users mailing list
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
>


-- 
Ian Turton
--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. http://sdm.link/zohodev2dev___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Always return blank image on getMap requests?

2016-08-10 Thread Rahkonen Jukka (MML)
Hi,

I think that GetFeatureInfo has been planned to give information about the 
features which users are seeing in the map "Hey, here is a shop, wonder if I 
can get more info about it".  GeoServer is for sure more optimized for 
rendering a map from huge mass of raster source data.

We have made some query applications which capture the GetFeatureInfo that is 
created by the application and changes the request on the fly before sending it 
for the WMS server.  The query layer is never added to the map. What must be 
done is to change the  and _layers parameters to point to the 
desired layer.

You wrote "requesting a getMap for a bounding box containing ex. 200GB data, 
would take close to forever to create a response" and it means that you have 
not optimized the raster data for WMS. It is normal use case to have terabytes 
of image data back there on the server disks for making for example a country 
wide aerial photo layer. Reading "GeoServer on steroids" 
http://www.slideshare.net/geosolutions/geoserver-on-steroids-foss4g-2015  
documents the most common tricks. However, I understand that you are not 
interested in showing the raster data for your users at all. Consider fiddling 
with the GFI requests and let your users never add the floating point data 
layer on their maps.


-Jukka Rahkonen-


Lähettäjä: Casper Børgesen (CABO) [mailto:c...@niras.dk]
Lähetetty: 10. elokuuta 2016 16:07
Vastaanottaja: Rahkonen Jukka (MML) ; 
geoserver-users@lists.sourceforge.net
Aihe: RE: Always return blank image on getMap requests?

Hi Jukka

I know it's rather unusual, but I think that providing feature info on huge 
floating point raster dataset is a task that Geoserver is optimized to handle.

I do need however to avoid that Geoserver performs the retrieval of data, since 
requesting a getMap for a bounding box containing ex. 200GB data, would take 
close to forever to create a response. That is why I would like to skip the 
data retrieval and just send back a blank transparent image.

If I use security and deny getMap requests, wouldn't the requester get an error 
in return? I would like a response corresponding to no-data-to-be-found-here.

Regards, Casper


From: Rahkonen Jukka (MML) [mailto:jukka.rahko...@maanmittauslaitos.fi]
Sent: 10. august 2016 14:25
To: Casper Børgesen (CABO); 
geoserver-users@lists.sourceforge.net
Subject: Re: Always return blank image on getMap requests?

Hi,

Rather unusual use case for WMS really. Some ideas:


-  Add a huge white opaque watermark

-  Make a layer group with white layer on the top

-  Use security and deny GetMaps but allow GetFeatureInfo

-Jukka Rahkonen-



Lähettäjä: Casper Børgesen (CABO) [mailto:c...@niras.dk]
Lähetetty: 10. elokuuta 2016 14:58
Vastaanottaja: 
geoserver-users@lists.sourceforge.net
Aihe: [Geoserver-users] Always return blank image on getMap requests?

Hi

I am trying to use Geoserver to host +100GB's of floating point raster data as 
a WMS layer. I would like to use the layer for getFeatureInfo lookups but I 
would like to just return a blank image on any getMap requests to the layer - 
no matter what the getMap request asks for.

I have tried to create a raster style with opacity set to 0.0, but it seems 
like Geoserver still fetches the data. I guess the raster style is evaluated 
after the requested data has been retrieved?

Can I configure a WMS layer to respond with a blank image on every getMap 
request?


Regards, Casper
--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. http://sdm.link/zohodev2dev___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Always return blank image on getMap requests?

2016-08-10 Thread CABO
Hi Jukka

I know it's rather unusual, but I think that providing feature info on huge 
floating point raster dataset is a task that Geoserver is optimized to handle.

I do need however to avoid that Geoserver performs the retrieval of data, since 
requesting a getMap for a bounding box containing ex. 200GB data, would take 
close to forever to create a response. That is why I would like to skip the 
data retrieval and just send back a blank transparent image.

If I use security and deny getMap requests, wouldn't the requester get an error 
in return? I would like a response corresponding to no-data-to-be-found-here.

Regards, Casper


From: Rahkonen Jukka (MML) [mailto:jukka.rahko...@maanmittauslaitos.fi]
Sent: 10. august 2016 14:25
To: Casper Børgesen (CABO); geoserver-users@lists.sourceforge.net
Subject: Re: Always return blank image on getMap requests?

Hi,

Rather unusual use case for WMS really. Some ideas:


-  Add a huge white opaque watermark

-  Make a layer group with white layer on the top

-  Use security and deny GetMaps but allow GetFeatureInfo

-Jukka Rahkonen-



Lähettäjä: Casper Børgesen (CABO) [mailto:c...@niras.dk]
Lähetetty: 10. elokuuta 2016 14:58
Vastaanottaja: 
geoserver-users@lists.sourceforge.net
Aihe: [Geoserver-users] Always return blank image on getMap requests?

Hi

I am trying to use Geoserver to host +100GB's of floating point raster data as 
a WMS layer. I would like to use the layer for getFeatureInfo lookups but I 
would like to just return a blank image on any getMap requests to the layer - 
no matter what the getMap request asks for.

I have tried to create a raster style with opacity set to 0.0, but it seems 
like Geoserver still fetches the data. I guess the raster style is evaluated 
after the requested data has been retrieved?

Can I configure a WMS layer to respond with a blank image on every getMap 
request?


Regards, Casper
--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. http://sdm.link/zohodev2dev___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Always return blank image on getMap requests?

2016-08-10 Thread Rahkonen Jukka (MML)
Hi,

Rather unusual use case for WMS really. Some ideas:


-  Add a huge white opaque watermark

-  Make a layer group with white layer on the top

-  Use security and deny GetMaps but allow GetFeatureInfo

-Jukka Rahkonen-



Lähettäjä: Casper Børgesen (CABO) [mailto:c...@niras.dk]
Lähetetty: 10. elokuuta 2016 14:58
Vastaanottaja: geoserver-users@lists.sourceforge.net
Aihe: [Geoserver-users] Always return blank image on getMap requests?

Hi

I am trying to use Geoserver to host +100GB's of floating point raster data as 
a WMS layer. I would like to use the layer for getFeatureInfo lookups but I 
would like to just return a blank image on any getMap requests to the layer - 
no matter what the getMap request asks for.

I have tried to create a raster style with opacity set to 0.0, but it seems 
like Geoserver still fetches the data. I guess the raster style is evaluated 
after the requested data has been retrieved?

Can I configure a WMS layer to respond with a blank image on every getMap 
request?


Regards, Casper
--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. http://sdm.link/zohodev2dev___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Always return blank image on getMap requests?

2016-08-10 Thread CABO
Hi

I am trying to use Geoserver to host +100GB's of floating point raster data as 
a WMS layer. I would like to use the layer for getFeatureInfo lookups but I 
would like to just return a blank image on any getMap requests to the layer - 
no matter what the getMap request asks for.

I have tried to create a raster style with opacity set to 0.0, but it seems 
like Geoserver still fetches the data. I guess the raster style is evaluated 
after the requested data has been retrieved?

Can I configure a WMS layer to respond with a blank image on every getMap 
request?


Regards, Casper
--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. http://sdm.link/zohodev2dev___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Problem reading features: SQLException: Could not obtain native oracle connection for class com.sun.proxy.$Proxy11

2016-08-10 Thread benjoh
I will ask the people responsible for the Tomcat-server, but I don't think
that is the issue. 

I looked a bit deeper in the log-file now and found another stack trace that
is thrown before my original stacktrace:

2016-08-10 11:00:57,195 ERROR [geotools.jdbc] - There's code using JDBC
based datastore and not disposing them. This may lead to temporary loss of
database connections. Please make sure all data access code calls
DataStore.dispose() before freeing all references to it
getFeatureType(Unknown Source)
at
org.geoserver.gwc.layer.CatalogConfiguration.isLayerExposable(CatalogConfiguration.java:453)
at
org.geoserver.gwc.config.GWCInitializer.addLayersToNotCache(GWCInitializer.java:283)
at
org.geoserver.gwc.config.GWCInitializer.initialize(GWCInitializer.java:153)
at
org.geoserver.config.GeoServerLoader.loadInitializers(GeoServerLoader.java:147)
at
org.geoserver.config.GeoServerLoader.postProcessBeforeInitialization(GeoServerLoader.java:127)
at
org.geoserver.config.GeoServerLoaderProxy.postProcessBeforeInitialization(GeoServerLoaderProxy.java:59)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:408)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1570)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:545)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:772)
at
org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:839)
at
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:538)
at
org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:444)
at
org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:326)
at
org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:107)
at
org.geoserver.platform.GeoServerContextLoaderListener.contextInitialized(GeoServerContextLoaderListener.java:23)
at
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4812)
at
org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5255)
at
org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:147)
at
org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
at
org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.ClassNotFoundException: Illegal access: this web
application instance has been stopped already. Could not load
[oracle.ucp.UniversalPooledConnection]. The following stack trace is thrown
for debugging purposes as well as to attempt to terminate the thread which
caused the illegal access.
at
org.apache.catalina.loader.WebappClassLoaderBase.checkStateForClassLoading(WebappClassLoaderBase.java:1318)
at
org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1181)
at
org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1142)
... 55 more
Caused by: java.lang.IllegalStateException: Illegal access: this web
application instance has been stopped already. Could not load
[oracle.ucp.UniversalPooledConnection]. The following stack trace is thrown
for debugging purposes as well as to attempt to terminate the thread which
caused the illegal access.
at
org.apache.catalina.loader.WebappClassLoaderBase.checkStateForResourceLoading(WebappClassLoaderBase.java:1328)
at

Re: [Geoserver-users] Problem reading features: SQLException: Could not obtain native oracle connection for class com.sun.proxy.$Proxy11

2016-08-10 Thread Julian Hollingbery
Have you tested that the Tomcat-server is actually able to create a connection 
to the database? I loose count of the number of times some internal firewall 
prevents connections on TCP 1521, or the connection string is misspelt, or ..

Best Regards,
/julian

-Oprindelig meddelelse-
Fra: benjoh [mailto:benny...@gmail.com] 
Sendt: 10. august 2016 10:02
Til: geoserver-users@lists.sourceforge.net
Emne: Re: [Geoserver-users] Problem reading features: SQLException: Could not 
obtain native oracle connection for class com.sun.proxy.$Proxy11

Thanks for the reply! 

I am not in control over the Tomcat-server we use. I can only deploy 
applications and configure them. This is my connection resource if it helps:



These are the jars that are inside tomcat libs: catalina-jmx-remote.jar, 
ojdbc7.jar, ons.jar, simplefan.jar, tomcat-juli-adapters.jar and ucp.jar

There is an ojdbc.jar in geoserver.war as well. Could that cause the issue?
I could try to remove it and redeploy geoserver. 

What is weird though, is that I use geoserver in another application on another 
tomcatserver with the same jars and that works perfectly fine. 




--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Problem-reading-features-SQLException-Could-not-obtain-native-oracle-connection-for-class-com-sun-pr1-tp5279641p5280185.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic 
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity planning 
reports. http://sdm.link/zohodev2dev 
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. http://sdm.link/zohodev2dev
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Problem reading features: SQLException: Could not obtain native oracle connection for class com.sun.proxy.$Proxy11

2016-08-10 Thread benjoh
Thanks for the reply! 

I am not in control over the Tomcat-server we use. I can only deploy
applications and configure them. This is my connection resource if it helps:



These are the jars that are inside tomcat libs: catalina-jmx-remote.jar,
ojdbc7.jar, ons.jar, simplefan.jar, tomcat-juli-adapters.jar and ucp.jar

There is an ojdbc.jar in geoserver.war as well. Could that cause the issue?
I could try to remove it and redeploy geoserver. 

What is weird though, is that I use geoserver in another application on
another tomcatserver with the same jars and that works perfectly fine. 




--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Problem-reading-features-SQLException-Could-not-obtain-native-oracle-connection-for-class-com-sun-pr1-tp5279641p5280185.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. http://sdm.link/zohodev2dev
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Geofence - LayerGroups

2016-08-10 Thread Jussila Ville
Hi,
I'm running Geoserver 2.9.0 with embedded Jetty from Windows installer.
I have searched information about this topic and tested this by myself for a 
while without any success. Is it possible to control LayerGroups with GeoFence? 
I have tried both embedded and standalone versions without satisfying result, 
layerGroups are still visible with client. Connection between Geoserver and 
Geofence works fine. Notes below are from using Standalone version.

I have workspace "city" in Geoserver where I have built layers and layergroups. 
Layergroups are pointed to that "city"-workspace. The Layergroups are built 
with mode Single, Named tree and Container tree depending on its usage and some 
of them are nested. I have found this kind of behavior when limiting access 
with Geofence

Geofence: DENY everything on all workspace or DENY everything on "city" 
workspace

-  Only layergroups are visible but not accessible.

Geofence: ALLOW everything on all workspace or on "city" workspace for certain 
role

-  Layergroups and layers are visible and accessible for user with 
certain role.

-  Layergroups which are built with Single mode appears in correct 
Container tree Layergroup and also at the end of the list layers for user with 
certain role.

-  User without certain role for "city" workspaces layergroups are 
visible but not accessible.

Geofence: ALLOW one layer on "city" workspace for one user

-  All layergroups are visible but not accessible

-  One layer is visible and accessible

How does LIMIT parameter works for raster layers? Or for vector layers as well. 
I tried to define an area to be published from one certain raster layer. I used 
this Allowed Area parameter at Layer Limits

SRID=4326;MULTIPOLYGON (((24.94601815481079 60.133969115637946, 
24.945974007763702 60.160895510936726, 25 60.160906522783534, 25 
60.13398011556427, 24.94601815481079 60.133969115637946)))

Rule is successfully saved but without map output.

At the moment which version should be used, embedded or Standalone version? I 
found more parameters from LIMIT on Standalone which I think prefers to our 
purposes more.

Thanks for your answer

Best Regards



Ville Jussila
Cadastral Surveyor
City of Helsinki / Real Estate Department
City Survey Division / GIS office
puh. +358 9 310 31825 tai +358 40 350 9770
ville.juss...@hel.fi, 
www.hel.fi/kv

--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. http://sdm.link/zohodev2dev___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Problem reading features: SQLException: Could not obtain native oracle connection for class com.sun.proxy.$Proxy11

2016-08-10 Thread Andrea Aime
Hi,
I'm not familiar with the particular error (specifically, the involvement
of a com.sun.Proxy in it), but wondering if you may have the oracle driver
in two
different places at the same time, like in geoserver, but also inside the
tomcat libs?

This might be relevant:
https://osgeo-org.atlassian.net/browse/GEOT-4106

Also, you should probably tell us how you have setup your connection pool

Cheers
Andrea


On Wed, Aug 10, 2016 at 9:12 AM, benjoh  wrote:

> No one has encountered this issue? I am tearing my hair out. Can it have
> something to do with the ojdbc.jar or something?
>
>
>
> --
> View this message in context: http://osgeo-org.1560.x6.
> nabble.com/Problem-reading-features-SQLException-Could-
> not-obtain-native-oracle-connection-for-class-com-sun-
> pr1-tp5279641p5280171.html
> Sent from the GeoServer - User mailing list archive at Nabble.com.
>
> 
> --
> What NetFlow Analyzer can do for you? Monitors network bandwidth and
> traffic
> patterns at an interface-level. Reveals which users, apps, and protocols
> are
> consuming the most bandwidth. Provides multi-vendor support for NetFlow,
> J-Flow, sFlow and other flows. Make informed decisions using capacity
> planning reports. http://sdm.link/zohodev2dev
> ___
> Geoserver-users mailing list
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>



-- 
==
GeoServer Professional Services from the experts! Visit
http://goo.gl/it488V for more information.
==

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39  339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

*AVVERTENZE AI SENSI DEL D.Lgs. 196/2003*

Le informazioni contenute in questo messaggio di posta elettronica e/o
nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il
loro utilizzo è consentito esclusivamente al destinatario del messaggio,
per le finalità indicate nel messaggio stesso. Qualora riceviate questo
messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
darcene notizia via e-mail e di procedere alla distruzione del messaggio
stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso,
divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od
utilizzarlo per finalità diverse, costituisce comportamento contrario ai
principi dettati dal D.Lgs. 196/2003.



The information in this message and/or attachments, is intended solely for
the attention and use of the named addressee(s) and may be confidential or
proprietary in nature or covered by the provisions of privacy act
(Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection
Code).Any use not in accord with its purpose, any disclosure, reproduction,
copying, distribution, or either dissemination, either whole or partial, is
strictly forbidden except previous formal approval of the named
addressee(s). If you are not the intended recipient, please contact
immediately the sender by telephone, fax or e-mail and delete the
information in this message that has been received in error. The sender
does not give any warranty or accept liability as the content, accuracy or
completeness of sent messages and accepts no responsibility  for changes
made after they were sent or for other risks which arise as a result of
e-mail transmission, viruses, etc.

---
--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. http://sdm.link/zohodev2dev___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] GeoServer 2.9.1 Released!

2016-08-10 Thread Devon Tucker
Hi everyone,

Apologies for the delay on the release announcement email! Thanks to Ben
for the edits to the blog post.

The GeoServer team is pleased to announce the release of GeoServer 2.9.1.
Download bundles are provided (bin

, war

, dmg

 and exe
)
along with documentation and extensions.

GeoServer 2.9.1 is the latest stable release of GeoServer and is
recommended for production deployment. This release is made in conjunction
with GeoTools 15.1 and GeoWebCache 1.9.1. Thanks to all contributors. Fixes
and new functionality include:

   - *Security enhancements: this release is a recommended upgrade* (see
   Security Considerations below for details)
   - Fixes for WFS editing failing for geometries in full 3D CRS
   - ColorMap variable substitution now working correctly for multiple
   layers in a GetMap request
   - PDF printing fixed to properly render SLD “shape://horline” symbol,
   prevent invalid polygon generation, out of memory errors, and large file
   generation.
   - Integrated GeoFence DB path is now set correctly in Windows.
   - KML placemarks now being set correctly when KMSCORE=0
   - Support for rotated pole projection NetCDF and GRIB2 files, including
   the native GRIB2 file format used by the NOAA Rapid Refresh (RAPv3)
   weather forecast model 
   - Support for multivalued xlink:href ClientProperty in app-schema
   mappings
   - Support requiring files to exist for GeoServer startup, to protect
   against insecure fallback when a data directory on a network share is
   unavailable
   - And much more, see all the tickets resolved in the release notes
   


This release has been made by Devon Tucker (Boundless) with help and
encouragement from the GeoServer community.
Security Considerations

This release includes several security enhancements and is a recommended
upgrade for production systems:

   - A remote execution vulnerability has been reported against both the
   Restlet library and the Apache Commons BeanUtils library, which is used by
   a number of facilities including our JSON parser. While we have not been
   able to demonstrate any way to exploit these vulnerabilities, we have
   patched our use of these libraries as a preventative measure. We would like
   to thank Kevin Smith for doing the bulk of the work, and Andrea Aime for
   providing a patched BeanUtils library addressing these vulnerabilities.
   - Layer security restrictions in CHALLENGE mode were not being correctly
   applied by embedded GeoWebCache. Thanks to Nick Muerdter for his
   responsible report of this vulnerability and for submitting a fix that
   included a unit test.
   - Carl Schroedl reported a vulnerability at application startup when
   working with a data directory on a network file system: if the network file
   system is not available at startup, GeoServer may fall back to its default
   insecure configuration. We have added a GEOSERVER_REQUIRE_FILE parameter to
   require the presence of one or more files during startup to defend against
   this situation. Thanks to Carl for following our responsible disclosure
   procedure, and to Ben Caradoc-Davies for implementing the new parameter.

If you wish to report a security vulnerability, please visit our website
for instructions on responsible reporting .
About GeoServer 2.9

Articles, docs, blog posts and presentations:

   - Lots of goodies in the original 2.9.0 announcement
    (GeoServer
   Blog)
   - Results of our Bug Stomp Mini Code Sprint
   

in
   July (GeoServer blog)
   - Internals upgrade to spring-4
    for Java
   8 compatibility (User Guide)
   - GeoServer code sprint success
   
and wicket migration code sprint
   
(GeoServer
   Blog)
   - GeoServer Plugin for QGIS
   
(Boundless)
   - Simplify complex feature mappings setup with HALE
   

(GeoSolutions)
   - REST management of Resources
    (User
   Guide)

Cheers!

Re: [Geoserver-users] Problem reading features: SQLException: Could not obtain native oracle connection for class com.sun.proxy.$Proxy11

2016-08-10 Thread benjoh
No one has encountered this issue? I am tearing my hair out. Can it have
something to do with the ojdbc.jar or something?



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Problem-reading-features-SQLException-Could-not-obtain-native-oracle-connection-for-class-com-sun-pr1-tp5279641p5280171.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. http://sdm.link/zohodev2dev
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users