Skip to content

Instantly share code, notes, and snippets.

@ssmusoke
Created May 14, 2020 07:38
Show Gist options
  • Save ssmusoke/7498bc72c8df181ffb7470957bf0e52f to your computer and use it in GitHub Desktop.
Save ssmusoke/7498bc72c8df181ffb7470957bf0e52f to your computer and use it in GitHub Desktop.
[ERROR] /Users/ssmusoke/IdeaProjects/openmrs-module-prisonemr/api/src/main/java/org/openmrs/module/prisonemr/api/impl/PrisonEMRServiceImpl.java:[467,64] cannot find symbol
symbol: class ProgramAttributeType
location: class org.openmrs.module.prisonemr.api.impl.PrisonEMRServiceImpl
[ERROR] /Users/ssmusoke/IdeaProjects/openmrs-module-prisonemr/api/src/main/java/org/openmrs/module/prisonemr/api/impl/PrisonEMRServiceImpl.java:[467,17] cannot find symbol
symbol: class PatientProgramAttribute
location: class org.openmrs.module.prisonemr.api.impl.PrisonEMRServiceImpl
[ERROR] /Users/ssmusoke/IdeaProjects/openmrs-module-prisonemr/api/src/main/java/org/openmrs/module/prisonemr/api/impl/PrisonEMRServiceImpl.java:[43,8] org.openmrs.module.prisonemr.api.impl.PrisonEMRServiceImpl is not abstract and does not override abstract method createPatient(org.json.JSONObject) in org.openmrs.module.prisonemr.api.PrisonEMRService
[ERROR] /Users/ssmusoke/IdeaProjects/openmrs-module-prisonemr/api/src/main/java/org/openmrs/module/prisonemr/api/impl/PrisonEMRServiceImpl.java:[439,9] method does not override or implement a method from a supertype
[ERROR] /Users/ssmusoke/IdeaProjects/openmrs-module-prisonemr/api/src/main/java/org/openmrs/module/prisonemr/api/impl/PrisonEMRServiceImpl.java:[455,51] cannot find symbol
symbol: method getProgramAttributeTypeByUuid(java.lang.String)
location: variable programWorkflowService of type org.openmrs.api.ProgramWorkflowService
[ERROR] /Users/ssmusoke/IdeaProjects/openmrs-module-prisonemr/api/src/main/java/org/openmrs/module/prisonemr/api/impl/PrisonEMRServiceImpl.java:[460,51] cannot find symbol
symbol: method getProgramAttributeTypeByUuid(java.lang.String)
location: variable programWorkflowService of type org.openmrs.api.ProgramWorkflowService
[ERROR] /Users/ssmusoke/IdeaProjects/openmrs-module-prisonemr/api/src/main/java/org/openmrs/module/prisonemr/api/impl/PrisonEMRServiceImpl.java:[469,17] cannot find symbol
symbol: class PatientProgramAttribute
location: class org.openmrs.module.prisonemr.api.impl.PrisonEMRServiceImpl
[ERROR] /Users/ssmusoke/IdeaProjects/openmrs-module-prisonemr/api/src/main/java/org/openmrs/module/prisonemr/api/impl/PrisonEMRServiceImpl.java:[469,71] cannot find symbol
symbol: class PatientProgramAttribute
location: class org.openmrs.module.prisonemr.api.impl.PrisonEMRServiceImpl
[INFO] 8 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Prison EMR ......................................... SUCCESS [ 24.113 s]
[INFO] Prison EMR API .................................... FAILURE [ 11.610 s]
[INFO] Prison EMR OMOD ................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 36.181 s
[INFO] Finished at: 2020-05-14T10:37:20+03:00
[INFO] Final Memory: 56M/3925M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project prisonemr-api: Compilation failure: Compilation failure:
[ERROR] /Users/ssmusoke/IdeaProjects/openmrs-module-prisonemr/api/src/main/java/org/openmrs/module/prisonemr/api/impl/PrisonEMRServiceImpl.java:[467,64] cannot find symbol
[ERROR] symbol: class ProgramAttributeType
[ERROR] location: class org.openmrs.module.prisonemr.api.impl.PrisonEMRServiceImpl
[ERROR] /Users/ssmusoke/IdeaProjects/openmrs-module-prisonemr/api/src/main/java/org/openmrs/module/prisonemr/api/impl/PrisonEMRServiceImpl.java:[467,17] cannot find symbol
[ERROR] symbol: class PatientProgramAttribute
[ERROR] location: class org.openmrs.module.prisonemr.api.impl.PrisonEMRServiceImpl
[ERROR] /Users/ssmusoke/IdeaProjects/openmrs-module-prisonemr/api/src/main/java/org/openmrs/module/prisonemr/api/impl/PrisonEMRServiceImpl.java:[43,8] org.openmrs.module.prisonemr.api.impl.PrisonEMRServiceImpl is not abstract and does not override abstract method createPatient(org.json.JSONObject) in org.openmrs.module.prisonemr.api.PrisonEMRService
[ERROR] /Users/ssmusoke/IdeaProjects/openmrs-module-prisonemr/api/src/main/java/org/openmrs/module/prisonemr/api/impl/PrisonEMRServiceImpl.java:[439,9] method does not override or implement a method from a supertype
[ERROR] /Users/ssmusoke/IdeaProjects/openmrs-module-prisonemr/api/src/main/java/org/openmrs/module/prisonemr/api/impl/PrisonEMRServiceImpl.java:[455,51] cannot find symbol
[ERROR] symbol: method getProgramAttributeTypeByUuid(java.lang.String)
[ERROR] location: variable programWorkflowService of type org.openmrs.api.ProgramWorkflowService
[ERROR] /Users/ssmusoke/IdeaProjects/openmrs-module-prisonemr/api/src/main/java/org/openmrs/module/prisonemr/api/impl/PrisonEMRServiceImpl.java:[460,51] cannot find symbol
[ERROR] symbol: method getProgramAttributeTypeByUuid(java.lang.String)
[ERROR] location: variable programWorkflowService of type org.openmrs.api.ProgramWorkflowService
[ERROR] /Users/ssmusoke/IdeaProjects/openmrs-module-prisonemr/api/src/main/java/org/openmrs/module/prisonemr/api/impl/PrisonEMRServiceImpl.java:[469,17] cannot find symbol
[ERROR] symbol: class PatientProgramAttribute
[ERROR] location: class org.openmrs.module.prisonemr.api.impl.PrisonEMRServiceImpl
[ERROR] /Users/ssmusoke/IdeaProjects/openmrs-module-prisonemr/api/src/main/java/org/openmrs/module/prisonemr/api/impl/PrisonEMRServiceImpl.java:[469,71] cannot find symbol
[ERROR] symbol: class PatientProgramAttribute
[ERROR] location: class org.openmrs.module.prisonemr.api.impl.PrisonEMRServiceImpl
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :prisonemr-api
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment