Hi again, I also get constantly this error and I have to restart tomcat even though I've set an Initial Pool memory of 1GB:
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE ServiceExceptionReport SYSTEM "http://192.168.3.15:80/geoserver/schemas/wms/1.1.1/WMS_exception_1_1_1.dtd"> <ServiceExceptionReport version="1.1.1" > <ServiceException> java.lang.OutOfMemoryError: PermGen space PermGen space Details: org.geoserver.platform.ServiceException: java.lang.OutOfMemoryError: PermGen space at org.geoserver.ows.Dispatcher.exception(Dispatcher.java:1324) at org.geoserver.ows.Dispatcher.handleRequestInternal(Dispatcher.java:244) 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:875) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:809) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:571) at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:501) at javax.servlet.http.HttpServlet.service(HttpServlet.java:627) at javax.servlet.http.HttpServlet.service(HttpServlet.java:729) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188) at org.geoserver.filters.ThreadLocalsCleanupFilter.doFilter(ThreadLocalsCleanupFilter.java:23) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188) at org.geoserver.filters.SpringDelegatingFilter$Chain.doFilter(SpringDelegatingFilter.java:74) at org.geoserver.filters.SpringDelegatingFilter.doFilter(SpringDelegatingFilter.java:45) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188) at org.geoserver.platform.AdvancedDispatchFilter.doFilter(AdvancedDispatchFilter.java:49) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188) at org.vfny.geoserver.filters.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:394) at org.springframework.security.intercept.web.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:109) at org.springframework.security.intercept.web.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:406) at org.springframework.security.ui.ExceptionTranslationFilter.doFilterHttp(ExceptionTranslationFilter.java:101) at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:406) at org.springframework.security.providers.anonymous.AnonymousProcessingFilter.doFilterHttp(AnonymousProcessingFilter.java:105) at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:406) at org.springframework.security.ui.basicauth.BasicProcessingFilter.doFilterHttp(BasicProcessingFilter.java:174) at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:406) at org.springframework.security.context.HttpSessionContextIntegrationFilter.doFilterHttp(HttpSessionContextIntegrationFilter.java:235) at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:406) at org.springframework.security.util.FilterChainProxy.doFilter(FilterChainProxy.java:185) at org.springframework.security.util.FilterToBeanProxy.doFilter(FilterToBeanProxy.java:99) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188) at org.geoserver.filters.LoggingFilter.doFilter(LoggingFilter.java:71) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188) at org.geoserver.filters.ReverseProxyFilter.doFilter(ReverseProxyFilter.java:183) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188) at org.geoserver.filters.GZIPFilter.doFilter(GZIPFilter.java:41) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188) at org.geoserver.filters.SessionDebugFilter.doFilter(SessionDebugFilter.java:46) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:172) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:879) at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665) at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528) at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689) at java.lang.Thread.run(Unknown Source) Caused by: java.lang.OutOfMemoryError: PermGen space at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClassCond(Unknown Source) at java.lang.ClassLoader.defineClass(Unknown Source) at java.security.SecureClassLoader.defineClass(Unknown Source) at org.apache.catalina.loader.WebappClassLoader.findClassInternal(WebappClassLoader.java:1960) at org.apache.catalina.loader.WebappClassLoader.findClass(WebappClassLoader.java:933) at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1405) at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1284) at freemarker.template.Template.<init>(Template.java:145) at freemarker.cache.TemplateCache.loadTemplate(TemplateCache.java:457) at freemarker.cache.TemplateCache.getTemplate(TemplateCache.java:370) at freemarker.cache.TemplateCache.getTemplate(TemplateCache.java:238) at freemarker.template.Configuration.getTemplate(Configuration.java:493) at freemarker.template.Configuration.getTemplate(Configuration.java:458) at org.geoserver.wms.map.OpenLayersMapOutputFormat.produceMap(OpenLayersMapOutputFormat.java:137) at org.geoserver.wms.map.OpenLayersMapOutputFormat.produceMap(OpenLayersMapOutputFormat.java:48) at org.geoserver.wms.GetMap.run(GetMap.java:377) at org.geoserver.wms.GetMap.run(GetMap.java:107) at org.geoserver.wms.DefaultWebMapService.getMap(DefaultWebMapService.java:353) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310) at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149) at org.geoserver.gwc.wms.CacheSeedingWebMapService.invoke(CacheSeedingWebMapService.java:60) at org.geoserver.gwc.wms.CacheSeedingWebMapService.invoke(CacheSeedingWebMapService.java:34) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171) at org.geoserver.gwc.wms.CachingWebMapService.invoke(CachingWebMapService.java:58) at org.geoserver.gwc.wms.CachingWebMapService.invoke(CachingWebMapService.java:40) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171) </ServiceException></ServiceExceptionReport> Un saludo, ·················································································· David Alda Fernández de Lezea Lurralde eta Biodibertsitate Saila / Dpto. de Territorio y Biodiversidad IKT Granja Modelo s/n · 01192 · Arkaute (Araba) ·················································································· Tlfnos.: 945-00-32-95 Fax: 945-00.32.90 ·················································································· email: [email protected] web: www.ikt.es ·················································································· -----Mensaje original----- De: David Alda Fernandez de Lezea [mailto:[email protected]] Enviado el: lunes, 07 de noviembre de 2011 12:30 Para: [email protected] Asunto: Re: [Geoserver-users] WFS-T After migration to 2.1.2 doesn't work Hasn't anybody experienced something like this?? It doesn't even work with the queries provided in geoserver demos. Regards, Un saludo, ·················································································· David Alda Fernández de Lezea Lurralde eta Biodibertsitate Saila / Dpto. de Territorio y Biodiversidad IKT Granja Modelo s/n · 01192 · Arkaute (Araba) ·················································································· Tlfnos.: 945-00-32-95 Fax: 945-00.32.90 ·················································································· email: [email protected] web: www.ikt.es ·················································································· -----Mensaje original----- De: David Alda Fernandez de Lezea [mailto:[email protected]] Enviado el: lunes, 07 de noviembre de 2011 11:24 Para: [email protected] Asunto: Re: [Geoserver-users] WFS-T After migration to 2.1.2 doesn't work Hi again, It happens on INSERT, UPDATE or DELETE, and I got a larger message. It has got something to do with schemas: 07 Nov 10:17:18 INFO [org.geoserver.wfs] - Request: getServiceInfo 07 Nov 10:17:18 DEBUG [org.geotools.xml] - schemaLocation found: http://www.opengis.net/wfs http://schemas.opengis.net/wfs/1.1.0/wfs.xsd http://192.168.3.15/ikt http://192.168.3.15/geoserver/wfs?request=DescribeFeatureType&version=1.1.0&typename=IKT:UnidadesGestion 07 Nov 10:17:18 DEBUG [org.geotools.xml] - Found override for http://www.opengis.net/wfs: http://schemas.opengis.net/wfs/1.1.0/wfs.xsd ==> jar:file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%205.5/webapps/geoserver/WEB-INF/lib/wfs-2.1.2.jar!/org/geoserver/wfs/xml/v1_1_0/wfs.xsd 07 Nov 10:17:18 DEBUG [org.geotools.xml] - building schema for schema: http://www.opengis.net/wfs 07 Nov 10:17:18 DEBUG [org.geotools.xml] - building schema for schema: http://www.opengis.net/ows 07 Nov 10:17:18 DEBUG [org.geotools.xml] - Could not locate schema for: owsGetCapabilities.xsd. 07 Nov 10:17:18 DEBUG [org.geotools.xml] - Could not locate schema for: owsServiceIdentification.xsd. 07 Nov 10:17:18 DEBUG [org.geotools.xml] - Could not locate schema for: owsDataIdentification.xsd. 07 Nov 10:17:18 DEBUG [org.geotools.xml] - Could not locate schema for: owsCommon.xsd. 07 Nov 10:17:19 DEBUG [org.geotools.xml] - Could not locate schema for: ows19115subset.xsd. 07 Nov 10:17:19 DEBUG [org.geotools.xml] - Could not locate schema for: owsServiceProvider.xsd. 07 Nov 10:17:19 DEBUG [org.geotools.xml] - Could not locate schema for: ows19115subset.xsd. 07 Nov 10:17:19 DEBUG [org.geotools.xml] - Could not locate schema for: owsOperationsMetadata.xsd. 07 Nov 10:17:19 DEBUG [org.geotools.xml] - Could not locate schema for: owsCommon.xsd. 07 Nov 10:17:19 DEBUG [org.geotools.xml] - Could not locate schema for: ows19115subset.xsd. 07 Nov 10:17:19 DEBUG [org.geotools.xml] - Could not locate schema for: owsExceptionReport.xsd. 07 Nov 10:17:19 DEBUG [org.geotools.xml] - building schema for schema: http://www.opengis.net/ogc 07 Nov 10:17:19 DEBUG [org.geotools.xml] - Could not locate schema for: expr.xsd. 07 Nov 10:17:19 DEBUG [org.geotools.xml] - Could not locate schema for: sort.xsd. 07 Nov 10:17:19 DEBUG [org.geotools.xml] - Could not locate schema for: expr.xsd. 07 Nov 10:17:19 DEBUG [org.geotools.xml] - Could not locate schema for: filterCapabilities.xsd. 07 Nov 10:17:19 DEBUG [org.geotools.xml] - building schema for schema: http://www.opengis.net/gml 07 Nov 10:17:19 DEBUG [org.geotools.xml] - Could not locate schema for: dynamicFeature.xsd. 07 Nov 10:17:19 DEBUG [org.geotools.xml] - Could not locate schema for: feature.xsd. 07 Nov 10:17:19 DEBUG [org.geotools.xml] - Could not locate schema for: geometryBasic2d.xsd. 07 Nov 10:17:19 DEBUG [org.geotools.xml] - Could not locate schema for: geometryBasic0d1d.xsd. 07 Nov 10:17:19 DEBUG [org.geotools.xml] - Could not locate schema for: measures.xsd. 07 Nov 10:17:19 DEBUG [org.geotools.xml] - Could not locate schema for: units.xsd. 07 Nov 10:17:20 DEBUG [org.geotools.xml] - Could not locate schema for: dictionary.xsd. 07 Nov 10:17:20 DEBUG [org.geotools.xml] - Could not locate schema for: gmlBase.xsd. 07 Nov 10:17:20 DEBUG [org.geotools.xml] - Could not locate schema for: basicTypes.xsd. 07 Nov 10:17:20 DEBUG [org.geotools.xml] - Could not locate schema for: temporal.xsd. 07 Nov 10:17:20 DEBUG [org.geotools.xml] - Could not locate schema for: gmlBase.xsd. 07 Nov 10:17:20 DEBUG [org.geotools.xml] - Could not locate schema for: direction.xsd. 07 Nov 10:17:20 DEBUG [org.geotools.xml] - Could not locate schema for: geometryBasic0d1d.xsd. 07 Nov 10:17:20 DEBUG [org.geotools.xml] - Could not locate schema for: topology.xsd. 07 Nov 10:17:20 DEBUG [org.geotools.xml] - Could not locate schema for: geometryComplexes.xsd. 07 Nov 10:17:20 DEBUG [org.geotools.xml] - Could not locate schema for: geometryAggregates.xsd. 07 Nov 10:17:20 DEBUG [org.geotools.xml] - Could not locate schema for: geometryPrimitives.xsd. 07 Nov 10:17:21 DEBUG [org.geotools.xml] - Could not locate schema for: geometryBasic2d.xsd. 07 Nov 10:17:21 DEBUG [org.geotools.xml] - Could not locate schema for: coverage.xsd. 07 Nov 10:17:21 DEBUG [org.geotools.xml] - Could not locate schema for: feature.xsd. 07 Nov 10:17:21 DEBUG [org.geotools.xml] - Could not locate schema for: valueObjects.xsd. 07 Nov 10:17:21 DEBUG [org.geotools.xml] - Could not locate schema for: geometryBasic0d1d.xsd. 07 Nov 10:17:21 DEBUG [org.geotools.xml] - Could not locate schema for: temporal.xsd. 07 Nov 10:17:21 DEBUG [org.geotools.xml] - Could not locate schema for: grids.xsd. 07 Nov 10:17:21 DEBUG [org.geotools.xml] - Could not locate schema for: geometryBasic0d1d.xsd. 07 Nov 10:17:22 DEBUG [org.geotools.xml] - Could not locate schema for: geometryAggregates.xsd. 07 Nov 10:17:22 DEBUG [org.geotools.xml] - Could not locate schema for: coordinateReferenceSystems.xsd. 07 Nov 10:17:22 DEBUG [org.geotools.xml] - Could not locate schema for: coordinateSystems.xsd. 07 Nov 10:17:22 DEBUG [org.geotools.xml] - Could not locate schema for: referenceSystems.xsd. 07 Nov 10:17:22 DEBUG [org.geotools.xml] - Could not locate schema for: geometryBasic2d.xsd. 07 Nov 10:17:22 DEBUG [org.geotools.xml] - Could not locate schema for: temporal.xsd. 07 Nov 10:17:22 DEBUG [org.geotools.xml] - Could not locate schema for: datums.xsd. 07 Nov 10:17:22 DEBUG [org.geotools.xml] - Could not locate schema for: referenceSystems.xsd. 07 Nov 10:17:23 DEBUG [org.geotools.xml] - Could not locate schema for: coordinateOperations.xsd. 07 Nov 10:17:23 DEBUG [org.geotools.xml] - Could not locate schema for: referenceSystems.xsd. 07 Nov 10:17:23 DEBUG [org.geotools.xml] - Could not locate schema for: dataQuality.xsd. 07 Nov 10:17:23 DEBUG [org.geotools.xml] - Could not locate schema for: units.xsd. 07 Nov 10:17:23 DEBUG [org.geotools.xml] - Could not locate schema for: observation.xsd. 07 Nov 10:17:23 DEBUG [org.geotools.xml] - Could not locate schema for: feature.xsd. 07 Nov 10:17:23 DEBUG [org.geotools.xml] - Could not locate schema for: direction.xsd. 07 Nov 10:17:23 DEBUG [org.geotools.xml] - Could not locate schema for: valueObjects.xsd. 07 Nov 10:17:23 DEBUG [org.geotools.xml] - Could not locate schema for: defaultStyle.xsd. 07 Nov 10:17:23 DEBUG [org.geotools.xml] - Could not locate schema for: measures.xsd. 07 Nov 10:17:23 DEBUG [org.geotools.xml] - Could not locate schema for: ../smil/smil20.xsd. 07 Nov 10:17:23 DEBUG [org.geotools.xml] - building schema for schema: http://www.w3.org/XML/1998/namespace 07 Nov 10:17:23 DEBUG [org.geotools.xml] - Could not locate schema for: smil20-language.xsd. 07 Nov 10:17:23 DEBUG [org.geotools.xml] - Could not locate schema for: smil20.xsd. 07 Nov 10:17:23 DEBUG [org.geotools.xml] - Could not locate schema for: temporalReferenceSystems.xsd. 07 Nov 10:17:23 DEBUG [org.geotools.xml] - Could not locate schema for: temporalTopology.xsd. 07 Nov 10:17:23 DEBUG [org.geotools.xml] - Could not locate schema for: temporal.xsd. 07 Nov 10:17:23 DEBUG [org.geotools.xml] - Could not locate schema for: dictionary.xsd. 07 Nov 10:17:25 INFO [org.geoserver.wfs] - Request: getServiceInfo 07 Nov 10:17:25 INFO [org.geoserver.wfs] - Request: describeFeatureType handle = null service = WFS version = 1.1.0 baseUrl = http://192.168.3.15:80/geoserver/ providedVersion = null extendedProperties = {} typeName = [{http://192.168.3.15/ikt}UnidadesGestion] outputFormat = text/xml; subtype=gml/3.1.1 In the end it throws a "The operation timed out" response. Any ideas?? Un saludo, ·················································································· David Alda Fernández de Lezea Lurralde eta Biodibertsitate Saila / Dpto. de Territorio y Biodiversidad IKT Granja Modelo s/n · 01192 · Arkaute (Araba) ·················································································· Tlfnos.: 945-00-32-95 Fax: 945-00.32.90 ·················································································· email: [email protected] web: www.ikt.es ·················································································· -----Mensaje original----- De: David Alda Fernandez de Lezea [mailto:[email protected]] Enviado el: lunes, 07 de noviembre de 2011 9:12 Para: [email protected] Asunto: [Geoserver-users] WFS-T After migration to 2.1.2 doesn't work Hi list, I moved my GeoServer instance from 2.0.2 to 2.1.2 and when I was testing some of my previous done applications I realized that the WFS-T service is not working anymore. My 2.0.2 instance is secured by user/password. The only messages I get in the logs are 07 Nov 08:47:59 INFO [org.geoserver.wfs] - Request: getServiceInfo 07 Nov 08:47:59 DEBUG [org.geotools.xml] - schemaLocation found: http://www.opengis.net/wfs http://schemas.opengis.net/wfs/1.1.0/wfs.xsd http://192.168.3.15/ikt http://192.168.3.15/geoserver/wfs?request=DescribeFeatureType&version=1.1.0&typename=IKT:UnidadesGestion 07 Nov 08:47:59 DEBUG [org.geotools.xml] - Found override for http://www.opengis.net/wfs: http://schemas.opengis.net/wfs/1.1.0/wfs.xsd ==> jar:file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%205.5/webapps/geoserver/WEB-INF/lib/wfs-2.1.2.jar!/org/geoserver/wfs/xml/v1_1_0/wfs.xsd It seems that it doesn't do anything. Any ideas?? Thanks in advance. Regards, Un saludo, ·················································································· David Alda Fernández de Lezea Lurralde eta Biodibertsitate Saila / Dpto. de Territorio y Biodiversidad IKT Granja Modelo s/n · 01192 · Arkaute (Araba) ·················································································· Tlfnos.: 945-00-32-95 Fax: 945-00.32.90 ·················································································· email: [email protected] web: www.ikt.es ·················································································· ------------------------------------------------------------------------------ RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users ------------------------------------------------------------------------------ RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users ------------------------------------------------------------------------------ RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users ------------------------------------------------------------------------------ RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
