Advertisement
Guest User

log

a guest
May 17th, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.29 KB | None | 0 0
  1. "C:\Program Files\Java\jdk1.8.0_131\bin\java" -Dmaven.multiModuleProjectDirectory=E:\openmrs-core\webapp -Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=512m "-Dmaven.home=C:\Program Files\JetBrains\IntelliJ IDEA 2018.1\plugins\maven\lib\maven3" "-Dclassworlds.conf=C:\Program Files\JetBrains\IntelliJ IDEA 2018.1\plugins\maven\lib\maven3\bin\m2.conf" "-javaagent:C:\Program Files\JetBrains\IntelliJ IDEA 2018.1\lib\idea_rt.jar=53428:C:\Program Files\JetBrains\IntelliJ IDEA 2018.1\bin" -Dfile.encoding=UTF-8 -classpath "C:\Program Files\JetBrains\IntelliJ IDEA 2018.1\plugins\maven\lib\maven3\boot\plexus-classworlds-2.5.2.jar" org.codehaus.classworlds.Launcher -Didea.version=2018.1 jetty:run
  2. [INFO] Scanning for projects...
  3. [INFO]
  4. [INFO] ------------------------------------------------------------------------
  5. [INFO] Building openmrs-webapp 2.3.0-SNAPSHOT
  6. [INFO] ------------------------------------------------------------------------
  7. [INFO]
  8. [INFO] >>> jetty-maven-plugin:9.3.3.v20150827:run (default-cli) > test-compile @ openmrs-webapp >>>
  9. [INFO]
  10. [INFO] --- buildnumber-maven-plugin:1.1:create (default) @ openmrs-webapp ---
  11. [INFO] Checking for local modifications: skipped.
  12. [INFO] Updating project files from SCM: skipped.
  13. [INFO] ShortRevision tag detected. The value is '6'.
  14. [INFO] Executing: cmd.exe /X /C "git rev-parse --verify --short=6 HEAD"
  15. [INFO] Working directory: E:\openmrs-core\webapp
  16. [INFO] Storing buildNumber: 61178e at timestamp: 1558081054101
  17. [INFO] ShortRevision tag detected. The value is '6'.
  18. [INFO] Executing: cmd.exe /X /C "git rev-parse --verify --short=6 HEAD"
  19. [INFO] Working directory: E:\openmrs-core\webapp
  20. [INFO] Storing buildScmBranch: UNKNOWN
  21. [INFO]
  22. [INFO] --- build-helper-maven-plugin:1.5:parse-version (parse-version) @ openmrs-webapp ---
  23. [INFO]
  24. [INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ openmrs-webapp ---
  25. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  26. [INFO] Copying 2 resources
  27. [INFO] Copying 1 resource to ../jetty
  28. [INFO]
  29. [INFO] --- maven-antrun-plugin:1.4:run (default) @ openmrs-webapp ---
  30. project.artifactId
  31. [INFO] Executing tasks
  32. [unzip] Expanding: E:\openmrs-core\webapp\src\main\resources\liquibase-demo-data.zip into E:\openmrs-core\webapp\target\classes
  33. [INFO] Executed tasks
  34. [INFO]
  35. [INFO] --- maven-compiler-plugin:2.1:compile (default-compile) @ openmrs-webapp ---
  36. [INFO] No sources to compile
  37. [INFO]
  38. [INFO] --- maven-resources-plugin:2.4:testResources (default-testResources) @ openmrs-webapp ---
  39. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  40. [INFO] Copying 1 resource
  41. [INFO]
  42. [INFO] --- maven-compiler-plugin:2.1:testCompile (default-testCompile) @ openmrs-webapp ---
  43. [INFO] Nothing to compile - all classes are up to date
  44. [INFO]
  45. [INFO] <<< jetty-maven-plugin:9.3.3.v20150827:run (default-cli) < test-compile @ openmrs-webapp <<<
  46. [INFO]
  47. [INFO] --- jetty-maven-plugin:9.3.3.v20150827:run (default-cli) @ openmrs-webapp ---
  48. [INFO] Logging initialized @20540ms
  49. [INFO] Configuring Jetty for project: openmrs-webapp
  50. [INFO] webAppSourceDirectory not set. Trying src\main\webapp
  51. [INFO] Reload Mechanic: automatic
  52. [INFO] Classes = E:\openmrs-core\webapp\target\classes
  53. [INFO] Context path = /openmrs
  54. [INFO] Tmp directory = E:\openmrs-core\webapp\target\tmp
  55. [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
  56. [INFO] Web overrides = src/test/resources/override-web.xml
  57. [INFO] web.xml file = E:\openmrs-core\webapp\target/jetty/WEB-INF/web.xml
  58. [INFO] Webapp directory = E:\openmrs-core\webapp\src\main\webapp
  59. [INFO] jetty-9.3.3.v20150827
  60. [INFO] No Spring WebApplicationInitializer types detected on classpath
  61. [INFO] Initializing log4j from [classpath:log4j.xml]
  62. INFO - Listener.contextInitialized(173) |2019-05-17 11:18:16,918| Using runtime properties file: openmrs-runtime.properties
  63. INFO 5/17/19 11:18 AM:liquibase: Reading from `liquibasechangelog`
  64. WARNING 5/17/19 11:18 AM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  65. WARNING 5/17/19 11:18 AM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  66. WARNING 5/17/19 11:18 AM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  67. INFO - EhCacheManagerFactoryBean.afterPropertiesSet(129) |2019-05-17 11:18:23,655| Initializing EhCache CacheManager
  68. WARN - SimpleUrlHandlerMapping.registerHandlers(115) |2019-05-17 11:18:34,544| Neither 'urlMap' nor 'mappings' set on SimpleUrlHandlerMapping
  69. WARN - Listener.loadBundledModules(500) |2019-05-17 11:18:34,565| Bundled module folder doesn't exist: E:\openmrs-core\webapp\src\main\webapp\WEB-INF\bundledModules
  70. INFO 5/17/19 11:18 AM:liquibase: Reading from `liquibasechangelog`
  71. WARNING 5/17/19 11:18 AM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  72. WARNING 5/17/19 11:18 AM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  73. WARNING 5/17/19 11:18 AM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  74. WARN - ModuleFactory.startModuleInternal(786) |2019-05-17 11:18:38,287| Error while trying to start module: event
  75. org.openmrs.module.ModuleException: Module requires version matching 1.11.3, 1.10.2 - 1.10.*, 1.9.9 - 1.9.*. Current code version is ${openmrs.version.short}
  76. at org.openmrs.module.ModuleUtil.checkRequiredVersion(ModuleUtil.java:399)
  77. at org.openmrs.module.ModuleFactory.startModuleInternal(ModuleFactory.java:653)
  78. at org.openmrs.api.context.Daemon$1.run(Daemon.java:80)
  79. INFO - LoggingAdvice.invoke(116) |2019-05-17 11:18:38,508| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
  80. INFO - LoggingAdvice.invoke(156) |2019-05-17 11:18:38,530| Exiting method saveAlert
  81. WARN - ModuleFactory.startModuleInternal(786) |2019-05-17 11:18:38,669| Error while trying to start module: legacyui
  82. org.openmrs.module.ModuleException: Module requires version matching 2.0.0. Current code version is ${openmrs.version.short}
  83. at org.openmrs.module.ModuleUtil.checkRequiredVersion(ModuleUtil.java:399)
  84. at org.openmrs.module.ModuleFactory.startModuleInternal(ModuleFactory.java:653)
  85. at org.openmrs.api.context.Daemon$1.run(Daemon.java:80)
  86. INFO - LoggingAdvice.invoke(116) |2019-05-17 11:18:38,693| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
  87. INFO - LoggingAdvice.invoke(156) |2019-05-17 11:18:38,695| Exiting method saveAlert
  88. WARN - ModuleFactory.startModuleInternal(786) |2019-05-17 11:18:38,761| Error while trying to start module: dataexchange
  89. org.openmrs.module.ModuleException: Module requires version matching 1.11.3, 1.10.2 - 1.10.*, 1.9.9 - 1.9.*. Current code version is ${openmrs.version.short}
  90. at org.openmrs.module.ModuleUtil.checkRequiredVersion(ModuleUtil.java:399)
  91. at org.openmrs.module.ModuleFactory.startModuleInternal(ModuleFactory.java:653)
  92. at org.openmrs.api.context.Daemon$1.run(Daemon.java:80)
  93. INFO - LoggingAdvice.invoke(116) |2019-05-17 11:18:38,783| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
  94. INFO - LoggingAdvice.invoke(156) |2019-05-17 11:18:38,852| Exiting method saveAlert
  95. WARN - ModuleFactory.startModuleInternal(786) |2019-05-17 11:18:38,916| Error while trying to start module: reportingcompatibility
  96. org.openmrs.module.ModuleException: Module requires version matching 2.0. Current code version is ${openmrs.version.short}
  97. at org.openmrs.module.ModuleUtil.checkRequiredVersion(ModuleUtil.java:399)
  98. at org.openmrs.module.ModuleFactory.startModuleInternal(ModuleFactory.java:653)
  99. at org.openmrs.api.context.Daemon$1.run(Daemon.java:80)
  100. INFO - LoggingAdvice.invoke(116) |2019-05-17 11:18:38,933| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
  101. INFO - LoggingAdvice.invoke(156) |2019-05-17 11:18:38,937| Exiting method saveAlert
  102. WARN - ModuleFactory.startModuleInternal(786) |2019-05-17 11:18:39,025| Error while trying to start module: webservices.rest
  103. org.openmrs.module.ModuleException: Module requires version matching 1.9.10. Current code version is ${openmrs.version.short}
  104. at org.openmrs.module.ModuleUtil.checkRequiredVersion(ModuleUtil.java:399)
  105. at org.openmrs.module.ModuleFactory.startModuleInternal(ModuleFactory.java:653)
  106. at org.openmrs.api.context.Daemon$1.run(Daemon.java:80)
  107. INFO - LoggingAdvice.invoke(116) |2019-05-17 11:18:39,058| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
  108. INFO - LoggingAdvice.invoke(156) |2019-05-17 11:18:39,063| Exiting method saveAlert
  109. WARN - ModuleFactory.startModuleInternal(786) |2019-05-17 11:18:39,112| Error while trying to start module: serialization.xstream
  110. org.openmrs.module.ModuleException: Module requires version matching 1.9.9. Current code version is ${openmrs.version.short}
  111. at org.openmrs.module.ModuleUtil.checkRequiredVersion(ModuleUtil.java:399)
  112. at org.openmrs.module.ModuleFactory.startModuleInternal(ModuleFactory.java:653)
  113. at org.openmrs.api.context.Daemon$1.run(Daemon.java:80)
  114. INFO - LoggingAdvice.invoke(116) |2019-05-17 11:18:39,135| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
  115. INFO - LoggingAdvice.invoke(156) |2019-05-17 11:18:39,138| Exiting method saveAlert
  116. WARN - ModuleFactory.startModuleInternal(786) |2019-05-17 11:18:39,180| Error while trying to start module: uiframework
  117. org.openmrs.module.ModuleException: Module requires version matching 1.11.3, 1.10.2 - 1.10.*, 1.9.9 - 1.9.*. Current code version is ${openmrs.version.short}
  118. at org.openmrs.module.ModuleUtil.checkRequiredVersion(ModuleUtil.java:399)
  119. at org.openmrs.module.ModuleFactory.startModuleInternal(ModuleFactory.java:653)
  120. at org.openmrs.api.context.Daemon$1.run(Daemon.java:80)
  121. INFO - LoggingAdvice.invoke(116) |2019-05-17 11:18:39,197| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
  122. INFO - LoggingAdvice.invoke(156) |2019-05-17 11:18:39,201| Exiting method saveAlert
  123. ERROR - ModuleFactory.startModules(256) |2019-05-17 11:18:39,235| Module UI Commons Module cannot be started because it requires the following module(s): uiframework 3.8 Please install and start these modules first.
  124. INFO - LoggingAdvice.invoke(116) |2019-05-17 11:18:39,280| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
  125. INFO - LoggingAdvice.invoke(156) |2019-05-17 11:18:39,490| Exiting method saveAlert
  126. ERROR - ModuleFactory.startModules(256) |2019-05-17 11:18:39,534| Module Atlas Module cannot be started because it requires the following module(s): uiframework Please install and start these modules first.
  127. INFO - LoggingAdvice.invoke(116) |2019-05-17 11:18:39,559| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
  128. INFO - LoggingAdvice.invoke(156) |2019-05-17 11:18:39,563| Exiting method saveAlert
  129. ERROR - ModuleFactory.startModules(256) |2019-05-17 11:18:39,600| Module UI Library Module cannot be started because it requires the following module(s): uiframework 2.0 Please install and start these modules first.
  130. INFO - LoggingAdvice.invoke(116) |2019-05-17 11:18:39,615| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
  131. INFO - LoggingAdvice.invoke(156) |2019-05-17 11:18:39,622| Exiting method saveAlert
  132. ERROR - ModuleFactory.startModules(256) |2019-05-17 11:18:39,656| Module Provider Management Module cannot be started because it requires the following module(s): uiframework 3.4,uilibrary 1.5 Please install and start these modules first.
  133. INFO - LoggingAdvice.invoke(116) |2019-05-17 11:18:39,673| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
  134. INFO - LoggingAdvice.invoke(156) |2019-05-17 11:18:39,677| Exiting method saveAlert
  135. WARN - ModuleFactory.startModuleInternal(786) |2019-05-17 11:18:39,712| Error while trying to start module: owa
  136. org.openmrs.module.ModuleException: Module requires version matching 1.9.7. Current code version is ${openmrs.version.short}
  137. at org.openmrs.module.ModuleUtil.checkRequiredVersion(ModuleUtil.java:399)
  138. at org.openmrs.module.ModuleFactory.startModuleInternal(ModuleFactory.java:653)
  139. at org.openmrs.api.context.Daemon$1.run(Daemon.java:80)
  140. INFO - LoggingAdvice.invoke(116) |2019-05-17 11:18:39,731| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
  141. INFO - LoggingAdvice.invoke(156) |2019-05-17 11:18:39,736| Exiting method saveAlert
  142. WARN - ModuleFactory.startModuleInternal(786) |2019-05-17 11:18:39,779| Error while trying to start module: htmlwidgets
  143. org.openmrs.module.ModuleException: Module requires version matching 1.11.3, 1.10.2 - 1.10.*, 1.9.9 - 1.9.*. Current code version is ${openmrs.version.short}
  144. at org.openmrs.module.ModuleUtil.checkRequiredVersion(ModuleUtil.java:399)
  145. at org.openmrs.module.ModuleFactory.startModuleInternal(ModuleFactory.java:653)
  146. at org.openmrs.api.context.Daemon$1.run(Daemon.java:80)
  147. INFO - LoggingAdvice.invoke(116) |2019-05-17 11:18:39,794| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
  148. INFO - LoggingAdvice.invoke(156) |2019-05-17 11:18:39,797| Exiting method saveAlert
  149. ERROR - ModuleFactory.startModules(256) |2019-05-17 11:18:39,833| Module Metadata Mapping cannot be started because it requires the following module(s): webservices.rest 2.13 Please install and start these modules first.
  150. INFO - LoggingAdvice.invoke(116) |2019-05-17 11:18:39,846| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
  151. INFO - LoggingAdvice.invoke(156) |2019-05-17 11:18:39,849| Exiting method saveAlert
  152. ERROR - ModuleFactory.startModules(256) |2019-05-17 11:18:39,900| Module Metadata Sharing cannot be started because it requires the following module(s): metadatamapping 1.2.0 Please install and start these modules first.
  153. INFO - LoggingAdvice.invoke(116) |2019-05-17 11:18:39,910| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
  154. INFO - LoggingAdvice.invoke(156) |2019-05-17 11:18:39,912| Exiting method saveAlert
  155. ERROR - ModuleFactory.startModules(256) |2019-05-17 11:18:39,944| Module Metadata Deploy cannot be started because it requires the following module(s): metadatasharing 1.1.8 Please install and start these modules first.
  156. INFO - LoggingAdvice.invoke(116) |2019-05-17 11:18:39,958| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
  157. INFO - LoggingAdvice.invoke(156) |2019-05-17 11:18:39,961| Exiting method saveAlert
  158. WARN - ModuleFactory.startModuleInternal(786) |2019-05-17 11:18:40,002| Error while trying to start module: htmlformentry
  159. org.openmrs.module.ModuleException: Module requires version matching 1.11.3, 1.10.2 - 1.10.*, 1.9.9 - 1.9.*. Current code version is ${openmrs.version.short}
  160. at org.openmrs.module.ModuleUtil.checkRequiredVersion(ModuleUtil.java:399)
  161. at org.openmrs.module.ModuleFactory.startModuleInternal(ModuleFactory.java:653)
  162. at org.openmrs.api.context.Daemon$1.run(Daemon.java:80)
  163. INFO - LoggingAdvice.invoke(116) |2019-05-17 11:18:40,016| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
  164. INFO - LoggingAdvice.invoke(156) |2019-05-17 11:18:40,020| Exiting method saveAlert
  165. WARN - ModuleFactory.startModuleInternal(786) |2019-05-17 11:18:40,046| Error while trying to start module: calculation
  166. org.openmrs.module.ModuleException: Module requires version matching 1.11.3, 1.10.2 - 1.10.*, 1.9.9 - 1.9.*. Current code version is ${openmrs.version.short}
  167. at org.openmrs.module.ModuleUtil.checkRequiredVersion(ModuleUtil.java:399)
  168. at org.openmrs.module.ModuleFactory.startModuleInternal(ModuleFactory.java:653)
  169. at org.openmrs.api.context.Daemon$1.run(Daemon.java:80)
  170. INFO - LoggingAdvice.invoke(116) |2019-05-17 11:18:40,061| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
  171. INFO - LoggingAdvice.invoke(156) |2019-05-17 11:18:40,064| Exiting method saveAlert
  172. ERROR - ModuleFactory.startModules(256) |2019-05-17 11:18:40,089| Module Reporting cannot be started because it requires the following module(s): serialization.xstream 0.2.12,calculation 1.2,htmlwidgets 1.7.2 Please install and start these modules first.
  173. INFO - LoggingAdvice.invoke(116) |2019-05-17 11:18:40,096| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
  174. INFO - LoggingAdvice.invoke(156) |2019-05-17 11:18:40,099| Exiting method saveAlert
  175. ERROR - ModuleFactory.startModules(256) |2019-05-17 11:18:40,134| Module EMR API Module cannot be started because it requires the following module(s): metadatamapping 1.2.1,providermanagement ${providermanagementModuleVersion},metadatasharing 1.2.2,webservices.rest ${webservicesRestModuleVersion},event 2.5,reporting ${reportingModuleVersion} Please install and start these modules first.
  176. INFO - LoggingAdvice.invoke(116) |2019-05-17 11:18:40,143| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
  177. INFO - LoggingAdvice.invoke(156) |2019-05-17 11:18:40,146| Exiting method saveAlert
  178. ERROR - ModuleFactory.startModules(256) |2019-05-17 11:18:40,177| Module Appointment Scheduling Module cannot be started because it requires the following module(s): webservices.rest 2.5,reporting 0.9.2 Please install and start these modules first.
  179. INFO - LoggingAdvice.invoke(116) |2019-05-17 11:18:40,189| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
  180. INFO - LoggingAdvice.invoke(156) |2019-05-17 11:18:40,192| Exiting method saveAlert
  181. ERROR - ModuleFactory.startModules(256) |2019-05-17 11:18:40,223| Module Reporting REST cannot be started because it requires the following module(s): serialization.xstream 0.2.7,webservices.rest 2.5,reporting 0.9.9 Please install and start these modules first.
  182. INFO - LoggingAdvice.invoke(116) |2019-05-17 11:18:40,233| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
  183. INFO - LoggingAdvice.invoke(156) |2019-05-17 11:18:40,236| Exiting method saveAlert
  184. ERROR - ModuleFactory.startModules(256) |2019-05-17 11:18:40,278| Module ID Generation cannot be started because it requires the following module(s): webservices.rest Please install and start these modules first.
  185. INFO - LoggingAdvice.invoke(116) |2019-05-17 11:18:40,286| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
  186. INFO - LoggingAdvice.invoke(156) |2019-05-17 11:18:40,302| Exiting method saveAlert
  187. ERROR - ModuleFactory.startModules(256) |2019-05-17 11:18:40,567| Module Reference Metadata Module cannot be started because it requires the following module(s): dataexchange ${dataexchangeModuleVersion},metadatamapping 1.2.1,appointmentscheduling ${appointmentschedulingVersion},emrapi ${emrapiModuleVersion},idgen ${idgenModuleVersion},metadatadeploy 1.7 Please install and start these modules first.
  188. INFO - LoggingAdvice.invoke(116) |2019-05-17 11:18:40,575| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
  189. INFO - LoggingAdvice.invoke(156) |2019-05-17 11:18:40,591| Exiting method saveAlert
  190. ERROR - ModuleFactory.startModules(256) |2019-05-17 11:18:40,623| Module Reference Demo Data Module cannot be started because it requires the following module(s): providermanagement 2.5.0,referencemetadata 2.5.0},metadatasharing 1.2.2,emrapi 1.18,metadatadeploy 1.7,idgen 4.4.0 Please install and start these modules first.
  191. INFO - LoggingAdvice.invoke(116) |2019-05-17 11:18:40,630| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
  192. INFO - LoggingAdvice.invoke(156) |2019-05-17 11:18:40,662| Exiting method saveAlert
  193. ERROR - ModuleFactory.startModules(256) |2019-05-17 11:18:40,701| Module Registration Core Module cannot be started because it requires the following module(s): event 2.3,idgen 4.3 Please install and start these modules first.
  194. INFO - LoggingAdvice.invoke(116) |2019-05-17 11:18:40,709| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
  195. INFO - LoggingAdvice.invoke(156) |2019-05-17 11:18:40,712| Exiting method saveAlert
  196. ERROR - ModuleFactory.startModules(256) |2019-05-17 11:18:40,745| Module App Framework Module cannot be started because it requires the following module(s): webservices.rest 2.12 Please install and start these modules first.
  197. INFO - LoggingAdvice.invoke(116) |2019-05-17 11:18:40,755| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
  198. INFO - LoggingAdvice.invoke(156) |2019-05-17 11:18:40,757| Exiting method saveAlert
  199. ERROR - ModuleFactory.startModules(256) |2019-05-17 11:18:40,790| Module Form Entry App Module cannot be started because it requires the following module(s): uiframework 3.2,appframework 2.2.1 Please install and start these modules first.
  200. INFO - LoggingAdvice.invoke(116) |2019-05-17 11:18:40,801| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
  201. INFO - LoggingAdvice.invoke(156) |2019-05-17 11:18:40,804| Exiting method saveAlert
  202. ERROR - ModuleFactory.startModules(256) |2019-05-17 11:18:40,834| Module Allergy UI Module cannot be started because it requires the following module(s): uicommons 2.1,uiframework 3.9,appframework 2.9 Please install and start these modules first.
  203. INFO - LoggingAdvice.invoke(116) |2019-05-17 11:18:40,843| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
  204. INFO - LoggingAdvice.invoke(156) |2019-05-17 11:18:40,846| Exiting method saveAlert
  205. ERROR - ModuleFactory.startModules(256) |2019-05-17 11:18:40,879| Module App UI Module cannot be started because it requires the following module(s): uicommons ${uicommonsModuleVersion},uiframework 2.5.2,appframework 2.0,webservices.rest ${webservicesRestVersion} Please install and start these modules first.
  206. INFO - LoggingAdvice.invoke(116) |2019-05-17 11:18:40,888| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
  207. INFO - LoggingAdvice.invoke(156) |2019-05-17 11:18:40,890| Exiting method saveAlert
  208. ERROR - ModuleFactory.startModules(256) |2019-05-17 11:18:40,923| Module Admin UI Module cannot be started because it requires the following module(s): uicommons 2.1,uiframework 3.9,appframework 2.9,providermanagement 2.5.0,appui 1.7,webservices.rest 2.16 Please install and start these modules first.
  209. INFO - LoggingAdvice.invoke(116) |2019-05-17 11:18:40,930| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
  210. INFO - LoggingAdvice.invoke(156) |2019-05-17 11:18:40,932| Exiting method saveAlert
  211. ERROR - ModuleFactory.startModules(256) |2019-05-17 11:18:40,968| Module Core Apps Module cannot be started because it requires the following module(s): uiframework 3.9,appframework 2.9,appui 1.7,emrapi 1.18,webservices.rest ${webservicesRestVersion},idgen 4.4.0,reporting 0.10.4 Please install and start these modules first.
  212. INFO - LoggingAdvice.invoke(116) |2019-05-17 11:18:40,975| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
  213. INFO - LoggingAdvice.invoke(156) |2019-05-17 11:18:40,977| Exiting method saveAlert
  214. ERROR - ModuleFactory.startModules(256) |2019-05-17 11:18:41,012| Module Registration App Module cannot be started because it requires the following module(s): uicommons 2.1,registrationcore 1.6,appframework 2.9,appui 1.7},emrapi 1.18,coreapps 1.11.1,reporting 0.10.4 Please install and start these modules first.
  215. INFO - LoggingAdvice.invoke(116) |2019-05-17 11:18:41,020| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
  216. INFO - LoggingAdvice.invoke(156) |2019-05-17 11:18:41,023| Exiting method saveAlert
  217. ERROR - ModuleFactory.startModules(256) |2019-05-17 11:18:41,057| Module Reporting UI Module cannot be started because it requires the following module(s): uiframework 3.2,reportingrest 1.4,appframework 2.0,appui 1.0,reporting 0.9.3 Please install and start these modules first.
  218. INFO - LoggingAdvice.invoke(116) |2019-05-17 11:18:41,065| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
  219. INFO - LoggingAdvice.invoke(156) |2019-05-17 11:18:41,101| Exiting method saveAlert
  220. ERROR - ModuleFactory.startModules(256) |2019-05-17 11:18:41,134| Module Appointment Scheduling UI Module cannot be started because it requires the following module(s): uicommons 2.1,uiframework 3.9,appframework 2.9,htmlformentry,appointmentscheduling ${appointmentSchedulingVersion},appui,coreapps 1.11.1,webservices.rest,emrapi,reporting Please install and start these modules first.
  221. INFO - LoggingAdvice.invoke(116) |2019-05-17 11:18:41,141| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
  222. INFO - LoggingAdvice.invoke(156) |2019-05-17 11:18:41,151| Exiting method saveAlert
  223. ERROR - ModuleFactory.startModules(256) |2019-05-17 11:18:41,179| Module HTML Form Entry UI Framework Integration Module cannot be started because it requires the following module(s): uicommons 2.1,uiframework 3.9,htmlformentry 3.3.0,appui 1.7,emrapi 1.18 Please install and start these modules first.
  224. INFO - LoggingAdvice.invoke(116) |2019-05-17 11:18:41,185| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
  225. INFO - LoggingAdvice.invoke(156) |2019-05-17 11:18:41,188| Exiting method saveAlert
  226. ERROR - ModuleFactory.startModules(256) |2019-05-17 11:18:41,245| Module Chart Search Module cannot be started because it requires the following module(s): uicommons 1.0,uiframework,htmlformentryui 1.2,appframework 2.0,appui 1.0,appointmentscheduling 1.3,emrapi 1.1 Please install and start these modules first.
  227. INFO - LoggingAdvice.invoke(116) |2019-05-17 11:18:41,252| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
  228. INFO - LoggingAdvice.invoke(156) |2019-05-17 11:18:41,255| Exiting method saveAlert
  229. ERROR - ModuleFactory.startModules(256) |2019-05-17 11:18:41,290| Module Reference Application Module cannot be started because it requires the following module(s): uicommons 2.1,uiframework 3.9,metadatamapping 1.2.1,htmlformentryui 1.6.1,appframework 2.9,htmlformentry 3.3.0,appui 1.7,webservices.rest 2.6 Please install and start these modules first.
  230. INFO - LoggingAdvice.invoke(116) |2019-05-17 11:18:41,297| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
  231. INFO - LoggingAdvice.invoke(156) |2019-05-17 11:18:41,445| Exiting method saveAlert
  232. INFO 5/17/19 11:18 AM:liquibase: Reading from `liquibasechangelog`
  233. WARNING 5/17/19 11:18 AM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  234. WARNING 5/17/19 11:18 AM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  235. WARNING 5/17/19 11:18 AM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  236. INFO 5/17/19 11:18 AM:liquibase: Reading from `liquibasechangelog`
  237. WARNING 5/17/19 11:18 AM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  238. WARNING 5/17/19 11:18 AM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  239. WARNING 5/17/19 11:18 AM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  240. [INFO] Started o.e.j.m.p.JettyWebAppContext@2630dbc4{/openmrs,file:///E:/openmrs-core/webapp/src/main/webapp/,AVAILABLE}{file:///E:/openmrs-core/webapp/src/main/webapp/}
  241. [INFO] Started ServerConnector@46bcdf2e{HTTP/1.1,[http/1.1]}{0.0.0.0:8080}
  242. [INFO] Started @83122ms
  243. [INFO] Started Jetty Server
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement