Advertisement
Guest User

unable to find function

a guest
Feb 2nd, 2014
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.05 KB | None | 0 0
  1. 02 Feb 10:02:27 INFO [geoserver.wms] -
  2. Request: getServiceInfo
  3. 02 Feb 10:02:27 ERROR [geoserver.ows] -
  4. java.lang.RuntimeException: Unable to find function aaa:Decimation
  5. at org.geotools.filter.FunctionFinder.findFunction(FunctionFinder.java:205)
  6. at org.geotools.filter.FunctionFinder.findFunction(FunctionFinder.java:152)
  7. at org.geotools.filter.FunctionFinder.findFunction(FunctionFinder.java:127)
  8. at org.geotools.filter.FilterFactoryImpl.function(FilterFactoryImpl.java:754)
  9. at org.geotools.filter.ExpressionDOMParser.expression(ExpressionDOMParser.java:424)
  10. at org.geotools.styling.SLDParser.parseFeatureTypeStyle(SLDParser.java:855)
  11. at org.geotools.styling.SLDParser.parseStyle(SLDParser.java:808)
  12. at org.geotools.styling.SLDParser.parseNamedLayer(SLDParser.java:677)
  13. at org.geotools.styling.SLDParser.parseDescriptor(SLDParser.java:469)
  14. at org.geotools.styling.SLDParser.parseSLD(SLDParser.java:431)
  15. at org.geoserver.catalog.Styles$Handler$1.parse(Styles.java:285)
  16. at org.geoserver.catalog.Styles.parse(Styles.java:95)
  17. at org.geoserver.catalog.ResourcePool.getStyle(ResourcePool.java:1568)
  18. at org.geoserver.catalog.impl.StyleInfoImpl.getStyle(StyleInfoImpl.java:84)
  19. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  20. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  21. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  22. at java.lang.reflect.Method.invoke(Method.java:606)
  23. at org.geoserver.catalog.impl.ModificationProxy.invoke(ModificationProxy.java:145)
  24. at com.sun.proxy.$Proxy6.getStyle(Unknown Source)
  25. at org.geoserver.wms.WMS.getStyleByName(WMS.java:209)
  26. at org.geoserver.wms.legendgraphic.GetLegendGraphicKvpReader.parseStyleAndRule(GetLegendGraphicKvpReader.java:351)
  27. at org.geoserver.wms.legendgraphic.GetLegendGraphicKvpReader.parseOptionalParameters(GetLegendGraphicKvpReader.java:282)
  28. at org.geoserver.wms.legendgraphic.GetLegendGraphicKvpReader.read(GetLegendGraphicKvpReader.java:176)
  29. at org.geoserver.wms.legendgraphic.GetLegendGraphicKvpReader.read(GetLegendGraphicKvpReader.java:61)
  30. at org.geoserver.ows.Dispatcher.parseRequestKVP(Dispatcher.java:1412)
  31. at org.geoserver.ows.Dispatcher.dispatch(Dispatcher.java:622)
  32. at org.geoserver.ows.Dispatcher.handleRequestInternal(Dispatcher.java:263)
  33. at org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153)
  34. at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:48)
  35. at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:923)
  36. at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:852)
  37. at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882)
  38. at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:778)
  39. at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
  40. at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
  41. at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487)
  42. at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1093)
  43. at org.geoserver.filters.ThreadLocalsCleanupFilter.doFilter(ThreadLocalsCleanupFilter.java:27)
  44. at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
  45. at org.geoserver.filters.SpringDelegatingFilter$Chain.doFilter(SpringDelegatingFilter.java:74)
  46. at org.geoserver.filters.SpringDelegatingFilter.doFilter(SpringDelegatingFilter.java:45)
  47. at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
  48. at org.geoserver.platform.AdvancedDispatchFilter.doFilter(AdvancedDispatchFilter.java:49)
  49. at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
  50. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:311)
  51. at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:68)
  52. at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:116)
  53. at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83)
  54. at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:72)
  55. at org.geoserver.security.filter.GeoServerCompositeFilter.doFilter(GeoServerCompositeFilter.java:91)
  56. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
  57. at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:68)
  58. at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
  59. at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:72)
  60. at org.geoserver.security.filter.GeoServerCompositeFilter.doFilter(GeoServerCompositeFilter.java:91)
  61. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
  62. at org.geoserver.security.filter.GeoServerAnonymousAuthenticationFilter.doFilter(GeoServerAnonymousAuthenticationFilter.java:53)
  63. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
  64. at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:68)
  65. at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:150)
  66. at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:72)
  67. at org.geoserver.security.filter.GeoServerCompositeFilter.doFilter(GeoServerCompositeFilter.java:91)
  68. at org.geoserver.security.filter.GeoServerBasicAuthenticationFilter.doFilter(GeoServerBasicAuthenticationFilter.java:82)
  69. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
  70. at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:68)
  71. at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87)
  72. at org.geoserver.security.filter.GeoServerSecurityContextPersistenceFilter$1.doFilter(GeoServerSecurityContextPersistenceFilter.java:52)
  73. at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:72)
  74. at org.geoserver.security.filter.GeoServerCompositeFilter.doFilter(GeoServerCompositeFilter.java:91)
  75. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
  76. at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:173)
  77. at org.geoserver.security.GeoServerSecurityFilterChainProxy.doFilter(GeoServerSecurityFilterChainProxy.java:134)
  78. at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)
  79. at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259)
  80. at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
  81. at org.geoserver.filters.LoggingFilter.doFilter(LoggingFilter.java:75)
  82. at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
  83. at org.geoserver.filters.GZIPFilter.doFilter(GZIPFilter.java:42)
  84. at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
  85. at org.geoserver.filters.SessionDebugFilter.doFilter(SessionDebugFilter.java:47)
  86. at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
  87. at org.geoserver.filters.FlushSafeFilter.doFilter(FlushSafeFilter.java:43)
  88. at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
  89. at org.vfny.geoserver.filters.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:109)
  90. at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
  91. at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360)
  92. at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
  93. at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
  94. at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:726)
  95. at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405)
  96. at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:206)
  97. at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
  98. at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
  99. at org.mortbay.jetty.Server.handle(Server.java:324)
  100. at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:505)
  101. at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:828)
  102. at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:514)
  103. at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211)
  104. at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380)
  105. at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:395)
  106. at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:450)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement