Advertisement
gaurivn

Untitled

Mar 22nd, 2020
588
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.38 KB | None | 0 0
  1. C:\Users\gslvg\openmrs-core>cd webapp
  2.  
  3. C:\Users\gslvg\openmrs-core\webapp>mvn jetty:run
  4. Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
  5. [INFO] Scanning for projects...
  6. [INFO]
  7. [INFO] -------------------< org.openmrs.web:openmrs-webapp >-------------------
  8. [INFO] Building openmrs-webapp 2.4.0-SNAPSHOT
  9. [INFO] --------------------------------[ war ]---------------------------------
  10. [INFO]
  11. [INFO] >>> jetty-maven-plugin:9.4.25.v20191220:run (default-cli) > test-compile @ openmrs-webapp >>>
  12. [INFO]
  13. [INFO] --- buildnumber-maven-plugin:1.1:create (default) @ openmrs-webapp ---
  14. [INFO] Checking for local modifications: skipped.
  15. [INFO] Updating project files from SCM: skipped.
  16. [INFO] ShortRevision tag detected. The value is '6'.
  17. [INFO] Executing: cmd.exe /X /C "git rev-parse --verify --short=6 HEAD"
  18. [INFO] Working directory: C:\Users\gslvg\openmrs-core\webapp
  19. [INFO] Storing buildNumber: 373c34 at timestamp: 1584900450491
  20. [INFO] ShortRevision tag detected. The value is '6'.
  21. [INFO] Executing: cmd.exe /X /C "git rev-parse --verify --short=6 HEAD"
  22. [INFO] Working directory: C:\Users\gslvg\openmrs-core\webapp
  23. [INFO] Storing buildScmBranch: UNKNOWN
  24. [INFO]
  25. [INFO] --- build-helper-maven-plugin:1.5:parse-version (parse-version) @ openmrs-webapp ---
  26. [INFO]
  27. [INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ openmrs-webapp ---
  28. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  29. [INFO] Copying 2 resources
  30. [INFO] Copying 1 resource to ../jetty
  31. [INFO]
  32. [INFO] --- maven-antrun-plugin:1.4:run (default) @ openmrs-webapp ---
  33. project.artifactId
  34. [INFO] Executing tasks
  35. [unzip] Expanding: C:\Users\gslvg\openmrs-core\webapp\src\main\resources\liquibase-demo-data.zip into C:\Users\gslvg\openmrs-core\webapp\target\classes
  36. [INFO] Executed tasks
  37. [INFO]
  38. [INFO] --- maven-compiler-plugin:2.1:compile (default-compile) @ openmrs-webapp ---
  39. [INFO] No sources to compile
  40. [INFO]
  41. [INFO] --- maven-resources-plugin:2.4:testResources (default-testResources) @ openmrs-webapp ---
  42. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  43. [INFO] Copying 1 resource
  44. [INFO]
  45. [INFO] --- maven-compiler-plugin:2.1:testCompile (default-testCompile) @ openmrs-webapp ---
  46. [INFO] Nothing to compile - all classes are up to date
  47. [INFO]
  48. [INFO] <<< jetty-maven-plugin:9.4.25.v20191220:run (default-cli) < test-compile @ openmrs-webapp <<<
  49. [INFO]
  50. [INFO]
  51. [INFO] --- jetty-maven-plugin:9.4.25.v20191220:run (default-cli) @ openmrs-webapp ---
  52. [INFO] Logging initialized @4059ms to org.eclipse.jetty.util.log.Slf4jLog
  53. [INFO] webAppSourceDirectory not set. Trying src\main\webapp
  54. [INFO] Reload Mechanic: automatic
  55. [INFO] nonBlocking:false
  56. [INFO] Classes = C:\Users\gslvg\openmrs-core\webapp\target\classes
  57. [INFO] Configuring Jetty for project: openmrs-webapp
  58. [INFO] Context path = /openmrs
  59. [INFO] Tmp directory = C:\Users\gslvg\openmrs-core\webapp\target\tmp
  60. [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
  61. [INFO] Web overrides = src/test/resources/override-web.xml
  62. [INFO] web.xml file = C:\Users\gslvg\openmrs-core\webapp\target/jetty/WEB-INF/web.xml
  63. [INFO] Webapp directory = C:\Users\gslvg\openmrs-core\webapp\src\main\webapp
  64. [INFO] jetty-9.4.25.v20191220; built: 2019-12-20T17:00:00.294Z; git: a9729c7e7f33a459d2616a8f9e9ba8a90f432e95; jvm 1.8.0_241-b07
  65. [INFO] Scanning elapsed time=1584ms
  66. [INFO] No Spring WebApplicationInitializer types detected on classpath
  67. [INFO] DefaultSessionIdManager workerName=node0
  68. [INFO] No SessionScavenger set, using defaults
  69. [INFO] node0 Scavenging every 660000ms
  70. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2122) |2020-03-22T22:07:36,221| Unable to find a runtime properties file at C:\Users\gslvg\openmrs-core\webapp\openmrs-runtime.properties
  71. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2122) |2020-03-22T22:07:36,269| Unable to find a runtime properties file at C:\Users\gslvg\openmrs-core\webapp\openmrs-runtime.properties
  72. INFO - Listener.contextInitialized(173) |2020-03-22T22:07:36,277| Using runtime properties file: C:\Users\gslvg\Application Data\OpenMRS\openmrs-runtime.properties
  73. Sun Mar 22 22:07:36 GST 2020 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.
  74. INFO 3/22/20 10:07 PM:liquibase: Reading from `liquibasechangelog`
  75. WARNING 3/22/20 10:07 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
  76. WARNING 3/22/20 10:07 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
  77. WARNING 3/22/20 10:07 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
  78. Sun Mar 22 22:07:38 GST 2020 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.
  79. INFO - EhCacheManagerFactoryBean.afterPropertiesSet(134) |2020-03-22T22:07:40,972| Initializing EhCache CacheManager
  80. Sun Mar 22 22:08:17 GST 2020 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.
  81. WARN - Listener.loadBundledModules(500) |2020-03-22T22:08:22,598| Bundled module folder doesn't exist: C:\Users\gslvg\openmrs-core\webapp\src\main\webapp\WEB-INF\bundledModules
  82. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2122) |2020-03-22T22:08:22,600| Unable to find a runtime properties file at C:\Users\gslvg\openmrs-core\webapp\openmrs-runtime.properties
  83. Sun Mar 22 22:08:22 GST 2020 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.
  84. INFO 3/22/20 10:08 PM:liquibase: Reading from `liquibasechangelog`
  85. WARNING 3/22/20 10:08 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
  86. WARNING 3/22/20 10:08 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
  87. WARNING 3/22/20 10:08 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
  88. Sun Mar 22 22:08:23 GST 2020 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.
  89. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2122) |2020-03-22T22:08:25,391| Unable to find a runtime properties file at C:\Users\gslvg\openmrs-core\webapp\openmrs-runtime.properties
  90. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2122) |2020-03-22T22:08:25,776| Unable to find a runtime properties file at C:\Users\gslvg\openmrs-core\webapp\openmrs-runtime.properties
  91. Sun Mar 22 22:08:25 GST 2020 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.
  92. Sun Mar 22 22:08:26 GST 2020 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.
  93. INFO 3/22/20 10:08 PM:liquibase: Reading from `liquibasechangelog`
  94. WARNING 3/22/20 10:08 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
  95. WARNING 3/22/20 10:08 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
  96. WARNING 3/22/20 10:08 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
  97. Sun Mar 22 22:08:26 GST 2020 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.
  98. INFO 3/22/20 10:08 PM:liquibase: Reading from `liquibasechangelog`
  99. WARNING 3/22/20 10:08 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
  100. WARNING 3/22/20 10:08 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
  101. WARNING 3/22/20 10:08 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
  102. Sun Mar 22 22:08:27 GST 2020 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.
  103. [INFO] Started o.e.j.m.p.JettyWebAppContext@6fa13e6{OpenMRS,/openmrs,file:///C:/Users/gslvg/openmrs-core/webapp/src/main/webapp/,AVAILABLE}{file:///C:/Users/gslvg/openmrs-core/webapp/src/main/webapp/}
  104. [INFO] Jetty server exiting.
  105. [INFO] ------------------------------------------------------------------------
  106. [INFO] BUILD FAILURE
  107. [INFO] ------------------------------------------------------------------------
  108. [INFO] Total time: 58.477 s
  109. [INFO] Finished at: 2020-03-22T22:08:27+04:00
  110. [INFO] ------------------------------------------------------------------------
  111. [ERROR] Failed to execute goal org.eclipse.jetty:jetty-maven-plugin:9.4.25.v20191220:run (default-cli) on project openmrs-webapp: Failure: Failed to bind to 0.0.0.0/0.0.0.0:8080: Address already in use: bind -> [Help 1]
  112. [ERROR]
  113. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  114. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  115. [ERROR]
  116. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  117. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
  118.  
  119. C:\Users\gslvg\openmrs-core\webapp>mvn clean install
  120. Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
  121. [INFO] Scanning for projects...
  122. [INFO]
  123. [INFO] -------------------< org.openmrs.web:openmrs-webapp >-------------------
  124. [INFO] Building openmrs-webapp 2.4.0-SNAPSHOT
  125. [INFO] --------------------------------[ war ]---------------------------------
  126. Terminate batch job (Y/N)? Y
  127.  
  128. C:\Users\gslvg\openmrs-core\webapp>mvn jetty:run
  129. Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
  130. [INFO] Scanning for projects...
  131. [INFO]
  132. [INFO] -------------------< org.openmrs.web:openmrs-webapp >-------------------
  133. [INFO] Building openmrs-webapp 2.4.0-SNAPSHOT
  134. [INFO] --------------------------------[ war ]---------------------------------
  135. [INFO]
  136. [INFO] >>> jetty-maven-plugin:9.4.25.v20191220:run (default-cli) > test-compile @ openmrs-webapp >>>
  137. [INFO]
  138. [INFO] --- buildnumber-maven-plugin:1.1:create (default) @ openmrs-webapp ---
  139. [INFO] Checking for local modifications: skipped.
  140. [INFO] Updating project files from SCM: skipped.
  141. [INFO] ShortRevision tag detected. The value is '6'.
  142. [INFO] Executing: cmd.exe /X /C "git rev-parse --verify --short=6 HEAD"
  143. [INFO] Working directory: C:\Users\gslvg\openmrs-core\webapp
  144. [INFO] Storing buildNumber: 373c34 at timestamp: 1584901479272
  145. [INFO] ShortRevision tag detected. The value is '6'.
  146. [INFO] Executing: cmd.exe /X /C "git rev-parse --verify --short=6 HEAD"
  147. [INFO] Working directory: C:\Users\gslvg\openmrs-core\webapp
  148. [INFO] Storing buildScmBranch: UNKNOWN
  149. [INFO]
  150. [INFO] --- build-helper-maven-plugin:1.5:parse-version (parse-version) @ openmrs-webapp ---
  151. [INFO]
  152. [INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ openmrs-webapp ---
  153. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  154. [INFO] Copying 2 resources
  155. [INFO] Copying 1 resource to ../jetty
  156. [INFO]
  157. [INFO] --- maven-antrun-plugin:1.4:run (default) @ openmrs-webapp ---
  158. project.artifactId
  159. [INFO] Executing tasks
  160. [unzip] Expanding: C:\Users\gslvg\openmrs-core\webapp\src\main\resources\liquibase-demo-data.zip into C:\Users\gslvg\openmrs-core\webapp\target\classes
  161. [INFO] Executed tasks
  162. [INFO]
  163. [INFO] --- maven-compiler-plugin:2.1:compile (default-compile) @ openmrs-webapp ---
  164. [INFO] No sources to compile
  165. [INFO]
  166. [INFO] --- maven-resources-plugin:2.4:testResources (default-testResources) @ openmrs-webapp ---
  167. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  168. [INFO] Copying 1 resource
  169. [INFO]
  170. [INFO] --- maven-compiler-plugin:2.1:testCompile (default-testCompile) @ openmrs-webapp ---
  171. [INFO] Nothing to compile - all classes are up to date
  172. [INFO]
  173. [INFO] <<< jetty-maven-plugin:9.4.25.v20191220:run (default-cli) < test-compile @ openmrs-webapp <<<
  174. [INFO]
  175. [INFO]
  176. [INFO] --- jetty-maven-plugin:9.4.25.v20191220:run (default-cli) @ openmrs-webapp ---
  177. [INFO] Logging initialized @4358ms to org.eclipse.jetty.util.log.Slf4jLog
  178. [INFO] webAppSourceDirectory not set. Trying src\main\webapp
  179. [INFO] Reload Mechanic: automatic
  180. [INFO] nonBlocking:false
  181. [INFO] Classes = C:\Users\gslvg\openmrs-core\webapp\target\classes
  182. [INFO] Configuring Jetty for project: openmrs-webapp
  183. [INFO] Context path = /openmrs
  184. [INFO] Tmp directory = C:\Users\gslvg\openmrs-core\webapp\target\tmp
  185. [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
  186. [INFO] Web overrides = src/test/resources/override-web.xml
  187. [INFO] web.xml file = C:\Users\gslvg\openmrs-core\webapp\target/jetty/WEB-INF/web.xml
  188. [INFO] Webapp directory = C:\Users\gslvg\openmrs-core\webapp\src\main\webapp
  189. [INFO] jetty-9.4.25.v20191220; built: 2019-12-20T17:00:00.294Z; git: a9729c7e7f33a459d2616a8f9e9ba8a90f432e95; jvm 1.8.0_241-b07
  190. [INFO] Scanning elapsed time=1420ms
  191. [INFO] No Spring WebApplicationInitializer types detected on classpath
  192. [INFO] DefaultSessionIdManager workerName=node0
  193. [INFO] No SessionScavenger set, using defaults
  194. [INFO] node0 Scavenging every 660000ms
  195. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2122) |2020-03-22T22:24:44,835| Unable to find a runtime properties file at C:\Users\gslvg\openmrs-core\webapp\openmrs-runtime.properties
  196. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2122) |2020-03-22T22:24:44,869| Unable to find a runtime properties file at C:\Users\gslvg\openmrs-core\webapp\openmrs-runtime.properties
  197. INFO - Listener.contextInitialized(173) |2020-03-22T22:24:44,871| Using runtime properties file: C:\Users\gslvg\Application Data\OpenMRS\openmrs-runtime.properties
  198. Sun Mar 22 22:24:45 GST 2020 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.
  199. INFO 3/22/20 10:24 PM:liquibase: Reading from `liquibasechangelog`
  200. WARNING 3/22/20 10:24 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
  201. WARNING 3/22/20 10:24 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
  202. WARNING 3/22/20 10:24 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
  203. Sun Mar 22 22:24:47 GST 2020 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.
  204. INFO - EhCacheManagerFactoryBean.afterPropertiesSet(134) |2020-03-22T22:24:49,443| Initializing EhCache CacheManager
  205. Sun Mar 22 22:25:28 GST 2020 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.
  206. WARN - Listener.loadBundledModules(500) |2020-03-22T22:25:33,787| Bundled module folder doesn't exist: C:\Users\gslvg\openmrs-core\webapp\src\main\webapp\WEB-INF\bundledModules
  207. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2122) |2020-03-22T22:25:33,788| Unable to find a runtime properties file at C:\Users\gslvg\openmrs-core\webapp\openmrs-runtime.properties
  208. Sun Mar 22 22:25:33 GST 2020 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.
  209. INFO 3/22/20 10:25 PM:liquibase: Reading from `liquibasechangelog`
  210. WARNING 3/22/20 10:25 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
  211. WARNING 3/22/20 10:25 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
  212. WARNING 3/22/20 10:25 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
  213. Sun Mar 22 22:25:34 GST 2020 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.
  214. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2122) |2020-03-22T22:25:36,923| Unable to find a runtime properties file at C:\Users\gslvg\openmrs-core\webapp\openmrs-runtime.properties
  215. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2122) |2020-03-22T22:25:37,174| Unable to find a runtime properties file at C:\Users\gslvg\openmrs-core\webapp\openmrs-runtime.properties
  216. Sun Mar 22 22:25:37 GST 2020 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.
  217. Sun Mar 22 22:25:37 GST 2020 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.
  218. INFO 3/22/20 10:25 PM:liquibase: Reading from `liquibasechangelog`
  219. WARNING 3/22/20 10:25 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
  220. WARNING 3/22/20 10:25 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
  221. WARNING 3/22/20 10:25 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. Sun Mar 22 22:25:37 GST 2020 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.
  223. INFO 3/22/20 10:25 PM:liquibase: Reading from `liquibasechangelog`
  224. WARNING 3/22/20 10:25 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
  225. WARNING 3/22/20 10:25 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
  226. WARNING 3/22/20 10:25 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
  227. Sun Mar 22 22:25:38 GST 2020 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.
  228. [INFO] Started o.e.j.m.p.JettyWebAppContext@6fa13e6{OpenMRS,/openmrs,file:///C:/Users/gslvg/openmrs-core/webapp/src/main/webapp/,AVAILABLE}{file:///C:/Users/gslvg/openmrs-core/webapp/src/main/webapp/}
  229. [INFO] Jetty server exiting.
  230. [INFO] ------------------------------------------------------------------------
  231. [INFO] BUILD FAILURE
  232. [INFO] ------------------------------------------------------------------------
  233. [INFO] Total time: 01:00 min
  234. [INFO] Finished at: 2020-03-22T22:25:38+04:00
  235. [INFO] ------------------------------------------------------------------------
  236. [ERROR] Failed to execute goal org.eclipse.jetty:jetty-maven-plugin:9.4.25.v20191220:run (default-cli) on project openmrs-webapp: Failure: Failed to bind to 0.0.0.0/0.0.0.0:8080: Address already in use: bind -> [Help 1]
  237. [ERROR]
  238. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  239. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  240. [ERROR]
  241. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  242. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement