Advertisement
Guest User

Untitled

a guest
Nov 13th, 2018
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 9.64 KB | None | 0 0
  1. [INFO] Scanning for projects...
  2. [INFO]
  3. [INFO] -------------------< org.openmrs.web:openmrs-webapp >-------------------
  4. [INFO] Building openmrs-webapp 2.1.4-SNAPSHOT
  5. [INFO] --------------------------------[ war ]---------------------------------
  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\nmmcc\Documents\GitHub\openmrswrkspc\openmrs-core\webapp
  15. [INFO] Storing buildNumber: 0 at timestamp: 1542134373002
  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\nmmcc\Documents\GitHub\openmrswrkspc\openmrs-core\webapp
  19. [INFO] Storing buildScmBranch: UNKNOWN_BRANCH
  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\nmmcc\Documents\GitHub\openmrswrkspc\openmrs-core\webapp\src\main\resources\liquibase-demo-data.zip into C:\Users\nmmcc\Documents\GitHub\openmrswrkspc\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]
  47. [INFO] --- jetty-maven-plugin:9.3.3.v20150827:run (default-cli) @ openmrs-webapp ---
  48. [INFO] Logging initialized @3289ms
  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 = C:\Users\nmmcc\Documents\GitHub\openmrswrkspc\openmrs-core\webapp\target\classes
  53. [INFO] Context path = /openmrs
  54. [INFO] Tmp directory = C:\Users\nmmcc\Documents\GitHub\openmrswrkspc\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 = C:\Users\nmmcc\Documents\GitHub\openmrswrkspc\openmrs-core\webapp\target/jetty/WEB-INF/web.xml
  58. [INFO] Webapp directory = C:\Users\nmmcc\Documents\GitHub\openmrswrkspc\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. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2085) |2018-11-13 13:39:38,883| Unable to find a runtime properties file at C:\Users\nmmcc\Documents\GitHub\openmrswrkspc\openmrs-core\webapp\openmrs-runtime.properties
  63. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2085) |2018-11-13 13:39:38,898| Unable to find a runtime properties file at C:\Users\nmmcc\Documents\GitHub\openmrswrkspc\openmrs-core\webapp\openmrs-runtime.properties
  64. INFO - Listener.contextInitialized(174) |2018-11-13 13:39:38,899| Using runtime properties file: C:\Users\nmmcc\Application Data\OpenMRS\openmrs-runtime.properties
  65. INFO 11/13/18 1:39 PM:liquibase: Reading from `liquibasechangelog`
  66. WARNING 11/13/18 1:39 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 11/13/18 1:39 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 11/13/18 1:39 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. INFO - EhCacheManagerFactoryBean.afterPropertiesSet(129) |2018-11-13 13:39:42,337| Initializing EhCache CacheManager
  70. WARN - SimpleUrlHandlerMapping.registerHandlers(115) |2018-11-13 13:39:46,923| Neither 'urlMap' nor 'mappings' set on SimpleUrlHandlerMapping
  71. WARN - Listener.loadBundledModules(521) |2018-11-13 13:39:46,937| Bundled module folder doesn't exist: C:\Users\nmmcc\Documents\GitHub\openmrswrkspc\openmrs-core\webapp\src\main\webapp\WEB-INF\bundledModules
  72. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2085) |2018-11-13 13:39:46,941| Unable to find a runtime properties file at C:\Users\nmmcc\Documents\GitHub\openmrswrkspc\openmrs-core\webapp\openmrs-runtime.properties
  73. INFO 11/13/18 1:39 PM:liquibase: Reading from `liquibasechangelog`
  74. WARNING 11/13/18 1:39 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
  75. WARNING 11/13/18 1:39 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 11/13/18 1:39 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. ERROR - ModuleFactory.getModuleFromFile(542) |2018-11-13 13:39:48,431| Error getting module object from file openmrs-module-legacyui
  78. org.openmrs.module.ModuleException: Module file does not have the correct '.omod' file extension Module: openmrs-module-legacyui
  79.        at org.openmrs.module.ModuleFileParser.<init>(ModuleFileParser.java:88)
  80.        at org.openmrs.module.ModuleFactory.getModuleFromFile(ModuleFactory.java:538)
  81.        at org.openmrs.module.ModuleFactory.loadModule(ModuleFactory.java:107)
  82.        at org.openmrs.module.ModuleFactory.loadModules(ModuleFactory.java:194)
  83.        at org.openmrs.module.ModuleFactory.loadModules(ModuleFactory.java:173)
  84.        at org.openmrs.module.ModuleUtil.startup(ModuleUtil.java:77)
  85.        at org.openmrs.api.context.Context.startup(Context.java:832)
  86.        at org.openmrs.web.Listener.startOpenmrs(Listener.java:244)
  87.        at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  88. ERROR - ModuleFactory.getModuleFromFile(542) |2018-11-13 13:39:48,438| Error getting module object from file openmrs-module-webservices.rest
  89. org.openmrs.module.ModuleException: Module file does not have the correct '.omod' file extension Module: openmrs-module-webservices.rest
  90.        at org.openmrs.module.ModuleFileParser.<init>(ModuleFileParser.java:88)
  91.        at org.openmrs.module.ModuleFactory.getModuleFromFile(ModuleFactory.java:538)
  92.        at org.openmrs.module.ModuleFactory.loadModule(ModuleFactory.java:107)
  93.        at org.openmrs.module.ModuleFactory.loadModules(ModuleFactory.java:194)
  94.        at org.openmrs.module.ModuleFactory.loadModules(ModuleFactory.java:173)
  95.        at org.openmrs.module.ModuleUtil.startup(ModuleUtil.java:77)
  96.        at org.openmrs.api.context.Context.startup(Context.java:832)
  97.        at org.openmrs.web.Listener.startOpenmrs(Listener.java:244)
  98.        at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  99. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2085) |2018-11-13 13:39:48,451| Unable to find a runtime properties file at C:\Users\nmmcc\Documents\GitHub\openmrswrkspc\openmrs-core\webapp\openmrs-runtime.properties
  100. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2085) |2018-11-13 13:39:48,568| Unable to find a runtime properties file at C:\Users\nmmcc\Documents\GitHub\openmrswrkspc\openmrs-core\webapp\openmrs-runtime.properties
  101. INFO 11/13/18 1:39 PM:liquibase: Reading from `liquibasechangelog`
  102. WARNING 11/13/18 1:39 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
  103. WARNING 11/13/18 1:39 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
  104. WARNING 11/13/18 1:39 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
  105. INFO 11/13/18 1:39 PM:liquibase: Reading from `liquibasechangelog`
  106. WARNING 11/13/18 1:39 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
  107. WARNING 11/13/18 1:39 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
  108. WARNING 11/13/18 1:39 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
  109. [INFO] Started o.e.j.m.p.JettyWebAppContext@70972170{/openmrs,file:///C:/Users/nmmcc/Documents/GitHub/openmrswrkspc/openmrs-core/webapp/src/main/webapp/,AVAILABLE}{file:///C:/Users/nmmcc/Documents/GitHub/openmrswrkspc/openmrs-core/webapp/src/main/webapp/}
  110. [INFO] Started ServerConnector@2b3ba0a8{HTTP/1.1,[http/1.1]}{0.0.0.0:8080}
  111. [INFO] Started @18549ms
  112. [INFO] Started Jetty Server
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement