3.3 설치문제 - 로그파일 첨부드립니다.

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

3.3 설치문제 - 로그파일 첨부드립니다.

tuna
말씀해주신 로그파일입니다.
좀전에 실행시켜보고 찍힌 로그인데 시간이 이상하네요
말씀해주신것처럼 timezone이 이상한건가요..

제가 자바쪽이 익숙치 않아 쉽지 않네요.ㅎ
감사합니다~

--------------------------------
2014-02-17 19:09:41,479 INFO  PluginManager.java:117 : Initializing Plugin System
2014-02-17 19:09:41,522 INFO  PluginManager.java:239 : plugin descriptor org.ngrinder.infra.plugin.OnLoginModuleDescriptor with on-login is initiated.
2014-02-17 19:09:41,523 INFO  PluginManager.java:239 : plugin descriptor org.ngrinder.infra.plugin.OnTestLifeCycleModuleDescriptor with on-test-start is initiated.
2014-02-17 19:09:41,523 INFO  PluginManager.java:239 : plugin descriptor org.ngrinder.infra.plugin.OnPeriodicWorkingAgentCheckModuleDescriptor with on-working-agent-check is initiated.
2014-02-17 19:09:41,523 INFO  PluginManager.java:239 : plugin descriptor org.ngrinder.infra.plugin.OnControllerLifeCycleModuleDescriptor with on-start is initiated.
2014-02-17 19:09:41,523 INFO  PluginManager.java:239 : plugin descriptor org.ngrinder.infra.plugin.OnServletFilterModuleDescriptor with on-servletfilter is initiated.
2014-02-17 19:09:41,523 INFO  PluginManager.java:239 : plugin descriptor org.ngrinder.infra.plugin.OnPreAuthServletFilterModuleDescriptor with on-preauth-servletfilter is initiated.
2014-02-17 19:09:41,523 INFO  PluginManager.java:239 : plugin descriptor org.ngrinder.infra.plugin.OnTestSamplingModuleDescriptor with on-test-sampling is initiated.
2014-02-17 19:09:42,224 INFO  PluginManager.java:163 : Plugin System is started.
2014-02-17 19:09:42,288 DEBUG LocalAgentService.java:55 : Local Cache is Updated.
2014-02-17 19:09:42,934 DEBUG HttpServletBean.java:115 : Initializing servlet 'appServlet'
2014-02-17 19:09:42,941 INFO  FrameworkServlet.java:444 : FrameworkServlet 'appServlet': initialization started
2014-02-17 19:09:42,941 DEBUG FrameworkServlet.java:572 : Servlet with name 'appServlet' will try to create custom WebApplicationContext context of class 'org.springframework.web.context.support.XmlWebApplicationContext', using parent context [Root WebApplicationContext: startup date [Mon Feb 17 19:09:37 KST 2014]; root of context hierarchy]
2014-02-17 19:09:43,284 DEBUG DispatcherServlet.java:438 : Using MultipartResolver [org.springframework.web.multipart.commons.CommonsMultipartResolver@c277e2a]
2014-02-17 19:09:43,284 DEBUG DispatcherServlet.java:460 : Using LocaleResolver [org.springframework.web.servlet.i18n.CookieLocaleResolver@74cbfda1]
2014-02-17 19:09:43,285 DEBUG DispatcherServlet.java:489 : Unable to locate ThemeResolver with name 'themeResolver': using default [org.springframework.web.servlet.theme.FixedThemeResolver@15395236]
2014-02-17 19:09:43,287 DEBUG DispatcherServlet.java:627 : Unable to locate RequestToViewNameTranslator with name 'viewNameTranslator': using default [org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator@360b6efa]
2014-02-17 19:09:43,288 DEBUG DispatcherServlet.java:689 : Unable to locate FlashMapManager with name 'flashMapManager': using default [org.springframework.web.servlet.support.DefaultFlashMapManager@5ebbf07a]
2014-02-17 19:09:43,289 DEBUG FrameworkServlet.java:523 : Published WebApplicationContext of servlet 'appServlet' as ServletContext attribute with name [org.springframework.web.servlet.FrameworkServlet.CONTEXT.appServlet]
2014-02-17 19:09:43,289 INFO  FrameworkServlet.java:463 : FrameworkServlet 'appServlet': initialization completed in 348 ms
2014-02-17 19:09:43,289 DEBUG HttpServletBean.java:136 : Servlet 'appServlet' configured successfully
2014-02-17 19:09:46,979 DEBUG DispatcherServlet.java:799 : DispatcherServlet with name 'appServlet' processing GET request for [/]
2014-02-17 19:09:46,984 DEBUG DispatcherServlet.java:879 : Last-Modified value for [/] is: -1
2014-02-17 19:09:47,054 DEBUG DispatcherServlet.java:1155 : Rendering view [org.springframework.web.servlet.view.freemarker.FreeMarkerView: name 'index'; URL [/index.ftl]] in DispatcherServlet with name 'appServlet'
2014-02-17 19:09:48,447 DEBUG FrameworkServlet.java:910 : Could not complete request
freemarker.core.InvalidReferenceException: The following has evaluated to null or missing:
==> handlers  [in template "index.ftl" at line 38, column 56]

Tip: If the failing expression is known to be legally null/missing, either specify a default value with myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthessis: (myOptionVar.foo)!myDefault, (myOptionVar.foo)??

The failing instruction:
==> #list handlers as handler  [in template "index.ftl" at line 38, column 49]
        at freemarker.core.InvalidReferenceException.getInstance(InvalidReferenceException.java:98) ~[freemarker-2.3.20.jar:2.3.20]
        at freemarker.core.Expression.assertNonNull(Expression.java:205) ~[freemarker-2.3.20.jar:2.3.20]
        at freemarker.core.IteratorBlock.accept(IteratorBlock.java:100) ~[freemarker-2.3.20.jar:2.3.20]
        at freemarker.core.Environment.visit(Environment.java:265) ~[freemarker-2.3.20.jar:2.3.20]
        at freemarker.core.MixedContent.accept(MixedContent.java:93) ~[freemarker-2.3.20.jar:2.3.20]
        at freemarker.core.Environment.visit(Environment.java:265) ~[freemarker-2.3.20.jar:2.3.20]
        at freemarker.core.Environment.process(Environment.java:243) ~[freemarker-2.3.20.jar:2.3.20]
        at freemarker.template.Template.process(Template.java:277) ~[freemarker-2.3.20.jar:2.3.20]
        at org.springframework.web.servlet.view.freemarker.FreeMarkerView.processTemplate(FreeMarkerView.java:366) ~[spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.view.freemarker.FreeMarkerView.doRender(FreeMarkerView.java:283) ~[spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.view.freemarker.FreeMarkerView.renderMergedTemplateModel(FreeMarkerView.java:233) ~[spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.view.AbstractTemplateView.renderMergedOutputModel(AbstractTemplateView.java:167) ~[spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.view.AbstractView.render(AbstractView.java:262) ~[spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1157) ~[spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:927) ~[spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:827) ~[spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882) [spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:778) [spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:707) [ngrinder-controller-3.3.war:na]
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1166) [ngrinder-controller-3.3.war:na]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:311) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:116) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:101) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:113) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter.doFilter(RememberMeAuthenticationFilter.java:139) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:54) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:45) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:150) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:182) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:98) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.CompositeFilter.doFilter(CompositeFilter.java:82) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.ngrinder.security.PluggablePreAuthFilter.doFilter(PluggablePreAuthFilter.java:96) [classes/:na]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:105) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:173) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) [ngrinder-controller-3.3.war:na]
        at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:98) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.CompositeFilter.doFilter(CompositeFilter.java:82) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.ngrinder.infra.servlet.PluggableServletFilter.doFilter(PluggableServletFilter.java:96) [classes/:na]
        at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) [ngrinder-controller-3.3.war:na]
        at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:77) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) [ngrinder-controller-3.3.war:na]
        at org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter.doFilterInternal(OpenEntityManagerInViewFilter.java:147) [spring-orm-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) [ngrinder-controller-3.3.war:na]
        at org.springframework.web.filter.HttpPutFormContentFilter.doFilterInternal(HttpPutFormContentFilter.java:88) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) [ngrinder-controller-3.3.war:na]
        at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:388) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:440) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.Server.handle(Server.java:326) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:926) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:549) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:228) [ngrinder-controller-3.3.war:na]
        at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582) [ngrinder-controller-3.3.war:na]
2014-02-17 19:09:58,285 DEBUG DispatcherServlet.java:799 : DispatcherServlet with name 'appServlet' processing GET request for [/perftest/]
2014-02-17 19:09:58,295 DEBUG DispatcherServlet.java:879 : Last-Modified value for [/perftest/] is: -1
2014-02-17 19:09:58,309 DEBUG FrameworkServlet.java:910 : Could not complete request
java.lang.NullPointerException: null
        at sun.util.calendar.ZoneInfoFile.readZoneInfoFile(ZoneInfoFile.java:1075) ~[na:1.7.0_51]
        at sun.util.calendar.ZoneInfoFile.createZoneInfo(ZoneInfoFile.java:629) ~[na:1.7.0_51]
        at sun.util.calendar.ZoneInfoFile.getZoneInfo(ZoneInfoFile.java:599) ~[na:1.7.0_51]
        at sun.util.calendar.ZoneInfo.getTimeZone(ZoneInfo.java:663) ~[na:1.7.0_51]
        at java.util.TimeZone.getTimeZone(TimeZone.java:566) ~[na:1.7.0_51]
        at java.util.TimeZone.getTimeZone(TimeZone.java:562) ~[na:1.7.0_51]
        at org.ngrinder.perftest.controller.PerfTestController.annotateDateMarker(PerfTestController.java:152) ~[classes/:na]
        at org.ngrinder.perftest.controller.PerfTestController.getAll(PerfTestController.java:141) ~[classes/:na]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.7.0_51]
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[na:1.7.0_51]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.7.0_51]
        at java.lang.reflect.Method.invoke(Method.java:606) ~[na:1.7.0_51]
        at org.springframework.web.method.support.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:212) ~[spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:126) ~[spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:96) ~[spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:617) ~[spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:578) ~[spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:80) ~[spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:900) ~[spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:827) ~[spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882) [spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:778) [spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:707) [ngrinder-controller-3.3.war:na]
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1166) [ngrinder-controller-3.3.war:na]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:311) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:116) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:101) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:113) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter.doFilter(RememberMeAuthenticationFilter.java:146) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:54) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:45) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:150) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:182) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:98) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.CompositeFilter.doFilter(CompositeFilter.java:82) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.ngrinder.security.PluggablePreAuthFilter.doFilter(PluggablePreAuthFilter.java:96) [classes/:na]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:105) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:173) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) [ngrinder-controller-3.3.war:na]
        at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:98) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.CompositeFilter.doFilter(CompositeFilter.java:82) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.ngrinder.infra.servlet.PluggableServletFilter.doFilter(PluggableServletFilter.java:96) [classes/:na]
        at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) [ngrinder-controller-3.3.war:na]
        at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:77) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) [ngrinder-controller-3.3.war:na]
        at org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter.doFilterInternal(OpenEntityManagerInViewFilter.java:147) [spring-orm-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) [ngrinder-controller-3.3.war:na]
        at org.springframework.web.filter.HttpPutFormContentFilter.doFilterInternal(HttpPutFormContentFilter.java:88) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) [ngrinder-controller-3.3.war:na]
        at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:388) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:440) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.Server.handle(Server.java:326) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:926) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:549) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:228) [ngrinder-controller-3.3.war:na]
        at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582) [ngrinder-controller-3.3.war:na]
2014-02-17 19:09:58,507 DEBUG DispatcherServlet.java:799 : DispatcherServlet with name 'appServlet' processing GET request for [/favicon.ico]
2014-02-17 19:09:58,516 WARN  Redirect404DispatcherServlet.java:64 : No mapping found for HTTP request with URI [/favicon.ico] in DispatcherServlet with name 'appServlet'
2014-02-17 19:09:58,517 DEBUG FrameworkServlet.java:913 : Successfully completed request
2014-02-17 19:09:58,527 DEBUG DispatcherServlet.java:799 : DispatcherServlet with name 'appServlet' processing GET request for [/error_404]
2014-02-17 19:09:58,528 DEBUG DispatcherServlet.java:879 : Last-Modified value for [/error_404] is: -1
2014-02-17 19:09:58,529 DEBUG DispatcherServlet.java:1155 : Rendering view [org.springframework.web.servlet.view.RedirectView: name 'redirect:/doError?type=404'; URL [/doError?type=404]] in DispatcherServlet with name 'appServlet'
2014-02-17 19:09:58,529 DEBUG FrameworkServlet.java:913 : Successfully completed request
2014-02-17 19:09:58,536 DEBUG DispatcherServlet.java:799 : DispatcherServlet with name 'appServlet' processing GET request for [/doError]
2014-02-17 19:09:58,536 DEBUG DispatcherServlet.java:879 : Last-Modified value for [/doError] is: -1
2014-02-17 19:09:58,539 DEBUG DispatcherServlet.java:1111 : Handler execution resulted in exception - forwarding to resolved error view: ModelAndView: reference to view with name 'forward:/'; model is {exception=Requested URL does not exist}
org.ngrinder.common.exception.NGrinderRuntimeException: Requested URL does not exist
        at org.ngrinder.common.util.ExceptionUtils.processException(ExceptionUtils.java:38) ~[ngrinder-core-3.3.jar:na]
        at org.ngrinder.home.controller.HomeController.second(HomeController.java:299) ~[classes/:na]
        at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511) ~[ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1166) [ngrinder-controller-3.3.war:na]
        at org.ngrinder.security.PluggablePreAuthFilter.doFilter(PluggablePreAuthFilter.java:96) ~[classes/:na]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) [ngrinder-controller-3.3.war:na]
        at org.ngrinder.infra.servlet.PluggableServletFilter.doFilter(PluggableServletFilter.java:96) ~[classes/:na]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:388) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:440) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.Server.handle(Server.java:326) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:926) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:549) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:228) [ngrinder-controller-3.3.war:na]
        at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582) [ngrinder-controller-3.3.war:na]
2014-02-17 19:09:58,540 DEBUG DispatcherServlet.java:1155 : Rendering view [org.springframework.web.servlet.view.InternalResourceView: unnamed; URL [/]] in DispatcherServlet with name 'appServlet'
2014-02-17 19:09:58,541 DEBUG DispatcherServlet.java:799 : DispatcherServlet with name 'appServlet' processing GET request for [/]
2014-02-17 19:09:58,541 DEBUG DispatcherServlet.java:879 : Last-Modified value for [/] is: -1
2014-02-17 19:09:58,542 DEBUG DispatcherServlet.java:1155 : Rendering view [org.springframework.web.servlet.view.freemarker.FreeMarkerView: name 'index'; URL [/index.ftl]] in DispatcherServlet with name 'appServlet'
2014-02-17 19:09:58,548 DEBUG FrameworkServlet.java:910 : Could not complete request
freemarker.core.InvalidReferenceException: The following has evaluated to null or missing:
==> handlers  [in template "index.ftl" at line 38, column 56]

Tip: If the failing expression is known to be legally null/missing, either specify a default value with myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthessis: (myOptionVar.foo)!myDefault, (myOptionVar.foo)??

The failing instruction:
==> #list handlers as handler  [in template "index.ftl" at line 38, column 49]
        at freemarker.core.InvalidReferenceException.getInstance(InvalidReferenceException.java:98) ~[freemarker-2.3.20.jar:2.3.20]
        at freemarker.core.Expression.assertNonNull(Expression.java:205) ~[freemarker-2.3.20.jar:2.3.20]
        at freemarker.core.IteratorBlock.accept(IteratorBlock.java:100) ~[freemarker-2.3.20.jar:2.3.20]
        at freemarker.core.Environment.visit(Environment.java:265) ~[freemarker-2.3.20.jar:2.3.20]
        at freemarker.core.MixedContent.accept(MixedContent.java:93) ~[freemarker-2.3.20.jar:2.3.20]
        at freemarker.core.Environment.visit(Environment.java:265) ~[freemarker-2.3.20.jar:2.3.20]
        at freemarker.core.Environment.process(Environment.java:243) ~[freemarker-2.3.20.jar:2.3.20]
        at freemarker.template.Template.process(Template.java:277) ~[freemarker-2.3.20.jar:2.3.20]
        at org.springframework.web.servlet.view.freemarker.FreeMarkerView.processTemplate(FreeMarkerView.java:366) ~[spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.view.freemarker.FreeMarkerView.doRender(FreeMarkerView.java:283) ~[spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.view.freemarker.FreeMarkerView.renderMergedTemplateModel(FreeMarkerView.java:233) ~[spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.view.AbstractTemplateView.renderMergedOutputModel(AbstractTemplateView.java:167) ~[spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.view.AbstractView.render(AbstractView.java:262) [spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1157) [spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:927) [spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:827) [spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882) [spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:778) [spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:707) [ngrinder-controller-3.3.war:na]
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:390) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:440) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.servlet.Dispatcher.forward(Dispatcher.java:327) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.servlet.Dispatcher.forward(Dispatcher.java:126) [ngrinder-controller-3.3.war:na]
        at org.springframework.web.servlet.view.InternalResourceView.renderMergedOutputModel(InternalResourceView.java:238) [spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.view.AbstractView.render(AbstractView.java:262) [spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1157) [spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:927) [spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:827) [spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882) [spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:778) [spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:707) [ngrinder-controller-3.3.war:na]
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1166) [ngrinder-controller-3.3.war:na]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:311) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:116) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:101) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:113) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter.doFilter(RememberMeAuthenticationFilter.java:146) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:54) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:45) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:150) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:182) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:98) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.CompositeFilter.doFilter(CompositeFilter.java:82) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.ngrinder.security.PluggablePreAuthFilter.doFilter(PluggablePreAuthFilter.java:96) [classes/:na]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:105) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:173) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) [ngrinder-controller-3.3.war:na]
        at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:98) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.CompositeFilter.doFilter(CompositeFilter.java:82) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.ngrinder.infra.servlet.PluggableServletFilter.doFilter(PluggableServletFilter.java:96) [classes/:na]
        at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) [ngrinder-controller-3.3.war:na]
        at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:77) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) [ngrinder-controller-3.3.war:na]
        at org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter.doFilterInternal(OpenEntityManagerInViewFilter.java:147) [spring-orm-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) [ngrinder-controller-3.3.war:na]
        at org.springframework.web.filter.HttpPutFormContentFilter.doFilterInternal(HttpPutFormContentFilter.java:88) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) [ngrinder-controller-3.3.war:na]
        at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:388) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:440) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.Server.handle(Server.java:326) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:926) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:549) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:228) [ngrinder-controller-3.3.war:na]
        at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582) [ngrinder-controller-3.3.war:na]
2014-02-17 19:09:58,549 DEBUG FrameworkServlet.java:910 : Could not complete request
org.springframework.web.util.NestedServletException: Request processing failed; nested exception is freemarker.core.InvalidReferenceException: The following has evaluated to null or missing:
==> handlers  [in template "index.ftl" at line 38, column 56]

Tip: If the failing expression is known to be legally null/missing, either specify a default value with myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthessis: (myOptionVar.foo)!myDefault, (myOptionVar.foo)??

The failing instruction:
==> #list handlers as handler  [in template "index.ftl" at line 38, column 49]
        at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:894) [spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:778) [spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:707) [ngrinder-controller-3.3.war:na]
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:390) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:440) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.servlet.Dispatcher.forward(Dispatcher.java:327) ~[ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.servlet.Dispatcher.forward(Dispatcher.java:126) ~[ngrinder-controller-3.3.war:na]
        at org.springframework.web.servlet.view.InternalResourceView.renderMergedOutputModel(InternalResourceView.java:238) ~[spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.view.AbstractView.render(AbstractView.java:262) ~[spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1157) ~[spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:927) ~[spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:827) ~[spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882) [spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:778) [spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:707) [ngrinder-controller-3.3.war:na]
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1166) [ngrinder-controller-3.3.war:na]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:311) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:116) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:101) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:113) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter.doFilter(RememberMeAuthenticationFilter.java:146) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:54) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:45) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:150) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:182) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:98) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.CompositeFilter.doFilter(CompositeFilter.java:82) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.ngrinder.security.PluggablePreAuthFilter.doFilter(PluggablePreAuthFilter.java:96) [classes/:na]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:105) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:173) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) [ngrinder-controller-3.3.war:na]
        at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:98) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.CompositeFilter.doFilter(CompositeFilter.java:82) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.ngrinder.infra.servlet.PluggableServletFilter.doFilter(PluggableServletFilter.java:96) [classes/:na]
        at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) [ngrinder-controller-3.3.war:na]
        at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:77) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) [ngrinder-controller-3.3.war:na]
        at org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter.doFilterInternal(OpenEntityManagerInViewFilter.java:147) [spring-orm-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) [ngrinder-controller-3.3.war:na]
        at org.springframework.web.filter.HttpPutFormContentFilter.doFilterInternal(HttpPutFormContentFilter.java:88) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) [ngrinder-controller-3.3.war:na]
        at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:388) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:440) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.Server.handle(Server.java:326) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:926) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:549) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:228) [ngrinder-controller-3.3.war:na]
        at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582) [ngrinder-controller-3.3.war:na]
Caused by: freemarker.core.InvalidReferenceException: The following has evaluated to null or missing:
==> handlers  [in template "index.ftl" at line 38, column 56]

Tip: If the failing expression is known to be legally null/missing, either specify a default value with myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthessis: (myOptionVar.foo)!myDefault, (myOptionVar.foo)??

The failing instruction:
==> #list handlers as handler  [in template "index.ftl" at line 38, column 49]
        at freemarker.core.InvalidReferenceException.getInstance(InvalidReferenceException.java:98) ~[freemarker-2.3.20.jar:2.3.20]
        at freemarker.core.Expression.assertNonNull(Expression.java:205) ~[freemarker-2.3.20.jar:2.3.20]
        at freemarker.core.IteratorBlock.accept(IteratorBlock.java:100) ~[freemarker-2.3.20.jar:2.3.20]
        at freemarker.core.Environment.visit(Environment.java:265) ~[freemarker-2.3.20.jar:2.3.20]
        at freemarker.core.MixedContent.accept(MixedContent.java:93) ~[freemarker-2.3.20.jar:2.3.20]
        at freemarker.core.Environment.visit(Environment.java:265) ~[freemarker-2.3.20.jar:2.3.20]
        at freemarker.core.Environment.process(Environment.java:243) ~[freemarker-2.3.20.jar:2.3.20]
        at freemarker.template.Template.process(Template.java:277) ~[freemarker-2.3.20.jar:2.3.20]
        at org.springframework.web.servlet.view.freemarker.FreeMarkerView.processTemplate(FreeMarkerView.java:366) ~[spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.view.freemarker.FreeMarkerView.doRender(FreeMarkerView.java:283) ~[spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.view.freemarker.FreeMarkerView.renderMergedTemplateModel(FreeMarkerView.java:233) ~[spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.view.AbstractTemplateView.renderMergedOutputModel(AbstractTemplateView.java:167) ~[spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.view.AbstractView.render(AbstractView.java:262) ~[spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1157) ~[spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:927) ~[spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:827) ~[spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882) [spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        ... 86 common frames omitted
Reply | Threaded
Open this post in threaded view
|

Re: 3.3 설치문제 - 로그파일 첨부드립니다.

junoyoon
Administrator
예. 리눅스 타임존 문제라 이 문제를 해결하자면, 여러가지 트라이얼/에러가 필요할 듯 합니다.

아무래도 설치 PC를 바꿔 보시는 편이 나을것 같습니다.



2014-02-17 10:11 GMT+09:00 tuna [via ngrinder] <[hidden email]>:
말씀해주신 로그파일입니다.
좀전에 실행시켜보고 찍힌 로그인데 시간이 이상하네요
말씀해주신것처럼 timezone이 이상한건가요..

제가 자바쪽이 익숙치 않아 쉽지 않네요.ㅎ
감사합니다~

--------------------------------
2014-02-17 19:09:41,479 INFO  PluginManager.java:117 : Initializing Plugin System
2014-02-17 19:09:41,522 INFO  PluginManager.java:239 : plugin descriptor org.ngrinder.infra.plugin.OnLoginModuleDescriptor with on-login is initiated.
2014-02-17 19:09:41,523 INFO  PluginManager.java:239 : plugin descriptor org.ngrinder.infra.plugin.OnTestLifeCycleModuleDescriptor with on-test-start is initiated.
2014-02-17 19:09:41,523 INFO  PluginManager.java:239 : plugin descriptor org.ngrinder.infra.plugin.OnPeriodicWorkingAgentCheckModuleDescriptor with on-working-agent-check is initiated.
2014-02-17 19:09:41,523 INFO  PluginManager.java:239 : plugin descriptor org.ngrinder.infra.plugin.OnControllerLifeCycleModuleDescriptor with on-start is initiated.
2014-02-17 19:09:41,523 INFO  PluginManager.java:239 : plugin descriptor org.ngrinder.infra.plugin.OnServletFilterModuleDescriptor with on-servletfilter is initiated.
2014-02-17 19:09:41,523 INFO  PluginManager.java:239 : plugin descriptor org.ngrinder.infra.plugin.OnPreAuthServletFilterModuleDescriptor with on-preauth-servletfilter is initiated.
2014-02-17 19:09:41,523 INFO  PluginManager.java:239 : plugin descriptor org.ngrinder.infra.plugin.OnTestSamplingModuleDescriptor with on-test-sampling is initiated.
2014-02-17 19:09:42,224 INFO  PluginManager.java:163 : Plugin System is started.
2014-02-17 19:09:42,288 DEBUG LocalAgentService.java:55 : Local Cache is Updated.
2014-02-17 19:09:42,934 DEBUG HttpServletBean.java:115 : Initializing servlet 'appServlet'
2014-02-17 19:09:42,941 INFO  FrameworkServlet.java:444 : FrameworkServlet 'appServlet': initialization started
2014-02-17 19:09:42,941 DEBUG FrameworkServlet.java:572 : Servlet with name 'appServlet' will try to create custom WebApplicationContext context of class 'org.springframework.web.context.support.XmlWebApplicationContext', using parent context [Root WebApplicationContext: startup date [Mon Feb 17 19:09:37 KST 2014]; root of context hierarchy]
2014-02-17 19:09:43,284 DEBUG DispatcherServlet.java:438 : Using MultipartResolver [org.springframework.web.multipart.commons.CommonsMultipartResolver@c277e2a]
2014-02-17 19:09:43,284 DEBUG DispatcherServlet.java:460 : Using LocaleResolver [org.springframework.web.servlet.i18n.CookieLocaleResolver@74cbfda1]
2014-02-17 19:09:43,285 DEBUG DispatcherServlet.java:489 : Unable to locate ThemeResolver with name 'themeResolver': using default [org.springframework.web.servlet.theme.FixedThemeResolver@15395236]
2014-02-17 19:09:43,287 DEBUG DispatcherServlet.java:627 : Unable to locate RequestToViewNameTranslator with name 'viewNameTranslator': using default [org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator@360b6efa]
2014-02-17 19:09:43,288 DEBUG DispatcherServlet.java:689 : Unable to locate FlashMapManager with name 'flashMapManager': using default [org.springframework.web.servlet.support.DefaultFlashMapManager@5ebbf07a]
2014-02-17 19:09:43,289 DEBUG FrameworkServlet.java:523 : Published WebApplicationContext of servlet 'appServlet' as ServletContext attribute with name [org.springframework.web.servlet.FrameworkServlet.CONTEXT.appServlet]
2014-02-17 19:09:43,289 INFO  FrameworkServlet.java:463 : FrameworkServlet 'appServlet': initialization completed in 348 ms
2014-02-17 19:09:43,289 DEBUG HttpServletBean.java:136 : Servlet 'appServlet' configured successfully
2014-02-17 19:09:46,979 DEBUG DispatcherServlet.java:799 : DispatcherServlet with name 'appServlet' processing GET request for [/]
2014-02-17 19:09:46,984 DEBUG DispatcherServlet.java:879 : Last-Modified value for [/] is: -1
2014-02-17 19:09:47,054 DEBUG DispatcherServlet.java:1155 : Rendering view [org.springframework.web.servlet.view.freemarker.FreeMarkerView: name 'index'; URL [/index.ftl]] in DispatcherServlet with name 'appServlet'
2014-02-17 19:09:48,447 DEBUG FrameworkServlet.java:910 : Could not complete request
freemarker.core.InvalidReferenceException: The following has evaluated to null or missing:
==> handlers  [in template "index.ftl" at line 38, column 56]

Tip: If the failing expression is known to be legally null/missing, either specify a default value with myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthessis: (myOptionVar.foo)!myDefault, (myOptionVar.foo)??

The failing instruction:
==> #list handlers as handler  [in template "index.ftl" at line 38, column 49]
        at freemarker.core.InvalidReferenceException.getInstance(InvalidReferenceException.java:98) ~[freemarker-2.3.20.jar:2.3.20]
        at freemarker.core.Expression.assertNonNull(Expression.java:205) ~[freemarker-2.3.20.jar:2.3.20]
        at freemarker.core.IteratorBlock.accept(IteratorBlock.java:100) ~[freemarker-2.3.20.jar:2.3.20]
        at freemarker.core.Environment.visit(Environment.java:265) ~[freemarker-2.3.20.jar:2.3.20]
        at freemarker.core.MixedContent.accept(MixedContent.java:93) ~[freemarker-2.3.20.jar:2.3.20]
        at freemarker.core.Environment.visit(Environment.java:265) ~[freemarker-2.3.20.jar:2.3.20]
        at freemarker.core.Environment.process(Environment.java:243) ~[freemarker-2.3.20.jar:2.3.20]
        at freemarker.template.Template.process(Template.java:277) ~[freemarker-2.3.20.jar:2.3.20]
        at org.springframework.web.servlet.view.freemarker.FreeMarkerView.processTemplate(FreeMarkerView.java:366) ~[spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.view.freemarker.FreeMarkerView.doRender(FreeMarkerView.java:283) ~[spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.view.freemarker.FreeMarkerView.renderMergedTemplateModel(FreeMarkerView.java:233) ~[spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.view.AbstractTemplateView.renderMergedOutputModel(AbstractTemplateView.java:167) ~[spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.view.AbstractView.render(AbstractView.java:262) ~[spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1157) ~[spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:927) ~[spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:827) ~[spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882) [spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:778) [spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:707) [ngrinder-controller-3.3.war:na]
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1166) [ngrinder-controller-3.3.war:na]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:311) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:116) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:101) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:113) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter.doFilter(RememberMeAuthenticationFilter.java:139) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:54) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:45) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:150) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:182) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:98) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.CompositeFilter.doFilter(CompositeFilter.java:82) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.ngrinder.security.PluggablePreAuthFilter.doFilter(PluggablePreAuthFilter.java:96) [classes/:na]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:105) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:173) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) [ngrinder-controller-3.3.war:na]
        at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:98) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.CompositeFilter.doFilter(CompositeFilter.java:82) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.ngrinder.infra.servlet.PluggableServletFilter.doFilter(PluggableServletFilter.java:96) [classes/:na]
        at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) [ngrinder-controller-3.3.war:na]
        at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:77) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) [ngrinder-controller-3.3.war:na]
        at org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter.doFilterInternal(OpenEntityManagerInViewFilter.java:147) [spring-orm-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) [ngrinder-controller-3.3.war:na]
        at org.springframework.web.filter.HttpPutFormContentFilter.doFilterInternal(HttpPutFormContentFilter.java:88) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) [ngrinder-controller-3.3.war:na]
        at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:388) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:440) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.Server.handle(Server.java:326) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:926) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:549) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:228) [ngrinder-controller-3.3.war:na]
        at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582) [ngrinder-controller-3.3.war:na]
2014-02-17 19:09:58,285 DEBUG DispatcherServlet.java:799 : DispatcherServlet with name 'appServlet' processing GET request for [/perftest/]
2014-02-17 19:09:58,295 DEBUG DispatcherServlet.java:879 : Last-Modified value for [/perftest/] is: -1
2014-02-17 19:09:58,309 DEBUG FrameworkServlet.java:910 : Could not complete request
java.lang.NullPointerException: null
        at sun.util.calendar.ZoneInfoFile.readZoneInfoFile(ZoneInfoFile.java:1075) ~[na:1.7.0_51]
        at sun.util.calendar.ZoneInfoFile.createZoneInfo(ZoneInfoFile.java:629) ~[na:1.7.0_51]
        at sun.util.calendar.ZoneInfoFile.getZoneInfo(ZoneInfoFile.java:599) ~[na:1.7.0_51]
        at sun.util.calendar.ZoneInfo.getTimeZone(ZoneInfo.java:663) ~[na:1.7.0_51]
        at java.util.TimeZone.getTimeZone(TimeZone.java:566) ~[na:1.7.0_51]
        at java.util.TimeZone.getTimeZone(TimeZone.java:562) ~[na:1.7.0_51]
        at org.ngrinder.perftest.controller.PerfTestController.annotateDateMarker(PerfTestController.java:152) ~[classes/:na]
        at org.ngrinder.perftest.controller.PerfTestController.getAll(PerfTestController.java:141) ~[classes/:na]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.7.0_51]
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[na:1.7.0_51]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.7.0_51]
        at java.lang.reflect.Method.invoke(Method.java:606) ~[na:1.7.0_51]
        at org.springframework.web.method.support.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:212) ~[spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:126) ~[spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:96) ~[spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:617) ~[spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:578) ~[spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:80) ~[spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:900) ~[spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:827) ~[spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882) [spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:778) [spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:707) [ngrinder-controller-3.3.war:na]
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1166) [ngrinder-controller-3.3.war:na]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:311) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:116) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:101) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:113) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter.doFilter(RememberMeAuthenticationFilter.java:146) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:54) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:45) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:150) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:182) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:98) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.CompositeFilter.doFilter(CompositeFilter.java:82) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.ngrinder.security.PluggablePreAuthFilter.doFilter(PluggablePreAuthFilter.java:96) [classes/:na]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:105) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:173) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) [ngrinder-controller-3.3.war:na]
        at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:98) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.CompositeFilter.doFilter(CompositeFilter.java:82) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.ngrinder.infra.servlet.PluggableServletFilter.doFilter(PluggableServletFilter.java:96) [classes/:na]
        at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) [ngrinder-controller-3.3.war:na]
        at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:77) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) [ngrinder-controller-3.3.war:na]
        at org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter.doFilterInternal(OpenEntityManagerInViewFilter.java:147) [spring-orm-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) [ngrinder-controller-3.3.war:na]
        at org.springframework.web.filter.HttpPutFormContentFilter.doFilterInternal(HttpPutFormContentFilter.java:88) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) [ngrinder-controller-3.3.war:na]
        at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:388) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:440) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.Server.handle(Server.java:326) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:926) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:549) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:228) [ngrinder-controller-3.3.war:na]
        at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582) [ngrinder-controller-3.3.war:na]
2014-02-17 19:09:58,507 DEBUG DispatcherServlet.java:799 : DispatcherServlet with name 'appServlet' processing GET request for [/favicon.ico]
2014-02-17 19:09:58,516 WARN  Redirect404DispatcherServlet.java:64 : No mapping found for HTTP request with URI [/favicon.ico] in DispatcherServlet with name 'appServlet'
2014-02-17 19:09:58,517 DEBUG FrameworkServlet.java:913 : Successfully completed request
2014-02-17 19:09:58,527 DEBUG DispatcherServlet.java:799 : DispatcherServlet with name 'appServlet' processing GET request for [/error_404]
2014-02-17 19:09:58,528 DEBUG DispatcherServlet.java:879 : Last-Modified value for [/error_404] is: -1
2014-02-17 19:09:58,529 DEBUG DispatcherServlet.java:1155 : Rendering view [org.springframework.web.servlet.view.RedirectView: name 'redirect:/doError?type=404'; URL [/doError?type=404]] in DispatcherServlet with name 'appServlet'
2014-02-17 19:09:58,529 DEBUG FrameworkServlet.java:913 : Successfully completed request
2014-02-17 19:09:58,536 DEBUG DispatcherServlet.java:799 : DispatcherServlet with name 'appServlet' processing GET request for [/doError]
2014-02-17 19:09:58,536 DEBUG DispatcherServlet.java:879 : Last-Modified value for [/doError] is: -1
2014-02-17 19:09:58,539 DEBUG DispatcherServlet.java:1111 : Handler execution resulted in exception - forwarding to resolved error view: ModelAndView: reference to view with name 'forward:/'; model is {exception=Requested URL does not exist}
org.ngrinder.common.exception.NGrinderRuntimeException: Requested URL does not exist
        at org.ngrinder.common.util.ExceptionUtils.processException(ExceptionUtils.java:38) ~[ngrinder-core-3.3.jar:na]
        at org.ngrinder.home.controller.HomeController.second(HomeController.java:299) ~[classes/:na]
        at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511) ~[ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1166) [ngrinder-controller-3.3.war:na]
        at org.ngrinder.security.PluggablePreAuthFilter.doFilter(PluggablePreAuthFilter.java:96) ~[classes/:na]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) [ngrinder-controller-3.3.war:na]
        at org.ngrinder.infra.servlet.PluggableServletFilter.doFilter(PluggableServletFilter.java:96) ~[classes/:na]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:388) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:440) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.Server.handle(Server.java:326) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:926) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:549) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:228) [ngrinder-controller-3.3.war:na]
        at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582) [ngrinder-controller-3.3.war:na]
2014-02-17 19:09:58,540 DEBUG DispatcherServlet.java:1155 : Rendering view [org.springframework.web.servlet.view.InternalResourceView: unnamed; URL [/]] in DispatcherServlet with name 'appServlet'
2014-02-17 19:09:58,541 DEBUG DispatcherServlet.java:799 : DispatcherServlet with name 'appServlet' processing GET request for [/]
2014-02-17 19:09:58,541 DEBUG DispatcherServlet.java:879 : Last-Modified value for [/] is: -1
2014-02-17 19:09:58,542 DEBUG DispatcherServlet.java:1155 : Rendering view [org.springframework.web.servlet.view.freemarker.FreeMarkerView: name 'index'; URL [/index.ftl]] in DispatcherServlet with name 'appServlet'
2014-02-17 19:09:58,548 DEBUG FrameworkServlet.java:910 : Could not complete request
freemarker.core.InvalidReferenceException: The following has evaluated to null or missing:
==> handlers  [in template "index.ftl" at line 38, column 56]

Tip: If the failing expression is known to be legally null/missing, either specify a default value with myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthessis: (myOptionVar.foo)!myDefault, (myOptionVar.foo)??

The failing instruction:
==> #list handlers as handler  [in template "index.ftl" at line 38, column 49]
        at freemarker.core.InvalidReferenceException.getInstance(InvalidReferenceException.java:98) ~[freemarker-2.3.20.jar:2.3.20]
        at freemarker.core.Expression.assertNonNull(Expression.java:205) ~[freemarker-2.3.20.jar:2.3.20]
        at freemarker.core.IteratorBlock.accept(IteratorBlock.java:100) ~[freemarker-2.3.20.jar:2.3.20]
        at freemarker.core.Environment.visit(Environment.java:265) ~[freemarker-2.3.20.jar:2.3.20]
        at freemarker.core.MixedContent.accept(MixedContent.java:93) ~[freemarker-2.3.20.jar:2.3.20]
        at freemarker.core.Environment.visit(Environment.java:265) ~[freemarker-2.3.20.jar:2.3.20]
        at freemarker.core.Environment.process(Environment.java:243) ~[freemarker-2.3.20.jar:2.3.20]
        at freemarker.template.Template.process(Template.java:277) ~[freemarker-2.3.20.jar:2.3.20]
        at org.springframework.web.servlet.view.freemarker.FreeMarkerView.processTemplate(FreeMarkerView.java:366) ~[spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.view.freemarker.FreeMarkerView.doRender(FreeMarkerView.java:283) ~[spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.view.freemarker.FreeMarkerView.renderMergedTemplateModel(FreeMarkerView.java:233) ~[spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.view.AbstractTemplateView.renderMergedOutputModel(AbstractTemplateView.java:167) ~[spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.view.AbstractView.render(AbstractView.java:262) [spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1157) [spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:927) [spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:827) [spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882) [spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:778) [spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:707) [ngrinder-controller-3.3.war:na]
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:390) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:440) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.servlet.Dispatcher.forward(Dispatcher.java:327) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.servlet.Dispatcher.forward(Dispatcher.java:126) [ngrinder-controller-3.3.war:na]
        at org.springframework.web.servlet.view.InternalResourceView.renderMergedOutputModel(InternalResourceView.java:238) [spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.view.AbstractView.render(AbstractView.java:262) [spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1157) [spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:927) [spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:827) [spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882) [spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:778) [spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:707) [ngrinder-controller-3.3.war:na]
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1166) [ngrinder-controller-3.3.war:na]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:311) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:116) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:101) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:113) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter.doFilter(RememberMeAuthenticationFilter.java:146) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:54) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:45) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:150) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:182) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:98) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.CompositeFilter.doFilter(CompositeFilter.java:82) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.ngrinder.security.PluggablePreAuthFilter.doFilter(PluggablePreAuthFilter.java:96) [classes/:na]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:105) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:173) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) [ngrinder-controller-3.3.war:na]
        at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:98) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.CompositeFilter.doFilter(CompositeFilter.java:82) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.ngrinder.infra.servlet.PluggableServletFilter.doFilter(PluggableServletFilter.java:96) [classes/:na]
        at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) [ngrinder-controller-3.3.war:na]
        at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:77) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) [ngrinder-controller-3.3.war:na]
        at org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter.doFilterInternal(OpenEntityManagerInViewFilter.java:147) [spring-orm-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) [ngrinder-controller-3.3.war:na]
        at org.springframework.web.filter.HttpPutFormContentFilter.doFilterInternal(HttpPutFormContentFilter.java:88) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) [ngrinder-controller-3.3.war:na]
        at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:388) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:440) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.Server.handle(Server.java:326) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:926) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:549) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:228) [ngrinder-controller-3.3.war:na]
        at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582) [ngrinder-controller-3.3.war:na]
2014-02-17 19:09:58,549 DEBUG FrameworkServlet.java:910 : Could not complete request
org.springframework.web.util.NestedServletException: Request processing failed; nested exception is freemarker.core.InvalidReferenceException: The following has evaluated to null or missing:
==> handlers  [in template "index.ftl" at line 38, column 56]

Tip: If the failing expression is known to be legally null/missing, either specify a default value with myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthessis: (myOptionVar.foo)!myDefault, (myOptionVar.foo)??

The failing instruction:
==> #list handlers as handler  [in template "index.ftl" at line 38, column 49]
        at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:894) [spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:778) [spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:707) [ngrinder-controller-3.3.war:na]
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:390) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:440) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.servlet.Dispatcher.forward(Dispatcher.java:327) ~[ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.servlet.Dispatcher.forward(Dispatcher.java:126) ~[ngrinder-controller-3.3.war:na]
        at org.springframework.web.servlet.view.InternalResourceView.renderMergedOutputModel(InternalResourceView.java:238) ~[spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.view.AbstractView.render(AbstractView.java:262) ~[spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1157) ~[spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:927) ~[spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:827) ~[spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882) [spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:778) [spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:707) [ngrinder-controller-3.3.war:na]
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1166) [ngrinder-controller-3.3.war:na]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:311) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:116) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:101) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:113) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter.doFilter(RememberMeAuthenticationFilter.java:146) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:54) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:45) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:150) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:182) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:98) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.CompositeFilter.doFilter(CompositeFilter.java:82) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.ngrinder.security.PluggablePreAuthFilter.doFilter(PluggablePreAuthFilter.java:96) [classes/:na]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:105) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:173) [spring-security-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) [ngrinder-controller-3.3.war:na]
        at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:98) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.CompositeFilter.doFilter(CompositeFilter.java:82) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.ngrinder.infra.servlet.PluggableServletFilter.doFilter(PluggableServletFilter.java:96) [classes/:na]
        at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) [ngrinder-controller-3.3.war:na]
        at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:77) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) [ngrinder-controller-3.3.war:na]
        at org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter.doFilterInternal(OpenEntityManagerInViewFilter.java:147) [spring-orm-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) [ngrinder-controller-3.3.war:na]
        at org.springframework.web.filter.HttpPutFormContentFilter.doFilterInternal(HttpPutFormContentFilter.java:88) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) [ngrinder-controller-3.3.war:na]
        at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) [spring-web-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:388) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:440) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.Server.handle(Server.java:326) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:926) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:549) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404) [ngrinder-controller-3.3.war:na]
        at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:228) [ngrinder-controller-3.3.war:na]
        at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582) [ngrinder-controller-3.3.war:na]
Caused by: freemarker.core.InvalidReferenceException: The following has evaluated to null or missing:
==> handlers  [in template "index.ftl" at line 38, column 56]

Tip: If the failing expression is known to be legally null/missing, either specify a default value with myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthessis: (myOptionVar.foo)!myDefault, (myOptionVar.foo)??

The failing instruction:
==> #list handlers as handler  [in template "index.ftl" at line 38, column 49]
        at freemarker.core.InvalidReferenceException.getInstance(InvalidReferenceException.java:98) ~[freemarker-2.3.20.jar:2.3.20]
        at freemarker.core.Expression.assertNonNull(Expression.java:205) ~[freemarker-2.3.20.jar:2.3.20]
        at freemarker.core.IteratorBlock.accept(IteratorBlock.java:100) ~[freemarker-2.3.20.jar:2.3.20]
        at freemarker.core.Environment.visit(Environment.java:265) ~[freemarker-2.3.20.jar:2.3.20]
        at freemarker.core.MixedContent.accept(MixedContent.java:93) ~[freemarker-2.3.20.jar:2.3.20]
        at freemarker.core.Environment.visit(Environment.java:265) ~[freemarker-2.3.20.jar:2.3.20]
        at freemarker.core.Environment.process(Environment.java:243) ~[freemarker-2.3.20.jar:2.3.20]
        at freemarker.template.Template.process(Template.java:277) ~[freemarker-2.3.20.jar:2.3.20]
        at org.springframework.web.servlet.view.freemarker.FreeMarkerView.processTemplate(FreeMarkerView.java:366) ~[spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.view.freemarker.FreeMarkerView.doRender(FreeMarkerView.java:283) ~[spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.view.freemarker.FreeMarkerView.renderMergedTemplateModel(FreeMarkerView.java:233) ~[spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.view.AbstractTemplateView.renderMergedOutputModel(AbstractTemplateView.java:167) ~[spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.view.AbstractView.render(AbstractView.java:262) ~[spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1157) ~[spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:927) ~[spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:827) ~[spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882) [spring-webmvc-3.1.0.RELEASE.jar:3.1.0.RELEASE]
        ... 86 common frames omitted



If you reply to this email, your message will be added to the discussion below:
http://ngrinder.642.n7.nabble.com/3-3-tp1298.html
To start a new topic under ngrinder-user-kr, email [hidden email]
To unsubscribe from ngrinder-user-kr, click here.
NAML