Advertisement
Guest User

Untitled

a guest
Dec 3rd, 2018
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. ontroller.java:[70,56] cannot find symbol
  2. symbol: method getAvailableExtensions()
  3. location: variable service of type org.openmrs.module.appframework.service.AppFrameworkService
  4. [INFO] 1 error
  5. [INFO] -------------------------------------------------------------
  6. [INFO] ------------------------------------------------------------------------
  7. [INFO] Reactor Summary:
  8. [INFO]
  9. [INFO] Reference Application Module 2.9.0-SNAPSHOT ........ SUCCESS [ 4.196 s]
  10. [INFO] Reference Application Module API ................... SUCCESS [ 49.062 s]
  11. [INFO] Reference Application Module OMOD 2.9.0-SNAPSHOT ... FAILURE [ 46.127 s]
  12. [INFO] ------------------------------------------------------------------------
  13. [INFO] BUILD FAILURE
  14. [INFO] ------------------------------------------------------------------------
  15. [INFO] Total time: 01:45 min
  16. [INFO] Finished at: 2018-12-03T11:22:46+03:00
  17. [INFO] ------------------------------------------------------------------------
  18. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project referenceapplication-omod: Compilation failure
  19. [ERROR] /F:/openmrs modules/modules/openmrs-module-referenceapplication/omod/src/main/java/org/openmrs/module/referenceapplication/page/controller/ManageExtensionsPageController.java:[70,56] cannot find symbol
  20. [ERROR] symbol: method getAvailableExtensions()
  21. [ERROR] location: variable service of type org.openmrs.module.appframework.service.AppFrameworkService
  22. [ERROR]
  23. [ERROR] -> [Help 1]
  24. [ERROR]
  25. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  26. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  27. [ERROR]
  28. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  29. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  30. [ERROR]
  31. [ERROR] After correcting the problems, you can resume the build with the command
  32. [ERROR] mvn <goals> -rf :referenceapplication-omod
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement