Guest User

Untitled

a guest
Feb 3rd, 2012
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.81 KB | None | 0 0
  1. [INFO] Scanning for projects...
  2. [INFO]
  3. [INFO] ------------------------------------------------------------------------
  4. [INFO] Building openmrs-webapp 1.10.0-SNAPSHOT
  5. [INFO] ------------------------------------------------------------------------
  6. [INFO]
  7. [INFO] >>> maven-jetty-plugin:6.1.10:run (default-cli) @ openmrs-webapp >>>
  8. SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
  9. SLF4J: Defaulting to no-operation (NOP) logger implementation
  10. SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
  11. Downloading: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/api/openmrs-api/1.10.0-SNAPSHOT/maven-metadata.xml
  12. Downloaded: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/api/openmrs-api/1.10.0-SNAPSHOT/maven-metadata.xml (996 B at 0.8 KB/sec)
  13. Downloading: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/api/openmrs-api/1.10.0-SNAPSHOT/openmrs-api-1.10.0-20120203.060107-23.pom
  14. Downloaded: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/api/openmrs-api/1.10.0-SNAPSHOT/openmrs-api-1.10.0-20120203.060107-23.pom (9 KB at 11.5 KB/sec)
  15. Downloading: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/openmrs/1.10.0-SNAPSHOT/maven-metadata.xml
  16. Downloaded: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/openmrs/1.10.0-SNAPSHOT/maven-metadata.xml (599 B at 1.3 KB/sec)
  17. Downloading: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/openmrs/1.10.0-SNAPSHOT/openmrs-1.10.0-20120203.060107-23.pom
  18. Downloaded: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/openmrs/1.10.0-SNAPSHOT/openmrs-1.10.0-20120203.060107-23.pom (27 KB at 27.0 KB/sec)
  19. Downloading: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/web/openmrs-web/1.10.0-SNAPSHOT/maven-metadata.xml
  20. Downloaded: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/web/openmrs-web/1.10.0-SNAPSHOT/maven-metadata.xml (996 B at 2.1 KB/sec)
  21. Downloading: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/web/openmrs-web/1.10.0-SNAPSHOT/openmrs-web-1.10.0-20120203.060107-23.pom
  22. Downloaded: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/web/openmrs-web/1.10.0-SNAPSHOT/openmrs-web-1.10.0-20120203.060107-23.pom (6 KB at 8.0 KB/sec)
  23. Downloading: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/api/openmrs-api/1.10.0-SNAPSHOT/openmrs-api-1.10.0-20120203.060107-23.jar
  24. Downloading: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/web/openmrs-web/1.10.0-SNAPSHOT/openmrs-web-1.10.0-20120203.060107-23.jar
  25. Downloaded: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/web/openmrs-web/1.10.0-SNAPSHOT/openmrs-web-1.10.0-20120203.060107-23.jar (847 KB at 153.4 KB/sec)
  26. Downloaded: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/api/openmrs-api/1.10.0-SNAPSHOT/openmrs-api-1.10.0-20120203.060107-23.jar (1682 KB at 139.2 KB/sec)
  27. [INFO]
  28. [INFO] --- buildnumber-maven-plugin:1.0:create (default) @ openmrs-webapp ---
  29. [INFO] Change the default 'svn' provider implementation to 'javasvn'.
  30. [INFO] Checking for local modifications: skipped.
  31. [INFO] Updating project files from SCM: skipped.
  32. [INFO] Storing buildNumber: 25568 at timestamp: 1328274778171
  33. [INFO] Storing buildScmBranch: trunk
  34. [INFO]
  35. [INFO] --- build-helper-maven-plugin:1.5:parse-version (parse-version) @ openmrs-webapp ---
  36. [INFO]
  37. [INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ openmrs-webapp ---
  38. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  39. [INFO] Copying 7 resources
  40. [INFO] Copying 1 resource to ../jetty
  41. [INFO]
  42. [INFO] --- maven-antrun-plugin:1.4:run (default) @ openmrs-webapp ---
  43. project.artifactId
  44. [INFO] Executing tasks
  45. [unzip] Expanding: C:\Documents and Settings\Zanifa\workspace\openmrs\webapp\src\main\resources\liquibase-demo-data.zip into C:\Documents and Settings\Zanifa\workspace\openmrs\webapp\target\classes
  46. [INFO] Executed tasks
  47. [INFO]
  48. [INFO] --- maven-compiler-plugin:2.1:compile (default-compile) @ openmrs-webapp ---
  49. [INFO] No sources to compile
  50. [INFO]
  51. [INFO] --- maven-resources-plugin:2.4:testResources (default-testResources) @ openmrs-webapp ---
  52. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  53. [INFO] Copying 1 resource
  54. [INFO]
  55. [INFO] --- maven-compiler-plugin:2.1:testCompile (default-testCompile) @ openmrs-webapp ---
  56. [INFO] No sources to compile
  57. [INFO]
  58. [INFO] <<< maven-jetty-plugin:6.1.10:run (default-cli) @ openmrs-webapp <<<
  59. [INFO]
  60. [INFO] --- maven-jetty-plugin:6.1.10:run (default-cli) @ openmrs-webapp ---
  61. [INFO] Configuring Jetty for project: openmrs-webapp
  62. [INFO] Webapp source directory = C:\Documents and Settings\Zanifa\workspace\openmrs\webapp\src\main\webapp
  63. [INFO] web.xml file = C:\Documents and Settings\Zanifa\workspace\openmrs\webapp\target\jetty\WEB-INF\web.xml
  64. [INFO] Classes = C:\Documents and Settings\Zanifa\workspace\openmrs\webapp\target\classes
  65. [INFO] Added extra scan target:C:\Documents and Settings\Zanifa\workspace\openmrs\api\target\classes
  66. [INFO] Added extra scan target:C:\Documents and Settings\Zanifa\workspace\openmrs\web\target\classes
  67. 2012-02-03 13:13:09.163::INFO: Logging to STDERR via org.mortbay.log.StdErrLog
  68. [INFO] Context path = /openmrs
  69. [INFO] Tmp directory = determined at runtime
  70. [INFO] Web defaults = org/mortbay/jetty/webapp/webdefault.xml
  71. [INFO] Web overrides = src/test/resources/override-web.xml
  72. [INFO] Webapp directory = C:\Documents and Settings\Zanifa\workspace\openmrs\webapp\src\main\webapp
  73. [INFO] Starting jetty 6.1.10 ...
  74. 2012-02-03 13:13:09.163::INFO: jetty-6.1.10
  75. 2012-02-03 13:13:16.598::INFO: No Transaction manager found - if your webapp requires one, please configure one.
  76. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2438) |2012-02-03 13:13:18,109| Unable to find a runtime properties file at C:\Documents and Settings\Zanifa\workspace\openmrs\webapp\openmrs-runtime.properties
  77. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2464) |2012-02-03 13:13:18,281| Unable to find properties file: C:\Documents and Settings\Zanifa\Application Data\OpenMRS\openmrs-runtime.properties
  78. WARN - OpenmrsUtil.getRuntimeProperties(2401) |2012-02-03 13:13:18,281| Unable to find a runtime properties file. Initial setup is needed. View the webapp to run the setup wizard.
  79. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2438) |2012-02-03 13:13:19,328| Unable to find a runtime properties file at C:\Documents and Settings\Zanifa\workspace\openmrs\webapp\openmrs-runtime.properties
  80. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2464) |2012-02-03 13:13:19,328| Unable to find properties file: C:\Documents and Settings\Zanifa\Application Data\OpenMRS\openmrs-runtime.properties
  81. WARN - OpenmrsUtil.getRuntimeProperties(2401) |2012-02-03 13:13:19,328| Unable to find a runtime properties file. Initial setup is needed. View the webapp to run the setup wizard.
  82. [INFO] Started Jetty Server
  83. 2012-02-03 13:13:20.831::INFO: Started SelectChannelConnector@0.0.0.0:8080
  84. [INFO] Starting scanner at interval of 10 seconds.
  85. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2438) |2012-02-03 13:15:10,718| Unable to find a runtime properties file at C:\Documents and Settings\Zanifa\workspace\openmrs\webapp\openmrs-runtime.properties
  86. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2464) |2012-02-03 13:15:10,718| Unable to find properties file: C:\Documents and Settings\Zanifa\Application Data\OpenMRS\openmrs-runtime.properties
  87. INFO 03/02/12 13:16:liquibase: Reading from `liquibasechangelog`
  88. INFO 03/02/12 13:16:liquibase: Successfully acquired change log lock
  89. INFO 03/02/12 13:16:liquibase: Successfully released change log lock
  90. INFO 03/02/12 13:16:liquibase: Reading from `liquibasechangelog`
  91. INFO 03/02/12 13:16:liquibase: Successfully acquired change log lock
  92. INFO 03/02/12 13:16:liquibase: Reading from `liquibasechangelog`
  93. INFO 03/02/12 13:16:liquibase: ChangeSet liquibase-core-data.xml::disable-foreign-key-checks::ben ran successfully in 0ms
  94. INFO 03/02/12 13:16:liquibase: ChangeSet liquibase-core-data.xml::enable-foreign-key-checks::ben ran successfully in 0ms
  95. INFO 03/02/12 13:16:liquibase: Successfully released change log lock
  96. INFO 03/02/12 13:16:liquibase: Reading from `liquibasechangelog`
  97. INFO 03/02/12 13:16:liquibase: Successfully acquired change log lock
  98. INFO 03/02/12 13:16:liquibase: Successfully released change log lock
  99. 2012-02-03 13:16:12.249:/openmrs:INFO: Initializing Spring root WebApplicationContext
  100. INFO - LocalSessionFactoryBean.buildSessionFactory(777) |2012-02-03 13:16:35,796| Building new Hibernate SessionFactory
  101. INFO - AbstractSessionFactoryBean.destroy(246) |2012-02-03 13:16:45,750| Closing Hibernate SessionFactory
  102. ERROR - ContextLoader.initWebApplicationContext(220) |2012-02-03 13:16:45,765| Context initialization failed
  103. 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.
  104. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:527)
  105. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
  106. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291)
  107. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
  108. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
  109. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
  110. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:580)
  111. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895)
  112. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425)
  113. at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276)
  114. at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197)
  115. at org.openmrs.web.filter.initialization.InitializationFilter$InitializationCompletion$1.run(InitializationFilter.java:1538)
  116. at java.lang.Thread.run(Thread.java:662)
  117. 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.
  118. at org.springframework.web.servlet.handler.AbstractUrlHandlerMapping.registerHandler(AbstractUrlHandlerMapping.java:390)
  119. at org.springframework.web.servlet.handler.AbstractUrlHandlerMapping.registerHandler(AbstractUrlHandlerMapping.java:362)
  120. at org.springframework.web.servlet.handler.AbstractDetectingUrlHandlerMapping.detectHandlers(AbstractDetectingUrlHandlerMapping.java:82)
  121. at org.springframework.web.servlet.handler.AbstractDetectingUrlHandlerMapping.initApplicationContext(AbstractDetectingUrlHandlerMapping.java:58)
  122. at org.springframework.context.support.ApplicationObjectSupport.initApplicationContext(ApplicationObjectSupport.java:119)
  123. at org.springframework.web.context.support.WebApplicationObjectSupport.initApplicationContext(WebApplicationObjectSupport.java:72)
  124. at org.springframework.context.support.ApplicationObjectSupport.setApplicationContext(ApplicationObjectSupport.java:73)
  125. at org.springframework.context.support.ApplicationContextAwareProcessor.invokeAwareInterfaces(ApplicationContextAwareProcessor.java:106)
  126. at org.springframework.context.support.ApplicationContextAwareProcessor.postProcessBeforeInitialization(ApplicationContextAwareProcessor.java:85)
  127. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:394)
  128. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1413)
  129. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
  130. ... 12 more
  131. Exception in thread "Thread-19" 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.
  132. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:527)
  133. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
  134. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291)
  135. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
  136. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
  137. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
  138. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:580)
  139. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895)
  140. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425)
  141. at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276)
  142. at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197)
  143. at org.openmrs.web.filter.initialization.InitializationFilter$InitializationCompletion$1.run(InitializationFilter.java:1538)
  144. at java.lang.Thread.run(Thread.java:662)
  145. 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.
  146. at org.springframework.web.servlet.handler.AbstractUrlHandlerMapping.registerHandler(AbstractUrlHandlerMapping.java:390)
  147. at org.springframework.web.servlet.handler.AbstractUrlHandlerMapping.registerHandler(AbstractUrlHandlerMapping.java:362)
  148. at org.springframework.web.servlet.handler.AbstractDetectingUrlHandlerMapping.detectHandlers(AbstractDetectingUrlHandlerMapping.java:82)
  149. at org.springframework.web.servlet.handler.AbstractDetectingUrlHandlerMapping.initApplicationContext(AbstractDetectingUrlHandlerMapping.java:58)
  150. at org.springframework.context.support.ApplicationObjectSupport.initApplicationContext(ApplicationObjectSupport.java:119)
  151. at org.springframework.web.context.support.WebApplicationObjectSupport.initApplicationContext(WebApplicationObjectSupport.java:72)
  152. at org.springframework.context.support.ApplicationObjectSupport.setApplicationContext(ApplicationObjectSupport.java:73)
  153. at org.springframework.context.support.ApplicationContextAwareProcessor.invokeAwareInterfaces(ApplicationContextAwareProcessor.java:106)
  154. at org.springframework.context.support.ApplicationContextAwareProcessor.postProcessBeforeInitialization(ApplicationContextAwareProcessor.java:85)
  155. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:394)
  156. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1413)
  157. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
  158. ... 12 more
  159. 2012-02-03 13:16:46.231::WARN: /openmrs/index.htm
  160. 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.
  161. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:527)
  162. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
  163. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291)
  164. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
  165. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
  166. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
  167. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:580)
  168. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895)
  169. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425)
  170. at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276)
  171. at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197)
  172. at org.openmrs.web.filter.initialization.InitializationFilter$InitializationCompletion$1.run(InitializationFilter.java:1538)
  173. at java.lang.Thread.run(Thread.java:662)
  174. 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.
  175. at org.springframework.web.servlet.handler.AbstractUrlHandlerMapping.registerHandler(AbstractUrlHandlerMapping.java:390)
  176. at org.springframework.web.servlet.handler.AbstractUrlHandlerMapping.registerHandler(AbstractUrlHandlerMapping.java:362)
  177. at org.springframework.web.servlet.handler.AbstractDetectingUrlHandlerMapping.detectHandlers(AbstractDetectingUrlHandlerMapping.java:82)
  178. at org.springframework.web.servlet.handler.AbstractDetectingUrlHandlerMapping.initApplicationContext(AbstractDetectingUrlHandlerMapping.java:58)
  179. at org.springframework.context.support.ApplicationObjectSupport.initApplicationContext(ApplicationObjectSupport.java:119)
  180. at org.springframework.web.context.support.WebApplicationObjectSupport.initApplicationContext(WebApplicationObjectSupport.java:72)
  181. at org.springframework.context.support.ApplicationObjectSupport.setApplicationContext(ApplicationObjectSupport.java:73)
  182. at org.springframework.context.support.ApplicationContextAwareProcessor.invokeAwareInterfaces(ApplicationContextAwareProcessor.java:106)
  183. at org.springframework.context.support.ApplicationContextAwareProcessor.postProcessBeforeInitialization(ApplicationContextAwareProcessor.java:85)
  184. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:394)
  185. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1413)
  186. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
  187. ... 12 more
  188. 2012-02-03 13:16:46.231::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.:
  189. 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.
  190. at org.springframework.web.servlet.handler.AbstractUrlHandlerMapping.registerHandler(AbstractUrlHandlerMapping.java:390)
  191. at org.springframework.web.servlet.handler.AbstractUrlHandlerMapping.registerHandler(AbstractUrlHandlerMapping.java:362)
  192. at org.springframework.web.servlet.handler.AbstractDetectingUrlHandlerMapping.detectHandlers(AbstractDetectingUrlHandlerMapping.java:82)
  193. at org.springframework.web.servlet.handler.AbstractDetectingUrlHandlerMapping.initApplicationContext(AbstractDetectingUrlHandlerMapping.java:58)
  194. at org.springframework.context.support.ApplicationObjectSupport.initApplicationContext(ApplicationObjectSupport.java:119)
  195. at org.springframework.web.context.support.WebApplicationObjectSupport.initApplicationContext(WebApplicationObjectSupport.java:72)
  196. at org.springframework.context.support.ApplicationObjectSupport.setApplicationContext(ApplicationObjectSupport.java:73)
  197. at org.springframework.context.support.ApplicationContextAwareProcessor.invokeAwareInterfaces(ApplicationContextAwareProcessor.java:106)
  198. at org.springframework.context.support.ApplicationContextAwareProcessor.postProcessBeforeInitialization(ApplicationContextAwareProcessor.java:85)
  199. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:394)
  200. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1413)
  201. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
  202. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
  203. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291)
  204. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
  205. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
  206. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
  207. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:580)
  208. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895)
  209. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425)
  210. at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276)
  211. at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197)
  212. at org.openmrs.web.filter.initialization.InitializationFilter$InitializationCompletion$1.run(InitializationFilter.java:1538)
  213. at java.lang.Thread.run(Thread.java:662)
  214. 2012-02-03 13:16:46.231::WARN: EXCEPTION
  215. 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.
  216. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:527)
  217. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
  218. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291)
  219. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
  220. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
  221. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
  222. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:580)
  223. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895)
  224. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425)
  225. at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276)
  226. at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197)
  227. at org.openmrs.web.filter.initialization.InitializationFilter$InitializationCompletion$1.run(InitializationFilter.java:1538)
  228. at java.lang.Thread.run(Thread.java:662)
  229. 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.
  230. at org.springframework.web.servlet.handler.AbstractUrlHandlerMapping.registerHandler(AbstractUrlHandlerMapping.java:390)
  231. at org.springframework.web.servlet.handler.AbstractUrlHandlerMapping.registerHandler(AbstractUrlHandlerMapping.java:362)
  232. at org.springframework.web.servlet.handler.AbstractDetectingUrlHandlerMapping.detectHandlers(AbstractDetectingUrlHandlerMapping.java:82)
  233. at org.springframework.web.servlet.handler.AbstractDetectingUrlHandlerMapping.initApplicationContext(AbstractDetectingUrlHandlerMapping.java:58)
  234. at org.springframework.context.support.ApplicationObjectSupport.initApplicationContext(ApplicationObjectSupport.java:119)
  235. at org.springframework.web.context.support.WebApplicationObjectSupport.initApplicationContext(WebApplicationObjectSupport.java:72)
  236. at org.springframework.context.support.ApplicationObjectSupport.setApplicationContext(ApplicationObjectSupport.java:73)
  237. at org.springframework.context.support.ApplicationContextAwareProcessor.invokeAwareInterfaces(ApplicationContextAwareProcessor.java:106)
  238. at org.springframework.context.support.ApplicationContextAwareProcessor.postProcessBeforeInitialization(ApplicationContextAwareProcessor.java:85)
  239. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:394)
  240. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1413)
  241. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
  242. ... 12 more
  243. 2012-02-03 13:16:46.231::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.:
  244. 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.
  245. at org.springframework.web.servlet.handler.AbstractUrlHandlerMapping.registerHandler(AbstractUrlHandlerMapping.java:390)
  246. at org.springframework.web.servlet.handler.AbstractUrlHandlerMapping.registerHandler(AbstractUrlHandlerMapping.java:362)
  247. at org.springframework.web.servlet.handler.AbstractDetectingUrlHandlerMapping.detectHandlers(AbstractDetectingUrlHandlerMapping.java:82)
  248. at org.springframework.web.servlet.handler.AbstractDetectingUrlHandlerMapping.initApplicationContext(AbstractDetectingUrlHandlerMapping.java:58)
  249. at org.springframework.context.support.ApplicationObjectSupport.initApplicationContext(ApplicationObjectSupport.java:119)
  250. at org.springframework.web.context.support.WebApplicationObjectSupport.initApplicationContext(WebApplicationObjectSupport.java:72)
  251. at org.springframework.context.support.ApplicationObjectSupport.setApplicationContext(ApplicationObjectSupport.java:73)
  252. at org.springframework.context.support.ApplicationContextAwareProcessor.invokeAwareInterfaces(ApplicationContextAwareProcessor.java:106)
  253. at org.springframework.context.support.ApplicationContextAwareProcessor.postProcessBeforeInitialization(ApplicationContextAwareProcessor.java:85)
  254. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:394)
  255. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1413)
  256. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
  257. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
  258. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291)
  259. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
  260. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
  261. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
  262. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:580)
  263. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895)
  264. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425)
  265. at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276)
  266. at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197)
  267. at org.openmrs.web.filter.initialization.InitializationFilter$InitializationCompletion$1.run(InitializationFilter.java:1538)
  268. at java.lang.Thread.run(Thread.java:662)
Add Comment
Please, Sign In to add comment