Advertisement
kyla03

Webapp Mavin Debug Error

Feb 2nd, 2021
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2138) |2021-02-02T14:28:13,600| Unable to find a runtime properties file at /Users/kylaokobah/git/openmrs-core/webapp/openmrs-runtime.properties
  2. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2166) |2021-02-02T14:28:13,634| Unable to find properties file: /Users/kylaokobah/.OpenMRS/openmrs-runtime.properties
  3. WARN - OpenmrsUtil.getRuntimeProperties(2099) |2021-02-02T14:28:13,634| Unable to find a runtime properties file. Initial setup is needed. View the webapp to run the setup wizard.
  4. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2138) |2021-02-02T14:28:13,875| Unable to find a runtime properties file at /Users/kylaokobah/git/openmrs-core/webapp/openmrs-runtime.properties
  5. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2166) |2021-02-02T14:28:13,876| Unable to find properties file: /Users/kylaokobah/.OpenMRS/openmrs-runtime.properties
  6. WARN - OpenmrsUtil.getRuntimeProperties(2099) |2021-02-02T14:28:13,877| Unable to find a runtime properties file. Initial setup is needed. View the webapp to run the setup wizard.
  7. [INFO] Started o.e.j.m.p.JettyWebAppContext@3457cc8d{OpenMRS,/openmrs,file:///Users/kylaokobah/git/openmrs-core/webapp/src/main/webapp/,AVAILABLE}{file:///Users/kylaokobah/git/openmrs-core/webapp/src/main/webapp/}
  8. [INFO] Jetty server exiting.
  9. [INFO] ------------------------------------------------------------------------
  10. [INFO] BUILD FAILURE
  11. [INFO] ------------------------------------------------------------------------
  12. [INFO] Total time: 7.663 s
  13. [INFO] Finished at: 2021-02-02T14:28:14-05:00
  14. [INFO] ------------------------------------------------------------------------
  15. [ERROR] Failed to execute goal org.eclipse.jetty:jetty-maven-plugin:9.4.35.v20201120:run (default-cli) on project openmrs-webapp: Failure: Failed to bind to 0.0.0.0/0.0.0.0:8080: Address already in use -> [Help 1]
  16. [ERROR]
  17. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  18. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  19. [ERROR]
  20. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  21. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
  22.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement