Advertisement
rajswarnam

openmrs smart container

Nov 2nd, 2017
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.31 KB | None | 0 0
  1. [INFO] Scanning for projects...
  2. [INFO] ------------------------------------------------------------------------
  3. [INFO] Reactor Build Order:
  4. [INFO]
  5. [INFO] SMART Container
  6. [INFO] SMART Container API
  7. [INFO] SMART Container OMOD
  8. [INFO]
  9. [INFO] ------------------------------------------------------------------------
  10. [INFO] Building SMART Container 1.0.0
  11. [INFO] ------------------------------------------------------------------------
  12. [INFO]
  13. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ smartcontainer ---
  14. [INFO]
  15. [INFO] --- maven-install-plugin:2.4:install (default-install) @ smartcontainer ---
  16. [INFO] Installing C:\openmrs\smartcontainer\openmrs-module-smartcontainer\pom.xml to C:\Users\.m2\repository\org\openmrs\module\smartcontainer\1.0.0\smartcontainer-1.0.0.pom
  17. [INFO]
  18. [INFO] ------------------------------------------------------------------------
  19. [INFO] Building SMART Container API 1.0.0
  20. [INFO] ------------------------------------------------------------------------
  21. [INFO]
  22. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ smartcontainer-api ---
  23. [INFO] Deleting C:\openmrs\smartcontainer\openmrs-module-smartcontainer\api\target
  24. [INFO]
  25. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ smartcontainer-api ---
  26. [WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent!
  27. [INFO] skip non existing resourceDirectory C:\openmrs\smartcontainer\openmrs-module-smartcontainer\api\src\main\resources
  28. [INFO]
  29. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ smartcontainer-api ---
  30. [INFO] Changes detected - recompiling the module!
  31. [WARNING] File encoding has not been set, using platform encoding Cp1252, i.e. build is platform dependent!
  32. [INFO] Compiling 59 source files to C:\openmrs\smartcontainer\openmrs-module-smartcontainer\api\target\classes
  33. [INFO] -------------------------------------------------------------
  34. [WARNING] COMPILATION WARNING :
  35. [INFO] -------------------------------------------------------------
  36. [WARNING] /C:/openmrs/smartcontainer/openmrs-module-smartcontainer/api/src/main/java/org/openmrs/module/smartcontainer/app/ManifestParser.java: Some input files use unchecked or unsafe operations.
  37. [WARNING] /C:/openmrs/smartcontainer/openmrs-module-smartcontainer/api/src/main/java/org/openmrs/module/smartcontainer/app/ManifestParser.java: Recompile with -Xlint:unchecked for details.
  38. [WARNING] Some messages have been simplified; recompile with -Xdiags:verbose to get full output
  39. [INFO] 3 warnings
  40. [INFO] -------------------------------------------------------------
  41. [INFO] -------------------------------------------------------------
  42. [ERROR] COMPILATION ERROR :
  43. [INFO] -------------------------------------------------------------
  44. [ERROR] /C:/openmrs/smartcontainer/openmrs-module-smartcontainer/api/src/main/java/org/openmrs/module/smartcontainer/smartData/handler/SmartProblemHandler.java:[24,30] package org.openmrs.activelist does not exist
  45. [ERROR] /C:/openmrs/smartcontainer/openmrs-module-smartcontainer/api/src/main/java/org/openmrs/module/smartcontainer/smartData/handler/SmartMedicationHandler.java:[80,72] method getOrder in interface org.openmrs.api.OrderService cannot be applied to given types;
  46. required: java.lang.Integer
  47. found: java.lang.Integer,java.lang.Class<org.openmrs.DrugOrder>
  48. reason: actual and formal argument lists differ in length
  49. [ERROR] /C:/openmrs/smartcontainer/openmrs-module-smartcontainer/api/src/main/java/org/openmrs/module/smartcontainer/smartData/handler/SmartMedicationHandler.java:[101,71] cannot find symbol
  50. symbol: method getDrugOrdersByPatient(org.openmrs.Patient)
  51. location: interface org.openmrs.api.OrderService
  52. [ERROR] /C:/openmrs/smartcontainer/openmrs-module-smartcontainer/api/src/main/java/org/openmrs/module/smartcontainer/smartData/handler/SmartMedicationHandler.java:[122,30] cannot find symbol
  53. symbol: method getStartDate()
  54. location: variable drugOrder of type org.openmrs.DrugOrder
  55. [ERROR] /C:/openmrs/smartcontainer/openmrs-module-smartcontainer/api/src/main/java/org/openmrs/module/smartcontainer/smartData/handler/SmartMedicationHandler.java:[123,84] cannot find symbol
  56. symbol: method getStartDate()
  57. location: variable drugOrder of type org.openmrs.DrugOrder
  58. [ERROR] /C:/openmrs/smartcontainer/openmrs-module-smartcontainer/api/src/main/java/org/openmrs/module/smartcontainer/smartData/handler/SmartMedicationHandler.java:[126,30] cannot find symbol
  59. symbol: method getDiscontinued()
  60. location: variable drugOrder of type org.openmrs.DrugOrder
  61. [ERROR] /C:/openmrs/smartcontainer/openmrs-module-smartcontainer/api/src/main/java/org/openmrs/module/smartcontainer/smartData/handler/SmartMedicationHandler.java:[126,61] cannot find symbol
  62. symbol: method getDiscontinuedDate()
  63. location: variable drugOrder of type org.openmrs.DrugOrder
  64. [ERROR] /C:/openmrs/smartcontainer/openmrs-module-smartcontainer/api/src/main/java/org/openmrs/module/smartcontainer/smartData/handler/SmartMedicationHandler.java:[127,82] cannot find symbol
  65. symbol: method getDiscontinuedDate()
  66. location: variable drugOrder of type org.openmrs.DrugOrder
  67. [ERROR] /C:/openmrs/smartcontainer/openmrs-module-smartcontainer/api/src/main/java/org/openmrs/module/smartcontainer/smartData/handler/SmartMedicationHandler.java:[133,122] cannot find symbol
  68. symbol: method getUnits()
  69. location: variable drugOrder of type org.openmrs.DrugOrder
  70. [ERROR] /C:/openmrs/smartcontainer/openmrs-module-smartcontainer/api/src/main/java/org/openmrs/module/smartcontainer/smartData/handler/SmartMedicationHandler.java:[136,66] incompatible types: org.openmrs.OrderFrequency cannot be converted to java.lang.String
  71. [ERROR] /C:/openmrs/smartcontainer/openmrs-module-smartcontainer/api/src/main/java/org/openmrs/module/smartcontainer/smartData/handler/SmartMedicationHandler.java:[138,78] cannot find symbol
  72. symbol: method trim()
  73. location: class org.openmrs.OrderFrequency
  74. [ERROR] /C:/openmrs/smartcontainer/openmrs-module-smartcontainer/api/src/main/java/org/openmrs/module/smartcontainer/smartData/handler/SmartMedicationHandler.java:[144,77] cannot find symbol
  75. symbol: method trim()
  76. location: class org.openmrs.OrderFrequency
  77. [ERROR] /C:/openmrs/smartcontainer/openmrs-module-smartcontainer/api/src/main/java/org/openmrs/module/smartcontainer/smartData/handler/SmartMedicationHandler.java:[170,91] cannot find symbol
  78. symbol: method getUnits()
  79. location: variable drugOrder of type org.openmrs.DrugOrder
  80. [ERROR] /C:/openmrs/smartcontainer/openmrs-module-smartcontainer/api/src/main/java/org/openmrs/module/smartcontainer/smartData/handler/SmartMedicationHandler.java:[171,73] incompatible types: org.openmrs.OrderFrequency cannot be converted to java.lang.String
  81. [ERROR] /C:/openmrs/smartcontainer/openmrs-module-smartcontainer/api/src/main/java/org/openmrs/module/smartcontainer/smartData/handler/SmartMedicationHandler.java:[173,89] cannot find symbol
  82. symbol: method getUnits()
  83. location: variable drugOrder of type org.openmrs.DrugOrder
  84. [ERROR] /C:/openmrs/smartcontainer/openmrs-module-smartcontainer/api/src/main/java/org/openmrs/module/smartcontainer/smartData/handler/SmartAllergyHandler.java:[88,116] incompatible types: java.util.List<org.openmrs.AllergyReaction> cannot be converted to org.openmrs.Concept
  85. [ERROR] /C:/openmrs/smartcontainer/openmrs-module-smartcontainer/api/src/main/java/org/openmrs/module/smartcontainer/smartData/handler/SmartAllergyHandler.java:[90,93] incompatible types: org.openmrs.Concept cannot be converted to org.openmrs.AllergySeverity
  86. [ERROR] /C:/openmrs/smartcontainer/openmrs-module-smartcontainer/api/src/main/java/org/openmrs/module/smartcontainer/smartData/handler/SmartAllergyHandler.java:[93,124] incompatible types: org.openmrs.Allergen cannot be converted to org.openmrs.Concept
  87. [ERROR] /C:/openmrs/smartcontainer/openmrs-module-smartcontainer/api/src/main/java/org/openmrs/module/smartcontainer/smartData/handler/SmartAllergyHandler.java:[96,124] incompatible types: org.openmrs.Allergen cannot be converted to org.openmrs.Concept
  88. [ERROR] /C:/openmrs/smartcontainer/openmrs-module-smartcontainer/api/src/main/java/org/openmrs/module/smartcontainer/smartData/handler/SmartAllergyHandler.java:[181,53] cannot find symbol
  89. symbol: method getConceptClass()
  90. location: class org.openmrs.Allergen
  91. [ERROR] /C:/openmrs/smartcontainer/openmrs-module-smartcontainer/api/src/main/java/org/openmrs/module/smartcontainer/smartData/handler/SmartAllergyHandler.java:[212,63] incompatible types: org.openmrs.Concept cannot be converted to org.openmrs.AllergySeverity
  92. [ERROR] /C:/openmrs/smartcontainer/openmrs-module-smartcontainer/api/src/main/java/org/openmrs/module/smartcontainer/smartData/handler/SmartAllergyHandler.java:[266,38] an enum switch case label must be the unqualified name of an enumeration constant
  93. [ERROR] /C:/openmrs/smartcontainer/openmrs-module-smartcontainer/api/src/main/java/org/openmrs/module/smartcontainer/smartData/handler/SmartAllergyHandler.java:[271,38] an enum switch case label must be the unqualified name of an enumeration constant
  94. [ERROR] /C:/openmrs/smartcontainer/openmrs-module-smartcontainer/api/src/main/java/org/openmrs/module/smartcontainer/smartData/handler/SmartAllergyHandler.java:[272,38] an enum switch case label must be the unqualified name of an enumeration constant
  95. [ERROR] /C:/openmrs/smartcontainer/openmrs-module-smartcontainer/api/src/main/java/org/openmrs/module/smartcontainer/smartData/handler/SmartProblemHandler.java:[65,30] cannot find symbol
  96. symbol: class Problem
  97. location: class org.openmrs.module.smartcontainer.smartData.handler.SmartProblemHandler
  98. [ERROR] /C:/openmrs/smartcontainer/openmrs-module-smartcontainer/api/src/main/java/org/openmrs/module/smartcontainer/smartData/handler/SmartProblemHandler.java:[65,84] cannot find symbol
  99. symbol: method getProblems(org.openmrs.Patient)
  100. location: interface org.openmrs.api.PatientService
  101. [ERROR] /C:/openmrs/smartcontainer/openmrs-module-smartcontainer/api/src/main/java/org/openmrs/module/smartcontainer/smartData/handler/SmartProblemHandler.java:[66,30] cannot find symbol
  102. symbol: class Problem
  103. location: class org.openmrs.module.smartcontainer.smartData.handler.SmartProblemHandler
  104. [INFO] 27 errors
  105. [INFO] -------------------------------------------------------------
  106. [INFO] ------------------------------------------------------------------------
  107. [INFO] Reactor Summary:
  108. [INFO]
  109. [INFO] SMART Container .................................... SUCCESS [ 0.447 s]
  110. [INFO] SMART Container API ................................ FAILURE [ 6.546 s]
  111. [INFO] SMART Container OMOD ............................... SKIPPED
  112. [INFO] ------------------------------------------------------------------------
  113. [INFO] BUILD FAILURE
  114. [INFO] ------------------------------------------------------------------------
  115. [INFO] Total time: 8.155 s
  116. [INFO] Finished at: 2017-11-01T22:15:28-05:00
  117. [INFO] Final Memory: 26M/222M
  118. [INFO] ------------------------------------------------------------------------
  119. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project smartcontainer-api: Compilation failure: Compilation failure:
  120. [ERROR] /C:/openmrs/smartcontainer/openmrs-module-smartcontainer/api/src/main/java/org/openmrs/module/smartcontainer/smartData/handler/SmartProblemHandler.java:[24,30] package org.openmrs.activelist does not exist
  121. [ERROR] /C:/openmrs/smartcontainer/openmrs-module-smartcontainer/api/src/main/java/org/openmrs/module/smartcontainer/smartData/handler/SmartMedicationHandler.java:[80,72] method getOrder in interface org.openmrs.api.OrderService cannot be applied to given types;
  122. [ERROR] required: java.lang.Integer
  123. [ERROR] found: java.lang.Integer,java.lang.Class<org.openmrs.DrugOrder>
  124. [ERROR] reason: actual and formal argument lists differ in length
  125. [ERROR] /C:/openmrs/smartcontainer/openmrs-module-smartcontainer/api/src/main/java/org/openmrs/module/smartcontainer/smartData/handler/SmartMedicationHandler.java:[101,71] cannot find symbol
  126. [ERROR] symbol: method getDrugOrdersByPatient(org.openmrs.Patient)
  127. [ERROR] location: interface org.openmrs.api.OrderService
  128. [ERROR] /C:/openmrs/smartcontainer/openmrs-module-smartcontainer/api/src/main/java/org/openmrs/module/smartcontainer/smartData/handler/SmartMedicationHandler.java:[122,30] cannot find symbol
  129. [ERROR] symbol: method getStartDate()
  130. [ERROR] location: variable drugOrder of type org.openmrs.DrugOrder
  131. [ERROR] /C:/openmrs/smartcontainer/openmrs-module-smartcontainer/api/src/main/java/org/openmrs/module/smartcontainer/smartData/handler/SmartMedicationHandler.java:[123,84] cannot find symbol
  132. [ERROR] symbol: method getStartDate()
  133. [ERROR] location: variable drugOrder of type org.openmrs.DrugOrder
  134. [ERROR] /C:/openmrs/smartcontainer/openmrs-module-smartcontainer/api/src/main/java/org/openmrs/module/smartcontainer/smartData/handler/SmartMedicationHandler.java:[126,30] cannot find symbol
  135. [ERROR] symbol: method getDiscontinued()
  136. [ERROR] location: variable drugOrder of type org.openmrs.DrugOrder
  137. [ERROR] /C:/openmrs/smartcontainer/openmrs-module-smartcontainer/api/src/main/java/org/openmrs/module/smartcontainer/smartData/handler/SmartMedicationHandler.java:[126,61] cannot find symbol
  138. [ERROR] symbol: method getDiscontinuedDate()
  139. [ERROR] location: variable drugOrder of type org.openmrs.DrugOrder
  140. [ERROR] /C:/openmrs/smartcontainer/openmrs-module-smartcontainer/api/src/main/java/org/openmrs/module/smartcontainer/smartData/handler/SmartMedicationHandler.java:[127,82] cannot find symbol
  141. [ERROR] symbol: method getDiscontinuedDate()
  142. [ERROR] location: variable drugOrder of type org.openmrs.DrugOrder
  143. [ERROR] /C:/openmrs/smartcontainer/openmrs-module-smartcontainer/api/src/main/java/org/openmrs/module/smartcontainer/smartData/handler/SmartMedicationHandler.java:[133,122] cannot find symbol
  144. [ERROR] symbol: method getUnits()
  145. [ERROR] location: variable drugOrder of type org.openmrs.DrugOrder
  146. [ERROR] /C:/openmrs/smartcontainer/openmrs-module-smartcontainer/api/src/main/java/org/openmrs/module/smartcontainer/smartData/handler/SmartMedicationHandler.java:[136,66] incompatible types: org.openmrs.OrderFrequency cannot be converted to java.lang.String
  147. [ERROR] /C:/openmrs/smartcontainer/openmrs-module-smartcontainer/api/src/main/java/org/openmrs/module/smartcontainer/smartData/handler/SmartMedicationHandler.java:[138,78] cannot find symbol
  148. [ERROR] symbol: method trim()
  149. [ERROR] location: class org.openmrs.OrderFrequency
  150. [ERROR] /C:/openmrs/smartcontainer/openmrs-module-smartcontainer/api/src/main/java/org/openmrs/module/smartcontainer/smartData/handler/SmartMedicationHandler.java:[144,77] cannot find symbol
  151. [ERROR] symbol: method trim()
  152. [ERROR] location: class org.openmrs.OrderFrequency
  153. [ERROR] /C:/openmrs/smartcontainer/openmrs-module-smartcontainer/api/src/main/java/org/openmrs/module/smartcontainer/smartData/handler/SmartMedicationHandler.java:[170,91] cannot find symbol
  154. [ERROR] symbol: method getUnits()
  155. [ERROR] location: variable drugOrder of type org.openmrs.DrugOrder
  156. [ERROR] /C:/openmrs/smartcontainer/openmrs-module-smartcontainer/api/src/main/java/org/openmrs/module/smartcontainer/smartData/handler/SmartMedicationHandler.java:[171,73] incompatible types: org.openmrs.OrderFrequency cannot be converted to java.lang.String
  157. [ERROR] /C:/openmrs/smartcontainer/openmrs-module-smartcontainer/api/src/main/java/org/openmrs/module/smartcontainer/smartData/handler/SmartMedicationHandler.java:[173,89] cannot find symbol
  158. [ERROR] symbol: method getUnits()
  159. [ERROR] location: variable drugOrder of type org.openmrs.DrugOrder
  160. [ERROR] /C:/openmrs/smartcontainer/openmrs-module-smartcontainer/api/src/main/java/org/openmrs/module/smartcontainer/smartData/handler/SmartAllergyHandler.java:[88,116] incompatible types: java.util.List<org.openmrs.AllergyReaction> cannot be converted to org.openmrs.Concept
  161. [ERROR] /C:/openmrs/smartcontainer/openmrs-module-smartcontainer/api/src/main/java/org/openmrs/module/smartcontainer/smartData/handler/SmartAllergyHandler.java:[90,93] incompatible types: org.openmrs.Concept cannot be converted to org.openmrs.AllergySeverity
  162. [ERROR] /C:/openmrs/smartcontainer/openmrs-module-smartcontainer/api/src/main/java/org/openmrs/module/smartcontainer/smartData/handler/SmartAllergyHandler.java:[93,124] incompatible types: org.openmrs.Allergen cannot be converted to org.openmrs.Concept
  163. [ERROR] /C:/openmrs/smartcontainer/openmrs-module-smartcontainer/api/src/main/java/org/openmrs/module/smartcontainer/smartData/handler/SmartAllergyHandler.java:[96,124] incompatible types: org.openmrs.Allergen cannot be converted to org.openmrs.Concept
  164. [ERROR] /C:/openmrs/smartcontainer/openmrs-module-smartcontainer/api/src/main/java/org/openmrs/module/smartcontainer/smartData/handler/SmartAllergyHandler.java:[181,53] cannot find symbol
  165. [ERROR] symbol: method getConceptClass()
  166. [ERROR] location: class org.openmrs.Allergen
  167. [ERROR] /C:/openmrs/smartcontainer/openmrs-module-smartcontainer/api/src/main/java/org/openmrs/module/smartcontainer/smartData/handler/SmartAllergyHandler.java:[212,63] incompatible types: org.openmrs.Concept cannot be converted to org.openmrs.AllergySeverity
  168. [ERROR] /C:/openmrs/smartcontainer/openmrs-module-smartcontainer/api/src/main/java/org/openmrs/module/smartcontainer/smartData/handler/SmartAllergyHandler.java:[266,38] an enum switch case label must be the unqualified name of an enumeration constant
  169. [ERROR] /C:/openmrs/smartcontainer/openmrs-module-smartcontainer/api/src/main/java/org/openmrs/module/smartcontainer/smartData/handler/SmartAllergyHandler.java:[271,38] an enum switch case label must be the unqualified name of an enumeration constant
  170. [ERROR] /C:/openmrs/smartcontainer/openmrs-module-smartcontainer/api/src/main/java/org/openmrs/module/smartcontainer/smartData/handler/SmartAllergyHandler.java:[272,38] an enum switch case label must be the unqualified name of an enumeration constant
  171. [ERROR] /C:/openmrs/smartcontainer/openmrs-module-smartcontainer/api/src/main/java/org/openmrs/module/smartcontainer/smartData/handler/SmartProblemHandler.java:[65,30] cannot find symbol
  172. [ERROR] symbol: class Problem
  173. [ERROR] location: class org.openmrs.module.smartcontainer.smartData.handler.SmartProblemHandler
  174. [ERROR] /C:/openmrs/smartcontainer/openmrs-module-smartcontainer/api/src/main/java/org/openmrs/module/smartcontainer/smartData/handler/SmartProblemHandler.java:[65,84] cannot find symbol
  175. [ERROR] symbol: method getProblems(org.openmrs.Patient)
  176. [ERROR] location: interface org.openmrs.api.PatientService
  177. [ERROR] /C:/openmrs/smartcontainer/openmrs-module-smartcontainer/api/src/main/java/org/openmrs/module/smartcontainer/smartData/handler/SmartProblemHandler.java:[66,30] cannot find symbol
  178. [ERROR] symbol: class Problem
  179. [ERROR] location: class org.openmrs.module.smartcontainer.smartData.handler.SmartProblemHandler
  180. [ERROR] -> [Help 1]
  181. [ERROR]
  182. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  183. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  184. [ERROR]
  185. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  186. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  187. [ERROR]
  188. [ERROR] After correcting the problems, you can resume the build with the command
  189. [ERROR] mvn <goals> -rf :smartcontainer-api
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement