Advertisement
Guest User

Untitled

a guest
Feb 24th, 2020
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.05 KB | None | 0 0
  1. [INFO] Scanning for projects...
  2. [INFO]
  3. [INFO] ------------------------------------------------------------------------
  4. [INFO] Building openmrs-webapp 2.4.0-SNAPSHOT
  5. [INFO] ------------------------------------------------------------------------
  6. [INFO]
  7. [INFO] >>> jetty-maven-plugin:9.3.3.v20150827:run (default-cli) > test-compile @ openmrs-webapp >>>
  8. [INFO]
  9. [INFO] --- buildnumber-maven-plugin:1.1:create (default) @ openmrs-webapp ---
  10. [INFO] Checking for local modifications: skipped.
  11. [INFO] Updating project files from SCM: skipped.
  12. [INFO] ShortRevision tag detected. The value is '6'.
  13. [INFO] Executing: /bin/sh -c cd /Projects/openmrs/core/webapp && git rev-parse --verify --short=6 HEAD
  14. [INFO] Working directory: /Projects/openmrs/core/webapp
  15. [INFO] Storing buildNumber: 8d540f at timestamp: 1582544037420
  16. [INFO] ShortRevision tag detected. The value is '6'.
  17. [INFO] Executing: /bin/sh -c cd /Projects/openmrs/core/webapp && git rev-parse --verify --short=6 HEAD
  18. [INFO] Working directory: /Projects/openmrs/core/webapp
  19. [INFO] Storing buildScmBranch: UNKNOWN
  20. [INFO]
  21. [INFO] --- build-helper-maven-plugin:1.5:parse-version (parse-version) @ openmrs-webapp ---
  22. [INFO]
  23. [INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ openmrs-webapp ---
  24. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  25. [INFO] Copying 2 resources
  26. [INFO] Copying 1 resource to ../jetty
  27. [INFO]
  28. [INFO] --- maven-antrun-plugin:1.4:run (default) @ openmrs-webapp ---
  29. project.artifactId
  30. [INFO] Executing tasks
  31. [unzip] Expanding: /Projects/openmrs/core/webapp/src/main/resources/liquibase-demo-data.zip into /Projects/openmrs/core/webapp/target/classes
  32. [INFO] Executed tasks
  33. [INFO]
  34. [INFO] --- maven-compiler-plugin:2.1:compile (default-compile) @ openmrs-webapp ---
  35. [INFO] No sources to compile
  36. [INFO]
  37. [INFO] --- maven-resources-plugin:2.4:testResources (default-testResources) @ openmrs-webapp ---
  38. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  39. [INFO] Copying 1 resource
  40. [INFO]
  41. [INFO] --- maven-compiler-plugin:2.1:testCompile (default-testCompile) @ openmrs-webapp ---
  42. [INFO] Nothing to compile - all classes are up to date
  43. [INFO]
  44. [INFO] <<< jetty-maven-plugin:9.3.3.v20150827:run (default-cli) < test-compile @ openmrs-webapp <<<
  45. [INFO]
  46. [INFO] --- jetty-maven-plugin:9.3.3.v20150827:run (default-cli) @ openmrs-webapp ---
  47. [INFO] Logging initialized @2357ms
  48. [INFO] Configuring Jetty for project: openmrs-webapp
  49. [INFO] webAppSourceDirectory not set. Trying src/main/webapp
  50. [INFO] Reload Mechanic: automatic
  51. [INFO] Classes = /Projects/openmrs/core/webapp/target/classes
  52. [INFO] Context path = /openmrs
  53. [INFO] Tmp directory = /Projects/openmrs/core/webapp/target/tmp
  54. [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
  55. [INFO] Web overrides = src/test/resources/override-web.xml
  56. [INFO] web.xml file = /Projects/openmrs/core/webapp/target/jetty/WEB-INF/web.xml
  57. [INFO] Webapp directory = /Projects/openmrs/core/webapp/src/main/webapp
  58. [INFO] jetty-9.3.3.v20150827
  59. [INFO] No Spring WebApplicationInitializer types detected on classpath
  60. [INFO] Initializing log4j from [classpath:log4j.xml]
  61. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2078) |2020-02-24 14:34:01,028| Unable to find a runtime properties file at /Projects/openmrs/core/webapp/openmrs-runtime.properties
  62. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2078) |2020-02-24 14:34:01,042| Unable to find a runtime properties file at /Projects/openmrs/core/webapp/openmrs-runtime.properties
  63. INFO - Listener.contextInitialized(173) |2020-02-24 14:34:01,043| Using runtime properties file: /Users/danielkayiwa/.OpenMRS/openmrs-runtime.properties
  64. Mon Feb 24 14:34:01 EAT 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.
  65. INFO 2/24/20 2:34 PM:liquibase: Reading from `liquibasechangelog`
  66. WARNING 2/24/20 2:34 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
  67. WARNING 2/24/20 2:34 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
  68. WARNING 2/24/20 2:34 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
  69. Mon Feb 24 14:34:02 EAT 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.
  70. INFO - EhCacheManagerFactoryBean.afterPropertiesSet(129) |2020-02-24 14:34:03,362| Initializing EhCache CacheManager
  71. Mon Feb 24 14:34:04 EAT 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.
  72. WARN - SimpleUrlHandlerMapping.registerHandlers(115) |2020-02-24 14:34:07,257| Neither 'urlMap' nor 'mappings' set on SimpleUrlHandlerMapping
  73. WARN - Listener.loadBundledModules(500) |2020-02-24 14:34:07,264| Bundled module folder doesn't exist: /Projects/openmrs/core/webapp/src/main/webapp/WEB-INF/bundledModules
  74. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2078) |2020-02-24 14:34:07,264| Unable to find a runtime properties file at /Projects/openmrs/core/webapp/openmrs-runtime.properties
  75. Mon Feb 24 14:34:07 EAT 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.
  76. INFO 2/24/20 2:34 PM:liquibase: Reading from `liquibasechangelog`
  77. WARNING 2/24/20 2:34 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. WARNING 2/24/20 2:34 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
  79. WARNING 2/24/20 2:34 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
  80. Mon Feb 24 14:34:07 EAT 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 - OpenmrsUtil.getRuntimePropertiesFilePathName(2078) |2020-02-24 14:34:08,289| Unable to find a runtime properties file at /Projects/openmrs/core/webapp/openmrs-runtime.properties
  82. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2078) |2020-02-24 14:34:08,426| Unable to find a runtime properties file at /Projects/openmrs/core/webapp/openmrs-runtime.properties
  83. Mon Feb 24 14:34:08 EAT 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. Mon Feb 24 14:34:08 EAT 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.
  85. INFO 2/24/20 2:34 PM:liquibase: Reading from `liquibasechangelog`
  86. WARNING 2/24/20 2:34 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 2/24/20 2:34 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. WARNING 2/24/20 2:34 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
  89. Mon Feb 24 14:34:08 EAT 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.
  90. INFO 2/24/20 2:34 PM:liquibase: Reading from `liquibasechangelog`
  91. WARNING 2/24/20 2:34 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
  92. WARNING 2/24/20 2:34 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
  93. WARNING 2/24/20 2:34 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
  94. Mon Feb 24 14:34:08 EAT 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.
  95. [INFO] Started o.e.j.m.p.JettyWebAppContext@2938127d{/openmrs,file:///Projects/openmrs/core/webapp/src/main/webapp/,AVAILABLE}{file:///Projects/openmrs/core/webapp/src/main/webapp/}
  96. [INFO] Started ServerConnector@1f404aa1{HTTP/1.1,[http/1.1]}{0.0.0.0:8080}
  97. [INFO] Started @13185ms
  98. [INFO] Started Jetty Server
  99. [INFO] Using Non-Native Java sun.nio.fs.PollingWatchService
  100. [WARNING] Quiet Time is too low for non-native WatchService [sun.nio.fs.PollingWatchService]: 1000 < 5000 ms (defaulting to 5000 ms)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement