Advertisement
ODORA

Untitled

Jul 17th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.91 KB | None | 0 0
  1.  
  2. Admin@THe-ODoRa MINGW64 ~/core/webapp (TRUNK-5413)
  3. $ mvn jetty:run
  4. [INFO] Scanning for projects...
  5. [INFO]
  6. [INFO] -------------------< org.openmrs.web:openmrs-webapp >-------------------
  7. [INFO] Building openmrs-webapp 2.3.0-SNAPSHOT
  8. [INFO] --------------------------------[ war ]---------------------------------
  9. [INFO]
  10. [INFO] >>> jetty-maven-plugin:9.3.3.v20150827:run (default-cli) > test-compile @ openmrs-webapp >>>
  11. [INFO]
  12. [INFO] --- buildnumber-maven-plugin:1.1:create (default) @ openmrs-webapp ---
  13. [INFO] Checking for local modifications: skipped.
  14. [INFO] Updating project files from SCM: skipped.
  15. [INFO] ShortRevision tag detected. The value is '6'.
  16. [INFO] Executing: cmd.exe /X /C "git rev-parse --verify --short=6 HEAD"
  17. [INFO] Working directory: C:\Users\Admin\core\webapp
  18. [INFO] Storing buildNumber: 2ee952 at timestamp: 1563361013300
  19. [INFO] ShortRevision tag detected. The value is '6'.
  20. [INFO] Executing: cmd.exe /X /C "git rev-parse --verify --short=6 HEAD"
  21. [INFO] Working directory: C:\Users\Admin\core\webapp
  22. [INFO] Storing buildScmBranch: UNKNOWN
  23. [INFO]
  24. [INFO] --- build-helper-maven-plugin:1.5:parse-version (parse-version) @ openmrs-webapp ---
  25. [INFO]
  26. [INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ openmrs-webapp ---
  27. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  28. [INFO] Copying 2 resources
  29. [INFO] Copying 1 resource to ../jetty
  30. [INFO]
  31. [INFO] --- maven-antrun-plugin:1.4:run (default) @ openmrs-webapp ---
  32. project.artifactId
  33. [INFO] Executing tasks
  34. [unzip] Expanding: C:\Users\Admin\core\webapp\src\main\resources\liquibase-demo-data.zip into C:\Users\Admin\core\webapp\target\classes
  35. [INFO] Executed tasks
  36. [INFO]
  37. [INFO] --- maven-compiler-plugin:2.1:compile (default-compile) @ openmrs-webapp ---
  38. [INFO] No sources to compile
  39. [INFO]
  40. [INFO] --- maven-resources-plugin:2.4:testResources (default-testResources) @ openmrs-webapp ---
  41. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  42. [INFO] Copying 1 resource
  43. [INFO]
  44. [INFO] --- maven-compiler-plugin:2.1:testCompile (default-testCompile) @ openmrs-webapp ---
  45. [INFO] Nothing to compile - all classes are up to date
  46. [INFO]
  47. [INFO] <<< jetty-maven-plugin:9.3.3.v20150827:run (default-cli) < test-compile @ openmrs-webapp <<<
  48. [INFO]
  49. [INFO]
  50. [INFO] --- jetty-maven-plugin:9.3.3.v20150827:run (default-cli) @ openmrs-webapp ---
  51. [INFO] Logging initialized @28910ms
  52. [INFO] Configuring Jetty for project: openmrs-webapp
  53. [INFO] webAppSourceDirectory not set. Trying src\main\webapp
  54. [INFO] Reload Mechanic: automatic
  55. [INFO] Classes = C:\Users\Admin\core\webapp\target\classes
  56. [INFO] Context path = /openmrs
  57. [INFO] Tmp directory = C:\Users\Admin\core\webapp\target\tmp
  58. [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
  59. [INFO] Web overrides = src/test/resources/override-web.xml
  60. [INFO] web.xml file = C:\Users\Admin\core\webapp\target/jetty/WEB-INF/web.xml
  61. [INFO] Webapp directory = C:\Users\Admin\core\webapp\src\main\webapp
  62. [INFO] jetty-9.3.3.v20150827
  63. [INFO] No Spring WebApplicationInitializer types detected on classpath
  64. [INFO] Initializing log4j from [classpath:log4j.xml]
  65. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2078) |2019-07-17 13:57:39,418| Unable to find a runtime properties file at C:\Users\Admin\core\webapp\openmrs-runtime.properties
  66. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2078) |2019-07-17 13:57:39,586| Unable to find a runtime properties file at C:\Users\Admin\core\webapp\openmrs-runtime.properties
  67. INFO - Listener.contextInitialized(173) |2019-07-17 13:57:39,586| Using runtime properties file: C:\Users\Admin\Application Data\OpenMRS\openmrs-runtime.properties
  68. Wed Jul 17 13:57:40 EAT 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  69. INFO 7/17/19 1:57 PM:liquibase: Reading from `liquibasechangelog`
  70. WARNING 7/17/19 1:57 PM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  71. WARNING 7/17/19 1:57 PM: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 7/17/19 1:57 PM: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. ERROR - MarkerIgnoringBase.error(159) |2019-07-17 13:57:46,412| Failed to obtain JDBC connection
  74. java.lang.RuntimeException: Error occurred while trying to get the updates needed for the database. Validation Failed:
  75. 1 change sets check sum
  76. liquibase-update-to-latest.xml::TRUNK-5413::odorajonathan is now: 3:45d93b98973b7927e35132fd426de62e
  77.  
  78. at org.openmrs.util.DatabaseUpdater.getUnrunDatabaseChanges(DatabaseUpdater.java:629)
  79. at org.openmrs.util.DatabaseUpdater.getUnrunDatabaseChanges(DatabaseUpdater.java:587)
  80. at org.openmrs.util.DatabaseUpdater.updatesRequired(DatabaseUpdater.java:252)
  81. at org.openmrs.web.Listener.setupNeeded(Listener.java:217)
  82. at org.openmrs.web.Listener.contextInitialized(Listener.java:179)
  83. at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:835)
  84. at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:530)
  85. at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:808)
  86. at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:342)
  87. at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1368)
  88. at org.eclipse.jetty.maven.plugin.JettyWebAppContext.startWebapp(JettyWebAppContext.java:320)
  89. at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1335)
  90. at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:772)
  91. at org.eclipse.jetty.servlet.ServletContextHandler.doStart(ServletContextHandler.java:259)
  92. at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:511)
  93. at org.eclipse.jetty.maven.plugin.JettyWebAppContext.doStart(JettyWebAppContext.java:403)
  94. at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
  95. at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132)
  96. at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114)
  97. at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61)
  98. at org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:161)
  99. at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
  100. at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132)
  101. at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114)
  102. at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61)
  103. at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
  104. at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132)
  105. at org.eclipse.jetty.server.Server.start(Server.java:405)
  106. at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:106)
  107. at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61)
  108. at org.eclipse.jetty.server.Server.doStart(Server.java:372)
  109. at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
  110. at org.eclipse.jetty.maven.plugin.AbstractJettyMojo.startJetty(AbstractJettyMojo.java:457)
  111. at org.eclipse.jetty.maven.plugin.AbstractJettyMojo.execute(AbstractJettyMojo.java:328)
  112. at org.eclipse.jetty.maven.plugin.JettyRunMojo.execute(JettyRunMojo.java:170)
  113. at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
  114. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:210)
  115. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:156)
  116. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:148)
  117. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
  118. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
  119. at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56)
  120. at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
  121. at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305)
  122. at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192)
  123. at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105)
  124. at org.apache.maven.cli.MavenCli.execute(MavenCli.java:956)
  125. at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
  126. at org.apache.maven.cli.MavenCli.main(MavenCli.java:192)
  127. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  128. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  129. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  130. at java.lang.reflect.Method.invoke(Method.java:498)
  131. at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
  132. at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
  133. at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
  134. at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
  135. Caused by: liquibase.exception.ValidationFailedException: Validation Failed:
  136. 1 change sets check sum
  137. liquibase-update-to-latest.xml::TRUNK-5413::odorajonathan is now: 3:45d93b98973b7927e35132fd426de62e
  138.  
  139. at liquibase.changelog.DatabaseChangeLog.validate(DatabaseChangeLog.java:141)
  140. at liquibase.Liquibase.listUnrunChangeSets(Liquibase.java:625)
  141. at org.openmrs.util.DatabaseUpdater.getUnrunDatabaseChanges(DatabaseUpdater.java:617)
  142. ... 56 more
  143. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2078) |2019-07-17 13:57:46,968| Unable to find a runtime properties file at C:\Users\Admin\core\webapp\openmrs-runtime.properties
  144. Wed Jul 17 13:57:46 EAT 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  145. Wed Jul 17 13:57:52 EAT 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  146. INFO 7/17/19 1:57 PM:liquibase: Reading from `liquibasechangelog`
  147. WARNING 7/17/19 1:57 PM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  148. WARNING 7/17/19 1:57 PM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  149. WARNING 7/17/19 1:57 PM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  150. ERROR - UpdateFilterModel.updateChanges(68) |2019-07-17 13:57:53,292| Unable to get the database changes
  151. java.lang.RuntimeException: Error occurred while trying to get the updates needed for the database. Validation Failed:
  152. 1 change sets check sum
  153. liquibase-update-to-latest.xml::TRUNK-5413::odorajonathan is now: 3:45d93b98973b7927e35132fd426de62e
  154.  
  155. at org.openmrs.util.DatabaseUpdater.getUnrunDatabaseChanges(DatabaseUpdater.java:629)
  156. at org.openmrs.util.DatabaseUpdater.getUnrunDatabaseChanges(DatabaseUpdater.java:587)
  157. at org.openmrs.web.filter.update.UpdateFilterModel.updateChanges(UpdateFilterModel.java:60)
  158. at org.openmrs.web.filter.update.UpdateFilterModel.<init>(UpdateFilterModel.java:38)
  159. at org.openmrs.web.filter.update.UpdateFilter.init(UpdateFilter.java:511)
  160. at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:137)
  161. at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:856)
  162. at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:346)
  163. at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1368)
  164. at org.eclipse.jetty.maven.plugin.JettyWebAppContext.startWebapp(JettyWebAppContext.java:320)
  165. at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1335)
  166. at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:772)
  167. at org.eclipse.jetty.servlet.ServletContextHandler.doStart(ServletContextHandler.java:259)
  168. at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:511)
  169. at org.eclipse.jetty.maven.plugin.JettyWebAppContext.doStart(JettyWebAppContext.java:403)
  170. at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
  171. at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132)
  172. at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114)
  173. at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61)
  174. at org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:161)
  175. at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
  176. at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132)
  177. at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114)
  178. at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61)
  179. at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
  180. at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132)
  181. at org.eclipse.jetty.server.Server.start(Server.java:405)
  182. at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:106)
  183. at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61)
  184. at org.eclipse.jetty.server.Server.doStart(Server.java:372)
  185. at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
  186. at org.eclipse.jetty.maven.plugin.AbstractJettyMojo.startJetty(AbstractJettyMojo.java:457)
  187. at org.eclipse.jetty.maven.plugin.AbstractJettyMojo.execute(AbstractJettyMojo.java:328)
  188. at org.eclipse.jetty.maven.plugin.JettyRunMojo.execute(JettyRunMojo.java:170)
  189. at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
  190. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:210)
  191. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:156)
  192. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:148)
  193. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
  194. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
  195. at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56)
  196. at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
  197. at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305)
  198. at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192)
  199. at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105)
  200. at org.apache.maven.cli.MavenCli.execute(MavenCli.java:956)
  201. at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
  202. at org.apache.maven.cli.MavenCli.main(MavenCli.java:192)
  203. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  204. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  205. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  206. at java.lang.reflect.Method.invoke(Method.java:498)
  207. at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
  208. at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
  209. at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
  210. at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
  211. Caused by: liquibase.exception.ValidationFailedException: Validation Failed:
  212. 1 change sets check sum
  213. liquibase-update-to-latest.xml::TRUNK-5413::odorajonathan is now: 3:45d93b98973b7927e35132fd426de62e
  214.  
  215. at liquibase.changelog.DatabaseChangeLog.validate(DatabaseChangeLog.java:141)
  216. at liquibase.Liquibase.listUnrunChangeSets(Liquibase.java:625)
  217. at org.openmrs.util.DatabaseUpdater.getUnrunDatabaseChanges(DatabaseUpdater.java:617)
  218. ... 55 more
  219. Wed Jul 17 13:57:53 EAT 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  220. INFO 7/17/19 1:57 PM:liquibase: Reading from `liquibasechangelog`
  221. WARNING 7/17/19 1:57 PM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  222. WARNING 7/17/19 1:57 PM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  223. WARNING 7/17/19 1:57 PM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  224. [INFO] Started o.e.j.m.p.JettyWebAppContext@ec8f4b9{/openmrs,file:///C:/Users/Admin/core/webapp/src/main/webapp/,AVAILABLE}{file:///C:/Users/Admin/core/webapp/src/main/webapp/}
  225. [INFO] Started ServerConnector@63485d7{HTTP/1.1,[http/1.1]}{0.0.0.0:8080}
  226. [INFO] Started @81103ms
  227. [INFO] Started Jetty Server
  228. ERROR - CommonsLogLogChute.log(96) |2019-07-17 14:01:37,641| #parse() null argument
  229. ERROR - CommonsLogLogChute.log(96) |2019-07-17 14:01:37,660| #parse() null argument
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement