Advertisement
Guest User

app data

a guest
May 19th, 2020
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.76 KB | None | 0 0
  1. [INFO] Scanning for projects...
  2. [INFO]
  3. [INFO] -------------------< org.openmrs.web:openmrs-webapp >-------------------
  4. [INFO] Building openmrs-webapp 2.4.0-SNAPSHOT
  5. [INFO] --------------------------------[ war ]---------------------------------
  6. [INFO]
  7. [INFO] >>> jetty-maven-plugin:9.4.25.v20191220: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\Mohil\openmrs-core\webapp
  15. [INFO] Storing buildNumber: e2344f at timestamp: 1589936250760
  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\Mohil\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: C:\Users\Mohil\openmrs-core\webapp\src\main\resources\liquibase-demo-data.zip into C:\Users\Mohil\openmrs-core\webapp\target\classes
  32. [INFO] Executed tasks
  33. [INFO]
  34. [INFO] --- maven-compiler-plugin:3.8.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:3.8.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.4.25.v20191220:run (default-cli) < test-compile @ openmrs-webapp <<<
  45. [INFO]
  46. [INFO]
  47. [INFO] --- jetty-maven-plugin:9.4.25.v20191220:run (default-cli) @ openmrs-webapp ---
  48. [INFO] Logging initialized @3583ms to org.eclipse.jetty.util.log.Slf4jLog
  49. [INFO] webAppSourceDirectory not set. Trying src\main\webapp
  50. [INFO] Reload Mechanic: automatic
  51. [INFO] nonBlocking:false
  52. [INFO] Classes = C:\Users\Mohil\openmrs-core\webapp\target\classes
  53. [INFO] Configuring Jetty for project: openmrs-webapp
  54. [INFO] Context path = /openmrs
  55. [INFO] Tmp directory = C:\Users\Mohil\openmrs-core\webapp\target\tmp
  56. [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
  57. [INFO] Web overrides = src/test/resources/override-web.xml
  58. [INFO] web.xml file = C:\Users\Mohil\openmrs-core\webapp\target/jetty/WEB-INF/web.xml
  59. [INFO] Webapp directory = C:\Users\Mohil\openmrs-core\webapp\src\main\webapp
  60. [INFO] jetty-9.4.25.v20191220; built: 2019-12-20T17:00:00.294Z; git: a9729c7e7f33a459d2616a8f9e9ba8a90f432e95; jvm 1.8.0_201-b09
  61. [INFO] Scanning elapsed time=1593ms
  62. [INFO] No Spring WebApplicationInitializer types detected on classpath
  63. [INFO] DefaultSessionIdManager workerName=node0
  64. [INFO] No SessionScavenger set, using defaults
  65. [INFO] node0 Scavenging every 660000ms
  66. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2122) |2020-05-19T20:57:35,900| Unable to find a runtime properties file at C:\Users\Mohil\openmrs-core\webapp\openmrs-runtime.properties
  67. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2150) |2020-05-19T20:57:35,936| Unable to find properties file: C:\Users\Mohil\Application Data\OpenMRS\openmrs-runtime.properties
  68. WARN - OpenmrsUtil.getRuntimeProperties(2083) |2020-05-19T20:57:35,937| Unable to find a runtime properties file. Initial setup is needed. View the webapp to run the setup wizard.
  69. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2122) |2020-05-19T20:57:36,116| Unable to find a runtime properties file at C:\Users\Mohil\openmrs-core\webapp\openmrs-runtime.properties
  70. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2150) |2020-05-19T20:57:36,118| Unable to find properties file: C:\Users\Mohil\Application Data\OpenMRS\openmrs-runtime.properties
  71. WARN - OpenmrsUtil.getRuntimeProperties(2083) |2020-05-19T20:57:36,119| Unable to find a runtime properties file. Initial setup is needed. View the webapp to run the setup wizard.
  72. [INFO] Started o.e.j.m.p.JettyWebAppContext@43c87306{OpenMRS,/openmrs,file:///C:/Users/Mohil/openmrs-core/webapp/src/main/webapp/,AVAILABLE}{file:///C:/Users/Mohil/openmrs-core/webapp/src/main/webapp/}
  73. [INFO] Started ServerConnector@61da0413{HTTP/1.1,[http/1.1]}{0.0.0.0:8080}
  74. [INFO] Started @7585ms
  75. [INFO] Started Jetty Server
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement