Advertisement
RIshi132

OpenMRS Core

Feb 13th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.11 KB | None | 0 0
  1. [INFO] Scanning for projects...
  2. [INFO]
  3. [INFO] ------------------------------------------------------------------------
  4. [INFO] Building openmrs-webapp 2.2.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: cmd.exe /X /C "git rev-parse --verify --short=6 HEAD"
  14. [INFO] Working directory: C:\Users\user\Desktop\CoreOpenMRS\Core\openmrs\webapp
  15. [INFO] Storing buildNumber: 8e1a56 at timestamp: 1550116856030
  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\user\Desktop\CoreOpenMRS\Core\openmrs\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: C:\Users\user\Desktop\CoreOpenMRS\Core\openmrs\webapp\src\main\resources\liquibase-demo-data.zip into C:\Users\user\Desktop\CoreOpenMRS\Core\openmrs\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 @8015ms
  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 = C:\Users\user\Desktop\CoreOpenMRS\Core\openmrs\webapp\target\classes
  52. [INFO] Context path = /openmrs
  53. [INFO] Tmp directory = C:\Users\user\Desktop\CoreOpenMRS\Core\openmrs\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 = C:\Users\user\Desktop\CoreOpenMRS\Core\openmrs\webapp\target/jetty/WEB-INF/web.xml
  57. [INFO] Webapp directory = C:\Users\user\Desktop\CoreOpenMRS\Core\openmrs\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) |2019-02-14 09:31:12,402| Unable to find a runtime properties file at C:\Users\user\Desktop\CoreOpenMRS\Core\openmrs\webapp\openmrs-runtime.properties
  62. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2078) |2019-02-14 09:31:12,443| Unable to find a runtime properties file at C:\Users\user\Desktop\CoreOpenMRS\Core\openmrs\webapp\openmrs-runtime.properties
  63. INFO - Listener.contextInitialized(173) |2019-02-14 09:31:12,445| Using runtime properties file: C:\Users\user\Application Data\OpenMRS\openmrs-runtime.properties
  64. Thu Feb 14 09:31:12 IST 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.
  65. INFO 2/14/19 9:31 AM:liquibase: Reading from `liquibasechangelog`
  66. WARNING 2/14/19 9:31 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. WARNING 2/14/19 9:31 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
  68. WARNING 2/14/19 9:31 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
  69. Thu Feb 14 09:31:16 IST 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.
  70. INFO - EhCacheManagerFactoryBean.afterPropertiesSet(129) |2019-02-14 09:31:21,292| Initializing EhCache CacheManager
  71. Thu Feb 14 09:31:25 IST 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.
  72. WARN - SimpleUrlHandlerMapping.registerHandlers(115) |2019-02-14 09:31:32,803| Neither 'urlMap' nor 'mappings' set on SimpleUrlHandlerMapping
  73. WARN - Listener.loadBundledModules(500) |2019-02-14 09:31:32,821| Bundled module folder doesn't exist: C:\Users\user\Desktop\CoreOpenMRS\Core\openmrs\webapp\src\main\webapp\WEB-INF\bundledModules
  74. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2078) |2019-02-14 09:31:32,821| Unable to find a runtime properties file at C:\Users\user\Desktop\CoreOpenMRS\Core\openmrs\webapp\openmrs-runtime.properties
  75. Thu Feb 14 09:31:33 IST 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.
  76. INFO 2/14/19 9:31 AM:liquibase: Reading from `liquibasechangelog`
  77. WARNING 2/14/19 9:31 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
  78. WARNING 2/14/19 9:31 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
  79. WARNING 2/14/19 9:31 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
  80. Thu Feb 14 09:31:34 IST 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.
  81. Thu Feb 14 09:31:34 IST 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.
  82. ERROR - ModuleFactory.startModules(256) |2019-02-14 09:31:37,258| Module UI Commons Module cannot be started because it requires the following module(s): uiframework 3.8 Please install and start these modules first.
  83. INFO - LoggingAdvice.invoke(116) |2019-02-14 09:31:38,949| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
  84. INFO - LoggingAdvice.invoke(156) |2019-02-14 09:31:39,465| Exiting method saveAlert
  85. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2078) |2019-02-14 09:31:39,762| Unable to find a runtime properties file at C:\Users\user\Desktop\CoreOpenMRS\Core\openmrs\webapp\openmrs-runtime.properties
  86. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2078) |2019-02-14 09:31:40,168| Unable to find a runtime properties file at C:\Users\user\Desktop\CoreOpenMRS\Core\openmrs\webapp\openmrs-runtime.properties
  87. Thu Feb 14 09:31:40 IST 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.
  88. Thu Feb 14 09:31:43 IST 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.
  89. INFO 2/14/19 9:31 AM:liquibase: Reading from `liquibasechangelog`
  90. WARNING 2/14/19 9:31 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
  91. WARNING 2/14/19 9:31 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
  92. WARNING 2/14/19 9:31 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
  93. Thu Feb 14 09:31:43 IST 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.
  94. INFO 2/14/19 9:31 AM:liquibase: Reading from `liquibasechangelog`
  95. WARNING 2/14/19 9:31 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
  96. WARNING 2/14/19 9:31 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
  97. WARNING 2/14/19 9:31 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
  98. Thu Feb 14 09:31:45 IST 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.
  99. [INFO] Started o.e.j.m.p.JettyWebAppContext@3bbf841e{/openmrs,file:///C:/Users/user/Desktop/CoreOpenMRS/Core/openmrs/webapp/src/main/webapp/,AVAILABLE}{file:///C:/Users/user/Desktop/CoreOpenMRS/Core/openmrs/webapp/src/main/webapp/}
  100. [INFO] Started ServerConnector@35cf5d9{HTTP/1.1,[http/1.1]}{0.0.0.0:8080}
  101. [INFO] Started @54248ms
  102. [INFO] Started Jetty Server
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement