yep,
the fix has been merged on 2.7.x already, I am about to do the same for 2.6.x.


Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://goo.gl/it488V for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax:     +39 0584 1660272
mob:   +39  333 8128928

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.


On Fri, Aug 28, 2015 at 6:33 AM, Jody Garnett <[email protected]> wrote:
> Thanks for the confirmation Javier, and I see simone has started taking the
> fix back to the stable branch.
>
> --
> Jody Garnett
>
> On 27 August 2015 at 19:28, Javier Avalos <[email protected]>
> wrote:
>>
>> Hi Jody.
>>
>> I built it in my local repository and have installed on the production
>> server . The geoserver works perfectly.
>>
>>
>>
>>
>>
>> 2015-08-27 1:58 GMT-05:00 Jody Garnett <[email protected]>:
>>>
>>> Merged in, if you could grab a nightly build and confirm the fix works as
>>> intended it would be greatly appreciated.
>>>
>>> (We have a beta release scheduled shortly and I would like confirmation
>>> that this fix works)
>>>
>>> --
>>> Jody Garnett
>>>
>>> On 25 August 2015 at 22:34, Jody Garnett <[email protected]> wrote:
>>>>
>>>> Here is a pull request: https://github.com/geoserver/geoserver/pull/1197
>>>>
>>>> A cross module incompatibility is not easy to write a test case for,
>>>> perhaps I can ask you to test a nightly build when/if the above is merged
>>>> in.
>>>> --
>>>> Jody Garnett
>>>>
>>>> On 25 August 2015 at 22:28, Jody Garnett <[email protected]> wrote:
>>>>>
>>>>> Um so can we get that as a pull request so the conflict stays fixed for
>>>>> others :)
>>>>>
>>>>> --
>>>>> Jody Garnett
>>>>>
>>>>> On 25 August 2015 at 17:03, Javier Avalos
>>>>> <[email protected]> wrote:
>>>>>>
>>>>>> I answered myself :
>>>>>>
>>>>>> adding the following line:
>>>>>>
>>>>>>  /pdf/ **
>>>>>>
>>>>>> to the filter.properties configuration file of the monitoring module
>>>>>> and restart geoserver the error disappears .
>>>>>>
>>>>>> Cheers!
>>>>>>
>>>>>>
>>>>>> 2015-08-24 18:52 GMT-05:00 Jody Garnett <[email protected]>:
>>>>>>>
>>>>>>> Interesting, I am not sure if that is a combination that is often
>>>>>>> tested, I guess something in the monitoring extension is tripping up 
>>>>>>> parsing
>>>>>>> the request to the printing module. The printing module is produced by a
>>>>>>> seperate team, and is embedded into geoserver much like geowebcache.
>>>>>>>
>>>>>>> I would view this as a bug to report against the monitoring module.
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Jody Garnett
>>>>>>>
>>>>>>> On 24 August 2015 at 16:24, Javier Avalos
>>>>>>> <[email protected]> wrote:
>>>>>>>>
>>>>>>>> Hello everyone .
>>>>>>>>
>>>>>>>> Does anyone of you know if there is any conflict between the monitor
>>>>>>>> and print modules in version 2.5.x of geoserver ?
>>>>>>>> I'm using GeoExplorer and print a map sends me an error message . If
>>>>>>>> I remove the monitor module , correctly generates the map and I 
>>>>>>>> download the
>>>>>>>> pdf .
>>>>>>>> The log geoserver sends me this exception :
>>>>>>>>
>>>>>>>> 2015-08-24 17:51:24,549 DEBUG [geoserver.monitor] - Testing /csw for
>>>>>>>> monitor filtering
>>>>>>>> 2015-08-24 17:51:24,549 DEBUG [ows.OWSHandlerMapping] - Mapping
>>>>>>>> [/csw] to HandlerExecutionChain with handler
>>>>>>>> [org.geoserver.ows.Dispatcher@1602bb72] and 1 interceptor
>>>>>>>> 2015-08-24 17:51:24,549 INFO [geoserver.wps] -
>>>>>>>> Request: getServiceInfo
>>>>>>>> 2015-08-24 17:51:24,549 ERROR [geoserver.ows] -
>>>>>>>> org.geoserver.platform.ServiceException: Could not determine
>>>>>>>> geoserver request from http request
>>>>>>>> org.geoserver.monitor.MonitorServletRequest@7bf63e13
>>>>>>>>         at
>>>>>>>> org.geoserver.ows.Dispatcher.dispatch(Dispatcher.java:575)
>>>>>>>>         at
>>>>>>>> org.geoserver.ows.Dispatcher.handleRequestInternal(Dispatcher.java:264)
>>>>>>>>         at
>>>>>>>> org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153)
>>>>>>>>         at
>>>>>>>> org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:48)
>>>>>>>>         at
>>>>>>>> org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:923)
>>>>>>>>         at
>>>>>>>> org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:852)
>>>>>>>>         at
>>>>>>>> org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882)
>>>>>>>>         at
>>>>>>>> org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:778)
>>>>>>>>         at
>>>>>>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:620)
>>>>>>>>         at
>>>>>>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
>>>>>>>>         at
>>>>>>>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
>>>>>>>>         at
>>>>>>>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
>>>>>>>>         at
>>>>>>>> org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
>>>>>>>>         at
>>>>>>>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
>>>>>>>>         at
>>>>>>>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
>>>>>>>>         at
>>>>>>>> org.geoserver.filters.ThreadLocalsCleanupFilter.doFilter(ThreadLocalsCleanupFilter.java:28)
>>>>>>>>         at
>>>>>>>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
>>>>>>>>         at
>>>>>>>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
>>>>>>>>         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.geoserver.monitor.MonitorFilter.doFilter(MonitorFilter.java:138)
>>>>>>>>         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:241)
>>>>>>>>         at
>>>>>>>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
>>>>>>>>         at
>>>>>>>> org.geoserver.platform.AdvancedDispatchFilter.doFilter(AdvancedDispatchFilter.java:50)
>>>>>>>>         at
>>>>>>>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
>>>>>>>>         at
>>>>>>>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
>>>>>>>>         at
>>>>>>>> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:311)
>>>>>>>>         at
>>>>>>>> org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:69)
>>>>>>>>         at
>>>>>>>> org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:116)
>>>>>>>>         at
>>>>>>>> org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83)
>>>>>>>>         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:323)
>>>>>>>>         at
>>>>>>>> org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:69)
>>>>>>>>         at
>>>>>>>> org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
>>>>>>>>         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:323)
>>>>>>>>         at
>>>>>>>> org.geoserver.security.filter.GeoServerAnonymousAuthenticationFilter.doFilter(GeoServerAnonymousAuthenticationFilter.java:54)
>>>>>>>>         at
>>>>>>>> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
>>>>>>>>         at
>>>>>>>> org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:69)
>>>>>>>>         at
>>>>>>>> org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:201)
>>>>>>>>         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.GeoServerBasicAuthenticationFilter.doFilter(GeoServerBasicAuthenticationFilter.java:83)
>>>>>>>>         at
>>>>>>>> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
>>>>>>>>         at
>>>>>>>> org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:69)
>>>>>>>>         at
>>>>>>>> org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87)
>>>>>>>>         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:323)
>>>>>>>>         at
>>>>>>>> org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:173)
>>>>>>>>         at
>>>>>>>> org.geoserver.security.GeoServerSecurityFilterChainProxy.doFilter(GeoServerSecurityFilterChainProxy.java:135)
>>>>>>>>         at
>>>>>>>> org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)
>>>>>>>>         at
>>>>>>>> org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259)
>>>>>>>>         at
>>>>>>>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
>>>>>>>>         at
>>>>>>>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
>>>>>>>>         at
>>>>>>>> org.geoserver.filters.LoggingFilter.doFilter(LoggingFilter.java:76)
>>>>>>>>         at
>>>>>>>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
>>>>>>>>         at
>>>>>>>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
>>>>>>>>         at
>>>>>>>> org.geoserver.filters.GZIPFilter.doFilter(GZIPFilter.java:42)
>>>>>>>>         at
>>>>>>>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
>>>>>>>>         at
>>>>>>>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
>>>>>>>>         at
>>>>>>>> org.geoserver.filters.SessionDebugFilter.doFilter(SessionDebugFilter.java:48)
>>>>>>>>         at
>>>>>>>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
>>>>>>>>         at
>>>>>>>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
>>>>>>>>         at
>>>>>>>> org.geoserver.filters.FlushSafeFilter.doFilter(FlushSafeFilter.java:44)
>>>>>>>>         at
>>>>>>>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
>>>>>>>>         at
>>>>>>>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
>>>>>>>>         at
>>>>>>>> org.vfny.geoserver.filters.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:109)
>>>>>>>>         at
>>>>>>>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
>>>>>>>>         at
>>>>>>>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
>>>>>>>>         at
>>>>>>>> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
>>>>>>>>         at
>>>>>>>> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
>>>>>>>>         at
>>>>>>>> org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:503)
>>>>>>>>         at
>>>>>>>> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)
>>>>>>>>         at
>>>>>>>> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
>>>>>>>>         at
>>>>>>>> org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:950)
>>>>>>>>         at
>>>>>>>> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
>>>>>>>>         at
>>>>>>>> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:421)
>>>>>>>>         at
>>>>>>>> org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:190)
>>>>>>>>         at
>>>>>>>> org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:611)
>>>>>>>>         at
>>>>>>>> org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:314)
>>>>>>>>         at
>>>>>>>> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
>>>>>>>>         at
>>>>>>>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
>>>>>>>>         at
>>>>>>>> org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
>>>>>>>>         at java.lang.Thread.run(Thread.java:745)
>>>>>>>>
>>>>>>>> Much appreciate your help.
>>>>>>>>
>>>>>>>> --
>>>>>>>> Servicios Computacionales y Asesoría en Sistemas de Información
>>>>>>>> Geográfica
>>>>>>>> Francisco Javier Avalos Zapata
>>>>>>>> Ciudad Victoria, Tamaulipas
>>>>>>>> [email protected]
>>>>>>>>
>>>>>>>>
>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>
>>>>>>>> _______________________________________________
>>>>>>>> Geoserver-users mailing list
>>>>>>>> [email protected]
>>>>>>>> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Servicios Computacionales y Asesoría en Sistemas de Información
>>>>>> Geográfica
>>>>>> Francisco Javier Avalos Zapata
>>>>>> Ciudad Victoria, Tamaulipas
>>>>>> [email protected]
>>>>>
>>>>>
>>>>
>>>
>>
>>
>>
>> --
>> Servicios Computacionales y Asesoría en Sistemas de Información Geográfica
>> Francisco Javier Avalos Zapata
>> Ciudad Victoria, Tamaulipas
>> [email protected]
>
>
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> Geoserver-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>

------------------------------------------------------------------------------
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to