Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 2011-10-26 06:26:10,013 - Starting Apache Velocity v1.5 (compiled: 2007-02-22 08:52:29)
- 2011-10-26 06:26:10,013 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
- 2011-10-26 06:26:10,013 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
- 2011-10-26 06:26:10,014 - Couldn't find class org.apache.velocity.runtime.log.AvalonLogChute or necessary supporting classes in classpath.
- java.lang.NoClassDefFoundError: org/apache/log/format/Formatter
- at java.lang.Class.forName0(Native Method)
- at java.lang.Class.forName(Unknown Source)
- at org.apache.velocity.util.ClassUtils.getClass(ClassUtils.java:63)
- at org.apache.velocity.util.ClassUtils.getNewInstance(ClassUtils.java:95)
- at org.apache.velocity.runtime.log.LogManager.createLogChute(LogManager.java:147)
- at org.apache.velocity.runtime.log.LogManager.updateLog(LogManager.java:208)
- at org.apache.velocity.runtime.RuntimeInstance.initializeLog(RuntimeInstance.java:728)
- at org.apache.velocity.runtime.RuntimeInstance.init(RuntimeInstance.java:240)
- at org.apache.velocity.app.VelocityEngine.init(VelocityEngine.java:116)
- at org.hisp.dhis.system.velocity.VelocityManager.<init>(VelocityManager.java:50)
- at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
- at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
- at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
- at java.lang.reflect.Constructor.newInstance(Unknown Source)
- at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:126)
- at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:74)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:958)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:911)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:485)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
- at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:293)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:290)
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:192)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:585)
- at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895)
- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425)
- at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:282)
- at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:204)
- at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47)
- at org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:548)
- at org.mortbay.jetty.servlet.Context.startContext(Context.java:136)
- at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1272)
- at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:517)
- at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:489)
- at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
- at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
- at org.mortbay.jetty.Server.doStart(Server.java:224)
- at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
- at org.hisp.dhis.WebAppServer.run(WebAppServer.java:110)
- Caused by: java.lang.ClassNotFoundException: org.apache.log.format.Formatter
- at java.net.URLClassLoader$1.run(Unknown Source)
- at java.security.AccessController.doPrivileged(Native Method)
- at java.net.URLClassLoader.findClass(Unknown Source)
- at java.lang.ClassLoader.loadClass(Unknown Source)
- at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
- at java.lang.ClassLoader.loadClass(Unknown Source)
- at org.mortbay.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:401)
- at org.mortbay.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:363)
- ... 40 more
- 2011-10-26 06:26:10,015 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
- 2011-10-26 06:26:10,015 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
- 2011-10-26 06:26:10,018 - Default ResourceManager initializing. (class org.apache.velocity.runtime.resource.ResourceManagerImpl)
- 2011-10-26 06:26:10,019 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
- 2011-10-26 06:26:10,025 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl)
- 2011-10-26 06:26:10,026 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
- 2011-10-26 06:26:10,028 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
- 2011-10-26 06:26:10,029 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
- 2011-10-26 06:26:10,031 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
- 2011-10-26 06:26:10,032 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
- 2011-10-26 06:26:10,060 - Created '20' parsers.
- 2011-10-26 06:26:10,069 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
- 2011-10-26 06:26:10,069 - Velocimacro : Default library not found.
- 2011-10-26 06:26:10,069 - Velocimacro : allowInline = true : VMs can be defined inline in templates
- 2011-10-26 06:26:10,069 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
- 2011-10-26 06:26:10,069 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
- 2011-10-26 06:26:10,070 - Velocimacro : autoload off : VM system will not automatically reload global library macros
- 2011-10-26 06:26:34,647 - Log4JLogChute initialized using file 'velocity.log'
- 2011-10-26 06:26:34,647 - Starting Apache Velocity v1.5 (compiled: 2007-02-22 08:52:29)
- 2011-10-26 06:26:34,647 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
- 2011-10-26 06:26:34,647 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
- 2011-10-26 06:26:34,647 - Couldn't find class org.apache.velocity.runtime.log.AvalonLogChute or necessary supporting classes in classpath.
- java.lang.NoClassDefFoundError: org/apache/log/format/Formatter
- at java.lang.Class.forName0(Native Method)
- at java.lang.Class.forName(Unknown Source)
- at org.apache.velocity.util.ClassUtils.getClass(ClassUtils.java:63)
- at org.apache.velocity.util.ClassUtils.getNewInstance(ClassUtils.java:95)
- at org.apache.velocity.runtime.log.LogManager.createLogChute(LogManager.java:147)
- at org.apache.velocity.runtime.log.LogManager.updateLog(LogManager.java:208)
- at org.apache.velocity.runtime.RuntimeInstance.initializeLog(RuntimeInstance.java:728)
- at org.apache.velocity.runtime.RuntimeInstance.init(RuntimeInstance.java:240)
- at org.apache.velocity.runtime.RuntimeInstance.init(RuntimeInstance.java:534)
- at org.apache.velocity.app.VelocityEngine.init(VelocityEngine.java:144)
- at org.apache.struts2.views.velocity.VelocityManager.newVelocityEngine(VelocityManager.java:449)
- at org.apache.struts2.views.velocity.VelocityManager.init(VelocityManager.java:215)
- at org.apache.struts2.dispatcher.VelocityResult.doExecute(VelocityResult.java:129)
- at org.apache.struts2.dispatcher.StrutsResultSupport.execute(StrutsResultSupport.java:186)
- at com.opensymphony.xwork2.DefaultActionInvocation.executeResult(DefaultActionInvocation.java:373)
- at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:277)
- at org.hisp.dhis.webportal.interceptor.XWorkPortalUserInterceptor.intercept(XWorkPortalUserInterceptor.java:87)
- at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
- at org.hisp.dhis.webportal.interceptor.XWorkPortalModuleInterceptor.intercept(XWorkPortalModuleInterceptor.java:90)
- at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
- at org.hisp.dhis.webportal.interceptor.XWorkPortalMenuInterceptor.intercept(XWorkPortalMenuInterceptor.java:96)
- at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
- at org.hisp.dhis.webportal.interceptor.XWorkPortalParamsInterceptor.intercept(XWorkPortalParamsInterceptor.java:118)
- at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
- at org.hisp.dhis.interceptor.ContextInterceptor.intercept(ContextInterceptor.java:78)
- at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
- at org.hisp.dhis.interceptor.UserSettingInterceptor.intercept(UserSettingInterceptor.java:89)
- at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
- at org.hisp.dhis.interceptor.SystemSettingInterceptor.intercept(SystemSettingInterceptor.java:101)
- at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
- at org.hisp.dhis.interceptor.DisplayPropertyInterceptor.intercept(DisplayPropertyInterceptor.java:95)
- at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
- at org.hisp.dhis.interceptor.SortOrderInterceptor.intercept(SortOrderInterceptor.java:129)
- at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
- at org.hisp.dhis.security.intercept.LoginInterceptor.intercept(LoginInterceptor.java:84)
- at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
- at org.hisp.dhis.security.intercept.XWorkSecurityInterceptor.intercept(XWorkSecurityInterceptor.java:103)
- at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
- at org.hisp.dhis.interceptor.I18nInterceptor.intercept(I18nInterceptor.java:146)
- at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
- at com.opensymphony.xwork2.interceptor.ParametersInterceptor.doIntercept(ParametersInterceptor.java:207)
- at com.opensymphony.xwork2.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:98)
- at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
- at com.opensymphony.xwork2.interceptor.StaticParametersInterceptor.intercept(StaticParametersInterceptor.java:190)
- at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
- at org.hisp.dhis.interceptor.ExceptionInterceptor.intercept(ExceptionInterceptor.java:105)
- at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
- at org.apache.struts2.impl.StrutsActionProxy.execute(StrutsActionProxy.java:52)
- at org.apache.struts2.dispatcher.Dispatcher.serviceAction(Dispatcher.java:498)
- at org.apache.struts2.dispatcher.FilterDispatcher.doFilter(FilterDispatcher.java:434)
- at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
- at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:369)
- at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:109)
- at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83)
- at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
- at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:97)
- at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
- at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:100)
- at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
- at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:78)
- at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
- at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:54)
- at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
- at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:35)
- at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
- at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:177)
- at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
- at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:187)
- at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
- at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:105)
- at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
- at org.hisp.dhis.security.filter.AutomaticAccessFilter.doFilter(AutomaticAccessFilter.java:112)
- at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
- at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:79)
- at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
- at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:168)
- at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:237)
- at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)
- at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
- at org.springframework.orm.hibernate3.support.OpenSessionInViewFilter.doFilterInternal(OpenSessionInViewFilter.java:198)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
- at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
- at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:388)
- at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
- at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)
- at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
- at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:440)
- at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
- at org.mortbay.jetty.Server.handle(Server.java:326)
- at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542)
- at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:926)
- at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:549)
- at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
- at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
- at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:410)
- at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582)
- Caused by: java.lang.ClassNotFoundException: org.apache.log.format.Formatter
- at java.net.URLClassLoader$1.run(Unknown Source)
- at java.security.AccessController.doPrivileged(Native Method)
- at java.net.URLClassLoader.findClass(Unknown Source)
- at java.lang.ClassLoader.loadClass(Unknown Source)
- at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
- at java.lang.ClassLoader.loadClass(Unknown Source)
- at org.mortbay.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:401)
- at org.mortbay.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:363)
- ... 96 more
- 2011-10-26 06:26:34,650 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
- 2011-10-26 06:26:34,650 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
- 2011-10-26 06:26:34,650 - Default ResourceManager initializing. (class org.apache.velocity.runtime.resource.ResourceManagerImpl)
- 2011-10-26 06:26:34,654 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 06:26:34,654 - Do unicode file recognition: false
- 2011-10-26 06:26:34,654 - FileResourceLoader : adding path 'C:\Program Files\DHIS2-2.2\webapps\dhis'
- 2011-10-26 06:26:34,655 - ResourceLoader instantiated: org.apache.struts2.views.velocity.StrutsResourceLoader
- 2011-10-26 06:26:34,655 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl)
- 2011-10-26 06:26:34,656 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
- 2011-10-26 06:26:34,656 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
- 2011-10-26 06:26:34,656 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
- 2011-10-26 06:26:34,656 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
- 2011-10-26 06:26:34,656 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
- 2011-10-26 06:26:34,659 - Loaded User Directive: org.apache.struts2.views.velocity.components.ActionDirective
- 2011-10-26 06:26:34,660 - Loaded User Directive: org.apache.struts2.views.velocity.components.BeanDirective
- 2011-10-26 06:26:34,663 - Loaded User Directive: org.apache.struts2.views.velocity.components.CheckBoxDirective
- 2011-10-26 06:26:34,665 - Loaded User Directive: org.apache.struts2.views.velocity.components.CheckBoxListDirective
- 2011-10-26 06:26:34,666 - Loaded User Directive: org.apache.struts2.views.velocity.components.ComboBoxDirective
- 2011-10-26 06:26:34,667 - Loaded User Directive: org.apache.struts2.views.velocity.components.ComponentDirective
- 2011-10-26 06:26:34,668 - Loaded User Directive: org.apache.struts2.views.velocity.components.DateDirective
- 2011-10-26 06:26:34,669 - Loaded User Directive: org.apache.struts2.views.velocity.components.DivDirective
- 2011-10-26 06:26:34,670 - Loaded User Directive: org.apache.struts2.views.velocity.components.DoubleSelectDirective
- 2011-10-26 06:26:34,671 - Loaded User Directive: org.apache.struts2.views.velocity.components.FileDirective
- 2011-10-26 06:26:34,672 - Loaded User Directive: org.apache.struts2.views.velocity.components.FormDirective
- 2011-10-26 06:26:34,672 - Loaded User Directive: org.apache.struts2.views.velocity.components.HeadDirective
- 2011-10-26 06:26:34,673 - Loaded User Directive: org.apache.struts2.views.velocity.components.HiddenDirective
- 2011-10-26 06:26:34,674 - Loaded User Directive: org.apache.struts2.views.velocity.components.AnchorDirective
- 2011-10-26 06:26:34,675 - Loaded User Directive: org.apache.struts2.views.velocity.components.I18nDirective
- 2011-10-26 06:26:34,676 - Loaded User Directive: org.apache.struts2.views.velocity.components.IncludeDirective
- 2011-10-26 06:26:34,676 - Loaded User Directive: org.apache.struts2.views.velocity.components.LabelDirective
- 2011-10-26 06:26:34,677 - Loaded User Directive: org.apache.struts2.views.velocity.components.ParamDirective
- 2011-10-26 06:26:34,678 - Loaded User Directive: org.apache.struts2.views.velocity.components.PasswordDirective
- 2011-10-26 06:26:34,678 - Loaded User Directive: org.apache.struts2.views.velocity.components.PushDirective
- 2011-10-26 06:26:34,679 - Loaded User Directive: org.apache.struts2.views.velocity.components.PropertyDirective
- 2011-10-26 06:26:34,679 - Loaded User Directive: org.apache.struts2.views.velocity.components.RadioDirective
- 2011-10-26 06:26:34,680 - Loaded User Directive: org.apache.struts2.views.velocity.components.SelectDirective
- 2011-10-26 06:26:34,681 - Loaded User Directive: org.apache.struts2.views.velocity.components.SetDirective
- 2011-10-26 06:26:34,682 - Loaded User Directive: org.apache.struts2.views.velocity.components.SubmitDirective
- 2011-10-26 06:26:34,682 - Loaded User Directive: org.apache.struts2.views.velocity.components.ResetDirective
- 2011-10-26 06:26:34,683 - Loaded User Directive: org.apache.struts2.views.velocity.components.TextAreaDirective
- 2011-10-26 06:26:34,685 - Loaded User Directive: org.apache.struts2.views.velocity.components.TextDirective
- 2011-10-26 06:26:34,685 - Loaded User Directive: org.apache.struts2.views.velocity.components.TextFieldDirective
- 2011-10-26 06:26:34,685 - Loaded User Directive: org.apache.struts2.views.velocity.components.TokenDirective
- 2011-10-26 06:26:34,687 - Loaded User Directive: org.apache.struts2.views.velocity.components.URLDirective
- 2011-10-26 06:26:34,687 - Loaded User Directive: org.apache.struts2.views.velocity.components.ActionErrorDirective
- 2011-10-26 06:26:34,688 - Loaded User Directive: org.apache.struts2.views.velocity.components.ActionMessageDirective
- 2011-10-26 06:26:34,689 - Loaded User Directive: org.apache.struts2.views.velocity.components.FieldErrorDirective
- 2011-10-26 06:26:34,690 - Loaded User Directive: org.apache.struts2.views.velocity.components.OptionTransferSelectDirective
- 2011-10-26 06:26:34,690 - Loaded User Directive: org.apache.struts2.views.velocity.components.UpDownSelectDirective
- 2011-10-26 06:26:34,690 - Loaded User Directive: org.apache.struts2.views.velocity.components.ActionDirective
- 2011-10-26 06:26:34,691 - Loaded User Directive: org.apache.struts2.views.velocity.components.BeanDirective
- 2011-10-26 06:26:34,691 - Loaded User Directive: org.apache.struts2.views.velocity.components.CheckBoxDirective
- 2011-10-26 06:26:34,691 - Loaded User Directive: org.apache.struts2.views.velocity.components.CheckBoxListDirective
- 2011-10-26 06:26:34,691 - Loaded User Directive: org.apache.struts2.views.velocity.components.ComboBoxDirective
- 2011-10-26 06:26:34,691 - Loaded User Directive: org.apache.struts2.views.velocity.components.ComponentDirective
- 2011-10-26 06:26:34,691 - Loaded User Directive: org.apache.struts2.views.velocity.components.DateDirective
- 2011-10-26 06:26:34,691 - Loaded User Directive: org.apache.struts2.views.velocity.components.DivDirective
- 2011-10-26 06:26:34,691 - Loaded User Directive: org.apache.struts2.views.velocity.components.DoubleSelectDirective
- 2011-10-26 06:26:34,691 - Loaded User Directive: org.apache.struts2.views.velocity.components.FileDirective
- 2011-10-26 06:26:34,691 - Loaded User Directive: org.apache.struts2.views.velocity.components.FormDirective
- 2011-10-26 06:26:34,691 - Loaded User Directive: org.apache.struts2.views.velocity.components.HeadDirective
- 2011-10-26 06:26:34,691 - Loaded User Directive: org.apache.struts2.views.velocity.components.HiddenDirective
- 2011-10-26 06:26:34,691 - Loaded User Directive: org.apache.struts2.views.velocity.components.AnchorDirective
- 2011-10-26 06:26:34,691 - Loaded User Directive: org.apache.struts2.views.velocity.components.I18nDirective
- 2011-10-26 06:26:34,691 - Loaded User Directive: org.apache.struts2.views.velocity.components.IncludeDirective
- 2011-10-26 06:26:34,691 - Loaded User Directive: org.apache.struts2.views.velocity.components.LabelDirective
- 2011-10-26 06:26:34,691 - Loaded User Directive: org.apache.struts2.views.velocity.components.ParamDirective
- 2011-10-26 06:26:34,692 - Loaded User Directive: org.apache.struts2.views.velocity.components.PasswordDirective
- 2011-10-26 06:26:34,692 - Loaded User Directive: org.apache.struts2.views.velocity.components.PushDirective
- 2011-10-26 06:26:34,692 - Loaded User Directive: org.apache.struts2.views.velocity.components.PropertyDirective
- 2011-10-26 06:26:34,692 - Loaded User Directive: org.apache.struts2.views.velocity.components.RadioDirective
- 2011-10-26 06:26:34,692 - Loaded User Directive: org.apache.struts2.views.velocity.components.SelectDirective
- 2011-10-26 06:26:34,692 - Loaded User Directive: org.apache.struts2.views.velocity.components.SetDirective
- 2011-10-26 06:26:34,692 - Loaded User Directive: org.apache.struts2.views.velocity.components.SubmitDirective
- 2011-10-26 06:26:34,692 - Loaded User Directive: org.apache.struts2.views.velocity.components.ResetDirective
- 2011-10-26 06:26:34,692 - Loaded User Directive: org.apache.struts2.views.velocity.components.TextAreaDirective
- 2011-10-26 06:26:34,692 - Loaded User Directive: org.apache.struts2.views.velocity.components.TextDirective
- 2011-10-26 06:26:34,692 - Loaded User Directive: org.apache.struts2.views.velocity.components.TextFieldDirective
- 2011-10-26 06:26:34,692 - Loaded User Directive: org.apache.struts2.views.velocity.components.TokenDirective
- 2011-10-26 06:26:34,692 - Loaded User Directive: org.apache.struts2.views.velocity.components.URLDirective
- 2011-10-26 06:26:34,692 - Loaded User Directive: org.apache.struts2.views.velocity.components.ActionErrorDirective
- 2011-10-26 06:26:34,692 - Loaded User Directive: org.apache.struts2.views.velocity.components.ActionMessageDirective
- 2011-10-26 06:26:34,692 - Loaded User Directive: org.apache.struts2.views.velocity.components.FieldErrorDirective
- 2011-10-26 06:26:34,692 - Loaded User Directive: org.apache.struts2.views.velocity.components.OptionTransferSelectDirective
- 2011-10-26 06:26:34,692 - Loaded User Directive: org.apache.struts2.views.velocity.components.UpDownSelectDirective
- 2011-10-26 06:26:34,693 - Created '20' parsers.
- 2011-10-26 06:26:34,694 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
- 2011-10-26 06:26:34,695 - Velocimacro : Default library not found.
- 2011-10-26 06:26:34,695 - Velocimacro : allowInline = true : VMs can be defined inline in templates
- 2011-10-26 06:26:34,695 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
- 2011-10-26 06:26:34,695 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
- 2011-10-26 06:26:34,695 - Velocimacro : autoload off : VM system will not automatically reload global library macros
- 2011-10-26 06:26:34,711 - ResourceManager : found /dhis-web-commons/security/login.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 06:27:51,806 - ResourceManager : found /main.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 06:27:52,896 - ResourceManager : found settings.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 06:27:52,916 - Velocimacro : added #objectList( objectName objects ) : source = macros.vm
- 2011-10-26 06:27:52,916 - Velocimacro : added #alternate( mark ) : source = macros.vm
- 2011-10-26 06:27:52,917 - Velocimacro : added #formatBool( bool ) : source = macros.vm
- 2011-10-26 06:27:52,918 - Velocimacro : added #formatAggregationOperator( operator ) : source = macros.vm
- 2011-10-26 06:27:52,919 - Velocimacro : added #formatType( type ) : source = macros.vm
- 2011-10-26 06:27:52,920 - Velocimacro : added #openHelp( id ) : source = macros.vm
- 2011-10-26 06:27:52,920 - Velocimacro : added #introListItem( action objectKey ) : source = macros.vm
- 2011-10-26 06:27:52,920 - Velocimacro : added #introListImgItem( action objectKey image ) : source = macros.vm
- 2011-10-26 06:27:52,921 - Velocimacro : added #organisationUnitSelectionTree( cleanAll multipleSelectionAllowed required ) : source = macros.vm
- 2011-10-26 06:27:52,922 - Velocimacro : added #filterDiv( action ) : source = macros.vm
- 2011-10-26 06:27:52,922 - Velocimacro : added #trHeader( text ) : source = macros.vm
- 2011-10-26 06:27:52,923 - Velocimacro : added #trTextInput( args ) : source = macros.vm
- 2011-10-26 06:27:52,924 - Velocimacro : added #trBooleanSelectInput( args ) : source = macros.vm
- 2011-10-26 06:27:52,926 - Velocimacro : added #trDateInput( args ) : source = macros.vm
- 2011-10-26 06:27:52,927 - Velocimacro : added #trNumberInput( args ) : source = macros.vm
- 2011-10-26 06:27:52,928 - Velocimacro : added #trIntegerInput( args ) : source = macros.vm
- 2011-10-26 06:27:52,929 - Velocimacro : added #trPositiveIntegerInput( args ) : source = macros.vm
- 2011-10-26 06:27:52,930 - Velocimacro : added #trNegativeIntegerInput( args ) : source = macros.vm
- 2011-10-26 06:27:52,931 - Velocimacro : added #trMultipleChoiceInput( args ) : source = macros.vm
- 2011-10-26 06:27:52,932 - Velocimacro : added #tblDynamicAttributesJavascript( ) : source = macros.vm
- 2011-10-26 06:27:52,937 - Velocimacro : added #tblDynamicAttributes( args ) : source = macros.vm
- 2011-10-26 06:27:52,956 - ResourceManager : found macros.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 06:27:52,967 - #parse() null argument
- 2011-10-26 06:27:52,968 - ResourceManager : found /dhis-web-portal/redirect.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 06:27:53,072 - ResourceManager : found /dhis-web-commons/i18n/i18n.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 06:27:53,121 - ResourceManager : found /dhis-web-commons/i18n/messages.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 06:27:53,355 - ResourceManager : found /dhis-web-commons/about/menu.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 06:27:53,356 - ResourceManager : found /dhis-web-portal/intro.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 06:27:56,601 - ResourceManager : found /dhis-web-maintenance-organisationunit/menu.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 06:27:56,604 - ResourceManager : found /dhis-web-maintenance-organisationunit/index.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 06:27:59,093 - ResourceManager : found /dhis-web-maintenance-user/menu.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 06:27:59,096 - ResourceManager : found /dhis-web-maintenance-user/index.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 06:28:00,971 - ResourceManager : found /dhis-web-maintenance-user/allUser.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 06:28:00,974 - RHS of #set statement is null. Context will not be modified. /dhis-web-maintenance-user/allUser.vm [line 4, column 17]
- 2011-10-26 06:28:01,003 - ResourceManager : found /dhis-web-commons/paging/paging.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 06:28:04,733 - RHS of #set statement is null. Context will not be modified. /dhis-web-maintenance-user/allUser.vm [line 4, column 17]
- 2011-10-26 06:28:14,100 - RHS of #set statement is null. Context will not be modified. /dhis-web-maintenance-user/allUser.vm [line 4, column 17]
- 2011-10-26 06:28:24,841 - #parse() null argument
- 2011-10-26 06:28:24,885 - ResourceManager : found /dhis-web-maintenance-user/addUserForm.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 06:28:24,902 - ResourceManager : found /dhis-web-commons/oust/selectionTreeMultipleSelect.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 06:28:25,125 - ResourceManager : found /dhis-web-commons/ajax/jsonOrganisationUnitGroups.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 06:28:25,126 - ResourceManager : found /dhis-web-commons/ajax/jsonUserRoles.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 06:28:25,212 - ResourceManager : found /dhis-web-commons/ouwt/responseSuccess.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 06:28:25,285 - ResourceManager : found /dhis-web-commons/ouwt/responseTree.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 06:28:25,325 - ResourceManager : found /dhis-web-commons/ajax/jsonOrganisationUnitLevels.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 06:28:32,708 - ResourceManager : found /dhis-web-commons/ajax/jsonResponseSuccess.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 06:29:04,004 - ResourceManager : found /dhis-web-commons/ouwt/responseSelect.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 06:29:07,315 - RHS of #set statement is null. Context will not be modified. /dhis-web-maintenance-user/allUser.vm [line 4, column 17]
- 2011-10-26 06:29:14,192 - RHS of #set statement is null. Context will not be modified. /dhis-web-maintenance-user/allUser.vm [line 4, column 17]
- 2011-10-26 06:29:18,442 - #parse() null argument
- 2011-10-26 06:29:18,445 - ResourceManager : found /dhis-web-maintenance-user/updateUserForm.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 06:29:41,024 - ResourceManager : found /dhis-web-commons/ouwt/responseExpand.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 06:29:50,573 - ResourceManager : found /dhis-web-maintenance-organisationunit/menuWithTree.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 06:29:50,602 - ResourceManager : found /dhis-web-commons/ouwt/orgunittreesearch.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 06:29:50,603 - ResourceManager : found /dhis-web-commons/ouwt/orgunittree.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 06:29:50,612 - ResourceManager : found /dhis-web-maintenance-organisationunit/organisationUnit.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 06:29:50,612 - RHS of #set statement is null. Context will not be modified. /dhis-web-maintenance-organisationunit/organisationUnit.vm [line 4, column 17]
- 2011-10-26 06:29:50,788 - ResourceManager : found /dhis-web-commons/ajax/jsonOrganisationUnitTree.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 06:29:50,865 - Null reference [template '/dhis-web-commons/ouwt/responseSuccess.vm', line 2, column 25] : $encoder.xmlEncode( $message ) cannot be resolved.
- 2011-10-26 06:30:11,351 - RHS of #set statement is null. Context will not be modified. /dhis-web-maintenance-organisationunit/organisationUnit.vm [line 4, column 17]
- 2011-10-26 06:30:11,594 - Null reference [template '/dhis-web-commons/ouwt/responseSuccess.vm', line 2, column 25] : $encoder.xmlEncode( $message ) cannot be resolved.
- 2011-10-26 06:30:15,826 - RHS of #set statement is null. Context will not be modified. /dhis-web-maintenance-organisationunit/organisationUnit.vm [line 4, column 17]
- 2011-10-26 06:30:15,999 - Null reference [template '/dhis-web-commons/ouwt/responseSuccess.vm', line 2, column 25] : $encoder.xmlEncode( $message ) cannot be resolved.
- 2011-10-26 06:30:16,936 - RHS of #set statement is null. Context will not be modified. /dhis-web-maintenance-organisationunit/organisationUnit.vm [line 4, column 17]
- 2011-10-26 06:30:17,214 - Null reference [template '/dhis-web-commons/ouwt/responseSuccess.vm', line 2, column 25] : $encoder.xmlEncode( $message ) cannot be resolved.
- 2011-10-26 06:30:20,890 - RHS of #set statement is null. Context will not be modified. /dhis-web-maintenance-organisationunit/organisationUnit.vm [line 4, column 17]
- 2011-10-26 06:30:21,174 - Null reference [template '/dhis-web-commons/ouwt/responseSuccess.vm', line 2, column 25] : $encoder.xmlEncode( $message ) cannot be resolved.
- 2011-10-26 06:30:23,374 - #parse() null argument
- 2011-10-26 06:30:23,391 - ResourceManager : found /dhis-web-maintenance-organisationunit/updateOrganisationUnitForm.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 06:30:23,970 - Null reference [template '/dhis-web-commons/ouwt/responseSuccess.vm', line 2, column 25] : $encoder.xmlEncode( $message ) cannot be resolved.
- 2011-10-26 06:30:47,453 - Null reference [template '/dhis-web-commons/ouwt/responseSuccess.vm', line 2, column 25] : $encoder.xmlEncode( $message ) cannot be resolved.
- 2011-10-26 06:30:51,361 - RHS of #set statement is null. Context will not be modified. /dhis-web-maintenance-user/allUser.vm [line 4, column 17]
- 2011-10-26 06:30:54,796 - RHS of #set statement is null. Context will not be modified. /dhis-web-maintenance-user/allUser.vm [line 4, column 17]
- 2011-10-26 06:30:58,169 - #parse() null argument
- 2011-10-26 06:31:27,124 - RHS of #set statement is null. Context will not be modified. /dhis-web-maintenance-user/allUser.vm [line 4, column 17]
- 2011-10-26 06:31:40,246 - #parse() null argument
- 2011-10-26 06:34:34,428 - RHS of #set statement is null. Context will not be modified. /dhis-web-maintenance-user/allUser.vm [line 4, column 17]
- cimacro : added #openHelp( id ) : source = macros.vm
- 2011-10-26 06:27:52,920 - Velocimacro : added #introListItem( action objectKey ) : source = macros.vm
- 2011-10-26 06:27:52,920 - Velocimacro : added #introListImgItem( action objectKey image ) : source = macros.vm
- 2011-10-26 06:27:52,921 - Velocimacro : added #organisationUnitSelectionTree( cleanAll multipleSelectionAllowed required ) : source = macros.vm
- 2011-10-26 06:27:52,922 - Velocimacro : added #filterDiv( action ) : source = macros.vm
- 2011-10-26 06:27:52,922 - Velocimacro : added #trHeader( text ) : source = macros.vm
- 2011-10-26 06:27:52,923 - Velocimacro : added #trTextInput( args ) : source = macros.vm
- 2011-10-26 06:27:52,924 - Velocimacro : added #trBooleanSelectInput( args ) : source = macros.vm
- 2011-10-26 06:27:52,926 - Velocimacro : added #trDateInput( args ) : source = macros.vm
- 2011-10-26 06:27:52,927 - Velocimacro : added #trNumberInput( args ) : source = macros.vm
- 2011-10-26 06:27:52,928 - Velocimacro : added #trIntegerInput( args ) : source = macros.vm
- 2011-10-26 06:27:52,929 - Velocimacro : added #trPositiveIntegerInput( args ) : source = macros.vm
- 2011-10-26 06:27:52,930 - Velocimacro : added #trNegativeIntegerInput( args ) : source = macros.vm
- 2011-10-26 06:27:52,931 - Velocimacro : added #trMultipleChoiceInput( args ) : source = macros.vm
- 2011-10-26 06:27:52,932 - Velocimacro : added #tblDynamicAttributesJavascript( ) : source = macros.vm
- 2011-10-26 06:27:52,937 - Velocimacro : added #tblDynamicAttributes( args ) : source = macros.vm
- 2011-10-26 06:27:52,956 - ResourceManager : found macros.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 06:27:52,967 - #parse() null argument
- 2011-10-26 06:27:52,968 - ResourceManager : found /dhis-web-portal/redirect.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 06:27:53,072 - ResourceManager : found /dhis-web-commons/i18n/i18n.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 06:27:53,121 - ResourceManager : found /dhis-web-commons/i18n/messages.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 06:27:53,355 - ResourceManager : found /dhis-web-commons/about/menu.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 06:27:53,356 - ResourceManager : found /dhis-web-portal/intro.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 06:27:56,601 - ResourceManager : found /dhis-web-maintenance-organisationunit/menu.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 06:27:56,604 - ResourceManager : found /dhis-web-maintenance-organisationunit/index.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 06:27:59,093 - ResourceManager : found /dhis-web-maintenance-user/menu.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 06:27:59,096 - ResourceManager : found /dhis-web-maintenance-user/index.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 06:28:00,971 - ResourceManager : found /dhis-web-maintenance-user/allUser.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 06:28:00,974 - RHS of #set statement is null. Context will not be modified. /dhis-web-maintenance-user/allUser.vm [line 4, column 17]
- 2011-10-26 06:28:01,003 - ResourceManager : found /dhis-web-commons/paging/paging.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 06:28:04,733 - RHS of #set statement is null. Context will not be modified. /dhis-web-maintenance-user/allUser.vm [line 4, column 17]
- 2011-10-26 06:28:14,100 - RHS of #set statement is null. Context will not be modified. /dhis-web-maintenance-user/allUser.vm [line 4, column 17]
- 2011-10-26 06:28:24,841 - #parse() null argument
- 2011-10-26 06:28:24,885 - ResourceManager : found /dhis-web-maintenance-user/addUserForm.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 06:28:24,902 - ResourceManager : found /dhis-web-commons/oust/selectionTreeMultipleSelect.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 06:28:25,125 - ResourceManager : found /dhis-web-commons/ajax/jsonOrganisationUnitGroups.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 06:28:25,126 - ResourceManager : found /dhis-web-commons/ajax/jsonUserRoles.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 06:28:25,212 - ResourceManager : found /dhis-web-commons/ouwt/responseSuccess.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 06:28:25,285 - ResourceManager : found /dhis-web-commons/ouwt/responseTree.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 06:28:25,325 - ResourceManager : found /dhis-web-commons/ajax/jsonOrganisationUnitLevels.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 06:28:32,708 - ResourceManager : found /dhis-web-commons/ajax/jsonResponseSuccess.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 06:29:04,004 - ResourceManager : found /dhis-web-commons/ouwt/responseSelect.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 06:29:07,315 - RHS of #set statement is null. Context will not be modified. /dhis-web-maintenance-user/allUser.vm [line 4, column 17]
- 2011-10-26 06:29:14,192 - RHS of #set statement is null. Context will not be modified. /dhis-web-maintenance-user/allUser.vm [line 4, column 17]
- 2011-10-26 06:29:18,442 - #parse() null argument
- 2011-10-26 06:29:18,445 - ResourceManager : found /dhis-web-maintenance-user/updateUserForm.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 06:29:41,024 - ResourceManager : found /dhis-web-commons/ouwt/responseExpand.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 06:29:50,573 - ResourceManager : found /dhis-web-maintenance-organisationunit/menuWithTree.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 06:29:50,602 - ResourceManager : found /dhis-web-commons/ouwt/orgunittreesearch.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 06:29:50,603 - ResourceManager : found /dhis-web-commons/ouwt/orgunittree.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 06:29:50,612 - ResourceManager : found /dhis-web-maintenance-organisationunit/organisationUnit.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 06:29:50,612 - RHS of #set statement is null. Context will not be modified. /dhis-web-maintenance-organisationunit/organisationUnit.vm [line 4, column 17]
- 2011-10-26 06:29:50,788 - ResourceManager : found /dhis-web-commons/ajax/jsonOrganisationUnitTree.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 06:29:50,865 - Null reference [template '/dhis-web-commons/ouwt/responseSuccess.vm', line 2, column 25] : $encoder.xmlEncode( $message ) cannot be resolved.
- 2011-10-26 06:30:11,351 - RHS of #set statement is null. Context will not be modified. /dhis-web-maintenance-organisationunit/organisationUnit.vm [line 4, column 17]
- 2011-10-26 06:30:11,594 - Null reference [template '/dhis-web-commons/ouwt/responseSuccess.vm', line 2, column 25] : $encoder.xmlEncode( $message ) cannot be resolved.
- 2011-10-26 06:30:15,826 - RHS of #set statement is null. Context will not be modified. /dhis-web-maintenance-organisationunit/organisationUnit.vm [line 4, column 17]
- 2011-10-26 06:30:15,999 - Null reference [template '/dhis-web-commons/ouwt/responseSuccess.vm', line 2, column 25] : $encoder.xmlEncode( $message ) cannot be resolved.
- 2011-10-26 06:30:16,936 - RHS of #set statement is null. Context will not be modified. /dhis-web-maintenance-organisationunit/organisationUnit.vm [line 4, column 17]
- 2011-10-26 06:30:17,214 - Null reference [template '/dhis-web-commons/ouwt/responseSuccess.vm', line 2, column 25] : $encoder.xmlEncode( $message ) cannot be resolved.
- 2011-10-26 06:30:20,890 - RHS of #set statement is null. Context will not be modified. /dhis-web-maintenance-organisationunit/organisationUnit.vm [line 4, column 17]
- 2011-10-26 06:30:21,174 - Null reference [template '/dhis-web-commons/ouwt/responseSuccess.vm', line 2, column 25] : $encoder.xmlEncode( $message ) cannot be resolved.
- 2011-10-26 06:30:23,374 - #parse() null argument
- 2011-10-26 06:30:23,391 - ResourceManager : found /dhis-web-maintenance-organisationunit/updateOrganisationUnitForm.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 06:30:23,970 - Null reference [template '/dhis-web-commons/ouwt/responseSuccess.vm', line 2, column 25] : $encoder.xmlEncode( $message ) cannot be resolved.
- 2011-10-26 06:30:47,453 - Null reference [template '/dhis-web-commons/ouwt/responseSuccess.vm', line 2, column 25] : $encoder.xmlEncode( $message ) cannot be resolved.
- 2011-10-26 06:30:51,361 - RHS of #set statement is null. Context will not be modified. /dhis-web-maintenance-user/allUser.vm [line 4, column 17]
- 2011-10-26 06:30:54,796 - RHS of #set statement is null. Context will not be modified. /dhis-web-maintenance-user/allUser.vm [line 4, column 17]
- 2011-10-26 06:30:58,169 - #parse() null argument
- 2011-10-26 06:31:27,124 - RHS of #set statement is null. Context will not be modified. /dhis-web-maintenance-user/allUser.vm [line 4, column 17]
- 2011-10-26 06:31:40,246 - #parse() null argument
- 2011-10-26 06:34:34,428 - RHS of #set statement is null. Context will not be modified. /dhis-web-maintenance-user/allUser.vm [line 4, column 17]
- 2011-10-26 06:35:26,104 - Log4JLogChute initialized using file 'velocity.log'
- 2011-10-26 06:35:26,104 - Starting Apache Velocity v1.5 (compiled: 2007-02-22 08:52:29)
- 2011-10-26 06:35:26,104 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
- 2011-10-26 06:35:26,104 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
- 2011-10-26 06:35:26,105 - Couldn't find class org.apache.velocity.runtime.log.AvalonLogChute or necessary supporting classes in classpath.
- java.lang.NoClassDefFoundError: org/apache/log/format/Formatter
- at java.lang.Class.forName0(Native Method)
- at java.lang.Class.forName(Unknown Source)
- at org.apache.velocity.util.ClassUtils.getClass(ClassUtils.java:63)
- at org.apache.velocity.util.ClassUtils.getNewInstance(ClassUtils.java:95)
- at org.apache.velocity.runtime.log.LogManager.createLogChute(LogManager.java:147)
- at org.apache.velocity.runtime.log.LogManager.updateLog(LogManager.java:208)
- at org.apache.velocity.runtime.RuntimeInstance.initializeLog(RuntimeInstance.java:728)
- at org.apache.velocity.runtime.RuntimeInstance.init(RuntimeInstance.java:240)
- at org.apache.velocity.app.VelocityEngine.init(VelocityEngine.java:116)
- at org.hisp.dhis.system.velocity.VelocityManager.<init>(VelocityManager.java:50)
- at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
- at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
- at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
- at java.lang.reflect.Constructor.newInstance(Unknown Source)
- at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:126)
- at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:74)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:958)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:911)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:485)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
- at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:293)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:290)
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:192)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:585)
- at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895)
- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425)
- at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:282)
- at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:204)
- at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47)
- at org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:548)
- at org.mortbay.jetty.servlet.Context.startContext(Context.java:136)
- at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1272)
- at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:517)
- at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:489)
- at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
- at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
- at org.mortbay.jetty.Server.doStart(Server.java:224)
- at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
- at org.hisp.dhis.WebAppServer.run(WebAppServer.java:110)
- Caused by: java.lang.ClassNotFoundException: org.apache.log.format.Formatter
- at java.net.URLClassLoader$1.run(Unknown Source)
- at java.security.AccessController.doPrivileged(Native Method)
- at java.net.URLClassLoader.findClass(Unknown Source)
- at java.lang.ClassLoader.loadClass(Unknown Source)
- at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
- at java.lang.ClassLoader.loadClass(Unknown Source)
- at org.mortbay.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:401)
- at org.mortbay.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:363)
- ... 40 more
- 2011-10-26 06:35:26,106 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
- 2011-10-26 06:35:26,106 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
- 2011-10-26 06:35:26,109 - Default ResourceManager initializing. (class org.apache.velocity.runtime.resource.ResourceManagerImpl)
- 2011-10-26 06:35:26,110 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
- 2011-10-26 06:35:26,117 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl)
- 2011-10-26 06:35:26,118 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
- 2011-10-26 06:35:26,119 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
- 2011-10-26 06:35:26,121 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
- 2011-10-26 06:35:26,123 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
- 2011-10-26 06:35:26,124 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
- 2011-10-26 06:35:26,152 - Created '20' parsers.
- 2011-10-26 06:35:26,160 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
- 2011-10-26 06:35:26,160 - Velocimacro : Default library not found.
- 2011-10-26 06:35:26,160 - Velocimacro : allowInline = true : VMs can be defined inline in templates
- 2011-10-26 06:35:26,161 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
- 2011-10-26 06:35:26,161 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
- 2011-10-26 06:35:26,161 - Velocimacro : autoload off : VM system will not automatically reload global library macros
- 2011-10-26 06:35:50,018 - Log4JLogChute initialized using file 'velocity.log'
- 2011-10-26 06:35:50,018 - Log4JLogChute initialized using file 'velocity.log'
- 2011-10-26 06:35:50,018 - Starting Apache Velocity v1.5 (compiled: 2007-02-22 08:52:29)
- 2011-10-26 06:35:50,018 - Starting Apache Velocity v1.5 (compiled: 2007-02-22 08:52:29)
- 2011-10-26 06:35:50,018 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
- 2011-10-26 06:35:50,018 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
- 2011-10-26 06:35:50,018 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
- 2011-10-26 06:35:50,018 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
- 2011-10-26 06:35:50,019 - Couldn't find class org.apache.velocity.runtime.log.AvalonLogChute or necessary supporting classes in classpath.
- java.lang.NoClassDefFoundError: org/apache/log/format/Formatter
- at java.lang.Class.forName0(Native Method)
- at java.lang.Class.forName(Unknown Source)
- at org.apache.velocity.util.ClassUtils.getClass(ClassUtils.java:63)
- at org.apache.velocity.util.ClassUtils.getNewInstance(ClassUtils.java:95)
- at org.apache.velocity.runtime.log.LogManager.createLogChute(LogManager.java:147)
- at org.apache.velocity.runtime.log.LogManager.updateLog(LogManager.java:208)
- at org.apache.velocity.runtime.RuntimeInstance.initializeLog(RuntimeInstance.java:728)
- at org.apache.velocity.runtime.RuntimeInstance.init(RuntimeInstance.java:240)
- at org.apache.velocity.runtime.RuntimeInstance.init(RuntimeInstance.java:534)
- at org.apache.velocity.app.VelocityEngine.init(VelocityEngine.java:144)
- at org.apache.struts2.views.velocity.VelocityManager.newVelocityEngine(VelocityManager.java:449)
- at org.apache.struts2.views.velocity.VelocityManager.init(VelocityManager.java:215)
- at org.apache.struts2.dispatcher.VelocityResult.doExecute(VelocityResult.java:129)
- at org.apache.struts2.dispatcher.StrutsResultSupport.execute(StrutsResultSupport.java:186)
- at com.opensymphony.xwork2.DefaultActionInvocation.executeResult(DefaultActionInvocation.java:373)
- at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:277)
- at org.hisp.dhis.webportal.interceptor.XWorkPortalUserInterceptor.intercept(XWorkPortalUserInterceptor.java:87)
- at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
- at org.hisp.dhis.webportal.interceptor.XWorkPortalModuleInterceptor.intercept(XWorkPortalModuleInterceptor.java:90)
- at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
- at org.hisp.dhis.webportal.interceptor.XWorkPortalMenuInterceptor.intercept(XWorkPortalMenuInterceptor.java:96)
- at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
- at org.hisp.dhis.webportal.interceptor.XWorkPortalParamsInterceptor.intercept(XWorkPortalParamsInterceptor.java:118)
- at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
- at org.hisp.dhis.interceptor.ContextInterceptor.intercept(ContextInterceptor.java:78)
- at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
- at org.hisp.dhis.interceptor.UserSettingInterceptor.intercept(UserSettingInterceptor.java:89)
- at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
- at org.hisp.dhis.interceptor.SystemSettingInterceptor.intercept(SystemSettingInterceptor.java:101)
- at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
- at org.hisp.dhis.interceptor.DisplayPropertyInterceptor.intercept(DisplayPropertyInterceptor.java:95)
- at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
- at org.hisp.dhis.interceptor.SortOrderInterceptor.intercept(SortOrderInterceptor.java:129)
- at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
- at org.hisp.dhis.security.intercept.LoginInterceptor.intercept(LoginInterceptor.java:84)
- at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
- at org.hisp.dhis.security.intercept.XWorkSecurityInterceptor.intercept(XWorkSecurityInterceptor.java:103)
- at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
- at org.hisp.dhis.interceptor.I18nInterceptor.intercept(I18nInterceptor.java:146)
- at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
- at com.opensymphony.xwork2.interceptor.ParametersInterceptor.doIntercept(ParametersInterceptor.java:207)
- at com.opensymphony.xwork2.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:98)
- at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
- at com.opensymphony.xwork2.interceptor.StaticParametersInterceptor.intercept(StaticParametersInterceptor.java:190)
- at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
- at org.hisp.dhis.interceptor.ExceptionInterceptor.intercept(ExceptionInterceptor.java:105)
- at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
- at org.apache.struts2.impl.StrutsActionProxy.execute(StrutsActionProxy.java:52)
- at org.apache.struts2.dispatcher.Dispatcher.serviceAction(Dispatcher.java:498)
- at org.apache.struts2.dispatcher.FilterDispatcher.doFilter(FilterDispatcher.java:434)
- at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
- at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:369)
- at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:109)
- at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83)
- at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
- at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:97)
- at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
- at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:100)
- at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
- at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:78)
- at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
- at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:54)
- at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
- at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:35)
- at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
- at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:177)
- at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
- at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:187)
- at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
- at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:105)
- at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
- at org.hisp.dhis.security.filter.AutomaticAccessFilter.doFilter(AutomaticAccessFilter.java:112)
- at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
- at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:79)
- at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
- at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:168)
- at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:237)
- at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)
- at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
- at org.springframework.orm.hibernate3.support.OpenSessionInViewFilter.doFilterInternal(OpenSessionInViewFilter.java:198)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
- at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
- at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:388)
- at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
- at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)
- at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
- at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:440)
- at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
- at org.mortbay.jetty.Server.handle(Server.java:326)
- at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542)
- at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:926)
- at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:549)
- at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
- at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
- at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:410)
- at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582)
- Caused by: java.lang.ClassNotFoundException: org.apache.log.format.Formatter
- at java.net.URLClassLoader$1.run(Unknown Source)
- at java.security.AccessController.doPrivileged(Native Method)
- at java.net.URLClassLoader.findClass(Unknown Source)
- at java.lang.ClassLoader.loadClass(Unknown Source)
- at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
- at java.lang.ClassLoader.loadClass(Unknown Source)
- at org.mortbay.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:401)
- at org.mortbay.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:363)
- ... 96 more
- 2011-10-26 06:35:50,019 - Couldn't find class org.apache.velocity.runtime.log.AvalonLogChute or necessary supporting classes in classpath.
- java.lang.NoClassDefFoundError: org/apache/log/format/Formatter
- at java.lang.Class.forName0(Native Method)
- at java.lang.Class.forName(Unknown Source)
- at org.apache.velocity.util.ClassUtils.getClass(ClassUtils.java:63)
- at org.apache.velocity.util.ClassUtils.getNewInstance(ClassUtils.java:95)
- at org.apache.velocity.runtime.log.LogManager.createLogChute(LogManager.java:147)
- at org.apache.velocity.runtime.log.LogManager.updateLog(LogManager.java:208)
- at org.apache.velocity.runtime.RuntimeInstance.initializeLog(RuntimeInstance.java:728)
- at org.apache.velocity.runtime.RuntimeInstance.init(RuntimeInstance.java:240)
- at org.apache.velocity.runtime.RuntimeInstance.init(RuntimeInstance.java:534)
- at org.apache.velocity.app.VelocityEngine.init(VelocityEngine.java:144)
- at org.apache.struts2.views.velocity.VelocityManager.newVelocityEngine(VelocityManager.java:449)
- at org.apache.struts2.views.velocity.VelocityManager.init(VelocityManager.java:215)
- at org.apache.struts2.dispatcher.VelocityResult.doExecute(VelocityResult.java:129)
- at org.apache.struts2.dispatcher.StrutsResultSupport.execute(StrutsResultSupport.java:186)
- at com.opensymphony.xwork2.DefaultActionInvocation.executeResult(DefaultActionInvocation.java:373)
- at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:277)
- at org.hisp.dhis.webportal.interceptor.XWorkPortalUserInterceptor.intercept(XWorkPortalUserInterceptor.java:87)
- at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
- at org.hisp.dhis.webportal.interceptor.XWorkPortalModuleInterceptor.intercept(XWorkPortalModuleInterceptor.java:90)
- at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
- at org.hisp.dhis.webportal.interceptor.XWorkPortalMenuInterceptor.intercept(XWorkPortalMenuInterceptor.java:96)
- at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
- at org.hisp.dhis.webportal.interceptor.XWorkPortalParamsInterceptor.intercept(XWorkPortalParamsInterceptor.java:118)
- at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
- at org.hisp.dhis.interceptor.ContextInterceptor.intercept(ContextInterceptor.java:78)
- at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
- at org.hisp.dhis.interceptor.UserSettingInterceptor.intercept(UserSettingInterceptor.java:89)
- at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
- at org.hisp.dhis.interceptor.SystemSettingInterceptor.intercept(SystemSettingInterceptor.java:101)
- at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
- at org.hisp.dhis.interceptor.DisplayPropertyInterceptor.intercept(DisplayPropertyInterceptor.java:95)
- at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
- at org.hisp.dhis.interceptor.SortOrderInterceptor.intercept(SortOrderInterceptor.java:129)
- at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
- at org.hisp.dhis.security.intercept.LoginInterceptor.intercept(LoginInterceptor.java:84)
- at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
- at org.hisp.dhis.security.intercept.XWorkSecurityInterceptor.intercept(XWorkSecurityInterceptor.java:103)
- at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
- at org.hisp.dhis.interceptor.I18nInterceptor.intercept(I18nInterceptor.java:146)
- at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
- at com.opensymphony.xwork2.interceptor.ParametersInterceptor.doIntercept(ParametersInterceptor.java:207)
- at com.opensymphony.xwork2.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:98)
- at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
- at com.opensymphony.xwork2.interceptor.StaticParametersInterceptor.intercept(StaticParametersInterceptor.java:190)
- at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
- at org.hisp.dhis.interceptor.ExceptionInterceptor.intercept(ExceptionInterceptor.java:105)
- at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
- at org.apache.struts2.impl.StrutsActionProxy.execute(StrutsActionProxy.java:52)
- at org.apache.struts2.dispatcher.Dispatcher.serviceAction(Dispatcher.java:498)
- at org.apache.struts2.dispatcher.FilterDispatcher.doFilter(FilterDispatcher.java:434)
- at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
- at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:369)
- at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:109)
- at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83)
- at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
- at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:97)
- at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
- at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:100)
- at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
- at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:78)
- at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
- at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:54)
- at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
- at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:35)
- at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
- at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:177)
- at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
- at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:187)
- at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
- at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:105)
- at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
- at org.hisp.dhis.security.filter.AutomaticAccessFilter.doFilter(AutomaticAccessFilter.java:112)
- at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
- at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:79)
- at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
- at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:168)
- at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:237)
- at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)
- at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
- at org.springframework.orm.hibernate3.support.OpenSessionInViewFilter.doFilterInternal(OpenSessionInViewFilter.java:198)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
- at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
- at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:388)
- at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
- at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)
- at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
- at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:440)
- at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
- at org.mortbay.jetty.Server.handle(Server.java:326)
- at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542)
- at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:926)
- at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:549)
- at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
- at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
- at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:410)
- at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582)
- Caused by: java.lang.ClassNotFoundException: org.apache.log.format.Formatter
- at java.net.URLClassLoader$1.run(Unknown Source)
- at java.security.AccessController.doPrivileged(Native Method)
- at java.net.URLClassLoader.findClass(Unknown Source)
- at java.lang.ClassLoader.loadClass(Unknown Source)
- at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
- at java.lang.ClassLoader.loadClass(Unknown Source)
- at org.mortbay.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:401)
- at org.mortbay.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:363)
- ... 96 more
- 2011-10-26 06:35:50,021 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
- 2011-10-26 06:35:50,021 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
- 2011-10-26 06:35:50,022 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
- 2011-10-26 06:35:50,022 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
- 2011-10-26 06:35:50,022 - Default ResourceManager initializing. (class org.apache.velocity.runtime.resource.ResourceManagerImpl)
- 2011-10-26 06:35:50,022 - Default ResourceManager initializing. (class org.apache.velocity.runtime.resource.ResourceManagerImpl)
- 2011-10-26 06:35:50,025 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 06:35:50,025 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 06:35:50,026 - Do unicode file recognition: false
- 2011-10-26 06:35:50,026 - Do unicode file recognition: false
- 2011-10-26 06:35:50,026 - FileResourceLoader : adding path 'C:\Program Files\DHIS2-2.2\webapps\dhis'
- 2011-10-26 06:35:50,026 - FileResourceLoader : adding path 'C:\Program Files\DHIS2-2.2\webapps\dhis'
- 2011-10-26 06:35:50,027 - ResourceLoader instantiated: org.apache.struts2.views.velocity.StrutsResourceLoader
- 2011-10-26 06:35:50,027 - ResourceLoader instantiated: org.apache.struts2.views.velocity.StrutsResourceLoader
- 2011-10-26 06:35:50,027 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl)
- 2011-10-26 06:35:50,027 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl)
- 2011-10-26 06:35:50,028 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
- 2011-10-26 06:35:50,028 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
- 2011-10-26 06:35:50,028 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
- 2011-10-26 06:35:50,028 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
- 2011-10-26 06:35:50,028 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
- 2011-10-26 06:35:50,028 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
- 2011-10-26 06:35:50,028 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
- 2011-10-26 06:35:50,028 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
- 2011-10-26 06:35:50,028 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
- 2011-10-26 06:35:50,028 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
- 2011-10-26 06:35:50,039 - Loaded User Directive: org.apache.struts2.views.velocity.components.ActionDirective
- 2011-10-26 06:35:50,039 - Loaded User Directive: org.apache.struts2.views.velocity.components.ActionDirective
- 2011-10-26 06:35:50,040 - Loaded User Directive: org.apache.struts2.views.velocity.components.BeanDirective
- 2011-10-26 06:35:50,040 - Loaded User Directive: org.apache.struts2.views.velocity.components.BeanDirective
- 2011-10-26 06:35:50,043 - Loaded User Directive: org.apache.struts2.views.velocity.components.CheckBoxDirective
- 2011-10-26 06:35:50,043 - Loaded User Directive: org.apache.struts2.views.velocity.components.CheckBoxDirective
- 2011-10-26 06:35:50,045 - Loaded User Directive: org.apache.struts2.views.velocity.components.CheckBoxListDirective
- 2011-10-26 06:35:50,045 - Loaded User Directive: org.apache.struts2.views.velocity.components.CheckBoxListDirective
- 2011-10-26 06:35:50,048 - Loaded User Directive: org.apache.struts2.views.velocity.components.ComboBoxDirective
- 2011-10-26 06:35:50,048 - Loaded User Directive: org.apache.struts2.views.velocity.components.ComboBoxDirective
- 2011-10-26 06:35:50,049 - Loaded User Directive: org.apache.struts2.views.velocity.components.ComponentDirective
- 2011-10-26 06:35:50,049 - Loaded User Directive: org.apache.struts2.views.velocity.components.ComponentDirective
- 2011-10-26 06:35:50,051 - Loaded User Directive: org.apache.struts2.views.velocity.components.DateDirective
- 2011-10-26 06:35:50,051 - Loaded User Directive: org.apache.struts2.views.velocity.components.DateDirective
- 2011-10-26 06:35:50,053 - Loaded User Directive: org.apache.struts2.views.velocity.components.DivDirective
- 2011-10-26 06:35:50,053 - Loaded User Directive: org.apache.struts2.views.velocity.components.DivDirective
- 2011-10-26 06:35:50,057 - Loaded User Directive: org.apache.struts2.views.velocity.components.DoubleSelectDirective
- 2011-10-26 06:35:50,057 - Loaded User Directive: org.apache.struts2.views.velocity.components.DoubleSelectDirective
- 2011-10-26 06:35:50,058 - Loaded User Directive: org.apache.struts2.views.velocity.components.FileDirective
- 2011-10-26 06:35:50,058 - Loaded User Directive: org.apache.struts2.views.velocity.components.FileDirective
- 2011-10-26 06:35:50,060 - Loaded User Directive: org.apache.struts2.views.velocity.components.FormDirective
- 2011-10-26 06:35:50,060 - Loaded User Directive: org.apache.struts2.views.velocity.components.FormDirective
- 2011-10-26 06:35:50,062 - Loaded User Directive: org.apache.struts2.views.velocity.components.HeadDirective
- 2011-10-26 06:35:50,062 - Loaded User Directive: org.apache.struts2.views.velocity.components.HeadDirective
- 2011-10-26 06:35:50,064 - Loaded User Directive: org.apache.struts2.views.velocity.components.HiddenDirective
- 2011-10-26 06:35:50,064 - Loaded User Directive: org.apache.struts2.views.velocity.components.HiddenDirective
- 2011-10-26 06:35:50,066 - Loaded User Directive: org.apache.struts2.views.velocity.components.AnchorDirective
- 2011-10-26 06:35:50,066 - Loaded User Directive: org.apache.struts2.views.velocity.components.AnchorDirective
- 2011-10-26 06:35:50,068 - Loaded User Directive: org.apache.struts2.views.velocity.components.I18nDirective
- 2011-10-26 06:35:50,068 - Loaded User Directive: org.apache.struts2.views.velocity.components.I18nDirective
- 2011-10-26 06:35:50,069 - Loaded User Directive: org.apache.struts2.views.velocity.components.IncludeDirective
- 2011-10-26 06:35:50,069 - Loaded User Directive: org.apache.struts2.views.velocity.components.IncludeDirective
- 2011-10-26 06:35:50,069 - Loaded User Directive: org.apache.struts2.views.velocity.components.LabelDirective
- 2011-10-26 06:35:50,069 - Loaded User Directive: org.apache.struts2.views.velocity.components.LabelDirective
- 2011-10-26 06:35:50,070 - Loaded User Directive: org.apache.struts2.views.velocity.components.ParamDirective
- 2011-10-26 06:35:50,070 - Loaded User Directive: org.apache.struts2.views.velocity.components.ParamDirective
- 2011-10-26 06:35:50,070 - Loaded User Directive: org.apache.struts2.views.velocity.components.PasswordDirective
- 2011-10-26 06:35:50,070 - Loaded User Directive: org.apache.struts2.views.velocity.components.PasswordDirective
- 2011-10-26 06:35:50,071 - Loaded User Directive: org.apache.struts2.views.velocity.components.PushDirective
- 2011-10-26 06:35:50,071 - Loaded User Directive: org.apache.struts2.views.velocity.components.PushDirective
- 2011-10-26 06:35:50,071 - Loaded User Directive: org.apache.struts2.views.velocity.components.PropertyDirective
- 2011-10-26 06:35:50,071 - Loaded User Directive: org.apache.struts2.views.velocity.components.PropertyDirective
- 2011-10-26 06:35:50,072 - Loaded User Directive: org.apache.struts2.views.velocity.components.RadioDirective
- 2011-10-26 06:35:50,072 - Loaded User Directive: org.apache.struts2.views.velocity.components.RadioDirective
- 2011-10-26 06:35:50,073 - Loaded User Directive: org.apache.struts2.views.velocity.components.SelectDirective
- 2011-10-26 06:35:50,073 - Loaded User Directive: org.apache.struts2.views.velocity.components.SelectDirective
- 2011-10-26 06:35:50,073 - Loaded User Directive: org.apache.struts2.views.velocity.components.SetDirective
- 2011-10-26 06:35:50,073 - Loaded User Directive: org.apache.struts2.views.velocity.components.SetDirective
- 2011-10-26 06:35:50,074 - Loaded User Directive: org.apache.struts2.views.velocity.components.SubmitDirective
- 2011-10-26 06:35:50,074 - Loaded User Directive: org.apache.struts2.views.velocity.components.SubmitDirective
- 2011-10-26 06:35:50,075 - Loaded User Directive: org.apache.struts2.views.velocity.components.ResetDirective
- 2011-10-26 06:35:50,075 - Loaded User Directive: org.apache.struts2.views.velocity.components.ResetDirective
- 2011-10-26 06:35:50,075 - Loaded User Directive: org.apache.struts2.views.velocity.components.TextAreaDirective
- 2011-10-26 06:35:50,075 - Loaded User Directive: org.apache.struts2.views.velocity.components.TextAreaDirective
- 2011-10-26 06:35:50,076 - Loaded User Directive: org.apache.struts2.views.velocity.components.TextDirective
- 2011-10-26 06:35:50,076 - Loaded User Directive: org.apache.struts2.views.velocity.components.TextDirective
- 2011-10-26 06:35:50,076 - Loaded User Directive: org.apache.struts2.views.velocity.components.TextFieldDirective
- 2011-10-26 06:35:50,076 - Loaded User Directive: org.apache.struts2.views.velocity.components.TextFieldDirective
- 2011-10-26 06:35:50,077 - Loaded User Directive: org.apache.struts2.views.velocity.components.TokenDirective
- 2011-10-26 06:35:50,077 - Loaded User Directive: org.apache.struts2.views.velocity.components.TokenDirective
- 2011-10-26 06:35:50,078 - Loaded User Directive: org.apache.struts2.views.velocity.components.URLDirective
- 2011-10-26 06:35:50,078 - Loaded User Directive: org.apache.struts2.views.velocity.components.URLDirective
- 2011-10-26 06:35:50,078 - Loaded User Directive: org.apache.struts2.views.velocity.components.ActionErrorDirective
- 2011-10-26 06:35:50,078 - Loaded User Directive: org.apache.struts2.views.velocity.components.ActionErrorDirective
- 2011-10-26 06:35:50,079 - Loaded User Directive: org.apache.struts2.views.velocity.components.ActionMessageDirective
- 2011-10-26 06:35:50,079 - Loaded User Directive: org.apache.struts2.views.velocity.components.ActionMessageDirective
- 2011-10-26 06:35:50,080 - Loaded User Directive: org.apache.struts2.views.velocity.components.FieldErrorDirective
- 2011-10-26 06:35:50,080 - Loaded User Directive: org.apache.struts2.views.velocity.components.FieldErrorDirective
- 2011-10-26 06:35:50,081 - Loaded User Directive: org.apache.struts2.views.velocity.components.OptionTransferSelectDirective
- 2011-10-26 06:35:50,081 - Loaded User Directive: org.apache.struts2.views.velocity.components.OptionTransferSelectDirective
- 2011-10-26 06:35:50,081 - Loaded User Directive: org.apache.struts2.views.velocity.components.UpDownSelectDirective
- 2011-10-26 06:35:50,081 - Loaded User Directive: org.apache.struts2.views.velocity.components.UpDownSelectDirective
- 2011-10-26 06:35:50,081 - Loaded User Directive: org.apache.struts2.views.velocity.components.ActionDirective
- 2011-10-26 06:35:50,081 - Loaded User Directive: org.apache.struts2.views.velocity.components.ActionDirective
- 2011-10-26 06:35:50,082 - Loaded User Directive: org.apache.struts2.views.velocity.components.BeanDirective
- 2011-10-26 06:35:50,082 - Loaded User Directive: org.apache.struts2.views.velocity.components.BeanDirective
- 2011-10-26 06:35:50,082 - Loaded User Directive: org.apache.struts2.views.velocity.components.CheckBoxDirective
- 2011-10-26 06:35:50,082 - Loaded User Directive: org.apache.struts2.views.velocity.components.CheckBoxDirective
- 2011-10-26 06:35:50,082 - Loaded User Directive: org.apache.struts2.views.velocity.components.CheckBoxListDirective
- 2011-10-26 06:35:50,082 - Loaded User Directive: org.apache.struts2.views.velocity.components.CheckBoxListDirective
- 2011-10-26 06:35:50,082 - Loaded User Directive: org.apache.struts2.views.velocity.components.ComboBoxDirective
- 2011-10-26 06:35:50,082 - Loaded User Directive: org.apache.struts2.views.velocity.components.ComboBoxDirective
- 2011-10-26 06:35:50,082 - Loaded User Directive: org.apache.struts2.views.velocity.components.ComponentDirective
- 2011-10-26 06:35:50,082 - Loaded User Directive: org.apache.struts2.views.velocity.components.ComponentDirective
- 2011-10-26 06:35:50,082 - Loaded User Directive: org.apache.struts2.views.velocity.components.DateDirective
- 2011-10-26 06:35:50,082 - Loaded User Directive: org.apache.struts2.views.velocity.components.DateDirective
- 2011-10-26 06:35:50,082 - Loaded User Directive: org.apache.struts2.views.velocity.components.DivDirective
- 2011-10-26 06:35:50,082 - Loaded User Directive: org.apache.struts2.views.velocity.components.DivDirective
- 2011-10-26 06:35:50,082 - Loaded User Directive: org.apache.struts2.views.velocity.components.DoubleSelectDirective
- 2011-10-26 06:35:50,082 - Loaded User Directive: org.apache.struts2.views.velocity.components.DoubleSelectDirective
- 2011-10-26 06:35:50,082 - Loaded User Directive: org.apache.struts2.views.velocity.components.FileDirective
- 2011-10-26 06:35:50,082 - Loaded User Directive: org.apache.struts2.views.velocity.components.FileDirective
- 2011-10-26 06:35:50,082 - Loaded User Directive: org.apache.struts2.views.velocity.components.FormDirective
- 2011-10-26 06:35:50,082 - Loaded User Directive: org.apache.struts2.views.velocity.components.FormDirective
- 2011-10-26 06:35:50,082 - Loaded User Directive: org.apache.struts2.views.velocity.components.HeadDirective
- 2011-10-26 06:35:50,082 - Loaded User Directive: org.apache.struts2.views.velocity.components.HeadDirective
- 2011-10-26 06:35:50,083 - Loaded User Directive: org.apache.struts2.views.velocity.components.HiddenDirective
- 2011-10-26 06:35:50,083 - Loaded User Directive: org.apache.struts2.views.velocity.components.HiddenDirective
- 2011-10-26 06:35:50,083 - Loaded User Directive: org.apache.struts2.views.velocity.components.AnchorDirective
- 2011-10-26 06:35:50,083 - Loaded User Directive: org.apache.struts2.views.velocity.components.AnchorDirective
- 2011-10-26 06:35:50,083 - Loaded User Directive: org.apache.struts2.views.velocity.components.I18nDirective
- 2011-10-26 06:35:50,083 - Loaded User Directive: org.apache.struts2.views.velocity.components.I18nDirective
- 2011-10-26 06:35:50,083 - Loaded User Directive: org.apache.struts2.views.velocity.components.IncludeDirective
- 2011-10-26 06:35:50,083 - Loaded User Directive: org.apache.struts2.views.velocity.components.IncludeDirective
- 2011-10-26 06:35:50,083 - Loaded User Directive: org.apache.struts2.views.velocity.components.LabelDirective
- 2011-10-26 06:35:50,083 - Loaded User Directive: org.apache.struts2.views.velocity.components.LabelDirective
- 2011-10-26 06:35:50,083 - Loaded User Directive: org.apache.struts2.views.velocity.components.ParamDirective
- 2011-10-26 06:35:50,083 - Loaded User Directive: org.apache.struts2.views.velocity.components.ParamDirective
- 2011-10-26 06:35:50,083 - Loaded User Directive: org.apache.struts2.views.velocity.components.PasswordDirective
- 2011-10-26 06:35:50,083 - Loaded User Directive: org.apache.struts2.views.velocity.components.PasswordDirective
- 2011-10-26 06:35:50,083 - Loaded User Directive: org.apache.struts2.views.velocity.components.PushDirective
- 2011-10-26 06:35:50,083 - Loaded User Directive: org.apache.struts2.views.velocity.components.PushDirective
- 2011-10-26 06:35:50,083 - Loaded User Directive: org.apache.struts2.views.velocity.components.PropertyDirective
- 2011-10-26 06:35:50,083 - Loaded User Directive: org.apache.struts2.views.velocity.components.PropertyDirective
- 2011-10-26 06:35:50,083 - Loaded User Directive: org.apache.struts2.views.velocity.components.RadioDirective
- 2011-10-26 06:35:50,083 - Loaded User Directive: org.apache.struts2.views.velocity.components.RadioDirective
- 2011-10-26 06:35:50,083 - Loaded User Directive: org.apache.struts2.views.velocity.components.SelectDirective
- 2011-10-26 06:35:50,083 - Loaded User Directive: org.apache.struts2.views.velocity.components.SelectDirective
- 2011-10-26 06:35:50,083 - Loaded User Directive: org.apache.struts2.views.velocity.components.SetDirective
- 2011-10-26 06:35:50,083 - Loaded User Directive: org.apache.struts2.views.velocity.components.SetDirective
- 2011-10-26 06:35:50,083 - Loaded User Directive: org.apache.struts2.views.velocity.components.SubmitDirective
- 2011-10-26 06:35:50,083 - Loaded User Directive: org.apache.struts2.views.velocity.components.SubmitDirective
- 2011-10-26 06:35:50,083 - Loaded User Directive: org.apache.struts2.views.velocity.components.ResetDirective
- 2011-10-26 06:35:50,083 - Loaded User Directive: org.apache.struts2.views.velocity.components.ResetDirective
- 2011-10-26 06:35:50,084 - Loaded User Directive: org.apache.struts2.views.velocity.components.TextAreaDirective
- 2011-10-26 06:35:50,084 - Loaded User Directive: org.apache.struts2.views.velocity.components.TextAreaDirective
- 2011-10-26 06:35:50,084 - Loaded User Directive: org.apache.struts2.views.velocity.components.TextDirective
- 2011-10-26 06:35:50,084 - Loaded User Directive: org.apache.struts2.views.velocity.components.TextDirective
- 2011-10-26 06:35:50,084 - Loaded User Directive: org.apache.struts2.views.velocity.components.TextFieldDirective
- 2011-10-26 06:35:50,084 - Loaded User Directive: org.apache.struts2.views.velocity.components.TextFieldDirective
- 2011-10-26 06:35:50,084 - Loaded User Directive: org.apache.struts2.views.velocity.components.TokenDirective
- 2011-10-26 06:35:50,084 - Loaded User Directive: org.apache.struts2.views.velocity.components.TokenDirective
- 2011-10-26 06:35:50,084 - Loaded User Directive: org.apache.struts2.views.velocity.components.URLDirective
- 2011-10-26 06:35:50,084 - Loaded User Directive: org.apache.struts2.views.velocity.components.URLDirective
- 2011-10-26 06:35:50,084 - Loaded User Directive: org.apache.struts2.views.velocity.components.ActionErrorDirective
- 2011-10-26 06:35:50,084 - Loaded User Directive: org.apache.struts2.views.velocity.components.ActionErrorDirective
- 2011-10-26 06:35:50,084 - Loaded User Directive: org.apache.struts2.views.velocity.components.ActionMessageDirective
- 2011-10-26 06:35:50,084 - Loaded User Directive: org.apache.struts2.views.velocity.components.ActionMessageDirective
- 2011-10-26 06:35:50,084 - Loaded User Directive: org.apache.struts2.views.velocity.components.FieldErrorDirective
- 2011-10-26 06:35:50,084 - Loaded User Directive: org.apache.struts2.views.velocity.components.FieldErrorDirective
- 2011-10-26 06:35:50,084 - Loaded User Directive: org.apache.struts2.views.velocity.components.OptionTransferSelectDirective
- 2011-10-26 06:35:50,084 - Loaded User Directive: org.apache.struts2.views.velocity.components.OptionTransferSelectDirective
- 2011-10-26 06:35:50,084 - Loaded User Directive: org.apache.struts2.views.velocity.components.UpDownSelectDirective
- 2011-10-26 06:35:50,084 - Loaded User Directive: org.apache.struts2.views.velocity.components.UpDownSelectDirective
- 2011-10-26 06:35:50,085 - Created '20' parsers.
- 2011-10-26 06:35:50,085 - Created '20' parsers.
- 2011-10-26 06:35:50,085 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
- 2011-10-26 06:35:50,085 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
- 2011-10-26 06:35:50,086 - Velocimacro : Default library not found.
- 2011-10-26 06:35:50,086 - Velocimacro : Default library not found.
- 2011-10-26 06:35:50,086 - Velocimacro : allowInline = true : VMs can be defined inline in templates
- 2011-10-26 06:35:50,086 - Velocimacro : allowInline = true : VMs can be defined inline in templates
- 2011-10-26 06:35:50,086 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
- 2011-10-26 06:35:50,086 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
- 2011-10-26 06:35:50,087 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
- 2011-10-26 06:35:50,087 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
- 2011-10-26 06:35:50,087 - Velocimacro : autoload off : VM system will not automatically reload global library macros
- 2011-10-26 06:35:50,087 - Velocimacro : autoload off : VM system will not automatically reload global library macros
- 2011-10-26 06:35:50,105 - ResourceManager : found /dhis-web-commons/security/login.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 06:35:50,105 - ResourceManager : found /dhis-web-commons/security/login.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:11:38,720 - ResourceManager : found /main.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:11:38,720 - ResourceManager : found /main.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:11:38,727 - ResourceManager : found settings.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:11:38,727 - ResourceManager : found settings.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:11:38,747 - Velocimacro : added #objectList( objectName objects ) : source = macros.vm
- 2011-10-26 12:11:38,747 - Velocimacro : added #objectList( objectName objects ) : source = macros.vm
- 2011-10-26 12:11:38,747 - Velocimacro : added #alternate( mark ) : source = macros.vm
- 2011-10-26 12:11:38,747 - Velocimacro : added #alternate( mark ) : source = macros.vm
- 2011-10-26 12:11:38,748 - Velocimacro : added #formatBool( bool ) : source = macros.vm
- 2011-10-26 12:11:38,748 - Velocimacro : added #formatBool( bool ) : source = macros.vm
- 2011-10-26 12:11:38,749 - Velocimacro : added #formatAggregationOperator( operator ) : source = macros.vm
- 2011-10-26 12:11:38,749 - Velocimacro : added #formatAggregationOperator( operator ) : source = macros.vm
- 2011-10-26 12:11:38,750 - Velocimacro : added #formatType( type ) : source = macros.vm
- 2011-10-26 12:11:38,750 - Velocimacro : added #formatType( type ) : source = macros.vm
- 2011-10-26 12:11:38,750 - Velocimacro : added #openHelp( id ) : source = macros.vm
- 2011-10-26 12:11:38,750 - Velocimacro : added #openHelp( id ) : source = macros.vm
- 2011-10-26 12:11:38,751 - Velocimacro : added #introListItem( action objectKey ) : source = macros.vm
- 2011-10-26 12:11:38,751 - Velocimacro : added #introListItem( action objectKey ) : source = macros.vm
- 2011-10-26 12:11:38,752 - Velocimacro : added #introListImgItem( action objectKey image ) : source = macros.vm
- 2011-10-26 12:11:38,752 - Velocimacro : added #introListImgItem( action objectKey image ) : source = macros.vm
- 2011-10-26 12:11:38,753 - Velocimacro : added #organisationUnitSelectionTree( cleanAll multipleSelectionAllowed required ) : source = macros.vm
- 2011-10-26 12:11:38,753 - Velocimacro : added #organisationUnitSelectionTree( cleanAll multipleSelectionAllowed required ) : source = macros.vm
- 2011-10-26 12:11:38,754 - Velocimacro : added #filterDiv( action ) : source = macros.vm
- 2011-10-26 12:11:38,754 - Velocimacro : added #filterDiv( action ) : source = macros.vm
- 2011-10-26 12:11:38,754 - Velocimacro : added #trHeader( text ) : source = macros.vm
- 2011-10-26 12:11:38,754 - Velocimacro : added #trHeader( text ) : source = macros.vm
- 2011-10-26 12:11:38,756 - Velocimacro : added #trTextInput( args ) : source = macros.vm
- 2011-10-26 12:11:38,756 - Velocimacro : added #trTextInput( args ) : source = macros.vm
- 2011-10-26 12:11:38,758 - Velocimacro : added #trBooleanSelectInput( args ) : source = macros.vm
- 2011-10-26 12:11:38,758 - Velocimacro : added #trBooleanSelectInput( args ) : source = macros.vm
- 2011-10-26 12:11:38,760 - Velocimacro : added #trDateInput( args ) : source = macros.vm
- 2011-10-26 12:11:38,760 - Velocimacro : added #trDateInput( args ) : source = macros.vm
- 2011-10-26 12:11:38,762 - Velocimacro : added #trNumberInput( args ) : source = macros.vm
- 2011-10-26 12:11:38,762 - Velocimacro : added #trNumberInput( args ) : source = macros.vm
- 2011-10-26 12:11:38,763 - Velocimacro : added #trIntegerInput( args ) : source = macros.vm
- 2011-10-26 12:11:38,763 - Velocimacro : added #trIntegerInput( args ) : source = macros.vm
- 2011-10-26 12:11:38,764 - Velocimacro : added #trPositiveIntegerInput( args ) : source = macros.vm
- 2011-10-26 12:11:38,764 - Velocimacro : added #trPositiveIntegerInput( args ) : source = macros.vm
- 2011-10-26 12:11:38,765 - Velocimacro : added #trNegativeIntegerInput( args ) : source = macros.vm
- 2011-10-26 12:11:38,765 - Velocimacro : added #trNegativeIntegerInput( args ) : source = macros.vm
- 2011-10-26 12:11:38,767 - Velocimacro : added #trMultipleChoiceInput( args ) : source = macros.vm
- 2011-10-26 12:11:38,767 - Velocimacro : added #trMultipleChoiceInput( args ) : source = macros.vm
- 2011-10-26 12:11:38,767 - Velocimacro : added #tblDynamicAttributesJavascript( ) : source = macros.vm
- 2011-10-26 12:11:38,767 - Velocimacro : added #tblDynamicAttributesJavascript( ) : source = macros.vm
- 2011-10-26 12:11:38,773 - Velocimacro : added #tblDynamicAttributes( args ) : source = macros.vm
- 2011-10-26 12:11:38,773 - Velocimacro : added #tblDynamicAttributes( args ) : source = macros.vm
- 2011-10-26 12:11:38,788 - ResourceManager : found macros.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:11:38,788 - ResourceManager : found macros.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:11:38,797 - #parse() null argument
- 2011-10-26 12:11:38,797 - #parse() null argument
- 2011-10-26 12:11:38,798 - ResourceManager : found /dhis-web-maintenance-organisationunit/updateOrganisationUnitGroupForm.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:11:38,798 - ResourceManager : found /dhis-web-maintenance-organisationunit/updateOrganisationUnitGroupForm.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:11:38,802 - ResourceManager : found /dhis-web-commons/oust/selectionTreeMultipleSelect.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:11:38,802 - ResourceManager : found /dhis-web-commons/oust/selectionTreeMultipleSelect.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:11:39,872 - ResourceManager : found /dhis-web-commons/i18n/messages.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:11:39,872 - ResourceManager : found /dhis-web-commons/i18n/messages.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:11:39,892 - ResourceManager : found /dhis-web-commons/i18n/i18n.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:11:39,892 - ResourceManager : found /dhis-web-commons/i18n/i18n.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:11:40,122 - ResourceManager : found /dhis-web-commons/ajax/jsonOrganisationUnitGroups.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:11:40,122 - ResourceManager : found /dhis-web-commons/ajax/jsonOrganisationUnitGroups.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:11:40,224 - ResourceManager : found /dhis-web-commons/ajax/jsonOrganisationUnitLevels.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:11:40,224 - ResourceManager : found /dhis-web-commons/ajax/jsonOrganisationUnitLevels.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:11:40,248 - ResourceManager : found /dhis-web-commons/ouwt/responseTree.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:11:40,248 - ResourceManager : found /dhis-web-commons/ouwt/responseTree.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:11:46,772 - ResourceManager : found /dhis-web-commons/ouwt/responseSelect.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:11:46,772 - ResourceManager : found /dhis-web-commons/ouwt/responseSelect.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:12:04,241 - ResourceManager : found /dhis-web-maintenance-organisationunit/../dhis-web-commons/ajax/jsonResponseSuccess.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:12:04,241 - ResourceManager : found /dhis-web-maintenance-organisationunit/../dhis-web-commons/ajax/jsonResponseSuccess.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:12:04,626 - ResourceManager : found /dhis-web-maintenance-organisationunit/menu.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:12:04,626 - ResourceManager : found /dhis-web-maintenance-organisationunit/menu.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:12:04,629 - ResourceManager : found /dhis-web-maintenance-organisationunit/organisationUnitGroup.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:12:04,629 - ResourceManager : found /dhis-web-maintenance-organisationunit/organisationUnitGroup.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:12:04,632 - RHS of #set statement is null. Context will not be modified. /dhis-web-maintenance-organisationunit/organisationUnitGroup.vm [line 4, column 17]
- 2011-10-26 12:12:04,632 - RHS of #set statement is null. Context will not be modified. /dhis-web-maintenance-organisationunit/organisationUnitGroup.vm [line 4, column 17]
- 2011-10-26 12:12:04,654 - ResourceManager : found /dhis-web-commons/paging/paging.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:12:04,654 - ResourceManager : found /dhis-web-commons/paging/paging.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:12:04,966 - ResourceManager : found /dhis-web-commons/ajax/jsonOrganisationUnitTree.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:12:04,966 - ResourceManager : found /dhis-web-commons/ajax/jsonOrganisationUnitTree.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:12:05,096 - ResourceManager : found /dhis-web-commons/ouwt/responseSuccess.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:12:05,096 - ResourceManager : found /dhis-web-commons/ouwt/responseSuccess.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:12:05,098 - Null reference [template '/dhis-web-commons/ouwt/responseSuccess.vm', line 2, column 25] : $encoder.xmlEncode( $message ) cannot be resolved.
- 2011-10-26 12:12:05,098 - Null reference [template '/dhis-web-commons/ouwt/responseSuccess.vm', line 2, column 25] : $encoder.xmlEncode( $message ) cannot be resolved.
- 2011-10-26 12:12:27,247 - RHS of #set statement is null. Context will not be modified. /dhis-web-maintenance-organisationunit/organisationUnitGroup.vm [line 4, column 17]
- 2011-10-26 12:12:27,247 - RHS of #set statement is null. Context will not be modified. /dhis-web-maintenance-organisationunit/organisationUnitGroup.vm [line 4, column 17]
- 2011-10-26 12:12:27,558 - Null reference [template '/dhis-web-commons/ouwt/responseSuccess.vm', line 2, column 25] : $encoder.xmlEncode( $message ) cannot be resolved.
- 2011-10-26 12:12:27,558 - Null reference [template '/dhis-web-commons/ouwt/responseSuccess.vm', line 2, column 25] : $encoder.xmlEncode( $message ) cannot be resolved.
- 2011-10-26 12:12:30,103 - #parse() null argument
- 2011-10-26 12:12:30,103 - #parse() null argument
- 2011-10-26 12:13:32,581 - ResourceManager : found /dhis-web-maintenance-user/menu.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:13:32,581 - ResourceManager : found /dhis-web-maintenance-user/menu.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:13:32,584 - ResourceManager : found /dhis-web-maintenance-user/index.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:13:32,584 - ResourceManager : found /dhis-web-maintenance-user/index.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:13:33,940 - ResourceManager : found /dhis-web-maintenance-user/userGroupList.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:13:33,940 - ResourceManager : found /dhis-web-maintenance-user/userGroupList.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:13:33,940 - RHS of #set statement is null. Context will not be modified. /dhis-web-maintenance-user/userGroupList.vm [line 4, column 17]
- 2011-10-26 12:13:33,940 - RHS of #set statement is null. Context will not be modified. /dhis-web-maintenance-user/userGroupList.vm [line 4, column 17]
- 2011-10-26 12:13:37,667 - ResourceManager : found /dhis-web-maintenance-user/allUser.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:13:37,667 - ResourceManager : found /dhis-web-maintenance-user/allUser.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:13:37,668 - RHS of #set statement is null. Context will not be modified. /dhis-web-maintenance-user/allUser.vm [line 4, column 17]
- 2011-10-26 12:13:37,668 - RHS of #set statement is null. Context will not be modified. /dhis-web-maintenance-user/allUser.vm [line 4, column 17]
- 2011-10-26 12:13:41,875 - RHS of #set statement is null. Context will not be modified. /dhis-web-maintenance-user/allUser.vm [line 4, column 17]
- 2011-10-26 12:13:41,875 - RHS of #set statement is null. Context will not be modified. /dhis-web-maintenance-user/allUser.vm [line 4, column 17]
- 2011-10-26 12:13:46,226 - RHS of #set statement is null. Context will not be modified. /dhis-web-maintenance-user/allUser.vm [line 4, column 17]
- 2011-10-26 12:13:46,226 - RHS of #set statement is null. Context will not be modified. /dhis-web-maintenance-user/allUser.vm [line 4, column 17]
- 2011-10-26 12:13:52,073 - #parse() null argument
- 2011-10-26 12:13:52,073 - #parse() null argument
- 2011-10-26 12:13:52,076 - ResourceManager : found /dhis-web-maintenance-user/updateUserForm.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:13:52,076 - ResourceManager : found /dhis-web-maintenance-user/updateUserForm.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:13:52,298 - ResourceManager : found /dhis-web-commons/ajax/jsonUserRoles.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:13:52,298 - ResourceManager : found /dhis-web-commons/ajax/jsonUserRoles.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:14:33,647 - #parse() null argument
- 2011-10-26 12:14:33,647 - #parse() null argument
- 2011-10-26 12:14:33,647 - ResourceManager : found /dhis-web-portal/redirect.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:14:33,647 - ResourceManager : found /dhis-web-portal/redirect.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:14:33,900 - ResourceManager : found /dhis-web-commons/about/menu.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:14:33,900 - ResourceManager : found /dhis-web-commons/about/menu.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:14:33,901 - ResourceManager : found /dhis-web-portal/intro.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:14:33,901 - ResourceManager : found /dhis-web-portal/intro.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:14:35,932 - ResourceManager : found /cacheManifest.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:14:35,932 - ResourceManager : found /cacheManifest.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:14:36,249 - Null reference [template '/dhis-web-commons/ouwt/responseSuccess.vm', line 2, column 25] : $encoder.xmlEncode( $message ) cannot be resolved.
- 2011-10-26 12:14:36,249 - Null reference [template '/dhis-web-commons/ouwt/responseSuccess.vm', line 2, column 25] : $encoder.xmlEncode( $message ) cannot be resolved.
- 2011-10-26 12:14:36,563 - ResourceManager : found /dhis-web-commons/ajax/jsonPing.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:14:36,563 - ResourceManager : found /dhis-web-commons/ajax/jsonPing.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:14:36,835 - ResourceManager : found /dhis-web-dataentry/responseMetaData.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:14:36,835 - ResourceManager : found /dhis-web-dataentry/responseMetaData.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:14:37,062 - ResourceManager : found /dhis-web-dataentry/customForm.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:14:37,062 - ResourceManager : found /dhis-web-dataentry/customForm.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:15:38,876 - #parse() null argument
- 2011-10-26 12:15:38,876 - #parse() null argument
- 2011-10-26 12:26:07,011 - #parse() null argument
- 2011-10-26 12:26:07,011 - #parse() null argument
- 2011-10-26 12:26:07,033 - ResourceManager : found /dhis-web-maintenance-dataset/editDataSet.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:26:07,033 - ResourceManager : found /dhis-web-maintenance-dataset/editDataSet.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:26:07,460 - ResourceManager : found /dhis-web-commons/ajax/jsonDataElementGroups.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:26:07,460 - ResourceManager : found /dhis-web-commons/ajax/jsonDataElementGroups.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:26:07,462 - ResourceManager : found /dhis-web-commons/ajax/jsonIndicatorGroups.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:26:07,462 - ResourceManager : found /dhis-web-commons/ajax/jsonIndicatorGroups.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:26:07,647 - ResourceManager : found /dhis-web-commons/ajax/jsonDataElements.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:26:07,647 - ResourceManager : found /dhis-web-commons/ajax/jsonDataElements.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:26:07,674 - ResourceManager : found /dhis-web-commons/ajax/jsonIndicators.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:26:07,674 - ResourceManager : found /dhis-web-commons/ajax/jsonIndicators.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:27:20,955 - #parse() null argument
- 2011-10-26 12:27:20,955 - #parse() null argument
- 2011-10-26 12:27:23,892 - ResourceManager : found /dhis-web-maintenance-dataset/menu.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:27:23,892 - ResourceManager : found /dhis-web-maintenance-dataset/menu.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:27:23,895 - ResourceManager : found /dhis-web-maintenance-dataset/index.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:27:23,895 - ResourceManager : found /dhis-web-maintenance-dataset/index.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:27:25,185 - ResourceManager : found /dhis-web-maintenance-dataset/dataSetList.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:27:25,185 - ResourceManager : found /dhis-web-maintenance-dataset/dataSetList.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
- 2011-10-26 12:27:25,185 - RHS of #set statement is null. Context will not be modified. /dhis-web-maintenance-dataset/dataSetList.vm [line 4, column 17]
- 2011-10-26 12:27:25,185 - RHS of #set statement is null. Context will not be modified. /dhis-web-maintenance-dataset/dataSetList.vm [line 4, column 17]
- 2011-10-26 12:27:27,394 - #parse() null argument
- 2011-10-26 12:27:27,394 - #parse() null argument
- 2011-10-26 12:30:54,691 - #parse() null argument
- 2011-10-26 12:30:54,691 - #parse() null argument
- 2011-10-26 12:31:57,666 - #parse() null argument
- 2011-10-26 12:31:57,666 - #parse() null argument
- 2011-10-26 12:33:00,332 - #parse() null argument
- 2011-10-26 12:33:00,332 - #parse() null argument
- 2011-10-26 12:33:17,629 - #parse() null argument
- 2011-10-26 12:33:17,629 - #parse() null argument
- 2011-10-26 12:33:31,293 - #parse() null argument
- 2011-10-26 12:33:31,293 - #parse() null argument
- 2011-10-26 12:34:21,582 - #parse() null argument
- 2011-10-26 12:34:21,582 - #parse() null argument
- 2011-10-26 12:34:36,285 - #parse() null argument
- 2011-10-26 12:34:36,285 - #parse() null argument
- 2011-10-26 12:36:04,204 - #parse() null argument
- 2011-10-26 12:36:04,204 - #parse() null argument
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement