Advertisement
Guest User

Untitled

a guest
Oct 25th, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.58 KB | None | 0 0
  1. Microsoft Windows [Version 6.1.7601]
  2. Copyright (c) 2009 Microsoft Corporation. All rights reserved.
  3.  
  4. C:\Users\Cliff>cd C:\Users\Cliff\Desktop\project\openmrs-core\webapp
  5.  
  6. C:\Users\Cliff\Desktop\project\openmrs-core\webapp>mvn jetty:run
  7. [INFO] Scanning for projects...
  8. [INFO]
  9. [INFO] -------------------< org.openmrs.web:openmrs-webapp >-------------------
  10. [INFO] Building openmrs-webapp 2.4.0-SNAPSHOT
  11. [INFO] --------------------------------[ war ]---------------------------------
  12. [INFO]
  13. [INFO] >>> jetty-maven-plugin:9.3.3.v20150827:run (default-cli) > test-compile @
  14. openmrs-webapp >>>
  15. [INFO]
  16. [INFO] --- buildnumber-maven-plugin:1.1:create (default) @ openmrs-webapp ---
  17. [INFO] Checking for local modifications: skipped.
  18. [INFO] Updating project files from SCM: skipped.
  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\Cliff\Desktop\project\openmrs-core\webapp
  22. [INFO] Storing buildNumber: 768707 at timestamp: 1572009162046
  23. [INFO] ShortRevision tag detected. The value is '6'.
  24. [INFO] Executing: cmd.exe /X /C "git rev-parse --verify --short=6 HEAD"
  25. [INFO] Working directory: C:\Users\Cliff\Desktop\project\openmrs-core\webapp
  26. [INFO] Storing buildScmBranch: UNKNOWN
  27. [INFO]
  28. [INFO] --- build-helper-maven-plugin:1.5:parse-version (parse-version) @ openmrs
  29. -webapp ---
  30. [INFO]
  31. [INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ openmrs-we
  32. bapp ---
  33. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  34. [INFO] Copying 2 resources
  35. [INFO] Copying 1 resource to ../jetty
  36. [INFO]
  37. [INFO] --- maven-antrun-plugin:1.4:run (default) @ openmrs-webapp ---
  38. project.artifactId
  39. [INFO] Executing tasks
  40. [unzip] Expanding: C:\Users\Cliff\Desktop\project\openmrs-core\webapp\src\ma
  41. in\resources\liquibase-demo-data.zip into C:\Users\Cliff\Desktop\project\openmrs
  42. -core\webapp\target\classes
  43. [INFO] Executed tasks
  44. [INFO]
  45. [INFO] --- maven-compiler-plugin:2.1:compile (default-compile) @ openmrs-webapp
  46. ---
  47. [INFO] No sources to compile
  48. [INFO]
  49. [INFO] --- maven-resources-plugin:2.4:testResources (default-testResources) @ op
  50. enmrs-webapp ---
  51. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  52. [INFO] Copying 1 resource
  53. [INFO]
  54. [INFO] --- maven-compiler-plugin:2.1:testCompile (default-testCompile) @ openmrs
  55. -webapp ---
  56. [INFO] Nothing to compile - all classes are up to date
  57. [INFO]
  58. [INFO] <<< jetty-maven-plugin:9.3.3.v20150827:run (default-cli) < test-compile @
  59. openmrs-webapp <<<
  60. [INFO]
  61. [INFO]
  62. [INFO] --- jetty-maven-plugin:9.3.3.v20150827:run (default-cli) @ openmrs-webapp
  63. ---
  64. [INFO] Logging initialized @9474ms
  65. [INFO] Configuring Jetty for project: openmrs-webapp
  66. [INFO] webAppSourceDirectory not set. Trying src\main\webapp
  67. [INFO] Reload Mechanic: automatic
  68. [INFO] Classes = C:\Users\Cliff\Desktop\project\openmrs-core\webapp\target\class
  69. es
  70. [INFO] Context path = /openmrs
  71. [INFO] Tmp directory = C:\Users\Cliff\Desktop\project\openmrs-core\webapp\target
  72. \tmp
  73. [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
  74. [INFO] Web overrides = src/test/resources/override-web.xml
  75. [INFO] web.xml file = C:\Users\Cliff\Desktop\project\openmrs-core\webapp\target/
  76. jetty/WEB-INF/web.xml
  77. [INFO] Webapp directory = C:\Users\Cliff\Desktop\project\openmrs-core\webapp\src
  78. \main\webapp
  79. [INFO] jetty-9.3.3.v20150827
  80. [INFO] No Spring WebApplicationInitializer types detected on classpath
  81. [INFO] Initializing log4j from [classpath:log4j.xml]
  82. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2078) |2019-10-25 16:13:10,7
  83. 91| Unable to find a runtime properties file at C:\Users\Cliff\Desktop\project\o
  84. penmrs-core\webapp\openmrs-runtime.properties
  85. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2106) |2019-10-25 16:13:10,8
  86. 27| Unable to find properties file: C:\Users\Cliff\Application Data\OpenMRS\open
  87. mrs-runtime.properties
  88. WARN - OpenmrsUtil.getRuntimeProperties(2039) |2019-10-25 16:13:10,829| Unable t
  89. o find a runtime properties file. Initial setup is needed. View the webapp to ru
  90. n the setup wizard.
  91. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2078) |2019-10-25 16:13:11,1
  92. 93| Unable to find a runtime properties file at C:\Users\Cliff\Desktop\project\o
  93. penmrs-core\webapp\openmrs-runtime.properties
  94. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2106) |2019-10-25 16:13:11,1
  95. 97| Unable to find properties file: C:\Users\Cliff\Application Data\OpenMRS\open
  96. mrs-runtime.properties
  97. WARN - OpenmrsUtil.getRuntimeProperties(2039) |2019-10-25 16:13:11,200| Unable t
  98. o find a runtime properties file. Initial setup is needed. View the webapp to ru
  99. n the setup wizard.
  100. [INFO] Started o.e.j.m.p.JettyWebAppContext@352c44a8{/openmrs,file:///C:/Users/C
  101. liff/Desktop/project/openmrs-core/webapp/src/main/webapp/,AVAILABLE}{file:///C:/
  102. Users/Cliff/Desktop/project/openmrs-core/webapp/src/main/webapp/}
  103. [INFO] Started ServerConnector@6ecc02bb{HTTP/1.1,[http/1.1]}{0.0.0.0:8080}
  104. [INFO] Started @51747ms
  105. [INFO] Started Jetty Server
  106. [INFO] Stopped ServerConnector@6ecc02bb{HTTP/1.1,[http/1.1]}{0.0.0.0:8080}
  107. ERROR - Context.getServiceContext(273) |2019-10-25 16:14:07,728| serviceContext
  108. is null. Creating new ServiceContext()
  109. WARN - LocaleUtility.getDefaultLocale(73) |2019-10-25 16:14:07,858| Unable to ge
  110. t locale global property value. Service not found: interface org.openmrs.api.Adm
  111. inistrationService
  112. [INFO] Stopped o.e.j.m.p.JettyWebAppContext@352c44a8{/openmrs,file:///C:/Users/C
  113. liff/Desktop/project/openmrs-core/webapp/src/main/webapp/,UNAVAILABLE}{file:///C
  114. :/Users/Cliff/Desktop/project/openmrs-core/webapp/src/main/webapp/}
  115. Terminate batch job (Y/N)?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement