I can add layers that are cached in a epsg:27700 gridset to QGIS with no
issue (provided they have only one style or I don't want the default
style). I'm not seeing any of the warning messages that you see Paul.

How did you define your grid set?

Ian

On 22 February 2017 at 08:21, Paul Wittle <[email protected]> wrote:

> Hi,
>
>
>
> I’m afraid it does have a native CRS in the layer editor. It is displaying
> as:
>
> Native      –  EPSG:27700
>
> Declared  – EPSG:27700
>
> SRS handling is set to Force declared
>
>
>
> I’ve just tried resetting the layer configuration for SRS handling to Keep
> native and that may have stopped the error. Could that issue simply be
> caused by using force declared when the native setting is the same?
>
>
>
> Small caveat being that the GeoServer may add the error to the log later;
> I’m never sure how long to leave it after a restart before assuming a
> message is definitively not there anymore.
>
>
>
> Cheers,
>
> Paul
>
>
>
> *From:* [email protected] [mailto:[email protected]] *On Behalf
> Of *Andrea Aime
> *Sent:* 21 February 2017 18:36
>
> *To:* Paul Wittle <[email protected]>
> *Cc:* [email protected]
> *Subject:* Re: [Geoserver-users] How to get GeoServer layers into QGIS
> forcing use of tile server
>
>
>
> Hi Paul,
>
> I'm not talking about the tile layer definition, but the GeoServer layer
> sitting on its back. Does it have a null native CRS in the Layer editor?
>
>
>
> Cheers
>
> Andrea
>
>
>
> On Tue, Feb 21, 2017 at 7:22 PM, Paul Wittle <[email protected]>
> wrote:
>
> Hi Andrea,
>
>
>
> I don’t think it is that, the following is in the GWC definition xml:
>
> <gridSubsets>
>
>     <gridSubset>
>
>       <gridSetName>EPSG:900913</gridSetName>
>
>     </gridSubset>
>
>     <gridSubset>
>
>       <gridSetName>BNG27700</gridSetName>
>
>     </gridSubset>
>
>   </gridSubsets>
>
>
>
> Maybe it is just that 27700 is a gridset I defined myself instead of a
> default one? I notice just above was the following:
>
>
>
> Can't compute tile layer bouds out of resource native bounds for CRS
> EPSG:27700
>
> java.lang.NullPointerException: Unable to transform referenced envelope,
> crs has not yet been provided.
>
>                 at org.geotools.geometry.jts.ReferencedEnvelope.transform(
> ReferencedEnvelope.java:669)
>
>                 at org.geoserver.gwc.layer.GeoServerTileLayer.getBounds(
> GeoServerTileLayer.java:934)
>
>                 at org.geoserver.gwc.layer.GeoServerTileLayer.getGrids(
> GeoServerTileLayer.java:877)
>
>                 at org.geoserver.gwc.layer.GeoServerTileLayer.
> checkGridSubsets(GeoServerTileLayer.java:822)
>
>                 at org.geoserver.gwc.layer.GeoServerTileLayer.
> getGridSubsets(GeoServerTileLayer.java:808)
>
>
>
> Cheers,
>
> Paul
>
>
>
>
>
> *From:* [email protected] [mailto:[email protected]] *On Behalf
> Of *Andrea Aime
> *Sent:* 21 February 2017 17:23
>
>
> *To:* Paul Wittle <[email protected]>
> *Cc:* [email protected]
> *Subject:* Re: [Geoserver-users] How to get GeoServer layers into QGIS
> forcing use of tile server
>
>
>
> Hi Paul,
>
> as far as I can see this error *might* occurr if a layer happens to have
>
> no native CRS, but I could be wrong. Is that your case?
>
>
>
> Cheers
>
> Andrea
>
>
>
> On Tue, Feb 21, 2017 at 4:11 PM, Paul Wittle <[email protected]>
> wrote:
>
> Hi Andrea,
>
>
>
> This is a stack trace:
>
>
>
> DEBUG [org.geoserver.gwc.layer] - Can't compute bounds for tile layer
> workspace:layer in CRS EPSG:900913. Assuming full GridSet bounds. (null)
>
> java.lang.NullPointerException
>
>                 at org.geotools.geometry.jts.ReferencedEnvelope.transform(
> ReferencedEnvelope.java:672)
>
>                 at org.geoserver.gwc.layer.GeoServerTileLayer.getBounds(
> GeoServerTileLayer.java:954)
>
>                 at org.geoserver.gwc.layer.GeoServerTileLayer.getGrids(
> GeoServerTileLayer.java:877)
>
>                 at org.geoserver.gwc.layer.GeoServerTileLayer.
> checkGridSubsets(GeoServerTileLayer.java:822)
>
>                 at org.geoserver.gwc.layer.GeoServerTileLayer.
> getGridSubsets(GeoServerTileLayer.java:808)
>
>                 at org.geowebcache.diskquota.LayerCacheInfoBuilder.
> findOnDiskTileSets(LayerCacheInfoBuilder.java:148)
>
>                 at org.geowebcache.diskquota.LayerCacheInfoBuilder.
> buildCacheInfo(LayerCacheInfoBuilder.java:110)
>
>                 at org.geowebcache.diskquota.DiskQuotaMonitor.
> launchCacheInfoGatheringThreads(DiskQuotaMonitor.java:413)
>
>                 at org.geowebcache.diskquota.DiskQuotaMonitor.
> startUpInternal(DiskQuotaMonitor.java:272)
>
>                 at org.geowebcache.diskquota.DiskQuotaMonitor.startUp(
> DiskQuotaMonitor.java:231)
>
>                 at org.geoserver.gwc.GWC.reload(GWC.java:632)
>
>                 at org.geoserver.gwc.GWC.tryReload(GWC.java:597)
>
>                 at org.geoserver.gwc.config.GWCLifeCycleHandler.onReload(
> GWCLifeCycleHandler.java:26)
>
>                 at org.geoserver.config.impl.GeoServerImpl.reload(
> GeoServerImpl.java:477)
>
>                 at org.geoserver.config.impl.GeoServerImpl.reload(
> GeoServerImpl.java:432)
>
>                 at org.geoserver.web.admin.StatusPage$5.onClick(
> StatusPage.java:160)
>
>                 at org.apache.wicket.ajax.markup.html.AjaxLink$1.onEvent(
> AjaxLink.java:84)
>
>                 at org.apache.wicket.ajax.AjaxEventBehavior.respond(
> AjaxEventBehavior.java:155)
>
>                 at org.apache.wicket.ajax.AbstractDefaultAjaxBehavior.
> onRequest(AbstractDefaultAjaxBehavior.java:588)
>
>                 at sun.reflect.GeneratedMethodAccessor601.invoke(Unknown
> Source)
>
>                 at sun.reflect.DelegatingMethodAccessorImpl.invoke(
> DelegatingMethodAccessorImpl.java:43)
>
>                 at java.lang.reflect.Method.invoke(Method.java:498)
>
>                 at org.apache.wicket.RequestListenerInterface.
> internalInvoke(RequestListenerInterface.java:258)
>
>                 at org.apache.wicket.RequestListenerInterface.invoke(
> RequestListenerInterface.java:241)
>
>                 at org.apache.wicket.core.request.handler.
> ListenerInterfaceRequestHandler.invokeListener(
> ListenerInterfaceRequestHandler.java:248)
>
>                 at org.apache.wicket.core.request.handler.
> ListenerInterfaceRequestHandler.respond(ListenerInterfaceRequestHandle
> r.java:234)
>
>                 at org.apache.wicket.request.cycle.RequestCycle$
> HandlerExecutor.respond(RequestCycle.java:865)
>
>                 at org.apache.wicket.request.RequestHandlerStack.execute(
> RequestHandlerStack.java:64)
>
>                 at org.apache.wicket.request.cycle.RequestCycle.execute(
> RequestCycle.java:265)
>
>                 at org.apache.wicket.request.cycle.RequestCycle.
> processRequest(RequestCycle.java:222)
>
>                 at org.apache.wicket.request.cycle.RequestCycle.
> processRequestAndDetach(RequestCycle.java:293)
>
>                 at org.apache.wicket.protocol.http.WicketFilter.
> processRequestCycle(WicketFilter.java:261)
>
>                 at org.apache.wicket.protocol.http.WicketFilter.
> processRequest(WicketFilter.java:203)
>
>                 at org.apache.wicket.protocol.http.WicketServlet.doGet(
> WicketServlet.java:137)
>
>                 at javax.servlet.http.HttpServlet.service(
> HttpServlet.java:618)
>
>                 at javax.servlet.http.HttpServlet.service(
> HttpServlet.java:725)
>
>                 at org.springframework.web.servlet.mvc.
> ServletWrappingController.handleRequestInternal(ServletWrappingController.
> java:158)
>
>                 at org.springframework.web.servlet.mvc.AbstractController.
> handleRequest(AbstractController.java:147)
>
>                 at org.springframework.web.servlet.mvc.
> SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter
> .java:50)
>
>                 at org.springframework.web.servlet.DispatcherServlet.
> doDispatch(DispatcherServlet.java:959)
>
>                 at org.springframework.web.servlet.DispatcherServlet.
> doService(DispatcherServlet.java:893)
>
>                 at org.springframework.web.servlet.FrameworkServlet.
> processRequest(FrameworkServlet.java:968)
>
>                 at org.springframework.web.servlet.FrameworkServlet.
> doGet(FrameworkServlet.java:859)
>
>                 at javax.servlet.http.HttpServlet.service(
> HttpServlet.java:618)
>
>                 at org.springframework.web.servlet.FrameworkServlet.
> service(FrameworkServlet.java:844)
>
>                 at javax.servlet.http.HttpServlet.service(
> HttpServlet.java:725)
>
>                 at org.apache.catalina.core.ApplicationFilterChain.
> internalDoFilter(ApplicationFilterChain.java:291)
>
>                 at org.apache.catalina.core.ApplicationFilterChain.
> doFilter(ApplicationFilterChain.java:206)
>
>                 at org.apache.tomcat.websocket.server.WsFilter.doFilter(
> WsFilter.java:52)
>
>                 at org.apache.catalina.core.ApplicationFilterChain.
> internalDoFilter(ApplicationFilterChain.java:239)
>
>                 at org.apache.catalina.core.ApplicationFilterChain.
> doFilter(ApplicationFilterChain.java:206)
>
>                 at org.geoserver.filters.ThreadLocalsCleanupFilter.
> doFilter(ThreadLocalsCleanupFilter.java:28)
>
>                 at org.apache.catalina.core.ApplicationFilterChain.
> internalDoFilter(ApplicationFilterChain.java:239)
>
>                 at org.apache.catalina.core.ApplicationFilterChain.
> doFilter(ApplicationFilterChain.java:206)
>
>                 at org.geoserver.filters.SpringDelegatingFilter$Chain.
> doFilter(SpringDelegatingFilter.java:75)
>
>                 at org.geoserver.wms.animate.AnimatorFilter.doFilter(
> AnimatorFilter.java:71)
>
>                 at org.geoserver.filters.SpringDelegatingFilter$Chain.
> doFilter(SpringDelegatingFilter.java:71)
>
>                 at org.springframework.orm.hibernate3.support.
> OpenSessionInViewFilter.doFilterInternal(OpenSessionInViewFilter.java:231)
>
>                 at org.springframework.web.filter.OncePerRequestFilter.
> doFilter(OncePerRequestFilter.java:107)
>
>                 at org.geoserver.filters.SpringDelegatingFilter$Chain.
> doFilter(SpringDelegatingFilter.java:71)
>
>                 at org.geoserver.monitor.MonitorFilter.doFilter(
> MonitorFilter.java:89)
>
>                 at org.geoserver.filters.SpringDelegatingFilter$Chain.
> doFilter(SpringDelegatingFilter.java:71)
>
>                 at org.geoserver.filters.SpringDelegatingFilter.doFilter(
> SpringDelegatingFilter.java:46)
>
>                 at org.apache.catalina.core.ApplicationFilterChain.
> internalDoFilter(ApplicationFilterChain.java:239)
>
>                 at org.apache.catalina.core.ApplicationFilterChain.
> doFilter(ApplicationFilterChain.java:206)
>
>                 at org.geoserver.platform.AdvancedDispatchFilter.doFilter(
> AdvancedDispatchFilter.java:50)
>
>                 at org.apache.catalina.core.ApplicationFilterChain.
> internalDoFilter(ApplicationFilterChain.java:239)
>
>                 at org.apache.catalina.core.ApplicationFilterChain.
> doFilter(ApplicationFilterChain.java:206)
>
>                 at org.springframework.security.web.FilterChainProxy$
> VirtualFilterChain.doFilter(FilterChainProxy.java:316)
>
>                 at org.geoserver.security.filter.GeoServerCompositeFilter$
> NestedFilterChain.doFilter(GeoServerCompositeFilter.java:69)
>
>                 at org.springframework.security.web.access.intercept.
> FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:126)
>
>                 at org.springframework.security.web.access.intercept.
> FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:90)
>
>                 at org.geoserver.security.filter.GeoServerCompositeFilter$
> NestedFilterChain.doFilter(GeoServerCompositeFilter.java:73)
>
>                 at org.geoserver.security.filter.GeoServerCompositeFilter.
> doFilter(GeoServerCompositeFilter.java:92)
>
>                 at org.springframework.security.web.FilterChainProxy$
> VirtualFilterChain.doFilter(FilterChainProxy.java:330)
>
>                 at org.geoserver.security.filter.GeoServerCompositeFilter$
> NestedFilterChain.doFilter(GeoServerCompositeFilter.java:69)
>
>                 at org.springframework.security.web.access.
> ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:114)
>
>                 at org.geoserver.security.filter.GeoServerCompositeFilter$
> NestedFilterChain.doFilter(GeoServerCompositeFilter.java:73)
>
>                 at org.geoserver.security.filter.GeoServerCompositeFilter.
> doFilter(GeoServerCompositeFilter.java:92)
>
>                 at org.springframework.security.web.FilterChainProxy$
> VirtualFilterChain.doFilter(FilterChainProxy.java:330)
>
>                 at org.geoserver.security.filter.
> GeoServerAnonymousAuthenticationFilter.doFilter(
> GeoServerAnonymousAuthenticationFilter.java:54)
>
>                 at org.springframework.security.web.FilterChainProxy$
> VirtualFilterChain.doFilter(FilterChainProxy.java:330)
>
>                 at org.geoserver.security.filter.GeoServerCompositeFilter$
> NestedFilterChain.doFilter(GeoServerCompositeFilter.java:69)
>
>                 at org.springframework.security.web.authentication.
> AbstractAuthenticationProcessingFilter.doFilter(
> AbstractAuthenticationProcessingFilter.java:205)
>
>                 at org.geoserver.security.filter.GeoServerCompositeFilter$
> NestedFilterChain.doFilter(GeoServerCompositeFilter.java:73)
>
>                 at org.geoserver.security.filter.GeoServerCompositeFilter.
> doFilter(GeoServerCompositeFilter.java:92)
>
>                 at org.geoserver.security.filter.
> GeoServerUserNamePasswordAuthenticationFilter.doFilter(
> GeoServerUserNamePasswordAuthenticationFilter.java:116)
>
>                 at org.springframework.security.web.FilterChainProxy$
> VirtualFilterChain.doFilter(FilterChainProxy.java:330)
>
>                 at org.geoserver.security.filter.GeoServerCompositeFilter$
> NestedFilterChain.doFilter(GeoServerCompositeFilter.java:69)
>
>                 at org.springframework.security.
> web.authentication.rememberme.RememberMeAuthenticationFilter.doFilter(
> RememberMeAuthenticationFilter.java:157)
>
>                 at org.geoserver.security.filter.GeoServerCompositeFilter$
> NestedFilterChain.doFilter(GeoServerCompositeFilter.java:73)
>
>                 at org.geoserver.security.filter.GeoServerCompositeFilter.
> doFilter(GeoServerCompositeFilter.java:92)
>
>                 at org.springframework.security.web.FilterChainProxy$
> VirtualFilterChain.doFilter(FilterChainProxy.java:330)
>
>                 at org.geoserver.security.filter.GeoServerCompositeFilter$
> NestedFilterChain.doFilter(GeoServerCompositeFilter.java:69)
>
>                 at org.springframework.security.web.context.
> SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilt
> er.java:91)
>
>                 at org.geoserver.security.filter.
> GeoServerSecurityContextPersistenceFilter$1.doFilter(
> GeoServerSecurityContextPersistenceFilter.java:53)
>
>                 at org.geoserver.security.filter.GeoServerCompositeFilter$
> NestedFilterChain.doFilter(GeoServerCompositeFilter.java:73)
>
>                 at org.geoserver.security.filter.GeoServerCompositeFilter.
> doFilter(GeoServerCompositeFilter.java:92)
>
>                 at org.springframework.security.web.FilterChainProxy$
> VirtualFilterChain.doFilter(FilterChainProxy.java:330)
>
>                 at org.springframework.security.web.FilterChainProxy.
> doFilterInternal(FilterChainProxy.java:213)
>
>                 at org.springframework.security.
> web.FilterChainProxy.doFilter(FilterChainProxy.java:176)
>
>                 at org.geoserver.security.GeoServerSecurityFilterChainPr
> oxy.doFilter(GeoServerSecurityFilterChainProxy.java:152)
>
>                 at org.springframework.web.filter.DelegatingFilterProxy.
> invokeDelegate(DelegatingFilterProxy.java:346)
>
>                 at org.springframework.web.filter.DelegatingFilterProxy.
> doFilter(DelegatingFilterProxy.java:262)
>
>                 at org.apache.catalina.core.ApplicationFilterChain.
> internalDoFilter(ApplicationFilterChain.java:239)
>
>                 at org.apache.catalina.core.ApplicationFilterChain.
> doFilter(ApplicationFilterChain.java:206)
>
>                 at org.geoserver.filters.LoggingFilter.doFilter(
> LoggingFilter.java:87)
>
>                 at org.apache.catalina.core.ApplicationFilterChain.
> internalDoFilter(ApplicationFilterChain.java:239)
>
>                 at org.apache.catalina.core.ApplicationFilterChain.
> doFilter(ApplicationFilterChain.java:206)
>
>                 at org.geoserver.filters.GZIPFilter.doFilter(
> GZIPFilter.java:42)
>
>                 at org.apache.catalina.core.ApplicationFilterChain.
> internalDoFilter(ApplicationFilterChain.java:239)
>
>                 at org.apache.catalina.core.ApplicationFilterChain.
> doFilter(ApplicationFilterChain.java:206)
>
>                 at org.geoserver.filters.SessionDebugFilter.doFilter(
> SessionDebugFilter.java:48)
>
>                 at org.apache.catalina.core.ApplicationFilterChain.
> internalDoFilter(ApplicationFilterChain.java:239)
>
>                 at org.apache.catalina.core.ApplicationFilterChain.
> doFilter(ApplicationFilterChain.java:206)
>
>                 at org.geoserver.filters.FlushSafeFilter.doFilter(
> FlushSafeFilter.java:44)
>
>                 at org.apache.catalina.core.ApplicationFilterChain.
> internalDoFilter(ApplicationFilterChain.java:239)
>
>                 at org.apache.catalina.core.ApplicationFilterChain.
> doFilter(ApplicationFilterChain.java:206)
>
>                 at org.springframework.web.filter.CharacterEncodingFilter.
> doFilterInternal(CharacterEncodingFilter.java:121)
>
>                 at org.springframework.web.filter.OncePerRequestFilter.
> doFilter(OncePerRequestFilter.java:107)
>
>                 at org.apache.catalina.core.ApplicationFilterChain.
> internalDoFilter(ApplicationFilterChain.java:239)
>
>                 at org.apache.catalina.core.ApplicationFilterChain.
> doFilter(ApplicationFilterChain.java:206)
>
>                 at org.apache.catalina.core.StandardWrapperValve.invoke(
> StandardWrapperValve.java:219)
>
>                 at org.apache.catalina.core.StandardContextValve.invoke(
> StandardContextValve.java:106)
>
>                 at org.apache.catalina.authenticator.
> AuthenticatorBase.invoke(AuthenticatorBase.java:501)
>
>                 at org.apache.catalina.core.StandardHostValve.invoke(
> StandardHostValve.java:142)
>
>                 at org.apache.catalina.valves.ErrorReportValve.invoke(
> ErrorReportValve.java:79)
>
>                 at org.apache.catalina.valves.
> AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:610)
>
>                 at org.apache.catalina.core.StandardEngineValve.invoke(
> StandardEngineValve.java:88)
>
>                 at org.apache.catalina.connector.CoyoteAdapter.service(
> CoyoteAdapter.java:537)
>
>                 at org.apache.coyote.http11.AbstractHttp11Processor.
> process(AbstractHttp11Processor.java:1085)
>
>                 at org.apache.coyote.AbstractProtocol$
> AbstractConnectionHandler.process(AbstractProtocol.java:658)
>
>                 at org.apache.coyote.http11.Http11AprProtocol$
> Http11ConnectionHandler.process(Http11AprProtocol.java:277)
>
>                 at org.apache.tomcat.util.net.AprEndpoint$SocketProcessor.
> doRun(AprEndpoint.java:2407)
>
>                 at org.apache.tomcat.util.net.AprEndpoint$SocketProcessor.
> run(AprEndpoint.java:2396)
>
>                 at java.util.concurrent.ThreadPoolExecutor.runWorker(
> ThreadPoolExecutor.java:1142)
>
>                 at java.util.concurrent.ThreadPoolExecutor$Worker.run(
> ThreadPoolExecutor.java:617)
>
>                 at org.apache.tomcat.util.threads.TaskThread$
> WrappingRunnable.run(TaskThread.java:61)
>
>                 at java.lang.Thread.run(Thread.java:745)
>
>
>
> I’m pretty sure the authentication is causing trouble as I saw other
> messages which mentioned the security settings; not sure if this one
> mentions it though.
>
>
>
> Cheers,
>
> Paul
>
>
>
> *From:* [email protected] [mailto:[email protected]] *On Behalf
> Of *Andrea Aime
> *Sent:* 21 February 2017 13:19
> *To:* Paul Wittle <[email protected]>
> *Cc:* [email protected]
> *Subject:* Re: [Geoserver-users] How to get GeoServer layers into QGIS
> forcing use of tile server
>
>
>
> On Tue, Feb 21, 2017 at 1:05 PM, Paul Wittle <[email protected]>
> wrote:
>
> Hi,
>
>
>
> We’ve been having error logs stating “Can't compute bounds for tile layer”
> in our GeoServer for ages. I have pretty much assumed that something was
> wrong with the xml configurations.
>
>
>
> The error message was not reputed fatal and the full stack trace is only
> logged at "FINE" logging level.
>
> Can you switch to "geoserver developer logging" and make it happen again,
> then you should find the full stack
>
> trace in the logs. Please share it here :-)
>
>
>
> Cheers
>
> Andrea
>
>
>
> PS: I don't have direct experience using tiles from QGIS, so cannot
> comment on the rest of your mail
>
>
>
> --
>
> ==
>
> 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 <+39%200584%20962313>
>
> fax: +39 0584 1660272 <+39%200584%20166%200272>
>
> mob: +39  339 8844549 <+39%20339%20884%204549>
>
>
>
> 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.
>
>
>
> -------------------------------------------------------
>
> "This e-mail is intended for the named addressee(s) only and may contain
> information about individuals or other sensitive information and should be
> handled accordingly. Unless you are the named addressee (or authorised to
> receive it for the addressee) you may not copy or use it, or disclose it to
> anyone else. If you have received this email in error, kindly disregard the
> content of the message and notify the sender immediately. Please be aware
> that all email may be subject to recording and/or monitoring in accordance
> with relevant legislation."
>
>
>
>
>
> --
>
> ==
>
> 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 <+39%200584%20962313>
>
> fax: +39 0584 1660272 <+39%200584%20166%200272>
>
> mob: +39  339 8844549 <+39%20339%20884%204549>
>
>
>
> 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.
>
>
>
> -------------------------------------------------------
>
> "This e-mail is intended for the named addressee(s) only and may contain
> information about individuals or other sensitive information and should be
> handled accordingly. Unless you are the named addressee (or authorised to
> receive it for the addressee) you may not copy or use it, or disclose it to
> anyone else. If you have received this email in error, kindly disregard the
> content of the message and notify the sender immediately. Please be aware
> that all email may be subject to recording and/or monitoring in accordance
> with relevant legislation."
>
>
>
>
>
> --
>
> ==
>
> 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 <+39%200584%20962313>
>
> fax: +39 0584 1660272 <+39%200584%20166%200272>
>
> mob: +39  339 8844549 <+39%20339%20884%204549>
>
>
>
> 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.
>
>
>
> -------------------------------------------------------
> "This e-mail is intended for the named addressee(s) only and may contain
> information about individuals or other sensitive information and should be
> handled accordingly. Unless you are the named addressee (or authorised to
> receive it for the addressee) you may not copy or use it, or disclose it to
> anyone else. If you have received this email in error, kindly disregard the
> content of the message and notify the sender immediately. Please be aware
> that all email may be subject to recording and/or monitoring in accordance
> with relevant legislation."
>
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> _______________________________________________
> Geoserver-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
>


-- 
Ian Turton
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to