Advertisement
Guest User

Untitled

a guest
Oct 28th, 2011
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 114.98 KB | None | 0 0
  1. 2011-10-26 06:26:10,013 - Starting Apache Velocity v1.5 (compiled: 2007-02-22 08:52:29)
  2. 2011-10-26 06:26:10,013 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
  3. 2011-10-26 06:26:10,013 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
  4. 2011-10-26 06:26:10,014 - Couldn't find class org.apache.velocity.runtime.log.AvalonLogChute or necessary supporting classes in classpath.
  5. java.lang.NoClassDefFoundError: org/apache/log/format/Formatter
  6. at java.lang.Class.forName0(Native Method)
  7. at java.lang.Class.forName(Unknown Source)
  8. at org.apache.velocity.util.ClassUtils.getClass(ClassUtils.java:63)
  9. at org.apache.velocity.util.ClassUtils.getNewInstance(ClassUtils.java:95)
  10. at org.apache.velocity.runtime.log.LogManager.createLogChute(LogManager.java:147)
  11. at org.apache.velocity.runtime.log.LogManager.updateLog(LogManager.java:208)
  12. at org.apache.velocity.runtime.RuntimeInstance.initializeLog(RuntimeInstance.java:728)
  13. at org.apache.velocity.runtime.RuntimeInstance.init(RuntimeInstance.java:240)
  14. at org.apache.velocity.app.VelocityEngine.init(VelocityEngine.java:116)
  15. at org.hisp.dhis.system.velocity.VelocityManager.<init>(VelocityManager.java:50)
  16. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  17. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  18. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  19. at java.lang.reflect.Constructor.newInstance(Unknown Source)
  20. at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:126)
  21. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:74)
  22. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:958)
  23. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:911)
  24. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:485)
  25. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
  26. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:293)
  27. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
  28. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:290)
  29. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:192)
  30. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:585)
  31. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895)
  32. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425)
  33. at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:282)
  34. at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:204)
  35. at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47)
  36. at org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:548)
  37. at org.mortbay.jetty.servlet.Context.startContext(Context.java:136)
  38. at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1272)
  39. at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:517)
  40. at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:489)
  41. at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
  42. at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
  43. at org.mortbay.jetty.Server.doStart(Server.java:224)
  44. at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
  45. at org.hisp.dhis.WebAppServer.run(WebAppServer.java:110)
  46. Caused by: java.lang.ClassNotFoundException: org.apache.log.format.Formatter
  47. at java.net.URLClassLoader$1.run(Unknown Source)
  48. at java.security.AccessController.doPrivileged(Native Method)
  49. at java.net.URLClassLoader.findClass(Unknown Source)
  50. at java.lang.ClassLoader.loadClass(Unknown Source)
  51. at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
  52. at java.lang.ClassLoader.loadClass(Unknown Source)
  53. at org.mortbay.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:401)
  54. at org.mortbay.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:363)
  55. ... 40 more
  56. 2011-10-26 06:26:10,015 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
  57. 2011-10-26 06:26:10,015 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
  58. 2011-10-26 06:26:10,018 - Default ResourceManager initializing. (class org.apache.velocity.runtime.resource.ResourceManagerImpl)
  59. 2011-10-26 06:26:10,019 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  60. 2011-10-26 06:26:10,025 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl)
  61. 2011-10-26 06:26:10,026 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
  62. 2011-10-26 06:26:10,028 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
  63. 2011-10-26 06:26:10,029 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
  64. 2011-10-26 06:26:10,031 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
  65. 2011-10-26 06:26:10,032 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
  66. 2011-10-26 06:26:10,060 - Created '20' parsers.
  67. 2011-10-26 06:26:10,069 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
  68. 2011-10-26 06:26:10,069 - Velocimacro : Default library not found.
  69. 2011-10-26 06:26:10,069 - Velocimacro : allowInline = true : VMs can be defined inline in templates
  70. 2011-10-26 06:26:10,069 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
  71. 2011-10-26 06:26:10,069 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
  72. 2011-10-26 06:26:10,070 - Velocimacro : autoload off : VM system will not automatically reload global library macros
  73. 2011-10-26 06:26:34,647 - Log4JLogChute initialized using file 'velocity.log'
  74. 2011-10-26 06:26:34,647 - Starting Apache Velocity v1.5 (compiled: 2007-02-22 08:52:29)
  75. 2011-10-26 06:26:34,647 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
  76. 2011-10-26 06:26:34,647 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
  77. 2011-10-26 06:26:34,647 - Couldn't find class org.apache.velocity.runtime.log.AvalonLogChute or necessary supporting classes in classpath.
  78. java.lang.NoClassDefFoundError: org/apache/log/format/Formatter
  79. at java.lang.Class.forName0(Native Method)
  80. at java.lang.Class.forName(Unknown Source)
  81. at org.apache.velocity.util.ClassUtils.getClass(ClassUtils.java:63)
  82. at org.apache.velocity.util.ClassUtils.getNewInstance(ClassUtils.java:95)
  83. at org.apache.velocity.runtime.log.LogManager.createLogChute(LogManager.java:147)
  84. at org.apache.velocity.runtime.log.LogManager.updateLog(LogManager.java:208)
  85. at org.apache.velocity.runtime.RuntimeInstance.initializeLog(RuntimeInstance.java:728)
  86. at org.apache.velocity.runtime.RuntimeInstance.init(RuntimeInstance.java:240)
  87. at org.apache.velocity.runtime.RuntimeInstance.init(RuntimeInstance.java:534)
  88. at org.apache.velocity.app.VelocityEngine.init(VelocityEngine.java:144)
  89. at org.apache.struts2.views.velocity.VelocityManager.newVelocityEngine(VelocityManager.java:449)
  90. at org.apache.struts2.views.velocity.VelocityManager.init(VelocityManager.java:215)
  91. at org.apache.struts2.dispatcher.VelocityResult.doExecute(VelocityResult.java:129)
  92. at org.apache.struts2.dispatcher.StrutsResultSupport.execute(StrutsResultSupport.java:186)
  93. at com.opensymphony.xwork2.DefaultActionInvocation.executeResult(DefaultActionInvocation.java:373)
  94. at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:277)
  95. at org.hisp.dhis.webportal.interceptor.XWorkPortalUserInterceptor.intercept(XWorkPortalUserInterceptor.java:87)
  96. at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
  97. at org.hisp.dhis.webportal.interceptor.XWorkPortalModuleInterceptor.intercept(XWorkPortalModuleInterceptor.java:90)
  98. at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
  99. at org.hisp.dhis.webportal.interceptor.XWorkPortalMenuInterceptor.intercept(XWorkPortalMenuInterceptor.java:96)
  100. at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
  101. at org.hisp.dhis.webportal.interceptor.XWorkPortalParamsInterceptor.intercept(XWorkPortalParamsInterceptor.java:118)
  102. at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
  103. at org.hisp.dhis.interceptor.ContextInterceptor.intercept(ContextInterceptor.java:78)
  104. at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
  105. at org.hisp.dhis.interceptor.UserSettingInterceptor.intercept(UserSettingInterceptor.java:89)
  106. at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
  107. at org.hisp.dhis.interceptor.SystemSettingInterceptor.intercept(SystemSettingInterceptor.java:101)
  108. at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
  109. at org.hisp.dhis.interceptor.DisplayPropertyInterceptor.intercept(DisplayPropertyInterceptor.java:95)
  110. at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
  111. at org.hisp.dhis.interceptor.SortOrderInterceptor.intercept(SortOrderInterceptor.java:129)
  112. at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
  113. at org.hisp.dhis.security.intercept.LoginInterceptor.intercept(LoginInterceptor.java:84)
  114. at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
  115. at org.hisp.dhis.security.intercept.XWorkSecurityInterceptor.intercept(XWorkSecurityInterceptor.java:103)
  116. at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
  117. at org.hisp.dhis.interceptor.I18nInterceptor.intercept(I18nInterceptor.java:146)
  118. at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
  119. at com.opensymphony.xwork2.interceptor.ParametersInterceptor.doIntercept(ParametersInterceptor.java:207)
  120. at com.opensymphony.xwork2.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:98)
  121. at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
  122. at com.opensymphony.xwork2.interceptor.StaticParametersInterceptor.intercept(StaticParametersInterceptor.java:190)
  123. at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
  124. at org.hisp.dhis.interceptor.ExceptionInterceptor.intercept(ExceptionInterceptor.java:105)
  125. at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
  126. at org.apache.struts2.impl.StrutsActionProxy.execute(StrutsActionProxy.java:52)
  127. at org.apache.struts2.dispatcher.Dispatcher.serviceAction(Dispatcher.java:498)
  128. at org.apache.struts2.dispatcher.FilterDispatcher.doFilter(FilterDispatcher.java:434)
  129. at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
  130. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:369)
  131. at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:109)
  132. at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83)
  133. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
  134. at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:97)
  135. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
  136. at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:100)
  137. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
  138. at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:78)
  139. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
  140. at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:54)
  141. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
  142. at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:35)
  143. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
  144. at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:177)
  145. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
  146. at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:187)
  147. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
  148. at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:105)
  149. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
  150. at org.hisp.dhis.security.filter.AutomaticAccessFilter.doFilter(AutomaticAccessFilter.java:112)
  151. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
  152. at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:79)
  153. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
  154. at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:168)
  155. at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:237)
  156. at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)
  157. at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
  158. at org.springframework.orm.hibernate3.support.OpenSessionInViewFilter.doFilterInternal(OpenSessionInViewFilter.java:198)
  159. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
  160. at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
  161. at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:388)
  162. at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
  163. at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)
  164. at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
  165. at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:440)
  166. at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
  167. at org.mortbay.jetty.Server.handle(Server.java:326)
  168. at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542)
  169. at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:926)
  170. at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:549)
  171. at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
  172. at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
  173. at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:410)
  174. at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582)
  175. Caused by: java.lang.ClassNotFoundException: org.apache.log.format.Formatter
  176. at java.net.URLClassLoader$1.run(Unknown Source)
  177. at java.security.AccessController.doPrivileged(Native Method)
  178. at java.net.URLClassLoader.findClass(Unknown Source)
  179. at java.lang.ClassLoader.loadClass(Unknown Source)
  180. at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
  181. at java.lang.ClassLoader.loadClass(Unknown Source)
  182. at org.mortbay.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:401)
  183. at org.mortbay.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:363)
  184. ... 96 more
  185. 2011-10-26 06:26:34,650 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
  186. 2011-10-26 06:26:34,650 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
  187. 2011-10-26 06:26:34,650 - Default ResourceManager initializing. (class org.apache.velocity.runtime.resource.ResourceManagerImpl)
  188. 2011-10-26 06:26:34,654 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.FileResourceLoader
  189. 2011-10-26 06:26:34,654 - Do unicode file recognition: false
  190. 2011-10-26 06:26:34,654 - FileResourceLoader : adding path 'C:\Program Files\DHIS2-2.2\webapps\dhis'
  191. 2011-10-26 06:26:34,655 - ResourceLoader instantiated: org.apache.struts2.views.velocity.StrutsResourceLoader
  192. 2011-10-26 06:26:34,655 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl)
  193. 2011-10-26 06:26:34,656 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
  194. 2011-10-26 06:26:34,656 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
  195. 2011-10-26 06:26:34,656 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
  196. 2011-10-26 06:26:34,656 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
  197. 2011-10-26 06:26:34,656 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
  198. 2011-10-26 06:26:34,659 - Loaded User Directive: org.apache.struts2.views.velocity.components.ActionDirective
  199. 2011-10-26 06:26:34,660 - Loaded User Directive: org.apache.struts2.views.velocity.components.BeanDirective
  200. 2011-10-26 06:26:34,663 - Loaded User Directive: org.apache.struts2.views.velocity.components.CheckBoxDirective
  201. 2011-10-26 06:26:34,665 - Loaded User Directive: org.apache.struts2.views.velocity.components.CheckBoxListDirective
  202. 2011-10-26 06:26:34,666 - Loaded User Directive: org.apache.struts2.views.velocity.components.ComboBoxDirective
  203. 2011-10-26 06:26:34,667 - Loaded User Directive: org.apache.struts2.views.velocity.components.ComponentDirective
  204. 2011-10-26 06:26:34,668 - Loaded User Directive: org.apache.struts2.views.velocity.components.DateDirective
  205. 2011-10-26 06:26:34,669 - Loaded User Directive: org.apache.struts2.views.velocity.components.DivDirective
  206. 2011-10-26 06:26:34,670 - Loaded User Directive: org.apache.struts2.views.velocity.components.DoubleSelectDirective
  207. 2011-10-26 06:26:34,671 - Loaded User Directive: org.apache.struts2.views.velocity.components.FileDirective
  208. 2011-10-26 06:26:34,672 - Loaded User Directive: org.apache.struts2.views.velocity.components.FormDirective
  209. 2011-10-26 06:26:34,672 - Loaded User Directive: org.apache.struts2.views.velocity.components.HeadDirective
  210. 2011-10-26 06:26:34,673 - Loaded User Directive: org.apache.struts2.views.velocity.components.HiddenDirective
  211. 2011-10-26 06:26:34,674 - Loaded User Directive: org.apache.struts2.views.velocity.components.AnchorDirective
  212. 2011-10-26 06:26:34,675 - Loaded User Directive: org.apache.struts2.views.velocity.components.I18nDirective
  213. 2011-10-26 06:26:34,676 - Loaded User Directive: org.apache.struts2.views.velocity.components.IncludeDirective
  214. 2011-10-26 06:26:34,676 - Loaded User Directive: org.apache.struts2.views.velocity.components.LabelDirective
  215. 2011-10-26 06:26:34,677 - Loaded User Directive: org.apache.struts2.views.velocity.components.ParamDirective
  216. 2011-10-26 06:26:34,678 - Loaded User Directive: org.apache.struts2.views.velocity.components.PasswordDirective
  217. 2011-10-26 06:26:34,678 - Loaded User Directive: org.apache.struts2.views.velocity.components.PushDirective
  218. 2011-10-26 06:26:34,679 - Loaded User Directive: org.apache.struts2.views.velocity.components.PropertyDirective
  219. 2011-10-26 06:26:34,679 - Loaded User Directive: org.apache.struts2.views.velocity.components.RadioDirective
  220. 2011-10-26 06:26:34,680 - Loaded User Directive: org.apache.struts2.views.velocity.components.SelectDirective
  221. 2011-10-26 06:26:34,681 - Loaded User Directive: org.apache.struts2.views.velocity.components.SetDirective
  222. 2011-10-26 06:26:34,682 - Loaded User Directive: org.apache.struts2.views.velocity.components.SubmitDirective
  223. 2011-10-26 06:26:34,682 - Loaded User Directive: org.apache.struts2.views.velocity.components.ResetDirective
  224. 2011-10-26 06:26:34,683 - Loaded User Directive: org.apache.struts2.views.velocity.components.TextAreaDirective
  225. 2011-10-26 06:26:34,685 - Loaded User Directive: org.apache.struts2.views.velocity.components.TextDirective
  226. 2011-10-26 06:26:34,685 - Loaded User Directive: org.apache.struts2.views.velocity.components.TextFieldDirective
  227. 2011-10-26 06:26:34,685 - Loaded User Directive: org.apache.struts2.views.velocity.components.TokenDirective
  228. 2011-10-26 06:26:34,687 - Loaded User Directive: org.apache.struts2.views.velocity.components.URLDirective
  229. 2011-10-26 06:26:34,687 - Loaded User Directive: org.apache.struts2.views.velocity.components.ActionErrorDirective
  230. 2011-10-26 06:26:34,688 - Loaded User Directive: org.apache.struts2.views.velocity.components.ActionMessageDirective
  231. 2011-10-26 06:26:34,689 - Loaded User Directive: org.apache.struts2.views.velocity.components.FieldErrorDirective
  232. 2011-10-26 06:26:34,690 - Loaded User Directive: org.apache.struts2.views.velocity.components.OptionTransferSelectDirective
  233. 2011-10-26 06:26:34,690 - Loaded User Directive: org.apache.struts2.views.velocity.components.UpDownSelectDirective
  234. 2011-10-26 06:26:34,690 - Loaded User Directive: org.apache.struts2.views.velocity.components.ActionDirective
  235. 2011-10-26 06:26:34,691 - Loaded User Directive: org.apache.struts2.views.velocity.components.BeanDirective
  236. 2011-10-26 06:26:34,691 - Loaded User Directive: org.apache.struts2.views.velocity.components.CheckBoxDirective
  237. 2011-10-26 06:26:34,691 - Loaded User Directive: org.apache.struts2.views.velocity.components.CheckBoxListDirective
  238. 2011-10-26 06:26:34,691 - Loaded User Directive: org.apache.struts2.views.velocity.components.ComboBoxDirective
  239. 2011-10-26 06:26:34,691 - Loaded User Directive: org.apache.struts2.views.velocity.components.ComponentDirective
  240. 2011-10-26 06:26:34,691 - Loaded User Directive: org.apache.struts2.views.velocity.components.DateDirective
  241. 2011-10-26 06:26:34,691 - Loaded User Directive: org.apache.struts2.views.velocity.components.DivDirective
  242. 2011-10-26 06:26:34,691 - Loaded User Directive: org.apache.struts2.views.velocity.components.DoubleSelectDirective
  243. 2011-10-26 06:26:34,691 - Loaded User Directive: org.apache.struts2.views.velocity.components.FileDirective
  244. 2011-10-26 06:26:34,691 - Loaded User Directive: org.apache.struts2.views.velocity.components.FormDirective
  245. 2011-10-26 06:26:34,691 - Loaded User Directive: org.apache.struts2.views.velocity.components.HeadDirective
  246. 2011-10-26 06:26:34,691 - Loaded User Directive: org.apache.struts2.views.velocity.components.HiddenDirective
  247. 2011-10-26 06:26:34,691 - Loaded User Directive: org.apache.struts2.views.velocity.components.AnchorDirective
  248. 2011-10-26 06:26:34,691 - Loaded User Directive: org.apache.struts2.views.velocity.components.I18nDirective
  249. 2011-10-26 06:26:34,691 - Loaded User Directive: org.apache.struts2.views.velocity.components.IncludeDirective
  250. 2011-10-26 06:26:34,691 - Loaded User Directive: org.apache.struts2.views.velocity.components.LabelDirective
  251. 2011-10-26 06:26:34,691 - Loaded User Directive: org.apache.struts2.views.velocity.components.ParamDirective
  252. 2011-10-26 06:26:34,692 - Loaded User Directive: org.apache.struts2.views.velocity.components.PasswordDirective
  253. 2011-10-26 06:26:34,692 - Loaded User Directive: org.apache.struts2.views.velocity.components.PushDirective
  254. 2011-10-26 06:26:34,692 - Loaded User Directive: org.apache.struts2.views.velocity.components.PropertyDirective
  255. 2011-10-26 06:26:34,692 - Loaded User Directive: org.apache.struts2.views.velocity.components.RadioDirective
  256. 2011-10-26 06:26:34,692 - Loaded User Directive: org.apache.struts2.views.velocity.components.SelectDirective
  257. 2011-10-26 06:26:34,692 - Loaded User Directive: org.apache.struts2.views.velocity.components.SetDirective
  258. 2011-10-26 06:26:34,692 - Loaded User Directive: org.apache.struts2.views.velocity.components.SubmitDirective
  259. 2011-10-26 06:26:34,692 - Loaded User Directive: org.apache.struts2.views.velocity.components.ResetDirective
  260. 2011-10-26 06:26:34,692 - Loaded User Directive: org.apache.struts2.views.velocity.components.TextAreaDirective
  261. 2011-10-26 06:26:34,692 - Loaded User Directive: org.apache.struts2.views.velocity.components.TextDirective
  262. 2011-10-26 06:26:34,692 - Loaded User Directive: org.apache.struts2.views.velocity.components.TextFieldDirective
  263. 2011-10-26 06:26:34,692 - Loaded User Directive: org.apache.struts2.views.velocity.components.TokenDirective
  264. 2011-10-26 06:26:34,692 - Loaded User Directive: org.apache.struts2.views.velocity.components.URLDirective
  265. 2011-10-26 06:26:34,692 - Loaded User Directive: org.apache.struts2.views.velocity.components.ActionErrorDirective
  266. 2011-10-26 06:26:34,692 - Loaded User Directive: org.apache.struts2.views.velocity.components.ActionMessageDirective
  267. 2011-10-26 06:26:34,692 - Loaded User Directive: org.apache.struts2.views.velocity.components.FieldErrorDirective
  268. 2011-10-26 06:26:34,692 - Loaded User Directive: org.apache.struts2.views.velocity.components.OptionTransferSelectDirective
  269. 2011-10-26 06:26:34,692 - Loaded User Directive: org.apache.struts2.views.velocity.components.UpDownSelectDirective
  270. 2011-10-26 06:26:34,693 - Created '20' parsers.
  271. 2011-10-26 06:26:34,694 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
  272. 2011-10-26 06:26:34,695 - Velocimacro : Default library not found.
  273. 2011-10-26 06:26:34,695 - Velocimacro : allowInline = true : VMs can be defined inline in templates
  274. 2011-10-26 06:26:34,695 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
  275. 2011-10-26 06:26:34,695 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
  276. 2011-10-26 06:26:34,695 - Velocimacro : autoload off : VM system will not automatically reload global library macros
  277. 2011-10-26 06:26:34,711 - ResourceManager : found /dhis-web-commons/security/login.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  278. 2011-10-26 06:27:51,806 - ResourceManager : found /main.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  279. 2011-10-26 06:27:52,896 - ResourceManager : found settings.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  280. 2011-10-26 06:27:52,916 - Velocimacro : added #objectList( objectName objects ) : source = macros.vm
  281. 2011-10-26 06:27:52,916 - Velocimacro : added #alternate( mark ) : source = macros.vm
  282. 2011-10-26 06:27:52,917 - Velocimacro : added #formatBool( bool ) : source = macros.vm
  283. 2011-10-26 06:27:52,918 - Velocimacro : added #formatAggregationOperator( operator ) : source = macros.vm
  284. 2011-10-26 06:27:52,919 - Velocimacro : added #formatType( type ) : source = macros.vm
  285. 2011-10-26 06:27:52,920 - Velocimacro : added #openHelp( id ) : source = macros.vm
  286. 2011-10-26 06:27:52,920 - Velocimacro : added #introListItem( action objectKey ) : source = macros.vm
  287. 2011-10-26 06:27:52,920 - Velocimacro : added #introListImgItem( action objectKey image ) : source = macros.vm
  288. 2011-10-26 06:27:52,921 - Velocimacro : added #organisationUnitSelectionTree( cleanAll multipleSelectionAllowed required ) : source = macros.vm
  289. 2011-10-26 06:27:52,922 - Velocimacro : added #filterDiv( action ) : source = macros.vm
  290. 2011-10-26 06:27:52,922 - Velocimacro : added #trHeader( text ) : source = macros.vm
  291. 2011-10-26 06:27:52,923 - Velocimacro : added #trTextInput( args ) : source = macros.vm
  292. 2011-10-26 06:27:52,924 - Velocimacro : added #trBooleanSelectInput( args ) : source = macros.vm
  293. 2011-10-26 06:27:52,926 - Velocimacro : added #trDateInput( args ) : source = macros.vm
  294. 2011-10-26 06:27:52,927 - Velocimacro : added #trNumberInput( args ) : source = macros.vm
  295. 2011-10-26 06:27:52,928 - Velocimacro : added #trIntegerInput( args ) : source = macros.vm
  296. 2011-10-26 06:27:52,929 - Velocimacro : added #trPositiveIntegerInput( args ) : source = macros.vm
  297. 2011-10-26 06:27:52,930 - Velocimacro : added #trNegativeIntegerInput( args ) : source = macros.vm
  298. 2011-10-26 06:27:52,931 - Velocimacro : added #trMultipleChoiceInput( args ) : source = macros.vm
  299. 2011-10-26 06:27:52,932 - Velocimacro : added #tblDynamicAttributesJavascript( ) : source = macros.vm
  300. 2011-10-26 06:27:52,937 - Velocimacro : added #tblDynamicAttributes( args ) : source = macros.vm
  301. 2011-10-26 06:27:52,956 - ResourceManager : found macros.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  302. 2011-10-26 06:27:52,967 - #parse() null argument
  303. 2011-10-26 06:27:52,968 - ResourceManager : found /dhis-web-portal/redirect.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  304. 2011-10-26 06:27:53,072 - ResourceManager : found /dhis-web-commons/i18n/i18n.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  305. 2011-10-26 06:27:53,121 - ResourceManager : found /dhis-web-commons/i18n/messages.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  306. 2011-10-26 06:27:53,355 - ResourceManager : found /dhis-web-commons/about/menu.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  307. 2011-10-26 06:27:53,356 - ResourceManager : found /dhis-web-portal/intro.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  308. 2011-10-26 06:27:56,601 - ResourceManager : found /dhis-web-maintenance-organisationunit/menu.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  309. 2011-10-26 06:27:56,604 - ResourceManager : found /dhis-web-maintenance-organisationunit/index.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  310. 2011-10-26 06:27:59,093 - ResourceManager : found /dhis-web-maintenance-user/menu.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  311. 2011-10-26 06:27:59,096 - ResourceManager : found /dhis-web-maintenance-user/index.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  312. 2011-10-26 06:28:00,971 - ResourceManager : found /dhis-web-maintenance-user/allUser.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  313. 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]
  314. 2011-10-26 06:28:01,003 - ResourceManager : found /dhis-web-commons/paging/paging.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  315. 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]
  316. 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]
  317. 2011-10-26 06:28:24,841 - #parse() null argument
  318. 2011-10-26 06:28:24,885 - ResourceManager : found /dhis-web-maintenance-user/addUserForm.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  319. 2011-10-26 06:28:24,902 - ResourceManager : found /dhis-web-commons/oust/selectionTreeMultipleSelect.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  320. 2011-10-26 06:28:25,125 - ResourceManager : found /dhis-web-commons/ajax/jsonOrganisationUnitGroups.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  321. 2011-10-26 06:28:25,126 - ResourceManager : found /dhis-web-commons/ajax/jsonUserRoles.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  322. 2011-10-26 06:28:25,212 - ResourceManager : found /dhis-web-commons/ouwt/responseSuccess.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  323. 2011-10-26 06:28:25,285 - ResourceManager : found /dhis-web-commons/ouwt/responseTree.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  324. 2011-10-26 06:28:25,325 - ResourceManager : found /dhis-web-commons/ajax/jsonOrganisationUnitLevels.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  325. 2011-10-26 06:28:32,708 - ResourceManager : found /dhis-web-commons/ajax/jsonResponseSuccess.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  326. 2011-10-26 06:29:04,004 - ResourceManager : found /dhis-web-commons/ouwt/responseSelect.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  327. 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]
  328. 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]
  329. 2011-10-26 06:29:18,442 - #parse() null argument
  330. 2011-10-26 06:29:18,445 - ResourceManager : found /dhis-web-maintenance-user/updateUserForm.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  331. 2011-10-26 06:29:41,024 - ResourceManager : found /dhis-web-commons/ouwt/responseExpand.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  332. 2011-10-26 06:29:50,573 - ResourceManager : found /dhis-web-maintenance-organisationunit/menuWithTree.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  333. 2011-10-26 06:29:50,602 - ResourceManager : found /dhis-web-commons/ouwt/orgunittreesearch.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  334. 2011-10-26 06:29:50,603 - ResourceManager : found /dhis-web-commons/ouwt/orgunittree.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  335. 2011-10-26 06:29:50,612 - ResourceManager : found /dhis-web-maintenance-organisationunit/organisationUnit.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  336. 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]
  337. 2011-10-26 06:29:50,788 - ResourceManager : found /dhis-web-commons/ajax/jsonOrganisationUnitTree.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  338. 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.
  339. 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]
  340. 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.
  341. 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]
  342. 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.
  343. 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]
  344. 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.
  345. 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]
  346. 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.
  347. 2011-10-26 06:30:23,374 - #parse() null argument
  348. 2011-10-26 06:30:23,391 - ResourceManager : found /dhis-web-maintenance-organisationunit/updateOrganisationUnitForm.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  349. 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.
  350. 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.
  351. 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]
  352. 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]
  353. 2011-10-26 06:30:58,169 - #parse() null argument
  354. 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]
  355. 2011-10-26 06:31:40,246 - #parse() null argument
  356. 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]
  357. cimacro : added #openHelp( id ) : source = macros.vm
  358. 2011-10-26 06:27:52,920 - Velocimacro : added #introListItem( action objectKey ) : source = macros.vm
  359. 2011-10-26 06:27:52,920 - Velocimacro : added #introListImgItem( action objectKey image ) : source = macros.vm
  360. 2011-10-26 06:27:52,921 - Velocimacro : added #organisationUnitSelectionTree( cleanAll multipleSelectionAllowed required ) : source = macros.vm
  361. 2011-10-26 06:27:52,922 - Velocimacro : added #filterDiv( action ) : source = macros.vm
  362. 2011-10-26 06:27:52,922 - Velocimacro : added #trHeader( text ) : source = macros.vm
  363. 2011-10-26 06:27:52,923 - Velocimacro : added #trTextInput( args ) : source = macros.vm
  364. 2011-10-26 06:27:52,924 - Velocimacro : added #trBooleanSelectInput( args ) : source = macros.vm
  365. 2011-10-26 06:27:52,926 - Velocimacro : added #trDateInput( args ) : source = macros.vm
  366. 2011-10-26 06:27:52,927 - Velocimacro : added #trNumberInput( args ) : source = macros.vm
  367. 2011-10-26 06:27:52,928 - Velocimacro : added #trIntegerInput( args ) : source = macros.vm
  368. 2011-10-26 06:27:52,929 - Velocimacro : added #trPositiveIntegerInput( args ) : source = macros.vm
  369. 2011-10-26 06:27:52,930 - Velocimacro : added #trNegativeIntegerInput( args ) : source = macros.vm
  370. 2011-10-26 06:27:52,931 - Velocimacro : added #trMultipleChoiceInput( args ) : source = macros.vm
  371. 2011-10-26 06:27:52,932 - Velocimacro : added #tblDynamicAttributesJavascript( ) : source = macros.vm
  372. 2011-10-26 06:27:52,937 - Velocimacro : added #tblDynamicAttributes( args ) : source = macros.vm
  373. 2011-10-26 06:27:52,956 - ResourceManager : found macros.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  374. 2011-10-26 06:27:52,967 - #parse() null argument
  375. 2011-10-26 06:27:52,968 - ResourceManager : found /dhis-web-portal/redirect.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  376. 2011-10-26 06:27:53,072 - ResourceManager : found /dhis-web-commons/i18n/i18n.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  377. 2011-10-26 06:27:53,121 - ResourceManager : found /dhis-web-commons/i18n/messages.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  378. 2011-10-26 06:27:53,355 - ResourceManager : found /dhis-web-commons/about/menu.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  379. 2011-10-26 06:27:53,356 - ResourceManager : found /dhis-web-portal/intro.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  380. 2011-10-26 06:27:56,601 - ResourceManager : found /dhis-web-maintenance-organisationunit/menu.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  381. 2011-10-26 06:27:56,604 - ResourceManager : found /dhis-web-maintenance-organisationunit/index.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  382. 2011-10-26 06:27:59,093 - ResourceManager : found /dhis-web-maintenance-user/menu.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  383. 2011-10-26 06:27:59,096 - ResourceManager : found /dhis-web-maintenance-user/index.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  384. 2011-10-26 06:28:00,971 - ResourceManager : found /dhis-web-maintenance-user/allUser.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  385. 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]
  386. 2011-10-26 06:28:01,003 - ResourceManager : found /dhis-web-commons/paging/paging.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  387. 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]
  388. 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]
  389. 2011-10-26 06:28:24,841 - #parse() null argument
  390. 2011-10-26 06:28:24,885 - ResourceManager : found /dhis-web-maintenance-user/addUserForm.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  391. 2011-10-26 06:28:24,902 - ResourceManager : found /dhis-web-commons/oust/selectionTreeMultipleSelect.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  392. 2011-10-26 06:28:25,125 - ResourceManager : found /dhis-web-commons/ajax/jsonOrganisationUnitGroups.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  393. 2011-10-26 06:28:25,126 - ResourceManager : found /dhis-web-commons/ajax/jsonUserRoles.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  394. 2011-10-26 06:28:25,212 - ResourceManager : found /dhis-web-commons/ouwt/responseSuccess.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  395. 2011-10-26 06:28:25,285 - ResourceManager : found /dhis-web-commons/ouwt/responseTree.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  396. 2011-10-26 06:28:25,325 - ResourceManager : found /dhis-web-commons/ajax/jsonOrganisationUnitLevels.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  397. 2011-10-26 06:28:32,708 - ResourceManager : found /dhis-web-commons/ajax/jsonResponseSuccess.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  398. 2011-10-26 06:29:04,004 - ResourceManager : found /dhis-web-commons/ouwt/responseSelect.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  399. 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]
  400. 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]
  401. 2011-10-26 06:29:18,442 - #parse() null argument
  402. 2011-10-26 06:29:18,445 - ResourceManager : found /dhis-web-maintenance-user/updateUserForm.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  403. 2011-10-26 06:29:41,024 - ResourceManager : found /dhis-web-commons/ouwt/responseExpand.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  404. 2011-10-26 06:29:50,573 - ResourceManager : found /dhis-web-maintenance-organisationunit/menuWithTree.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  405. 2011-10-26 06:29:50,602 - ResourceManager : found /dhis-web-commons/ouwt/orgunittreesearch.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  406. 2011-10-26 06:29:50,603 - ResourceManager : found /dhis-web-commons/ouwt/orgunittree.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  407. 2011-10-26 06:29:50,612 - ResourceManager : found /dhis-web-maintenance-organisationunit/organisationUnit.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  408. 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]
  409. 2011-10-26 06:29:50,788 - ResourceManager : found /dhis-web-commons/ajax/jsonOrganisationUnitTree.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  410. 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.
  411. 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]
  412. 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.
  413. 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]
  414. 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.
  415. 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]
  416. 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.
  417. 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]
  418. 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.
  419. 2011-10-26 06:30:23,374 - #parse() null argument
  420. 2011-10-26 06:30:23,391 - ResourceManager : found /dhis-web-maintenance-organisationunit/updateOrganisationUnitForm.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  421. 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.
  422. 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.
  423. 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]
  424. 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]
  425. 2011-10-26 06:30:58,169 - #parse() null argument
  426. 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]
  427. 2011-10-26 06:31:40,246 - #parse() null argument
  428. 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]
  429. 2011-10-26 06:35:26,104 - Log4JLogChute initialized using file 'velocity.log'
  430. 2011-10-26 06:35:26,104 - Starting Apache Velocity v1.5 (compiled: 2007-02-22 08:52:29)
  431. 2011-10-26 06:35:26,104 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
  432. 2011-10-26 06:35:26,104 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
  433. 2011-10-26 06:35:26,105 - Couldn't find class org.apache.velocity.runtime.log.AvalonLogChute or necessary supporting classes in classpath.
  434. java.lang.NoClassDefFoundError: org/apache/log/format/Formatter
  435. at java.lang.Class.forName0(Native Method)
  436. at java.lang.Class.forName(Unknown Source)
  437. at org.apache.velocity.util.ClassUtils.getClass(ClassUtils.java:63)
  438. at org.apache.velocity.util.ClassUtils.getNewInstance(ClassUtils.java:95)
  439. at org.apache.velocity.runtime.log.LogManager.createLogChute(LogManager.java:147)
  440. at org.apache.velocity.runtime.log.LogManager.updateLog(LogManager.java:208)
  441. at org.apache.velocity.runtime.RuntimeInstance.initializeLog(RuntimeInstance.java:728)
  442. at org.apache.velocity.runtime.RuntimeInstance.init(RuntimeInstance.java:240)
  443. at org.apache.velocity.app.VelocityEngine.init(VelocityEngine.java:116)
  444. at org.hisp.dhis.system.velocity.VelocityManager.<init>(VelocityManager.java:50)
  445. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  446. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  447. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  448. at java.lang.reflect.Constructor.newInstance(Unknown Source)
  449. at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:126)
  450. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:74)
  451. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:958)
  452. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:911)
  453. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:485)
  454. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
  455. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:293)
  456. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
  457. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:290)
  458. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:192)
  459. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:585)
  460. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895)
  461. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425)
  462. at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:282)
  463. at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:204)
  464. at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47)
  465. at org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:548)
  466. at org.mortbay.jetty.servlet.Context.startContext(Context.java:136)
  467. at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1272)
  468. at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:517)
  469. at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:489)
  470. at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
  471. at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
  472. at org.mortbay.jetty.Server.doStart(Server.java:224)
  473. at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
  474. at org.hisp.dhis.WebAppServer.run(WebAppServer.java:110)
  475. Caused by: java.lang.ClassNotFoundException: org.apache.log.format.Formatter
  476. at java.net.URLClassLoader$1.run(Unknown Source)
  477. at java.security.AccessController.doPrivileged(Native Method)
  478. at java.net.URLClassLoader.findClass(Unknown Source)
  479. at java.lang.ClassLoader.loadClass(Unknown Source)
  480. at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
  481. at java.lang.ClassLoader.loadClass(Unknown Source)
  482. at org.mortbay.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:401)
  483. at org.mortbay.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:363)
  484. ... 40 more
  485. 2011-10-26 06:35:26,106 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
  486. 2011-10-26 06:35:26,106 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
  487. 2011-10-26 06:35:26,109 - Default ResourceManager initializing. (class org.apache.velocity.runtime.resource.ResourceManagerImpl)
  488. 2011-10-26 06:35:26,110 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  489. 2011-10-26 06:35:26,117 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl)
  490. 2011-10-26 06:35:26,118 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
  491. 2011-10-26 06:35:26,119 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
  492. 2011-10-26 06:35:26,121 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
  493. 2011-10-26 06:35:26,123 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
  494. 2011-10-26 06:35:26,124 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
  495. 2011-10-26 06:35:26,152 - Created '20' parsers.
  496. 2011-10-26 06:35:26,160 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
  497. 2011-10-26 06:35:26,160 - Velocimacro : Default library not found.
  498. 2011-10-26 06:35:26,160 - Velocimacro : allowInline = true : VMs can be defined inline in templates
  499. 2011-10-26 06:35:26,161 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
  500. 2011-10-26 06:35:26,161 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
  501. 2011-10-26 06:35:26,161 - Velocimacro : autoload off : VM system will not automatically reload global library macros
  502. 2011-10-26 06:35:50,018 - Log4JLogChute initialized using file 'velocity.log'
  503. 2011-10-26 06:35:50,018 - Log4JLogChute initialized using file 'velocity.log'
  504. 2011-10-26 06:35:50,018 - Starting Apache Velocity v1.5 (compiled: 2007-02-22 08:52:29)
  505. 2011-10-26 06:35:50,018 - Starting Apache Velocity v1.5 (compiled: 2007-02-22 08:52:29)
  506. 2011-10-26 06:35:50,018 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
  507. 2011-10-26 06:35:50,018 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
  508. 2011-10-26 06:35:50,018 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
  509. 2011-10-26 06:35:50,018 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
  510. 2011-10-26 06:35:50,019 - Couldn't find class org.apache.velocity.runtime.log.AvalonLogChute or necessary supporting classes in classpath.
  511. java.lang.NoClassDefFoundError: org/apache/log/format/Formatter
  512. at java.lang.Class.forName0(Native Method)
  513. at java.lang.Class.forName(Unknown Source)
  514. at org.apache.velocity.util.ClassUtils.getClass(ClassUtils.java:63)
  515. at org.apache.velocity.util.ClassUtils.getNewInstance(ClassUtils.java:95)
  516. at org.apache.velocity.runtime.log.LogManager.createLogChute(LogManager.java:147)
  517. at org.apache.velocity.runtime.log.LogManager.updateLog(LogManager.java:208)
  518. at org.apache.velocity.runtime.RuntimeInstance.initializeLog(RuntimeInstance.java:728)
  519. at org.apache.velocity.runtime.RuntimeInstance.init(RuntimeInstance.java:240)
  520. at org.apache.velocity.runtime.RuntimeInstance.init(RuntimeInstance.java:534)
  521. at org.apache.velocity.app.VelocityEngine.init(VelocityEngine.java:144)
  522. at org.apache.struts2.views.velocity.VelocityManager.newVelocityEngine(VelocityManager.java:449)
  523. at org.apache.struts2.views.velocity.VelocityManager.init(VelocityManager.java:215)
  524. at org.apache.struts2.dispatcher.VelocityResult.doExecute(VelocityResult.java:129)
  525. at org.apache.struts2.dispatcher.StrutsResultSupport.execute(StrutsResultSupport.java:186)
  526. at com.opensymphony.xwork2.DefaultActionInvocation.executeResult(DefaultActionInvocation.java:373)
  527. at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:277)
  528. at org.hisp.dhis.webportal.interceptor.XWorkPortalUserInterceptor.intercept(XWorkPortalUserInterceptor.java:87)
  529. at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
  530. at org.hisp.dhis.webportal.interceptor.XWorkPortalModuleInterceptor.intercept(XWorkPortalModuleInterceptor.java:90)
  531. at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
  532. at org.hisp.dhis.webportal.interceptor.XWorkPortalMenuInterceptor.intercept(XWorkPortalMenuInterceptor.java:96)
  533. at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
  534. at org.hisp.dhis.webportal.interceptor.XWorkPortalParamsInterceptor.intercept(XWorkPortalParamsInterceptor.java:118)
  535. at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
  536. at org.hisp.dhis.interceptor.ContextInterceptor.intercept(ContextInterceptor.java:78)
  537. at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
  538. at org.hisp.dhis.interceptor.UserSettingInterceptor.intercept(UserSettingInterceptor.java:89)
  539. at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
  540. at org.hisp.dhis.interceptor.SystemSettingInterceptor.intercept(SystemSettingInterceptor.java:101)
  541. at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
  542. at org.hisp.dhis.interceptor.DisplayPropertyInterceptor.intercept(DisplayPropertyInterceptor.java:95)
  543. at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
  544. at org.hisp.dhis.interceptor.SortOrderInterceptor.intercept(SortOrderInterceptor.java:129)
  545. at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
  546. at org.hisp.dhis.security.intercept.LoginInterceptor.intercept(LoginInterceptor.java:84)
  547. at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
  548. at org.hisp.dhis.security.intercept.XWorkSecurityInterceptor.intercept(XWorkSecurityInterceptor.java:103)
  549. at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
  550. at org.hisp.dhis.interceptor.I18nInterceptor.intercept(I18nInterceptor.java:146)
  551. at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
  552. at com.opensymphony.xwork2.interceptor.ParametersInterceptor.doIntercept(ParametersInterceptor.java:207)
  553. at com.opensymphony.xwork2.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:98)
  554. at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
  555. at com.opensymphony.xwork2.interceptor.StaticParametersInterceptor.intercept(StaticParametersInterceptor.java:190)
  556. at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
  557. at org.hisp.dhis.interceptor.ExceptionInterceptor.intercept(ExceptionInterceptor.java:105)
  558. at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
  559. at org.apache.struts2.impl.StrutsActionProxy.execute(StrutsActionProxy.java:52)
  560. at org.apache.struts2.dispatcher.Dispatcher.serviceAction(Dispatcher.java:498)
  561. at org.apache.struts2.dispatcher.FilterDispatcher.doFilter(FilterDispatcher.java:434)
  562. at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
  563. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:369)
  564. at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:109)
  565. at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83)
  566. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
  567. at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:97)
  568. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
  569. at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:100)
  570. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
  571. at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:78)
  572. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
  573. at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:54)
  574. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
  575. at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:35)
  576. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
  577. at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:177)
  578. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
  579. at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:187)
  580. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
  581. at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:105)
  582. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
  583. at org.hisp.dhis.security.filter.AutomaticAccessFilter.doFilter(AutomaticAccessFilter.java:112)
  584. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
  585. at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:79)
  586. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
  587. at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:168)
  588. at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:237)
  589. at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)
  590. at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
  591. at org.springframework.orm.hibernate3.support.OpenSessionInViewFilter.doFilterInternal(OpenSessionInViewFilter.java:198)
  592. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
  593. at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
  594. at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:388)
  595. at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
  596. at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)
  597. at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
  598. at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:440)
  599. at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
  600. at org.mortbay.jetty.Server.handle(Server.java:326)
  601. at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542)
  602. at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:926)
  603. at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:549)
  604. at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
  605. at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
  606. at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:410)
  607. at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582)
  608. Caused by: java.lang.ClassNotFoundException: org.apache.log.format.Formatter
  609. at java.net.URLClassLoader$1.run(Unknown Source)
  610. at java.security.AccessController.doPrivileged(Native Method)
  611. at java.net.URLClassLoader.findClass(Unknown Source)
  612. at java.lang.ClassLoader.loadClass(Unknown Source)
  613. at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
  614. at java.lang.ClassLoader.loadClass(Unknown Source)
  615. at org.mortbay.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:401)
  616. at org.mortbay.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:363)
  617. ... 96 more
  618. 2011-10-26 06:35:50,019 - Couldn't find class org.apache.velocity.runtime.log.AvalonLogChute or necessary supporting classes in classpath.
  619. java.lang.NoClassDefFoundError: org/apache/log/format/Formatter
  620. at java.lang.Class.forName0(Native Method)
  621. at java.lang.Class.forName(Unknown Source)
  622. at org.apache.velocity.util.ClassUtils.getClass(ClassUtils.java:63)
  623. at org.apache.velocity.util.ClassUtils.getNewInstance(ClassUtils.java:95)
  624. at org.apache.velocity.runtime.log.LogManager.createLogChute(LogManager.java:147)
  625. at org.apache.velocity.runtime.log.LogManager.updateLog(LogManager.java:208)
  626. at org.apache.velocity.runtime.RuntimeInstance.initializeLog(RuntimeInstance.java:728)
  627. at org.apache.velocity.runtime.RuntimeInstance.init(RuntimeInstance.java:240)
  628. at org.apache.velocity.runtime.RuntimeInstance.init(RuntimeInstance.java:534)
  629. at org.apache.velocity.app.VelocityEngine.init(VelocityEngine.java:144)
  630. at org.apache.struts2.views.velocity.VelocityManager.newVelocityEngine(VelocityManager.java:449)
  631. at org.apache.struts2.views.velocity.VelocityManager.init(VelocityManager.java:215)
  632. at org.apache.struts2.dispatcher.VelocityResult.doExecute(VelocityResult.java:129)
  633. at org.apache.struts2.dispatcher.StrutsResultSupport.execute(StrutsResultSupport.java:186)
  634. at com.opensymphony.xwork2.DefaultActionInvocation.executeResult(DefaultActionInvocation.java:373)
  635. at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:277)
  636. at org.hisp.dhis.webportal.interceptor.XWorkPortalUserInterceptor.intercept(XWorkPortalUserInterceptor.java:87)
  637. at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
  638. at org.hisp.dhis.webportal.interceptor.XWorkPortalModuleInterceptor.intercept(XWorkPortalModuleInterceptor.java:90)
  639. at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
  640. at org.hisp.dhis.webportal.interceptor.XWorkPortalMenuInterceptor.intercept(XWorkPortalMenuInterceptor.java:96)
  641. at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
  642. at org.hisp.dhis.webportal.interceptor.XWorkPortalParamsInterceptor.intercept(XWorkPortalParamsInterceptor.java:118)
  643. at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
  644. at org.hisp.dhis.interceptor.ContextInterceptor.intercept(ContextInterceptor.java:78)
  645. at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
  646. at org.hisp.dhis.interceptor.UserSettingInterceptor.intercept(UserSettingInterceptor.java:89)
  647. at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
  648. at org.hisp.dhis.interceptor.SystemSettingInterceptor.intercept(SystemSettingInterceptor.java:101)
  649. at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
  650. at org.hisp.dhis.interceptor.DisplayPropertyInterceptor.intercept(DisplayPropertyInterceptor.java:95)
  651. at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
  652. at org.hisp.dhis.interceptor.SortOrderInterceptor.intercept(SortOrderInterceptor.java:129)
  653. at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
  654. at org.hisp.dhis.security.intercept.LoginInterceptor.intercept(LoginInterceptor.java:84)
  655. at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
  656. at org.hisp.dhis.security.intercept.XWorkSecurityInterceptor.intercept(XWorkSecurityInterceptor.java:103)
  657. at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
  658. at org.hisp.dhis.interceptor.I18nInterceptor.intercept(I18nInterceptor.java:146)
  659. at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
  660. at com.opensymphony.xwork2.interceptor.ParametersInterceptor.doIntercept(ParametersInterceptor.java:207)
  661. at com.opensymphony.xwork2.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:98)
  662. at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
  663. at com.opensymphony.xwork2.interceptor.StaticParametersInterceptor.intercept(StaticParametersInterceptor.java:190)
  664. at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
  665. at org.hisp.dhis.interceptor.ExceptionInterceptor.intercept(ExceptionInterceptor.java:105)
  666. at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
  667. at org.apache.struts2.impl.StrutsActionProxy.execute(StrutsActionProxy.java:52)
  668. at org.apache.struts2.dispatcher.Dispatcher.serviceAction(Dispatcher.java:498)
  669. at org.apache.struts2.dispatcher.FilterDispatcher.doFilter(FilterDispatcher.java:434)
  670. at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
  671. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:369)
  672. at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:109)
  673. at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83)
  674. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
  675. at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:97)
  676. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
  677. at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:100)
  678. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
  679. at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:78)
  680. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
  681. at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:54)
  682. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
  683. at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:35)
  684. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
  685. at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:177)
  686. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
  687. at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:187)
  688. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
  689. at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:105)
  690. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
  691. at org.hisp.dhis.security.filter.AutomaticAccessFilter.doFilter(AutomaticAccessFilter.java:112)
  692. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
  693. at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:79)
  694. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
  695. at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:168)
  696. at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:237)
  697. at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)
  698. at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
  699. at org.springframework.orm.hibernate3.support.OpenSessionInViewFilter.doFilterInternal(OpenSessionInViewFilter.java:198)
  700. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
  701. at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
  702. at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:388)
  703. at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
  704. at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)
  705. at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
  706. at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:440)
  707. at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
  708. at org.mortbay.jetty.Server.handle(Server.java:326)
  709. at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542)
  710. at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:926)
  711. at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:549)
  712. at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
  713. at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
  714. at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:410)
  715. at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582)
  716. Caused by: java.lang.ClassNotFoundException: org.apache.log.format.Formatter
  717. at java.net.URLClassLoader$1.run(Unknown Source)
  718. at java.security.AccessController.doPrivileged(Native Method)
  719. at java.net.URLClassLoader.findClass(Unknown Source)
  720. at java.lang.ClassLoader.loadClass(Unknown Source)
  721. at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
  722. at java.lang.ClassLoader.loadClass(Unknown Source)
  723. at org.mortbay.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:401)
  724. at org.mortbay.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:363)
  725. ... 96 more
  726. 2011-10-26 06:35:50,021 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
  727. 2011-10-26 06:35:50,021 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
  728. 2011-10-26 06:35:50,022 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
  729. 2011-10-26 06:35:50,022 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
  730. 2011-10-26 06:35:50,022 - Default ResourceManager initializing. (class org.apache.velocity.runtime.resource.ResourceManagerImpl)
  731. 2011-10-26 06:35:50,022 - Default ResourceManager initializing. (class org.apache.velocity.runtime.resource.ResourceManagerImpl)
  732. 2011-10-26 06:35:50,025 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.FileResourceLoader
  733. 2011-10-26 06:35:50,025 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.FileResourceLoader
  734. 2011-10-26 06:35:50,026 - Do unicode file recognition: false
  735. 2011-10-26 06:35:50,026 - Do unicode file recognition: false
  736. 2011-10-26 06:35:50,026 - FileResourceLoader : adding path 'C:\Program Files\DHIS2-2.2\webapps\dhis'
  737. 2011-10-26 06:35:50,026 - FileResourceLoader : adding path 'C:\Program Files\DHIS2-2.2\webapps\dhis'
  738. 2011-10-26 06:35:50,027 - ResourceLoader instantiated: org.apache.struts2.views.velocity.StrutsResourceLoader
  739. 2011-10-26 06:35:50,027 - ResourceLoader instantiated: org.apache.struts2.views.velocity.StrutsResourceLoader
  740. 2011-10-26 06:35:50,027 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl)
  741. 2011-10-26 06:35:50,027 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl)
  742. 2011-10-26 06:35:50,028 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
  743. 2011-10-26 06:35:50,028 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
  744. 2011-10-26 06:35:50,028 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
  745. 2011-10-26 06:35:50,028 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
  746. 2011-10-26 06:35:50,028 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
  747. 2011-10-26 06:35:50,028 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
  748. 2011-10-26 06:35:50,028 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
  749. 2011-10-26 06:35:50,028 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
  750. 2011-10-26 06:35:50,028 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
  751. 2011-10-26 06:35:50,028 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
  752. 2011-10-26 06:35:50,039 - Loaded User Directive: org.apache.struts2.views.velocity.components.ActionDirective
  753. 2011-10-26 06:35:50,039 - Loaded User Directive: org.apache.struts2.views.velocity.components.ActionDirective
  754. 2011-10-26 06:35:50,040 - Loaded User Directive: org.apache.struts2.views.velocity.components.BeanDirective
  755. 2011-10-26 06:35:50,040 - Loaded User Directive: org.apache.struts2.views.velocity.components.BeanDirective
  756. 2011-10-26 06:35:50,043 - Loaded User Directive: org.apache.struts2.views.velocity.components.CheckBoxDirective
  757. 2011-10-26 06:35:50,043 - Loaded User Directive: org.apache.struts2.views.velocity.components.CheckBoxDirective
  758. 2011-10-26 06:35:50,045 - Loaded User Directive: org.apache.struts2.views.velocity.components.CheckBoxListDirective
  759. 2011-10-26 06:35:50,045 - Loaded User Directive: org.apache.struts2.views.velocity.components.CheckBoxListDirective
  760. 2011-10-26 06:35:50,048 - Loaded User Directive: org.apache.struts2.views.velocity.components.ComboBoxDirective
  761. 2011-10-26 06:35:50,048 - Loaded User Directive: org.apache.struts2.views.velocity.components.ComboBoxDirective
  762. 2011-10-26 06:35:50,049 - Loaded User Directive: org.apache.struts2.views.velocity.components.ComponentDirective
  763. 2011-10-26 06:35:50,049 - Loaded User Directive: org.apache.struts2.views.velocity.components.ComponentDirective
  764. 2011-10-26 06:35:50,051 - Loaded User Directive: org.apache.struts2.views.velocity.components.DateDirective
  765. 2011-10-26 06:35:50,051 - Loaded User Directive: org.apache.struts2.views.velocity.components.DateDirective
  766. 2011-10-26 06:35:50,053 - Loaded User Directive: org.apache.struts2.views.velocity.components.DivDirective
  767. 2011-10-26 06:35:50,053 - Loaded User Directive: org.apache.struts2.views.velocity.components.DivDirective
  768. 2011-10-26 06:35:50,057 - Loaded User Directive: org.apache.struts2.views.velocity.components.DoubleSelectDirective
  769. 2011-10-26 06:35:50,057 - Loaded User Directive: org.apache.struts2.views.velocity.components.DoubleSelectDirective
  770. 2011-10-26 06:35:50,058 - Loaded User Directive: org.apache.struts2.views.velocity.components.FileDirective
  771. 2011-10-26 06:35:50,058 - Loaded User Directive: org.apache.struts2.views.velocity.components.FileDirective
  772. 2011-10-26 06:35:50,060 - Loaded User Directive: org.apache.struts2.views.velocity.components.FormDirective
  773. 2011-10-26 06:35:50,060 - Loaded User Directive: org.apache.struts2.views.velocity.components.FormDirective
  774. 2011-10-26 06:35:50,062 - Loaded User Directive: org.apache.struts2.views.velocity.components.HeadDirective
  775. 2011-10-26 06:35:50,062 - Loaded User Directive: org.apache.struts2.views.velocity.components.HeadDirective
  776. 2011-10-26 06:35:50,064 - Loaded User Directive: org.apache.struts2.views.velocity.components.HiddenDirective
  777. 2011-10-26 06:35:50,064 - Loaded User Directive: org.apache.struts2.views.velocity.components.HiddenDirective
  778. 2011-10-26 06:35:50,066 - Loaded User Directive: org.apache.struts2.views.velocity.components.AnchorDirective
  779. 2011-10-26 06:35:50,066 - Loaded User Directive: org.apache.struts2.views.velocity.components.AnchorDirective
  780. 2011-10-26 06:35:50,068 - Loaded User Directive: org.apache.struts2.views.velocity.components.I18nDirective
  781. 2011-10-26 06:35:50,068 - Loaded User Directive: org.apache.struts2.views.velocity.components.I18nDirective
  782. 2011-10-26 06:35:50,069 - Loaded User Directive: org.apache.struts2.views.velocity.components.IncludeDirective
  783. 2011-10-26 06:35:50,069 - Loaded User Directive: org.apache.struts2.views.velocity.components.IncludeDirective
  784. 2011-10-26 06:35:50,069 - Loaded User Directive: org.apache.struts2.views.velocity.components.LabelDirective
  785. 2011-10-26 06:35:50,069 - Loaded User Directive: org.apache.struts2.views.velocity.components.LabelDirective
  786. 2011-10-26 06:35:50,070 - Loaded User Directive: org.apache.struts2.views.velocity.components.ParamDirective
  787. 2011-10-26 06:35:50,070 - Loaded User Directive: org.apache.struts2.views.velocity.components.ParamDirective
  788. 2011-10-26 06:35:50,070 - Loaded User Directive: org.apache.struts2.views.velocity.components.PasswordDirective
  789. 2011-10-26 06:35:50,070 - Loaded User Directive: org.apache.struts2.views.velocity.components.PasswordDirective
  790. 2011-10-26 06:35:50,071 - Loaded User Directive: org.apache.struts2.views.velocity.components.PushDirective
  791. 2011-10-26 06:35:50,071 - Loaded User Directive: org.apache.struts2.views.velocity.components.PushDirective
  792. 2011-10-26 06:35:50,071 - Loaded User Directive: org.apache.struts2.views.velocity.components.PropertyDirective
  793. 2011-10-26 06:35:50,071 - Loaded User Directive: org.apache.struts2.views.velocity.components.PropertyDirective
  794. 2011-10-26 06:35:50,072 - Loaded User Directive: org.apache.struts2.views.velocity.components.RadioDirective
  795. 2011-10-26 06:35:50,072 - Loaded User Directive: org.apache.struts2.views.velocity.components.RadioDirective
  796. 2011-10-26 06:35:50,073 - Loaded User Directive: org.apache.struts2.views.velocity.components.SelectDirective
  797. 2011-10-26 06:35:50,073 - Loaded User Directive: org.apache.struts2.views.velocity.components.SelectDirective
  798. 2011-10-26 06:35:50,073 - Loaded User Directive: org.apache.struts2.views.velocity.components.SetDirective
  799. 2011-10-26 06:35:50,073 - Loaded User Directive: org.apache.struts2.views.velocity.components.SetDirective
  800. 2011-10-26 06:35:50,074 - Loaded User Directive: org.apache.struts2.views.velocity.components.SubmitDirective
  801. 2011-10-26 06:35:50,074 - Loaded User Directive: org.apache.struts2.views.velocity.components.SubmitDirective
  802. 2011-10-26 06:35:50,075 - Loaded User Directive: org.apache.struts2.views.velocity.components.ResetDirective
  803. 2011-10-26 06:35:50,075 - Loaded User Directive: org.apache.struts2.views.velocity.components.ResetDirective
  804. 2011-10-26 06:35:50,075 - Loaded User Directive: org.apache.struts2.views.velocity.components.TextAreaDirective
  805. 2011-10-26 06:35:50,075 - Loaded User Directive: org.apache.struts2.views.velocity.components.TextAreaDirective
  806. 2011-10-26 06:35:50,076 - Loaded User Directive: org.apache.struts2.views.velocity.components.TextDirective
  807. 2011-10-26 06:35:50,076 - Loaded User Directive: org.apache.struts2.views.velocity.components.TextDirective
  808. 2011-10-26 06:35:50,076 - Loaded User Directive: org.apache.struts2.views.velocity.components.TextFieldDirective
  809. 2011-10-26 06:35:50,076 - Loaded User Directive: org.apache.struts2.views.velocity.components.TextFieldDirective
  810. 2011-10-26 06:35:50,077 - Loaded User Directive: org.apache.struts2.views.velocity.components.TokenDirective
  811. 2011-10-26 06:35:50,077 - Loaded User Directive: org.apache.struts2.views.velocity.components.TokenDirective
  812. 2011-10-26 06:35:50,078 - Loaded User Directive: org.apache.struts2.views.velocity.components.URLDirective
  813. 2011-10-26 06:35:50,078 - Loaded User Directive: org.apache.struts2.views.velocity.components.URLDirective
  814. 2011-10-26 06:35:50,078 - Loaded User Directive: org.apache.struts2.views.velocity.components.ActionErrorDirective
  815. 2011-10-26 06:35:50,078 - Loaded User Directive: org.apache.struts2.views.velocity.components.ActionErrorDirective
  816. 2011-10-26 06:35:50,079 - Loaded User Directive: org.apache.struts2.views.velocity.components.ActionMessageDirective
  817. 2011-10-26 06:35:50,079 - Loaded User Directive: org.apache.struts2.views.velocity.components.ActionMessageDirective
  818. 2011-10-26 06:35:50,080 - Loaded User Directive: org.apache.struts2.views.velocity.components.FieldErrorDirective
  819. 2011-10-26 06:35:50,080 - Loaded User Directive: org.apache.struts2.views.velocity.components.FieldErrorDirective
  820. 2011-10-26 06:35:50,081 - Loaded User Directive: org.apache.struts2.views.velocity.components.OptionTransferSelectDirective
  821. 2011-10-26 06:35:50,081 - Loaded User Directive: org.apache.struts2.views.velocity.components.OptionTransferSelectDirective
  822. 2011-10-26 06:35:50,081 - Loaded User Directive: org.apache.struts2.views.velocity.components.UpDownSelectDirective
  823. 2011-10-26 06:35:50,081 - Loaded User Directive: org.apache.struts2.views.velocity.components.UpDownSelectDirective
  824. 2011-10-26 06:35:50,081 - Loaded User Directive: org.apache.struts2.views.velocity.components.ActionDirective
  825. 2011-10-26 06:35:50,081 - Loaded User Directive: org.apache.struts2.views.velocity.components.ActionDirective
  826. 2011-10-26 06:35:50,082 - Loaded User Directive: org.apache.struts2.views.velocity.components.BeanDirective
  827. 2011-10-26 06:35:50,082 - Loaded User Directive: org.apache.struts2.views.velocity.components.BeanDirective
  828. 2011-10-26 06:35:50,082 - Loaded User Directive: org.apache.struts2.views.velocity.components.CheckBoxDirective
  829. 2011-10-26 06:35:50,082 - Loaded User Directive: org.apache.struts2.views.velocity.components.CheckBoxDirective
  830. 2011-10-26 06:35:50,082 - Loaded User Directive: org.apache.struts2.views.velocity.components.CheckBoxListDirective
  831. 2011-10-26 06:35:50,082 - Loaded User Directive: org.apache.struts2.views.velocity.components.CheckBoxListDirective
  832. 2011-10-26 06:35:50,082 - Loaded User Directive: org.apache.struts2.views.velocity.components.ComboBoxDirective
  833. 2011-10-26 06:35:50,082 - Loaded User Directive: org.apache.struts2.views.velocity.components.ComboBoxDirective
  834. 2011-10-26 06:35:50,082 - Loaded User Directive: org.apache.struts2.views.velocity.components.ComponentDirective
  835. 2011-10-26 06:35:50,082 - Loaded User Directive: org.apache.struts2.views.velocity.components.ComponentDirective
  836. 2011-10-26 06:35:50,082 - Loaded User Directive: org.apache.struts2.views.velocity.components.DateDirective
  837. 2011-10-26 06:35:50,082 - Loaded User Directive: org.apache.struts2.views.velocity.components.DateDirective
  838. 2011-10-26 06:35:50,082 - Loaded User Directive: org.apache.struts2.views.velocity.components.DivDirective
  839. 2011-10-26 06:35:50,082 - Loaded User Directive: org.apache.struts2.views.velocity.components.DivDirective
  840. 2011-10-26 06:35:50,082 - Loaded User Directive: org.apache.struts2.views.velocity.components.DoubleSelectDirective
  841. 2011-10-26 06:35:50,082 - Loaded User Directive: org.apache.struts2.views.velocity.components.DoubleSelectDirective
  842. 2011-10-26 06:35:50,082 - Loaded User Directive: org.apache.struts2.views.velocity.components.FileDirective
  843. 2011-10-26 06:35:50,082 - Loaded User Directive: org.apache.struts2.views.velocity.components.FileDirective
  844. 2011-10-26 06:35:50,082 - Loaded User Directive: org.apache.struts2.views.velocity.components.FormDirective
  845. 2011-10-26 06:35:50,082 - Loaded User Directive: org.apache.struts2.views.velocity.components.FormDirective
  846. 2011-10-26 06:35:50,082 - Loaded User Directive: org.apache.struts2.views.velocity.components.HeadDirective
  847. 2011-10-26 06:35:50,082 - Loaded User Directive: org.apache.struts2.views.velocity.components.HeadDirective
  848. 2011-10-26 06:35:50,083 - Loaded User Directive: org.apache.struts2.views.velocity.components.HiddenDirective
  849. 2011-10-26 06:35:50,083 - Loaded User Directive: org.apache.struts2.views.velocity.components.HiddenDirective
  850. 2011-10-26 06:35:50,083 - Loaded User Directive: org.apache.struts2.views.velocity.components.AnchorDirective
  851. 2011-10-26 06:35:50,083 - Loaded User Directive: org.apache.struts2.views.velocity.components.AnchorDirective
  852. 2011-10-26 06:35:50,083 - Loaded User Directive: org.apache.struts2.views.velocity.components.I18nDirective
  853. 2011-10-26 06:35:50,083 - Loaded User Directive: org.apache.struts2.views.velocity.components.I18nDirective
  854. 2011-10-26 06:35:50,083 - Loaded User Directive: org.apache.struts2.views.velocity.components.IncludeDirective
  855. 2011-10-26 06:35:50,083 - Loaded User Directive: org.apache.struts2.views.velocity.components.IncludeDirective
  856. 2011-10-26 06:35:50,083 - Loaded User Directive: org.apache.struts2.views.velocity.components.LabelDirective
  857. 2011-10-26 06:35:50,083 - Loaded User Directive: org.apache.struts2.views.velocity.components.LabelDirective
  858. 2011-10-26 06:35:50,083 - Loaded User Directive: org.apache.struts2.views.velocity.components.ParamDirective
  859. 2011-10-26 06:35:50,083 - Loaded User Directive: org.apache.struts2.views.velocity.components.ParamDirective
  860. 2011-10-26 06:35:50,083 - Loaded User Directive: org.apache.struts2.views.velocity.components.PasswordDirective
  861. 2011-10-26 06:35:50,083 - Loaded User Directive: org.apache.struts2.views.velocity.components.PasswordDirective
  862. 2011-10-26 06:35:50,083 - Loaded User Directive: org.apache.struts2.views.velocity.components.PushDirective
  863. 2011-10-26 06:35:50,083 - Loaded User Directive: org.apache.struts2.views.velocity.components.PushDirective
  864. 2011-10-26 06:35:50,083 - Loaded User Directive: org.apache.struts2.views.velocity.components.PropertyDirective
  865. 2011-10-26 06:35:50,083 - Loaded User Directive: org.apache.struts2.views.velocity.components.PropertyDirective
  866. 2011-10-26 06:35:50,083 - Loaded User Directive: org.apache.struts2.views.velocity.components.RadioDirective
  867. 2011-10-26 06:35:50,083 - Loaded User Directive: org.apache.struts2.views.velocity.components.RadioDirective
  868. 2011-10-26 06:35:50,083 - Loaded User Directive: org.apache.struts2.views.velocity.components.SelectDirective
  869. 2011-10-26 06:35:50,083 - Loaded User Directive: org.apache.struts2.views.velocity.components.SelectDirective
  870. 2011-10-26 06:35:50,083 - Loaded User Directive: org.apache.struts2.views.velocity.components.SetDirective
  871. 2011-10-26 06:35:50,083 - Loaded User Directive: org.apache.struts2.views.velocity.components.SetDirective
  872. 2011-10-26 06:35:50,083 - Loaded User Directive: org.apache.struts2.views.velocity.components.SubmitDirective
  873. 2011-10-26 06:35:50,083 - Loaded User Directive: org.apache.struts2.views.velocity.components.SubmitDirective
  874. 2011-10-26 06:35:50,083 - Loaded User Directive: org.apache.struts2.views.velocity.components.ResetDirective
  875. 2011-10-26 06:35:50,083 - Loaded User Directive: org.apache.struts2.views.velocity.components.ResetDirective
  876. 2011-10-26 06:35:50,084 - Loaded User Directive: org.apache.struts2.views.velocity.components.TextAreaDirective
  877. 2011-10-26 06:35:50,084 - Loaded User Directive: org.apache.struts2.views.velocity.components.TextAreaDirective
  878. 2011-10-26 06:35:50,084 - Loaded User Directive: org.apache.struts2.views.velocity.components.TextDirective
  879. 2011-10-26 06:35:50,084 - Loaded User Directive: org.apache.struts2.views.velocity.components.TextDirective
  880. 2011-10-26 06:35:50,084 - Loaded User Directive: org.apache.struts2.views.velocity.components.TextFieldDirective
  881. 2011-10-26 06:35:50,084 - Loaded User Directive: org.apache.struts2.views.velocity.components.TextFieldDirective
  882. 2011-10-26 06:35:50,084 - Loaded User Directive: org.apache.struts2.views.velocity.components.TokenDirective
  883. 2011-10-26 06:35:50,084 - Loaded User Directive: org.apache.struts2.views.velocity.components.TokenDirective
  884. 2011-10-26 06:35:50,084 - Loaded User Directive: org.apache.struts2.views.velocity.components.URLDirective
  885. 2011-10-26 06:35:50,084 - Loaded User Directive: org.apache.struts2.views.velocity.components.URLDirective
  886. 2011-10-26 06:35:50,084 - Loaded User Directive: org.apache.struts2.views.velocity.components.ActionErrorDirective
  887. 2011-10-26 06:35:50,084 - Loaded User Directive: org.apache.struts2.views.velocity.components.ActionErrorDirective
  888. 2011-10-26 06:35:50,084 - Loaded User Directive: org.apache.struts2.views.velocity.components.ActionMessageDirective
  889. 2011-10-26 06:35:50,084 - Loaded User Directive: org.apache.struts2.views.velocity.components.ActionMessageDirective
  890. 2011-10-26 06:35:50,084 - Loaded User Directive: org.apache.struts2.views.velocity.components.FieldErrorDirective
  891. 2011-10-26 06:35:50,084 - Loaded User Directive: org.apache.struts2.views.velocity.components.FieldErrorDirective
  892. 2011-10-26 06:35:50,084 - Loaded User Directive: org.apache.struts2.views.velocity.components.OptionTransferSelectDirective
  893. 2011-10-26 06:35:50,084 - Loaded User Directive: org.apache.struts2.views.velocity.components.OptionTransferSelectDirective
  894. 2011-10-26 06:35:50,084 - Loaded User Directive: org.apache.struts2.views.velocity.components.UpDownSelectDirective
  895. 2011-10-26 06:35:50,084 - Loaded User Directive: org.apache.struts2.views.velocity.components.UpDownSelectDirective
  896. 2011-10-26 06:35:50,085 - Created '20' parsers.
  897. 2011-10-26 06:35:50,085 - Created '20' parsers.
  898. 2011-10-26 06:35:50,085 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
  899. 2011-10-26 06:35:50,085 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
  900. 2011-10-26 06:35:50,086 - Velocimacro : Default library not found.
  901. 2011-10-26 06:35:50,086 - Velocimacro : Default library not found.
  902. 2011-10-26 06:35:50,086 - Velocimacro : allowInline = true : VMs can be defined inline in templates
  903. 2011-10-26 06:35:50,086 - Velocimacro : allowInline = true : VMs can be defined inline in templates
  904. 2011-10-26 06:35:50,086 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
  905. 2011-10-26 06:35:50,086 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
  906. 2011-10-26 06:35:50,087 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
  907. 2011-10-26 06:35:50,087 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
  908. 2011-10-26 06:35:50,087 - Velocimacro : autoload off : VM system will not automatically reload global library macros
  909. 2011-10-26 06:35:50,087 - Velocimacro : autoload off : VM system will not automatically reload global library macros
  910. 2011-10-26 06:35:50,105 - ResourceManager : found /dhis-web-commons/security/login.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  911. 2011-10-26 06:35:50,105 - ResourceManager : found /dhis-web-commons/security/login.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  912. 2011-10-26 12:11:38,720 - ResourceManager : found /main.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  913. 2011-10-26 12:11:38,720 - ResourceManager : found /main.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  914. 2011-10-26 12:11:38,727 - ResourceManager : found settings.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  915. 2011-10-26 12:11:38,727 - ResourceManager : found settings.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  916. 2011-10-26 12:11:38,747 - Velocimacro : added #objectList( objectName objects ) : source = macros.vm
  917. 2011-10-26 12:11:38,747 - Velocimacro : added #objectList( objectName objects ) : source = macros.vm
  918. 2011-10-26 12:11:38,747 - Velocimacro : added #alternate( mark ) : source = macros.vm
  919. 2011-10-26 12:11:38,747 - Velocimacro : added #alternate( mark ) : source = macros.vm
  920. 2011-10-26 12:11:38,748 - Velocimacro : added #formatBool( bool ) : source = macros.vm
  921. 2011-10-26 12:11:38,748 - Velocimacro : added #formatBool( bool ) : source = macros.vm
  922. 2011-10-26 12:11:38,749 - Velocimacro : added #formatAggregationOperator( operator ) : source = macros.vm
  923. 2011-10-26 12:11:38,749 - Velocimacro : added #formatAggregationOperator( operator ) : source = macros.vm
  924. 2011-10-26 12:11:38,750 - Velocimacro : added #formatType( type ) : source = macros.vm
  925. 2011-10-26 12:11:38,750 - Velocimacro : added #formatType( type ) : source = macros.vm
  926. 2011-10-26 12:11:38,750 - Velocimacro : added #openHelp( id ) : source = macros.vm
  927. 2011-10-26 12:11:38,750 - Velocimacro : added #openHelp( id ) : source = macros.vm
  928. 2011-10-26 12:11:38,751 - Velocimacro : added #introListItem( action objectKey ) : source = macros.vm
  929. 2011-10-26 12:11:38,751 - Velocimacro : added #introListItem( action objectKey ) : source = macros.vm
  930. 2011-10-26 12:11:38,752 - Velocimacro : added #introListImgItem( action objectKey image ) : source = macros.vm
  931. 2011-10-26 12:11:38,752 - Velocimacro : added #introListImgItem( action objectKey image ) : source = macros.vm
  932. 2011-10-26 12:11:38,753 - Velocimacro : added #organisationUnitSelectionTree( cleanAll multipleSelectionAllowed required ) : source = macros.vm
  933. 2011-10-26 12:11:38,753 - Velocimacro : added #organisationUnitSelectionTree( cleanAll multipleSelectionAllowed required ) : source = macros.vm
  934. 2011-10-26 12:11:38,754 - Velocimacro : added #filterDiv( action ) : source = macros.vm
  935. 2011-10-26 12:11:38,754 - Velocimacro : added #filterDiv( action ) : source = macros.vm
  936. 2011-10-26 12:11:38,754 - Velocimacro : added #trHeader( text ) : source = macros.vm
  937. 2011-10-26 12:11:38,754 - Velocimacro : added #trHeader( text ) : source = macros.vm
  938. 2011-10-26 12:11:38,756 - Velocimacro : added #trTextInput( args ) : source = macros.vm
  939. 2011-10-26 12:11:38,756 - Velocimacro : added #trTextInput( args ) : source = macros.vm
  940. 2011-10-26 12:11:38,758 - Velocimacro : added #trBooleanSelectInput( args ) : source = macros.vm
  941. 2011-10-26 12:11:38,758 - Velocimacro : added #trBooleanSelectInput( args ) : source = macros.vm
  942. 2011-10-26 12:11:38,760 - Velocimacro : added #trDateInput( args ) : source = macros.vm
  943. 2011-10-26 12:11:38,760 - Velocimacro : added #trDateInput( args ) : source = macros.vm
  944. 2011-10-26 12:11:38,762 - Velocimacro : added #trNumberInput( args ) : source = macros.vm
  945. 2011-10-26 12:11:38,762 - Velocimacro : added #trNumberInput( args ) : source = macros.vm
  946. 2011-10-26 12:11:38,763 - Velocimacro : added #trIntegerInput( args ) : source = macros.vm
  947. 2011-10-26 12:11:38,763 - Velocimacro : added #trIntegerInput( args ) : source = macros.vm
  948. 2011-10-26 12:11:38,764 - Velocimacro : added #trPositiveIntegerInput( args ) : source = macros.vm
  949. 2011-10-26 12:11:38,764 - Velocimacro : added #trPositiveIntegerInput( args ) : source = macros.vm
  950. 2011-10-26 12:11:38,765 - Velocimacro : added #trNegativeIntegerInput( args ) : source = macros.vm
  951. 2011-10-26 12:11:38,765 - Velocimacro : added #trNegativeIntegerInput( args ) : source = macros.vm
  952. 2011-10-26 12:11:38,767 - Velocimacro : added #trMultipleChoiceInput( args ) : source = macros.vm
  953. 2011-10-26 12:11:38,767 - Velocimacro : added #trMultipleChoiceInput( args ) : source = macros.vm
  954. 2011-10-26 12:11:38,767 - Velocimacro : added #tblDynamicAttributesJavascript( ) : source = macros.vm
  955. 2011-10-26 12:11:38,767 - Velocimacro : added #tblDynamicAttributesJavascript( ) : source = macros.vm
  956. 2011-10-26 12:11:38,773 - Velocimacro : added #tblDynamicAttributes( args ) : source = macros.vm
  957. 2011-10-26 12:11:38,773 - Velocimacro : added #tblDynamicAttributes( args ) : source = macros.vm
  958. 2011-10-26 12:11:38,788 - ResourceManager : found macros.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  959. 2011-10-26 12:11:38,788 - ResourceManager : found macros.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  960. 2011-10-26 12:11:38,797 - #parse() null argument
  961. 2011-10-26 12:11:38,797 - #parse() null argument
  962. 2011-10-26 12:11:38,798 - ResourceManager : found /dhis-web-maintenance-organisationunit/updateOrganisationUnitGroupForm.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  963. 2011-10-26 12:11:38,798 - ResourceManager : found /dhis-web-maintenance-organisationunit/updateOrganisationUnitGroupForm.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  964. 2011-10-26 12:11:38,802 - ResourceManager : found /dhis-web-commons/oust/selectionTreeMultipleSelect.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  965. 2011-10-26 12:11:38,802 - ResourceManager : found /dhis-web-commons/oust/selectionTreeMultipleSelect.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  966. 2011-10-26 12:11:39,872 - ResourceManager : found /dhis-web-commons/i18n/messages.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  967. 2011-10-26 12:11:39,872 - ResourceManager : found /dhis-web-commons/i18n/messages.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  968. 2011-10-26 12:11:39,892 - ResourceManager : found /dhis-web-commons/i18n/i18n.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  969. 2011-10-26 12:11:39,892 - ResourceManager : found /dhis-web-commons/i18n/i18n.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  970. 2011-10-26 12:11:40,122 - ResourceManager : found /dhis-web-commons/ajax/jsonOrganisationUnitGroups.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  971. 2011-10-26 12:11:40,122 - ResourceManager : found /dhis-web-commons/ajax/jsonOrganisationUnitGroups.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  972. 2011-10-26 12:11:40,224 - ResourceManager : found /dhis-web-commons/ajax/jsonOrganisationUnitLevels.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  973. 2011-10-26 12:11:40,224 - ResourceManager : found /dhis-web-commons/ajax/jsonOrganisationUnitLevels.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  974. 2011-10-26 12:11:40,248 - ResourceManager : found /dhis-web-commons/ouwt/responseTree.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  975. 2011-10-26 12:11:40,248 - ResourceManager : found /dhis-web-commons/ouwt/responseTree.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  976. 2011-10-26 12:11:46,772 - ResourceManager : found /dhis-web-commons/ouwt/responseSelect.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  977. 2011-10-26 12:11:46,772 - ResourceManager : found /dhis-web-commons/ouwt/responseSelect.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  978. 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
  979. 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
  980. 2011-10-26 12:12:04,626 - ResourceManager : found /dhis-web-maintenance-organisationunit/menu.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  981. 2011-10-26 12:12:04,626 - ResourceManager : found /dhis-web-maintenance-organisationunit/menu.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  982. 2011-10-26 12:12:04,629 - ResourceManager : found /dhis-web-maintenance-organisationunit/organisationUnitGroup.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  983. 2011-10-26 12:12:04,629 - ResourceManager : found /dhis-web-maintenance-organisationunit/organisationUnitGroup.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  984. 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]
  985. 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]
  986. 2011-10-26 12:12:04,654 - ResourceManager : found /dhis-web-commons/paging/paging.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  987. 2011-10-26 12:12:04,654 - ResourceManager : found /dhis-web-commons/paging/paging.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  988. 2011-10-26 12:12:04,966 - ResourceManager : found /dhis-web-commons/ajax/jsonOrganisationUnitTree.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  989. 2011-10-26 12:12:04,966 - ResourceManager : found /dhis-web-commons/ajax/jsonOrganisationUnitTree.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  990. 2011-10-26 12:12:05,096 - ResourceManager : found /dhis-web-commons/ouwt/responseSuccess.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  991. 2011-10-26 12:12:05,096 - ResourceManager : found /dhis-web-commons/ouwt/responseSuccess.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  992. 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.
  993. 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.
  994. 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]
  995. 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]
  996. 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.
  997. 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.
  998. 2011-10-26 12:12:30,103 - #parse() null argument
  999. 2011-10-26 12:12:30,103 - #parse() null argument
  1000. 2011-10-26 12:13:32,581 - ResourceManager : found /dhis-web-maintenance-user/menu.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  1001. 2011-10-26 12:13:32,581 - ResourceManager : found /dhis-web-maintenance-user/menu.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  1002. 2011-10-26 12:13:32,584 - ResourceManager : found /dhis-web-maintenance-user/index.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  1003. 2011-10-26 12:13:32,584 - ResourceManager : found /dhis-web-maintenance-user/index.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  1004. 2011-10-26 12:13:33,940 - ResourceManager : found /dhis-web-maintenance-user/userGroupList.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  1005. 2011-10-26 12:13:33,940 - ResourceManager : found /dhis-web-maintenance-user/userGroupList.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  1006. 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]
  1007. 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]
  1008. 2011-10-26 12:13:37,667 - ResourceManager : found /dhis-web-maintenance-user/allUser.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  1009. 2011-10-26 12:13:37,667 - ResourceManager : found /dhis-web-maintenance-user/allUser.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  1010. 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]
  1011. 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]
  1012. 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]
  1013. 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]
  1014. 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]
  1015. 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]
  1016. 2011-10-26 12:13:52,073 - #parse() null argument
  1017. 2011-10-26 12:13:52,073 - #parse() null argument
  1018. 2011-10-26 12:13:52,076 - ResourceManager : found /dhis-web-maintenance-user/updateUserForm.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  1019. 2011-10-26 12:13:52,076 - ResourceManager : found /dhis-web-maintenance-user/updateUserForm.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  1020. 2011-10-26 12:13:52,298 - ResourceManager : found /dhis-web-commons/ajax/jsonUserRoles.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  1021. 2011-10-26 12:13:52,298 - ResourceManager : found /dhis-web-commons/ajax/jsonUserRoles.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  1022. 2011-10-26 12:14:33,647 - #parse() null argument
  1023. 2011-10-26 12:14:33,647 - #parse() null argument
  1024. 2011-10-26 12:14:33,647 - ResourceManager : found /dhis-web-portal/redirect.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  1025. 2011-10-26 12:14:33,647 - ResourceManager : found /dhis-web-portal/redirect.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  1026. 2011-10-26 12:14:33,900 - ResourceManager : found /dhis-web-commons/about/menu.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  1027. 2011-10-26 12:14:33,900 - ResourceManager : found /dhis-web-commons/about/menu.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  1028. 2011-10-26 12:14:33,901 - ResourceManager : found /dhis-web-portal/intro.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  1029. 2011-10-26 12:14:33,901 - ResourceManager : found /dhis-web-portal/intro.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  1030. 2011-10-26 12:14:35,932 - ResourceManager : found /cacheManifest.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  1031. 2011-10-26 12:14:35,932 - ResourceManager : found /cacheManifest.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  1032. 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.
  1033. 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.
  1034. 2011-10-26 12:14:36,563 - ResourceManager : found /dhis-web-commons/ajax/jsonPing.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  1035. 2011-10-26 12:14:36,563 - ResourceManager : found /dhis-web-commons/ajax/jsonPing.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  1036. 2011-10-26 12:14:36,835 - ResourceManager : found /dhis-web-dataentry/responseMetaData.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  1037. 2011-10-26 12:14:36,835 - ResourceManager : found /dhis-web-dataentry/responseMetaData.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  1038. 2011-10-26 12:14:37,062 - ResourceManager : found /dhis-web-dataentry/customForm.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  1039. 2011-10-26 12:14:37,062 - ResourceManager : found /dhis-web-dataentry/customForm.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  1040. 2011-10-26 12:15:38,876 - #parse() null argument
  1041. 2011-10-26 12:15:38,876 - #parse() null argument
  1042. 2011-10-26 12:26:07,011 - #parse() null argument
  1043. 2011-10-26 12:26:07,011 - #parse() null argument
  1044. 2011-10-26 12:26:07,033 - ResourceManager : found /dhis-web-maintenance-dataset/editDataSet.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  1045. 2011-10-26 12:26:07,033 - ResourceManager : found /dhis-web-maintenance-dataset/editDataSet.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  1046. 2011-10-26 12:26:07,460 - ResourceManager : found /dhis-web-commons/ajax/jsonDataElementGroups.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  1047. 2011-10-26 12:26:07,460 - ResourceManager : found /dhis-web-commons/ajax/jsonDataElementGroups.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  1048. 2011-10-26 12:26:07,462 - ResourceManager : found /dhis-web-commons/ajax/jsonIndicatorGroups.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  1049. 2011-10-26 12:26:07,462 - ResourceManager : found /dhis-web-commons/ajax/jsonIndicatorGroups.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  1050. 2011-10-26 12:26:07,647 - ResourceManager : found /dhis-web-commons/ajax/jsonDataElements.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  1051. 2011-10-26 12:26:07,647 - ResourceManager : found /dhis-web-commons/ajax/jsonDataElements.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  1052. 2011-10-26 12:26:07,674 - ResourceManager : found /dhis-web-commons/ajax/jsonIndicators.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  1053. 2011-10-26 12:26:07,674 - ResourceManager : found /dhis-web-commons/ajax/jsonIndicators.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  1054. 2011-10-26 12:27:20,955 - #parse() null argument
  1055. 2011-10-26 12:27:20,955 - #parse() null argument
  1056. 2011-10-26 12:27:23,892 - ResourceManager : found /dhis-web-maintenance-dataset/menu.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  1057. 2011-10-26 12:27:23,892 - ResourceManager : found /dhis-web-maintenance-dataset/menu.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  1058. 2011-10-26 12:27:23,895 - ResourceManager : found /dhis-web-maintenance-dataset/index.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  1059. 2011-10-26 12:27:23,895 - ResourceManager : found /dhis-web-maintenance-dataset/index.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  1060. 2011-10-26 12:27:25,185 - ResourceManager : found /dhis-web-maintenance-dataset/dataSetList.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  1061. 2011-10-26 12:27:25,185 - ResourceManager : found /dhis-web-maintenance-dataset/dataSetList.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  1062. 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]
  1063. 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]
  1064. 2011-10-26 12:27:27,394 - #parse() null argument
  1065. 2011-10-26 12:27:27,394 - #parse() null argument
  1066. 2011-10-26 12:30:54,691 - #parse() null argument
  1067. 2011-10-26 12:30:54,691 - #parse() null argument
  1068. 2011-10-26 12:31:57,666 - #parse() null argument
  1069. 2011-10-26 12:31:57,666 - #parse() null argument
  1070. 2011-10-26 12:33:00,332 - #parse() null argument
  1071. 2011-10-26 12:33:00,332 - #parse() null argument
  1072. 2011-10-26 12:33:17,629 - #parse() null argument
  1073. 2011-10-26 12:33:17,629 - #parse() null argument
  1074. 2011-10-26 12:33:31,293 - #parse() null argument
  1075. 2011-10-26 12:33:31,293 - #parse() null argument
  1076. 2011-10-26 12:34:21,582 - #parse() null argument
  1077. 2011-10-26 12:34:21,582 - #parse() null argument
  1078. 2011-10-26 12:34:36,285 - #parse() null argument
  1079. 2011-10-26 12:34:36,285 - #parse() null argument
  1080. 2011-10-26 12:36:04,204 - #parse() null argument
  1081. 2011-10-26 12:36:04,204 - #parse() null argument
  1082.  
  1083.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement