Advertisement
Guest User

Untitled

a guest
Feb 9th, 2012
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.32 KB | None | 0 0
  1. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2438) |2012-02-09 12:28:34,453| Unable to find a runtime properties file at C:\Documents and Settings\Zanifa\workspace\openmrs\webapp\openmrs-runtime.properties
  2. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2464) |2012-02-09 12:28:34,500| Unable to find properties file: C:\Documents and Settings\Zanifa\Application Data\OpenMRS\openmrs-runtime.properties
  3. INFO 09/02/12 12:28:liquibase: Reading from `liquibasechangelog`
  4. INFO 09/02/12 12:28:liquibase: Successfully acquired change log lock
  5. INFO 09/02/12 12:28:liquibase: Successfully released change log lock
  6. INFO 09/02/12 12:28:liquibase: Reading from `liquibasechangelog`
  7. INFO 09/02/12 12:28:liquibase: Successfully acquired change log lock
  8. INFO 09/02/12 12:28:liquibase: Reading from `liquibasechangelog`
  9. INFO 09/02/12 12:28:liquibase: ChangeSet liquibase-core-data.xml::disable-foreign-key-checks::ben ran successfully in 0ms
  10. INFO 09/02/12 12:28:liquibase: ChangeSet liquibase-core-data.xml::enable-foreign-key-checks::ben ran successfully in 0ms
  11. INFO 09/02/12 12:28:liquibase: Successfully released change log lock
  12. INFO 09/02/12 12:28:liquibase: liquibase-demo-data.xml is using schema version 1.8 rather than version 2.0
  13. INFO 09/02/12 12:29:liquibase: Reading from `liquibasechangelog`
  14. INFO 09/02/12 12:29:liquibase: Successfully acquired change log lock
  15. INFO 09/02/12 12:29:liquibase: liquibase-demo-data.xml is using schema version 1.8 rather than version 2.0
  16. INFO 09/02/12 12:30:liquibase: Reading from `liquibasechangelog`
  17. INFO 09/02/12 12:30:liquibase: ChangeSet liquibase-demo-data.xml::disable-foreign-key-checks::ben ran successfully in 0ms
  18. INFO 09/02/12 12:30:liquibase: ChangeSet liquibase-demo-data.xml::enable-foreign-key-checks::ben ran successfully in 0ms
  19. INFO 09/02/12 12:30:liquibase: Successfully released change log lock
  20. INFO 09/02/12 12:30:liquibase: Reading from `liquibasechangelog`
  21. INFO 09/02/12 12:30:liquibase: Successfully acquired change log lock
  22. INFO 09/02/12 12:30:liquibase: Successfully released change log lock
  23. 2012-02-09 12:30:58.211:/openmrs:INFO: Initializing Spring root WebApplicationContext
  24. INFO - LocalSessionFactoryBean.buildSessionFactory(777) |2012-02-09 12:31:16,609| Building new Hibernate SessionFactory
  25. INFO - AbstractSessionFactoryBean.destroy(246) |2012-02-09 12:31:22,640| Closing Hibernate SessionFactory
  26. ERROR - ContextLoader.initWebApplicationContext(220) |2012-02-09 12:31:22,656| Context initialization failed
  27. org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping#0' defined in class path resource [openmrs-servlet.xml]: Initialization of bean failed; nested exception is java.lang.IllegalStateException: Cannot map handler 'customValueController' to URL path [/**/downloadCustomValue.form]: There is already handler of type [class org.openmrs.web.controller.customdatatype.DownloadCustomValueController] mapped.
  28. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:527)
  29. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
  30. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291)
  31. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
  32. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
  33. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
  34. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:580)
  35. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895)
  36. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425)
  37. at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276)
  38. at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197)
  39. at org.openmrs.web.filter.initialization.InitializationFilter$InitializationCompletion$1.run(InitializationFilter.java:1538)
  40. at java.lang.Thread.run(Thread.java:662)
  41. Caused by: java.lang.IllegalStateException: Cannot map handler 'customValueController' to URL path [/**/downloadCustomValue.form]: There is already handler of type [class org.openmrs.web.controller.customdatatype.DownloadCustomValueController] mapped.
  42. at org.springframework.web.servlet.handler.AbstractUrlHandlerMapping.registerHandler(AbstractUrlHandlerMapping.java:390)
  43. at org.springframework.web.servlet.handler.AbstractUrlHandlerMapping.registerHandler(AbstractUrlHandlerMapping.java:362)
  44. at org.springframework.web.servlet.handler.AbstractDetectingUrlHandlerMapping.detectHandlers(AbstractDetectingUrlHandlerMapping.java:82)
  45. at org.springframework.web.servlet.handler.AbstractDetectingUrlHandlerMapping.initApplicationContext(AbstractDetectingUrlHandlerMapping.java:58)
  46. at org.springframework.context.support.ApplicationObjectSupport.initApplicationContext(ApplicationObjectSupport.java:119)
  47. at org.springframework.web.context.support.WebApplicationObjectSupport.initApplicationContext(WebApplicationObjectSupport.java:72)
  48. at org.springframework.context.support.ApplicationObjectSupport.setApplicationContext(ApplicationObjectSupport.java:73)
  49. at org.springframework.context.support.ApplicationContextAwareProcessor.invokeAwareInterfaces(ApplicationContextAwareProcessor.java:106)
  50. at org.springframework.context.support.ApplicationContextAwareProcessor.postProcessBeforeInitialization(ApplicationContextAwareProcessor.java:85)
  51. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:394)
  52. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1413)
  53. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
  54. ... 12 more
  55. Exception in thread "Thread-18" org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping#0' defined in class path resource [openmrs-servlet.xml]: Initialization of bean failed; nested exception is java.lang.IllegalStateException: Cannot map handler 'customValueController' to URL path [/**/downloadCustomValue.form]: There is already handler of type [class org.openmrs.web.controller.customdatatype.DownloadCustomValueController] mapped.
  56. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:527)
  57. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
  58. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291)
  59. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
  60. 2012-02-09 12:31:22.104::WARN: /openmrs/index.htm
  61. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
  62. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
  63. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:580)
  64. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895)
  65. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425)
  66. at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276)
  67. at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197)
  68. at org.openmrs.web.filter.initialization.InitializationFilter$InitializationCompletion$1.run(InitializationFilter.java:1538)
  69. at java.lang.Thread.run(Thread.java:662)
  70. Caused by: java.lang.IllegalStateException: Cannot map handler 'customValueController' to URL path [/**/downloadCustomValue.form]: There is already handler of type [class org.openmrs.web.controller.customdatatype.DownloadCustomValueController] mapped.
  71. at org.springframework.web.servlet.handler.AbstractUrlHandlerMapping.registerHandler(AbstractUrlHandlerMapping.java:390)
  72. at org.springframework.web.servlet.handler.AbstractUrlHandlerMapping.registerHandler(AbstractUrlHandlerMapping.java:362)
  73. at org.springframework.web.servlet.handler.AbstractDetectingUrlHandlerMapping.detectHandlers(AbstractDetectingUrlHandlerMapping.java:82)
  74. at org.springframework.web.servlet.handler.AbstractDetectingUrlHandlerMapping.initApplicationContext(AbstractDetectingUrlHandlerMapping.java:58)
  75. at org.springframework.context.support.ApplicationObjectSupport.initApplicationContext(ApplicationObjectSupport.java:119)
  76. at org.springframework.web.context.support.WebApplicationObjectSupport.initApplicationContext(WebApplicationObjectSupport.java:72)
  77. at org.springframework.context.support.ApplicationObjectSupport.setApplicationContext(ApplicationObjectSupport.java:73)
  78. at org.springframework.context.support.ApplicationContextAwareProcessor.invokeAwareInterfaces(ApplicationContextAwareProcessor.java:106)
  79. at org.springframework.context.support.ApplicationContextAwareProcessor.postProcessBeforeInitialization(ApplicationContextAwareProcessor.java:85)
  80. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:394)
  81. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1413)
  82. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
  83. ... 12 more
  84. org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping#0' defined in class path resource [openmrs-servlet.xml]: Initialization of bean failed; nested exception is java.lang.IllegalStateException: Cannot map handler 'customValueController' to URL path [/**/downloadCustomValue.form]: There is already handler of type [class org.openmrs.web.controller.customdatatype.DownloadCustomValueController] mapped.
  85. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:527)
  86. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
  87. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291)
  88. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
  89. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
  90. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
  91. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:580)
  92. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895)
  93. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425)
  94. at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276)
  95. at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197)
  96. at org.openmrs.web.filter.initialization.InitializationFilter$InitializationCompletion$1.run(InitializationFilter.java:1538)
  97. at java.lang.Thread.run(Thread.java:662)
  98. Caused by: java.lang.IllegalStateException: Cannot map handler 'customValueController' to URL path [/**/downloadCustomValue.form]: There is already handler of type [class org.openmrs.web.controller.customdatatype.DownloadCustomValueController] mapped.
  99. at org.springframework.web.servlet.handler.AbstractUrlHandlerMapping.registerHandler(AbstractUrlHandlerMapping.java:390)
  100. at org.springframework.web.servlet.handler.AbstractUrlHandlerMapping.registerHandler(AbstractUrlHandlerMapping.java:362)
  101. at org.springframework.web.servlet.handler.AbstractDetectingUrlHandlerMapping.detectHandlers(AbstractDetectingUrlHandlerMapping.java:82)
  102. at org.springframework.web.servlet.handler.AbstractDetectingUrlHandlerMapping.initApplicationContext(AbstractDetectingUrlHandlerMapping.java:58)
  103. at org.springframework.context.support.ApplicationObjectSupport.initApplicationContext(ApplicationObjectSupport.java:119)
  104. at org.springframework.web.context.support.WebApplicationObjectSupport.initApplicationContext(WebApplicationObjectSupport.java:72)
  105. at org.springframework.context.support.ApplicationObjectSupport.setApplicationContext(ApplicationObjectSupport.java:73)
  106. at org.springframework.context.support.ApplicationContextAwareProcessor.invokeAwareInterfaces(ApplicationContextAwareProcessor.java:106)
  107. at org.springframework.context.support.ApplicationContextAwareProcessor.postProcessBeforeInitialization(ApplicationContextAwareProcessor.java:85)
  108. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:394)
  109. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1413)
  110. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
  111. ... 12 more
  112. 2012-02-09 12:31:22.119::WARN: Nested in org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping#0' defined in class path resource [openmrs-servlet.xml]: Initialization of bean failed; nested exception is java.lang.IllegalStateException: Cannot map handler 'customValueController' to URL path [/**/downloadCustomValue.form]: There is already handler of type [class org.openmrs.web.controller.customdatatype.DownloadCustomValueController] mapped.:
  113. java.lang.IllegalStateException: Cannot map handler 'customValueController' to URL path [/**/downloadCustomValue.form]: There is already handler of type [class org.openmrs.web.controller.customdatatype.DownloadCustomValueController] mapped.
  114. at org.springframework.web.servlet.handler.AbstractUrlHandlerMapping.registerHandler(AbstractUrlHandlerMapping.java:390)
  115. at org.springframework.web.servlet.handler.AbstractUrlHandlerMapping.registerHandler(AbstractUrlHandlerMapping.java:362)
  116. at org.springframework.web.servlet.handler.AbstractDetectingUrlHandlerMapping.detectHandlers(AbstractDetectingUrlHandlerMapping.java:82)
  117. at org.springframework.web.servlet.handler.AbstractDetectingUrlHandlerMapping.initApplicationContext(AbstractDetectingUrlHandlerMapping.java:58)
  118. at org.springframework.context.support.ApplicationObjectSupport.initApplicationContext(ApplicationObjectSupport.java:119)
  119. at org.springframework.web.context.support.WebApplicationObjectSupport.initApplicationContext(WebApplicationObjectSupport.java:72)
  120. at org.springframework.context.support.ApplicationObjectSupport.setApplicationContext(ApplicationObjectSupport.java:73)
  121. at org.springframework.context.support.ApplicationContextAwareProcessor.invokeAwareInterfaces(ApplicationContextAwareProcessor.java:106)
  122. at org.springframework.context.support.ApplicationContextAwareProcessor.postProcessBeforeInitialization(ApplicationContextAwareProcessor.java:85)
  123. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:394)
  124. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1413)
  125. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
  126. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
  127. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291)
  128. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
  129. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
  130. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
  131. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:580)
  132. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895)
  133. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425)
  134. at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276)
  135. at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197)
  136. at org.openmrs.web.filter.initialization.InitializationFilter$InitializationCompletion$1.run(InitializationFilter.java:1538)
  137. at java.lang.Thread.run(Thread.java:662)
  138. 2012-02-09 12:31:22.119::WARN: EXCEPTION
  139. org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping#0' defined in class path resource [openmrs-servlet.xml]: Initialization of bean failed; nested exception is java.lang.IllegalStateException: Cannot map handler 'customValueController' to URL path [/**/downloadCustomValue.form]: There is already handler of type [class org.openmrs.web.controller.customdatatype.DownloadCustomValueController] mapped.
  140. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:527)
  141. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
  142. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291)
  143. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
  144. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
  145. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
  146. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:580)
  147. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895)
  148. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425)
  149. at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276)
  150. at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197)
  151. at org.openmrs.web.filter.initialization.InitializationFilter$InitializationCompletion$1.run(InitializationFilter.java:1538)
  152. at java.lang.Thread.run(Thread.java:662)
  153. Caused by: java.lang.IllegalStateException: Cannot map handler 'customValueController' to URL path [/**/downloadCustomValue.form]: There is already handler of type [class org.openmrs.web.controller.customdatatype.DownloadCustomValueController] mapped.
  154. at org.springframework.web.servlet.handler.AbstractUrlHandlerMapping.registerHandler(AbstractUrlHandlerMapping.java:390)
  155. at org.springframework.web.servlet.handler.AbstractUrlHandlerMapping.registerHandler(AbstractUrlHandlerMapping.java:362)
  156. at org.springframework.web.servlet.handler.AbstractDetectingUrlHandlerMapping.detectHandlers(AbstractDetectingUrlHandlerMapping.java:82)
  157. at org.springframework.web.servlet.handler.AbstractDetectingUrlHandlerMapping.initApplicationContext(AbstractDetectingUrlHandlerMapping.java:58)
  158. at org.springframework.context.support.ApplicationObjectSupport.initApplicationContext(ApplicationObjectSupport.java:119)
  159. at org.springframework.web.context.support.WebApplicationObjectSupport.initApplicationContext(WebApplicationObjectSupport.java:72)
  160. at org.springframework.context.support.ApplicationObjectSupport.setApplicationContext(ApplicationObjectSupport.java:73)
  161. at org.springframework.context.support.ApplicationContextAwareProcessor.invokeAwareInterfaces(ApplicationContextAwareProcessor.java:106)
  162. at org.springframework.context.support.ApplicationContextAwareProcessor.postProcessBeforeInitialization(ApplicationContextAwareProcessor.java:85)
  163. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:394)
  164. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1413)
  165. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
  166. ... 12 more
  167. 2012-02-09 12:31:22.119::WARN: Nested in org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping#0' defined in class path resource [openmrs-servlet.xml]: Initialization of bean failed; nested exception is java.lang.IllegalStateException: Cannot map handler 'customValueController' to URL path [/**/downloadCustomValue.form]: There is already handler of type [class org.openmrs.web.controller.customdatatype.DownloadCustomValueController] mapped.:
  168. java.lang.IllegalStateException: Cannot map handler 'customValueController' to URL path [/**/downloadCustomValue.form]: There is already handler of type [class org.openmrs.web.controller.customdatatype.DownloadCustomValueController] mapped.
  169. at org.springframework.web.servlet.handler.AbstractUrlHandlerMapping.registerHandler(AbstractUrlHandlerMapping.java:390)
  170. at org.springframework.web.servlet.handler.AbstractUrlHandlerMapping.registerHandler(AbstractUrlHandlerMapping.java:362)
  171. at org.springframework.web.servlet.handler.AbstractDetectingUrlHandlerMapping.detectHandlers(AbstractDetectingUrlHandlerMapping.java:82)
  172. at org.springframework.web.servlet.handler.AbstractDetectingUrlHandlerMapping.initApplicationContext(AbstractDetectingUrlHandlerMapping.java:58)
  173. at org.springframework.context.support.ApplicationObjectSupport.initApplicationContext(ApplicationObjectSupport.java:119)
  174. at org.springframework.web.context.support.WebApplicationObjectSupport.initApplicationContext(WebApplicationObjectSupport.java:72)
  175. at org.springframework.context.support.ApplicationObjectSupport.setApplicationContext(ApplicationObjectSupport.java:73)
  176. at org.springframework.context.support.ApplicationContextAwareProcessor.invokeAwareInterfaces(ApplicationContextAwareProcessor.java:106)
  177. at org.springframework.context.support.ApplicationContextAwareProcessor.postProcessBeforeInitialization(ApplicationContextAwareProcessor.java:85)
  178. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:394)
  179. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1413)
  180. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
  181. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
  182. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291)
  183. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
  184. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
  185. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
  186. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:580)
  187. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895)
  188. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425)
  189. at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276)
  190. at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197)
  191. at org.openmrs.web.filter.initialization.InitializationFilter$InitializationCompletion$1.run(InitializationFilter.java:1538)
  192. at java.lang.Thread.run(Thread.java:662)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement