Guest User

Untitled

a guest
Mar 16th, 2025
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 60.59 KB | None | 0 0
  1. ebbie@debbie-HP-ZBook-14u-G5:~$ mkdir git_projects
  2. debbie@debbie-HP-ZBook-14u-G5:~$ cd git_projects
  3. debbie@debbie-HP-ZBook-14u-G5:~/git_projects$ git clone https://github.com/DIGI-UW/OpenELIS-Global-2.git
  4. Cloning into 'OpenELIS-Global-2'...
  5. remote: Enumerating objects: 104296, done.
  6. remote: Counting objects: 100% (943/943), done.
  7. remote: Compressing objects: 100% (350/350), done.
  8. remote: Total 104296 (delta 808), reused 593 (delta 593), pack-reused 103353 (from 5)
  9. Receiving objects: 100% (104296/104296), 204.73 MiB | 7.66 MiB/s, done.
  10. Resolving deltas: 100% (66534/66534), done.
  11. Updating files: 100% (5136/5136), done.
  12. debbie@debbie-HP-ZBook-14u-G5:~/git_projects$ cd OpenELIS-Global-2
  13. debbie@debbie-HP-ZBook-14u-G5:~/git_projects/OpenELIS-Global-2$ git submodule update --init --recursive
  14. Submodule 'dataexport' (https://github.com/I-TECH-UW/dataexport.git) registered for path 'dataexport'
  15. Submodule 'plugins' (https://github.com/I-TECH-UW/openelisglobal-plugins.git) registered for path 'plugins'
  16. Submodule 'tools/Liquibase-Outdated' (https://github.com/I-TECH-UW/Liquibase-Outdated.git) registered for path 'tools/Liquibase-Outdated'
  17. Submodule 'tools/Password-Migrator' (https://github.com/I-TECH-UW/Password-Migrator.git) registered for path 'tools/Password-Migrator'
  18. Cloning into '/home/debbie/git_projects/OpenELIS-Global-2/dataexport'...
  19. Cloning into '/home/debbie/git_projects/OpenELIS-Global-2/plugins'...
  20. Cloning into '/home/debbie/git_projects/OpenELIS-Global-2/tools/Liquibase-Outdated'...
  21. Cloning into '/home/debbie/git_projects/OpenELIS-Global-2/tools/Password-Migrator'...
  22. Submodule path 'dataexport': checked out 'fad9327762a68620df1538bf71b2478bb666efec'
  23. Submodule path 'plugins': checked out '5e0a2b489817dfaa579b95f15b578d85715d2095'
  24. Submodule path 'tools/Liquibase-Outdated': checked out '31ea11d6e9927371c88144571086f37cbb3ae771'
  25. Submodule path 'tools/Password-Migrator': checked out '8cb7c73433440d40698c9fe00b8b9ef08082ebe7'
  26. debbie@debbie-HP-ZBook-14u-G5:~/git_projects/OpenELIS-Global-2$ cd dataexport
  27. debbie@debbie-HP-ZBook-14u-G5:~/git_projects/OpenELIS-Global-2/dataexport$ mvn clean install -DskipTests
  28. [INFO] Scanning for projects...
  29. [INFO] ------------------------------------------------------------------------
  30. [INFO] Reactor Build Order:
  31. [INFO]
  32. [INFO] Data Export [pom]
  33. [INFO] Data Export Core [jar]
  34. [INFO] Data Export API [jar]
  35. [INFO]
  36. [INFO] ------------------------< org.itech:dataexport >------------------------
  37. [INFO] Building Data Export 0.0.0.9 [1/3]
  38. [INFO] --------------------------------[ pom ]---------------------------------
  39. [INFO]
  40. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ dataexport ---
  41. [INFO]
  42. [INFO] --- maven-install-plugin:2.4:install (default-install) @ dataexport ---
  43. [INFO] Installing /home/debbie/git_projects/OpenELIS-Global-2/dataexport/pom.xml to /home/debbie/.m2/repository/org/itech/dataexport/0.0.0.9/dataexport-0.0.0.9.pom
  44. [INFO]
  45. [INFO] ---------------------< org.itech:dataexport-core >----------------------
  46. [INFO] Building Data Export Core 0.0.0.9 [2/3]
  47. [INFO] --------------------------------[ jar ]---------------------------------
  48. [INFO]
  49. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ dataexport-core ---
  50. [INFO]
  51. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ dataexport-core ---
  52. [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
  53. [INFO] skip non existing resourceDirectory /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/resources
  54. [INFO]
  55. [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ dataexport-core ---
  56. [INFO] Changes detected - recompiling the module!
  57. [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
  58. [INFO] Compiling 12 source files to /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/target/classes
  59. [INFO] -------------------------------------------------------------
  60. [ERROR] COMPILATION ERROR :
  61. [INFO] -------------------------------------------------------------
  62. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/converter/DataExportStatusConverter.java:[5,27] cannot access jakarta.persistence.AttributeConverter
  63. bad class file: /home/debbie/.m2/repository/jakarta/persistence/jakarta.persistence-api/3.2.0/jakarta.persistence-api-3.2.0.jar(/jakarta/persistence/AttributeConverter.class)
  64. class file has wrong version 61.0, should be 55.0
  65. Please remove or make sure it appears in the correct subdirectory of the classpath.
  66. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/converter/DataExportStatusConverter.java:[6,27] cannot access jakarta.persistence.Converter
  67. bad class file: /home/debbie/.m2/repository/jakarta/persistence/jakarta.persistence-api/3.2.0/jakarta.persistence-api-3.2.0.jar(/jakarta/persistence/Converter.class)
  68. class file has wrong version 61.0, should be 55.0
  69. Please remove or make sure it appears in the correct subdirectory of the classpath.
  70. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportAttempt.java:[5,27] cannot access jakarta.persistence.Column
  71. bad class file: /home/debbie/.m2/repository/jakarta/persistence/jakarta.persistence-api/3.2.0/jakarta.persistence-api-3.2.0.jar(/jakarta/persistence/Column.class)
  72. class file has wrong version 61.0, should be 55.0
  73. Please remove or make sure it appears in the correct subdirectory of the classpath.
  74. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportAttempt.java:[6,27] cannot access jakarta.persistence.Entity
  75. bad class file: /home/debbie/.m2/repository/jakarta/persistence/jakarta.persistence-api/3.2.0/jakarta.persistence-api-3.2.0.jar(/jakarta/persistence/Entity.class)
  76. class file has wrong version 61.0, should be 55.0
  77. Please remove or make sure it appears in the correct subdirectory of the classpath.
  78. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportAttempt.java:[7,27] cannot access jakarta.persistence.EnumType
  79. bad class file: /home/debbie/.m2/repository/jakarta/persistence/jakarta.persistence-api/3.2.0/jakarta.persistence-api-3.2.0.jar(/jakarta/persistence/EnumType.class)
  80. class file has wrong version 61.0, should be 55.0
  81. Please remove or make sure it appears in the correct subdirectory of the classpath.
  82. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportAttempt.java:[8,27] cannot access jakarta.persistence.Enumerated
  83. bad class file: /home/debbie/.m2/repository/jakarta/persistence/jakarta.persistence-api/3.2.0/jakarta.persistence-api-3.2.0.jar(/jakarta/persistence/Enumerated.class)
  84. class file has wrong version 61.0, should be 55.0
  85. Please remove or make sure it appears in the correct subdirectory of the classpath.
  86. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportAttempt.java:[9,27] cannot access jakarta.persistence.JoinColumn
  87. bad class file: /home/debbie/.m2/repository/jakarta/persistence/jakarta.persistence-api/3.2.0/jakarta.persistence-api-3.2.0.jar(/jakarta/persistence/JoinColumn.class)
  88. class file has wrong version 61.0, should be 55.0
  89. Please remove or make sure it appears in the correct subdirectory of the classpath.
  90. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportAttempt.java:[10,27] cannot access jakarta.persistence.ManyToOne
  91. bad class file: /home/debbie/.m2/repository/jakarta/persistence/jakarta.persistence-api/3.2.0/jakarta.persistence-api-3.2.0.jar(/jakarta/persistence/ManyToOne.class)
  92. class file has wrong version 61.0, should be 55.0
  93. Please remove or make sure it appears in the correct subdirectory of the classpath.
  94. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportAttempt.java:[11,27] cannot access jakarta.persistence.Table
  95. bad class file: /home/debbie/.m2/repository/jakarta/persistence/jakarta.persistence-api/3.2.0/jakarta.persistence-api-3.2.0.jar(/jakarta/persistence/Table.class)
  96. class file has wrong version 61.0, should be 55.0
  97. Please remove or make sure it appears in the correct subdirectory of the classpath.
  98. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/base/PersistenceEntity.java:[3,27] cannot access jakarta.persistence.GeneratedValue
  99. bad class file: /home/debbie/.m2/repository/jakarta/persistence/jakarta.persistence-api/3.2.0/jakarta.persistence-api-3.2.0.jar(/jakarta/persistence/GeneratedValue.class)
  100. class file has wrong version 61.0, should be 55.0
  101. Please remove or make sure it appears in the correct subdirectory of the classpath.
  102. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/base/PersistenceEntity.java:[4,27] cannot access jakarta.persistence.Id
  103. bad class file: /home/debbie/.m2/repository/jakarta/persistence/jakarta.persistence-api/3.2.0/jakarta.persistence-api-3.2.0.jar(/jakarta/persistence/Id.class)
  104. class file has wrong version 61.0, should be 55.0
  105. Please remove or make sure it appears in the correct subdirectory of the classpath.
  106. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/base/PersistenceEntity.java:[5,27] cannot access jakarta.persistence.MappedSuperclass
  107. bad class file: /home/debbie/.m2/repository/jakarta/persistence/jakarta.persistence-api/3.2.0/jakarta.persistence-api-3.2.0.jar(/jakarta/persistence/MappedSuperclass.class)
  108. class file has wrong version 61.0, should be 55.0
  109. Please remove or make sure it appears in the correct subdirectory of the classpath.
  110. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportTask.java:[8,27] cannot access jakarta.persistence.CollectionTable
  111. bad class file: /home/debbie/.m2/repository/jakarta/persistence/jakarta.persistence-api/3.2.0/jakarta.persistence-api-3.2.0.jar(/jakarta/persistence/CollectionTable.class)
  112. class file has wrong version 61.0, should be 55.0
  113. Please remove or make sure it appears in the correct subdirectory of the classpath.
  114. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportTask.java:[10,27] cannot access jakarta.persistence.ElementCollection
  115. bad class file: /home/debbie/.m2/repository/jakarta/persistence/jakarta.persistence-api/3.2.0/jakarta.persistence-api-3.2.0.jar(/jakarta/persistence/ElementCollection.class)
  116. class file has wrong version 61.0, should be 55.0
  117. Please remove or make sure it appears in the correct subdirectory of the classpath.
  118. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportTask.java:[14,27] cannot access jakarta.persistence.FetchType
  119. bad class file: /home/debbie/.m2/repository/jakarta/persistence/jakarta.persistence-api/3.2.0/jakarta.persistence-api-3.2.0.jar(/jakarta/persistence/FetchType.class)
  120. class file has wrong version 61.0, should be 55.0
  121. Please remove or make sure it appears in the correct subdirectory of the classpath.
  122. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportTask.java:[16,27] cannot access jakarta.persistence.MapKeyColumn
  123. bad class file: /home/debbie/.m2/repository/jakarta/persistence/jakarta.persistence-api/3.2.0/jakarta.persistence-api-3.2.0.jar(/jakarta/persistence/MapKeyColumn.class)
  124. class file has wrong version 61.0, should be 55.0
  125. Please remove or make sure it appears in the correct subdirectory of the classpath.
  126. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/service/impl/CrudServiceImpl.java:[4,43] cannot access org.springframework.data.repository.CrudRepository
  127. bad class file: /home/debbie/.m2/repository/org/springframework/data/spring-data-commons/3.4.2/spring-data-commons-3.4.2.jar(/org/springframework/data/repository/CrudRepository.class)
  128. class file has wrong version 61.0, should be 55.0
  129. Please remove or make sure it appears in the correct subdirectory of the classpath.
  130. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/service/impl/DataExportTaskServiceImpl.java:[12,39] cannot access org.springframework.data.domain.PageRequest
  131. bad class file: /home/debbie/.m2/repository/org/springframework/data/spring-data-commons/3.4.2/spring-data-commons-3.4.2.jar(/org/springframework/data/domain/PageRequest.class)
  132. class file has wrong version 61.0, should be 55.0
  133. Please remove or make sure it appears in the correct subdirectory of the classpath.
  134. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/service/impl/DataExportTaskServiceImpl.java:[13,38] cannot access org.springframework.stereotype.Service
  135. bad class file: /home/debbie/.m2/repository/org/springframework/spring-context/6.2.2/spring-context-6.2.2.jar(/org/springframework/stereotype/Service.class)
  136. class file has wrong version 61.0, should be 55.0
  137. Please remove or make sure it appears in the correct subdirectory of the classpath.
  138. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/service/impl/DataExportTaskServiceImpl.java:[14,50] cannot access org.springframework.transaction.annotation.Transactional
  139. bad class file: /home/debbie/.m2/repository/org/springframework/spring-tx/6.2.2/spring-tx-6.2.2.jar(/org/springframework/transaction/annotation/Transactional.class)
  140. class file has wrong version 61.0, should be 55.0
  141. Please remove or make sure it appears in the correct subdirectory of the classpath.
  142. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/dao/DataExportTaskDAO.java:[6,47] cannot access org.springframework.data.jpa.repository.Query
  143. bad class file: /home/debbie/.m2/repository/org/springframework/data/spring-data-jpa/3.4.2/spring-data-jpa-3.4.2.jar(/org/springframework/data/jpa/repository/Query.class)
  144. class file has wrong version 61.0, should be 55.0
  145. Please remove or make sure it appears in the correct subdirectory of the classpath.
  146. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/dao/DataExportTaskDAO.java:[8,49] cannot access org.springframework.data.repository.query.Param
  147. bad class file: /home/debbie/.m2/repository/org/springframework/data/spring-data-commons/3.4.2/spring-data-commons-3.4.2.jar(/org/springframework/data/repository/query/Param.class)
  148. class file has wrong version 61.0, should be 55.0
  149. Please remove or make sure it appears in the correct subdirectory of the classpath.
  150. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/dao/DataExportTaskDAO.java:[9,38] cannot access org.springframework.stereotype.Repository
  151. bad class file: /home/debbie/.m2/repository/org/springframework/spring-context/6.2.2/spring-context-6.2.2.jar(/org/springframework/stereotype/Repository.class)
  152. class file has wrong version 61.0, should be 55.0
  153. Please remove or make sure it appears in the correct subdirectory of the classpath.
  154. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/dao/DataExportAttemptDAO.java:[6,39] cannot access org.springframework.data.domain.Pageable
  155. bad class file: /home/debbie/.m2/repository/org/springframework/data/spring-data-commons/3.4.2/spring-data-commons-3.4.2.jar(/org/springframework/data/domain/Pageable.class)
  156. class file has wrong version 61.0, should be 55.0
  157. Please remove or make sure it appears in the correct subdirectory of the classpath.
  158. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/converter/DataExportStatusConverter.java:[11,51] cannot find symbol
  159. symbol: class AttributeConverter
  160. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/converter/DataExportStatusConverter.java:[10,2] cannot find symbol
  161. symbol: class Converter
  162. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/base/PersistenceEntity.java:[9,2] cannot find symbol
  163. symbol: class MappedSuperclass
  164. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportAttempt.java:[21,2] cannot find symbol
  165. symbol: class Entity
  166. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportAttempt.java:[22,2] cannot find symbol
  167. symbol: class Table
  168. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportTask.java:[28,2] cannot find symbol
  169. symbol: class Entity
  170. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportTask.java:[29,2] cannot find symbol
  171. symbol: class Table
  172. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/service/impl/CrudServiceImpl.java:[8,17] cannot find symbol
  173. symbol: class CrudRepository
  174. location: class org.itech.fhir.dataexport.core.service.impl.CrudServiceImpl<T,ID>
  175. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/service/impl/CrudServiceImpl.java:[10,32] cannot find symbol
  176. symbol: class CrudRepository
  177. location: class org.itech.fhir.dataexport.core.service.impl.CrudServiceImpl<T,ID>
  178. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/service/impl/CrudServiceImpl.java:[15,16] cannot find symbol
  179. symbol: class CrudRepository
  180. location: class org.itech.fhir.dataexport.core.service.impl.CrudServiceImpl<T,ID>
  181. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/service/CrudService.java:[7,9] cannot find symbol
  182. symbol: class CrudRepository
  183. location: interface org.itech.fhir.dataexport.core.service.CrudService<T,ID>
  184. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/converter/FhirResourceTypeConverter.java:[11,51] cannot find symbol
  185. symbol: class AttributeConverter
  186. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/converter/FhirResourceTypeConverter.java:[10,2] cannot find symbol
  187. symbol: class Converter
  188. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/service/impl/DataExportTaskServiceImpl.java:[18,2] cannot find symbol
  189. symbol: class Service
  190. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/service/impl/DataExportTaskServiceImpl.java:[19,2] cannot find symbol
  191. symbol: class Transactional
  192. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/dao/DataExportTaskDAO.java:[12,44] cannot find symbol
  193. symbol: class CrudRepository
  194. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/dao/DataExportTaskDAO.java:[11,2] cannot find symbol
  195. symbol: class Repository
  196. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/dao/DataExportAttemptDAO.java:[13,47] cannot find symbol
  197. symbol: class CrudRepository
  198. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/dao/DataExportAttemptDAO.java:[12,2] cannot find symbol
  199. symbol: class Repository
  200. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/dao/DataExportAttemptDAO.java:[16,62] cannot find symbol
  201. symbol: class Pageable
  202. location: interface org.itech.fhir.dataexport.core.dao.DataExportAttemptDAO
  203. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/dao/DataExportAttemptDAO.java:[19,78] cannot find symbol
  204. symbol: class Pageable
  205. location: interface org.itech.fhir.dataexport.core.dao.DataExportAttemptDAO
  206. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/dao/DataExportAttemptDAO.java:[23,87] cannot find symbol
  207. symbol: class Pageable
  208. location: interface org.itech.fhir.dataexport.core.dao.DataExportAttemptDAO
  209. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportAttempt.java:[41,10] cannot find symbol
  210. symbol: class Column
  211. location: class org.itech.fhir.dataexport.core.model.DataExportAttempt
  212. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportAttempt.java:[46,10] cannot find symbol
  213. symbol: class Column
  214. location: class org.itech.fhir.dataexport.core.model.DataExportAttempt
  215. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportAttempt.java:[50,10] cannot find symbol
  216. symbol: class ManyToOne
  217. location: class org.itech.fhir.dataexport.core.model.DataExportAttempt
  218. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportAttempt.java:[51,10] cannot find symbol
  219. symbol: class JoinColumn
  220. location: class org.itech.fhir.dataexport.core.model.DataExportAttempt
  221. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportAttempt.java:[57,10] cannot find symbol
  222. symbol: class Enumerated
  223. location: class org.itech.fhir.dataexport.core.model.DataExportAttempt
  224. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportAttempt.java:[57,21] cannot find symbol
  225. symbol: variable EnumType
  226. location: class org.itech.fhir.dataexport.core.model.DataExportAttempt
  227. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportAttempt.java:[58,10] cannot find symbol
  228. symbol: class Column
  229. location: class org.itech.fhir.dataexport.core.model.DataExportAttempt
  230. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportTask.java:[36,10] cannot find symbol
  231. symbol: class ElementCollection
  232. location: class org.itech.fhir.dataexport.core.model.DataExportTask
  233. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportTask.java:[36,36] cannot find symbol
  234. symbol: variable FetchType
  235. location: class org.itech.fhir.dataexport.core.model.DataExportTask
  236. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportTask.java:[37,10] cannot find symbol
  237. symbol: class CollectionTable
  238. location: class org.itech.fhir.dataexport.core.model.DataExportTask
  239. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportTask.java:[37,78] cannot find symbol
  240. symbol: class JoinColumn
  241. location: class org.itech.fhir.dataexport.core.model.DataExportTask
  242. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportTask.java:[38,10] cannot find symbol
  243. symbol: class Column
  244. location: class org.itech.fhir.dataexport.core.model.DataExportTask
  245. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportTask.java:[39,10] cannot find symbol
  246. symbol: class Enumerated
  247. location: class org.itech.fhir.dataexport.core.model.DataExportTask
  248. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportTask.java:[39,21] cannot find symbol
  249. symbol: variable EnumType
  250. location: class org.itech.fhir.dataexport.core.model.DataExportTask
  251. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportTask.java:[44,10] cannot find symbol
  252. symbol: class ElementCollection
  253. location: class org.itech.fhir.dataexport.core.model.DataExportTask
  254. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportTask.java:[44,36] cannot find symbol
  255. symbol: variable FetchType
  256. location: class org.itech.fhir.dataexport.core.model.DataExportTask
  257. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportTask.java:[45,10] cannot find symbol
  258. symbol: class MapKeyColumn
  259. location: class org.itech.fhir.dataexport.core.model.DataExportTask
  260. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportTask.java:[46,10] cannot find symbol
  261. symbol: class Column
  262. location: class org.itech.fhir.dataexport.core.model.DataExportTask
  263. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportTask.java:[47,10] cannot find symbol
  264. symbol: class CollectionTable
  265. location: class org.itech.fhir.dataexport.core.model.DataExportTask
  266. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportTask.java:[47,71] cannot find symbol
  267. symbol: class JoinColumn
  268. location: class org.itech.fhir.dataexport.core.model.DataExportTask
  269. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportTask.java:[52,10] cannot find symbol
  270. symbol: class Column
  271. location: class org.itech.fhir.dataexport.core.model.DataExportTask
  272. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportTask.java:[55,10] cannot find symbol
  273. symbol: class Column
  274. location: class org.itech.fhir.dataexport.core.model.DataExportTask
  275. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportTask.java:[58,10] cannot find symbol
  276. symbol: class Column
  277. location: class org.itech.fhir.dataexport.core.model.DataExportTask
  278. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/base/PersistenceEntity.java:[13,10] cannot find symbol
  279. symbol: class Id
  280. location: class org.itech.fhir.dataexport.core.model.base.PersistenceEntity<I>
  281. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/base/PersistenceEntity.java:[14,10] cannot find symbol
  282. symbol: class GeneratedValue
  283. location: class org.itech.fhir.dataexport.core.model.base.PersistenceEntity<I>
  284. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/dao/DataExportAttemptDAO.java:[15,10] cannot find symbol
  285. symbol: class Query
  286. location: interface org.itech.fhir.dataexport.core.dao.DataExportAttemptDAO
  287. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/dao/DataExportAttemptDAO.java:[20,26] cannot find symbol
  288. symbol: class Param
  289. location: interface org.itech.fhir.dataexport.core.dao.DataExportAttemptDAO
  290. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/dao/DataExportAttemptDAO.java:[18,10] cannot find symbol
  291. symbol: class Query
  292. location: interface org.itech.fhir.dataexport.core.dao.DataExportAttemptDAO
  293. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/dao/DataExportAttemptDAO.java:[24,26] cannot find symbol
  294. symbol: class Param
  295. location: interface org.itech.fhir.dataexport.core.dao.DataExportAttemptDAO
  296. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/dao/DataExportAttemptDAO.java:[25,26] cannot find symbol
  297. symbol: class Param
  298. location: interface org.itech.fhir.dataexport.core.dao.DataExportAttemptDAO
  299. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/dao/DataExportAttemptDAO.java:[22,10] cannot find symbol
  300. symbol: class Query
  301. location: interface org.itech.fhir.dataexport.core.dao.DataExportAttemptDAO
  302. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/dao/DataExportTaskDAO.java:[15,50] cannot find symbol
  303. symbol: class Param
  304. location: interface org.itech.fhir.dataexport.core.dao.DataExportTaskDAO
  305. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/dao/DataExportTaskDAO.java:[14,10] cannot find symbol
  306. symbol: class Query
  307. location: interface org.itech.fhir.dataexport.core.dao.DataExportTaskDAO
  308. [INFO] 79 errors
  309. [INFO] -------------------------------------------------------------
  310. [INFO] ------------------------------------------------------------------------
  311. [INFO] Reactor Summary for Data Export 0.0.0.9:
  312. [INFO]
  313. [INFO] Data Export ........................................ SUCCESS [ 0.382 s]
  314. [INFO] Data Export Core ................................... FAILURE [ 3.421 s]
  315. [INFO] Data Export API .................................... SKIPPED
  316. [INFO] ------------------------------------------------------------------------
  317. [INFO] BUILD FAILURE
  318. [INFO] ------------------------------------------------------------------------
  319. [INFO] Total time: 3.952 s
  320. [INFO] Finished at: 2025-03-16T08:37:57+03:00
  321. [INFO] ------------------------------------------------------------------------
  322. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile (default-compile) on project dataexport-core: Compilation failure: Compilation failure:
  323. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/converter/DataExportStatusConverter.java:[5,27] cannot access jakarta.persistence.AttributeConverter
  324. [ERROR] bad class file: /home/debbie/.m2/repository/jakarta/persistence/jakarta.persistence-api/3.2.0/jakarta.persistence-api-3.2.0.jar(/jakarta/persistence/AttributeConverter.class)
  325. [ERROR] class file has wrong version 61.0, should be 55.0
  326. [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
  327. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/converter/DataExportStatusConverter.java:[6,27] cannot access jakarta.persistence.Converter
  328. [ERROR] bad class file: /home/debbie/.m2/repository/jakarta/persistence/jakarta.persistence-api/3.2.0/jakarta.persistence-api-3.2.0.jar(/jakarta/persistence/Converter.class)
  329. [ERROR] class file has wrong version 61.0, should be 55.0
  330. [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
  331. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportAttempt.java:[5,27] cannot access jakarta.persistence.Column
  332. [ERROR] bad class file: /home/debbie/.m2/repository/jakarta/persistence/jakarta.persistence-api/3.2.0/jakarta.persistence-api-3.2.0.jar(/jakarta/persistence/Column.class)
  333. [ERROR] class file has wrong version 61.0, should be 55.0
  334. [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
  335. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportAttempt.java:[6,27] cannot access jakarta.persistence.Entity
  336. [ERROR] bad class file: /home/debbie/.m2/repository/jakarta/persistence/jakarta.persistence-api/3.2.0/jakarta.persistence-api-3.2.0.jar(/jakarta/persistence/Entity.class)
  337. [ERROR] class file has wrong version 61.0, should be 55.0
  338. [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
  339. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportAttempt.java:[7,27] cannot access jakarta.persistence.EnumType
  340. [ERROR] bad class file: /home/debbie/.m2/repository/jakarta/persistence/jakarta.persistence-api/3.2.0/jakarta.persistence-api-3.2.0.jar(/jakarta/persistence/EnumType.class)
  341. [ERROR] class file has wrong version 61.0, should be 55.0
  342. [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
  343. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportAttempt.java:[8,27] cannot access jakarta.persistence.Enumerated
  344. [ERROR] bad class file: /home/debbie/.m2/repository/jakarta/persistence/jakarta.persistence-api/3.2.0/jakarta.persistence-api-3.2.0.jar(/jakarta/persistence/Enumerated.class)
  345. [ERROR] class file has wrong version 61.0, should be 55.0
  346. [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
  347. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportAttempt.java:[9,27] cannot access jakarta.persistence.JoinColumn
  348. [ERROR] bad class file: /home/debbie/.m2/repository/jakarta/persistence/jakarta.persistence-api/3.2.0/jakarta.persistence-api-3.2.0.jar(/jakarta/persistence/JoinColumn.class)
  349. [ERROR] class file has wrong version 61.0, should be 55.0
  350. [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
  351. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportAttempt.java:[10,27] cannot access jakarta.persistence.ManyToOne
  352. [ERROR] bad class file: /home/debbie/.m2/repository/jakarta/persistence/jakarta.persistence-api/3.2.0/jakarta.persistence-api-3.2.0.jar(/jakarta/persistence/ManyToOne.class)
  353. [ERROR] class file has wrong version 61.0, should be 55.0
  354. [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
  355. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportAttempt.java:[11,27] cannot access jakarta.persistence.Table
  356. [ERROR] bad class file: /home/debbie/.m2/repository/jakarta/persistence/jakarta.persistence-api/3.2.0/jakarta.persistence-api-3.2.0.jar(/jakarta/persistence/Table.class)
  357. [ERROR] class file has wrong version 61.0, should be 55.0
  358. [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
  359. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/base/PersistenceEntity.java:[3,27] cannot access jakarta.persistence.GeneratedValue
  360. [ERROR] bad class file: /home/debbie/.m2/repository/jakarta/persistence/jakarta.persistence-api/3.2.0/jakarta.persistence-api-3.2.0.jar(/jakarta/persistence/GeneratedValue.class)
  361. [ERROR] class file has wrong version 61.0, should be 55.0
  362. [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
  363. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/base/PersistenceEntity.java:[4,27] cannot access jakarta.persistence.Id
  364. [ERROR] bad class file: /home/debbie/.m2/repository/jakarta/persistence/jakarta.persistence-api/3.2.0/jakarta.persistence-api-3.2.0.jar(/jakarta/persistence/Id.class)
  365. [ERROR] class file has wrong version 61.0, should be 55.0
  366. [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
  367. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/base/PersistenceEntity.java:[5,27] cannot access jakarta.persistence.MappedSuperclass
  368. [ERROR] bad class file: /home/debbie/.m2/repository/jakarta/persistence/jakarta.persistence-api/3.2.0/jakarta.persistence-api-3.2.0.jar(/jakarta/persistence/MappedSuperclass.class)
  369. [ERROR] class file has wrong version 61.0, should be 55.0
  370. [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
  371. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportTask.java:[8,27] cannot access jakarta.persistence.CollectionTable
  372. [ERROR] bad class file: /home/debbie/.m2/repository/jakarta/persistence/jakarta.persistence-api/3.2.0/jakarta.persistence-api-3.2.0.jar(/jakarta/persistence/CollectionTable.class)
  373. [ERROR] class file has wrong version 61.0, should be 55.0
  374. [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
  375. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportTask.java:[10,27] cannot access jakarta.persistence.ElementCollection
  376. [ERROR] bad class file: /home/debbie/.m2/repository/jakarta/persistence/jakarta.persistence-api/3.2.0/jakarta.persistence-api-3.2.0.jar(/jakarta/persistence/ElementCollection.class)
  377. [ERROR] class file has wrong version 61.0, should be 55.0
  378. [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
  379. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportTask.java:[14,27] cannot access jakarta.persistence.FetchType
  380. [ERROR] bad class file: /home/debbie/.m2/repository/jakarta/persistence/jakarta.persistence-api/3.2.0/jakarta.persistence-api-3.2.0.jar(/jakarta/persistence/FetchType.class)
  381. [ERROR] class file has wrong version 61.0, should be 55.0
  382. [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
  383. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportTask.java:[16,27] cannot access jakarta.persistence.MapKeyColumn
  384. [ERROR] bad class file: /home/debbie/.m2/repository/jakarta/persistence/jakarta.persistence-api/3.2.0/jakarta.persistence-api-3.2.0.jar(/jakarta/persistence/MapKeyColumn.class)
  385. [ERROR] class file has wrong version 61.0, should be 55.0
  386. [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
  387. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/service/impl/CrudServiceImpl.java:[4,43] cannot access org.springframework.data.repository.CrudRepository
  388. [ERROR] bad class file: /home/debbie/.m2/repository/org/springframework/data/spring-data-commons/3.4.2/spring-data-commons-3.4.2.jar(/org/springframework/data/repository/CrudRepository.class)
  389. [ERROR] class file has wrong version 61.0, should be 55.0
  390. [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
  391. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/service/impl/DataExportTaskServiceImpl.java:[12,39] cannot access org.springframework.data.domain.PageRequest
  392. [ERROR] bad class file: /home/debbie/.m2/repository/org/springframework/data/spring-data-commons/3.4.2/spring-data-commons-3.4.2.jar(/org/springframework/data/domain/PageRequest.class)
  393. [ERROR] class file has wrong version 61.0, should be 55.0
  394. [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
  395. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/service/impl/DataExportTaskServiceImpl.java:[13,38] cannot access org.springframework.stereotype.Service
  396. [ERROR] bad class file: /home/debbie/.m2/repository/org/springframework/spring-context/6.2.2/spring-context-6.2.2.jar(/org/springframework/stereotype/Service.class)
  397. [ERROR] class file has wrong version 61.0, should be 55.0
  398. [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
  399. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/service/impl/DataExportTaskServiceImpl.java:[14,50] cannot access org.springframework.transaction.annotation.Transactional
  400. [ERROR] bad class file: /home/debbie/.m2/repository/org/springframework/spring-tx/6.2.2/spring-tx-6.2.2.jar(/org/springframework/transaction/annotation/Transactional.class)
  401. [ERROR] class file has wrong version 61.0, should be 55.0
  402. [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
  403. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/dao/DataExportTaskDAO.java:[6,47] cannot access org.springframework.data.jpa.repository.Query
  404. [ERROR] bad class file: /home/debbie/.m2/repository/org/springframework/data/spring-data-jpa/3.4.2/spring-data-jpa-3.4.2.jar(/org/springframework/data/jpa/repository/Query.class)
  405. [ERROR] class file has wrong version 61.0, should be 55.0
  406. [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
  407. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/dao/DataExportTaskDAO.java:[8,49] cannot access org.springframework.data.repository.query.Param
  408. [ERROR] bad class file: /home/debbie/.m2/repository/org/springframework/data/spring-data-commons/3.4.2/spring-data-commons-3.4.2.jar(/org/springframework/data/repository/query/Param.class)
  409. [ERROR] class file has wrong version 61.0, should be 55.0
  410. [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
  411. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/dao/DataExportTaskDAO.java:[9,38] cannot access org.springframework.stereotype.Repository
  412. [ERROR] bad class file: /home/debbie/.m2/repository/org/springframework/spring-context/6.2.2/spring-context-6.2.2.jar(/org/springframework/stereotype/Repository.class)
  413. [ERROR] class file has wrong version 61.0, should be 55.0
  414. [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
  415. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/dao/DataExportAttemptDAO.java:[6,39] cannot access org.springframework.data.domain.Pageable
  416. [ERROR] bad class file: /home/debbie/.m2/repository/org/springframework/data/spring-data-commons/3.4.2/spring-data-commons-3.4.2.jar(/org/springframework/data/domain/Pageable.class)
  417. [ERROR] class file has wrong version 61.0, should be 55.0
  418. [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
  419. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/converter/DataExportStatusConverter.java:[11,51] cannot find symbol
  420. [ERROR] symbol: class AttributeConverter
  421. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/converter/DataExportStatusConverter.java:[10,2] cannot find symbol
  422. [ERROR] symbol: class Converter
  423. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/base/PersistenceEntity.java:[9,2] cannot find symbol
  424. [ERROR] symbol: class MappedSuperclass
  425. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportAttempt.java:[21,2] cannot find symbol
  426. [ERROR] symbol: class Entity
  427. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportAttempt.java:[22,2] cannot find symbol
  428. [ERROR] symbol: class Table
  429. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportTask.java:[28,2] cannot find symbol
  430. [ERROR] symbol: class Entity
  431. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportTask.java:[29,2] cannot find symbol
  432. [ERROR] symbol: class Table
  433. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/service/impl/CrudServiceImpl.java:[8,17] cannot find symbol
  434. [ERROR] symbol: class CrudRepository
  435. [ERROR] location: class org.itech.fhir.dataexport.core.service.impl.CrudServiceImpl<T,ID>
  436. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/service/impl/CrudServiceImpl.java:[10,32] cannot find symbol
  437. [ERROR] symbol: class CrudRepository
  438. [ERROR] location: class org.itech.fhir.dataexport.core.service.impl.CrudServiceImpl<T,ID>
  439. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/service/impl/CrudServiceImpl.java:[15,16] cannot find symbol
  440. [ERROR] symbol: class CrudRepository
  441. [ERROR] location: class org.itech.fhir.dataexport.core.service.impl.CrudServiceImpl<T,ID>
  442. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/service/CrudService.java:[7,9] cannot find symbol
  443. [ERROR] symbol: class CrudRepository
  444. [ERROR] location: interface org.itech.fhir.dataexport.core.service.CrudService<T,ID>
  445. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/converter/FhirResourceTypeConverter.java:[11,51] cannot find symbol
  446. [ERROR] symbol: class AttributeConverter
  447. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/converter/FhirResourceTypeConverter.java:[10,2] cannot find symbol
  448. [ERROR] symbol: class Converter
  449. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/service/impl/DataExportTaskServiceImpl.java:[18,2] cannot find symbol
  450. [ERROR] symbol: class Service
  451. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/service/impl/DataExportTaskServiceImpl.java:[19,2] cannot find symbol
  452. [ERROR] symbol: class Transactional
  453. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/dao/DataExportTaskDAO.java:[12,44] cannot find symbol
  454. [ERROR] symbol: class CrudRepository
  455. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/dao/DataExportTaskDAO.java:[11,2] cannot find symbol
  456. [ERROR] symbol: class Repository
  457. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/dao/DataExportAttemptDAO.java:[13,47] cannot find symbol
  458. [ERROR] symbol: class CrudRepository
  459. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/dao/DataExportAttemptDAO.java:[12,2] cannot find symbol
  460. [ERROR] symbol: class Repository
  461. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/dao/DataExportAttemptDAO.java:[16,62] cannot find symbol
  462. [ERROR] symbol: class Pageable
  463. [ERROR] location: interface org.itech.fhir.dataexport.core.dao.DataExportAttemptDAO
  464. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/dao/DataExportAttemptDAO.java:[19,78] cannot find symbol
  465. [ERROR] symbol: class Pageable
  466. [ERROR] location: interface org.itech.fhir.dataexport.core.dao.DataExportAttemptDAO
  467. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/dao/DataExportAttemptDAO.java:[23,87] cannot find symbol
  468. [ERROR] symbol: class Pageable
  469. [ERROR] location: interface org.itech.fhir.dataexport.core.dao.DataExportAttemptDAO
  470. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportAttempt.java:[41,10] cannot find symbol
  471. [ERROR] symbol: class Column
  472. [ERROR] location: class org.itech.fhir.dataexport.core.model.DataExportAttempt
  473. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportAttempt.java:[46,10] cannot find symbol
  474. [ERROR] symbol: class Column
  475. [ERROR] location: class org.itech.fhir.dataexport.core.model.DataExportAttempt
  476. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportAttempt.java:[50,10] cannot find symbol
  477. [ERROR] symbol: class ManyToOne
  478. [ERROR] location: class org.itech.fhir.dataexport.core.model.DataExportAttempt
  479. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportAttempt.java:[51,10] cannot find symbol
  480. [ERROR] symbol: class JoinColumn
  481. [ERROR] location: class org.itech.fhir.dataexport.core.model.DataExportAttempt
  482. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportAttempt.java:[57,10] cannot find symbol
  483. [ERROR] symbol: class Enumerated
  484. [ERROR] location: class org.itech.fhir.dataexport.core.model.DataExportAttempt
  485. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportAttempt.java:[57,21] cannot find symbol
  486. [ERROR] symbol: variable EnumType
  487. [ERROR] location: class org.itech.fhir.dataexport.core.model.DataExportAttempt
  488. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportAttempt.java:[58,10] cannot find symbol
  489. [ERROR] symbol: class Column
  490. [ERROR] location: class org.itech.fhir.dataexport.core.model.DataExportAttempt
  491. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportTask.java:[36,10] cannot find symbol
  492. [ERROR] symbol: class ElementCollection
  493. [ERROR] location: class org.itech.fhir.dataexport.core.model.DataExportTask
  494. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportTask.java:[36,36] cannot find symbol
  495. [ERROR] symbol: variable FetchType
  496. [ERROR] location: class org.itech.fhir.dataexport.core.model.DataExportTask
  497. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportTask.java:[37,10] cannot find symbol
  498. [ERROR] symbol: class CollectionTable
  499. [ERROR] location: class org.itech.fhir.dataexport.core.model.DataExportTask
  500. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportTask.java:[37,78] cannot find symbol
  501. [ERROR] symbol: class JoinColumn
  502. [ERROR] location: class org.itech.fhir.dataexport.core.model.DataExportTask
  503. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportTask.java:[38,10] cannot find symbol
  504. [ERROR] symbol: class Column
  505. [ERROR] location: class org.itech.fhir.dataexport.core.model.DataExportTask
  506. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportTask.java:[39,10] cannot find symbol
  507. [ERROR] symbol: class Enumerated
  508. [ERROR] location: class org.itech.fhir.dataexport.core.model.DataExportTask
  509. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportTask.java:[39,21] cannot find symbol
  510. [ERROR] symbol: variable EnumType
  511. [ERROR] location: class org.itech.fhir.dataexport.core.model.DataExportTask
  512. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportTask.java:[44,10] cannot find symbol
  513. [ERROR] symbol: class ElementCollection
  514. [ERROR] location: class org.itech.fhir.dataexport.core.model.DataExportTask
  515. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportTask.java:[44,36] cannot find symbol
  516. [ERROR] symbol: variable FetchType
  517. [ERROR] location: class org.itech.fhir.dataexport.core.model.DataExportTask
  518. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportTask.java:[45,10] cannot find symbol
  519. [ERROR] symbol: class MapKeyColumn
  520. [ERROR] location: class org.itech.fhir.dataexport.core.model.DataExportTask
  521. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportTask.java:[46,10] cannot find symbol
  522. [ERROR] symbol: class Column
  523. [ERROR] location: class org.itech.fhir.dataexport.core.model.DataExportTask
  524. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportTask.java:[47,10] cannot find symbol
  525. [ERROR] symbol: class CollectionTable
  526. [ERROR] location: class org.itech.fhir.dataexport.core.model.DataExportTask
  527. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportTask.java:[47,71] cannot find symbol
  528. [ERROR] symbol: class JoinColumn
  529. [ERROR] location: class org.itech.fhir.dataexport.core.model.DataExportTask
  530. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportTask.java:[52,10] cannot find symbol
  531. [ERROR] symbol: class Column
  532. [ERROR] location: class org.itech.fhir.dataexport.core.model.DataExportTask
  533. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportTask.java:[55,10] cannot find symbol
  534. [ERROR] symbol: class Column
  535. [ERROR] location: class org.itech.fhir.dataexport.core.model.DataExportTask
  536. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/DataExportTask.java:[58,10] cannot find symbol
  537. [ERROR] symbol: class Column
  538. [ERROR] location: class org.itech.fhir.dataexport.core.model.DataExportTask
  539. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/base/PersistenceEntity.java:[13,10] cannot find symbol
  540. [ERROR] symbol: class Id
  541. [ERROR] location: class org.itech.fhir.dataexport.core.model.base.PersistenceEntity<I>
  542. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/model/base/PersistenceEntity.java:[14,10] cannot find symbol
  543. [ERROR] symbol: class GeneratedValue
  544. [ERROR] location: class org.itech.fhir.dataexport.core.model.base.PersistenceEntity<I>
  545. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/dao/DataExportAttemptDAO.java:[15,10] cannot find symbol
  546. [ERROR] symbol: class Query
  547. [ERROR] location: interface org.itech.fhir.dataexport.core.dao.DataExportAttemptDAO
  548. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/dao/DataExportAttemptDAO.java:[20,26] cannot find symbol
  549. [ERROR] symbol: class Param
  550. [ERROR] location: interface org.itech.fhir.dataexport.core.dao.DataExportAttemptDAO
  551. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/dao/DataExportAttemptDAO.java:[18,10] cannot find symbol
  552. [ERROR] symbol: class Query
  553. [ERROR] location: interface org.itech.fhir.dataexport.core.dao.DataExportAttemptDAO
  554. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/dao/DataExportAttemptDAO.java:[24,26] cannot find symbol
  555. [ERROR] symbol: class Param
  556. [ERROR] location: interface org.itech.fhir.dataexport.core.dao.DataExportAttemptDAO
  557. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/dao/DataExportAttemptDAO.java:[25,26] cannot find symbol
  558. [ERROR] symbol: class Param
  559. [ERROR] location: interface org.itech.fhir.dataexport.core.dao.DataExportAttemptDAO
  560. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/dao/DataExportAttemptDAO.java:[22,10] cannot find symbol
  561. [ERROR] symbol: class Query
  562. [ERROR] location: interface org.itech.fhir.dataexport.core.dao.DataExportAttemptDAO
  563. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/dao/DataExportTaskDAO.java:[15,50] cannot find symbol
  564. [ERROR] symbol: class Param
  565. [ERROR] location: interface org.itech.fhir.dataexport.core.dao.DataExportTaskDAO
  566. [ERROR] /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/java/org/itech/fhir/dataexport/core/dao/DataExportTaskDAO.java:[14,10] cannot find symbol
  567. [ERROR] symbol: class Query
  568. [ERROR] location: interface org.itech.fhir.dataexport.core.dao.DataExportTaskDAO
  569. [ERROR] -> [Help 1]
  570. [ERROR]
  571. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  572. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  573. [ERROR]
  574. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  575. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  576. [ERROR]
  577. [ERROR] After correcting the problems, you can resume the build with the command
  578. [ERROR] mvn <args> -rf :dataexport-core
  579. debbie@debbie-HP-ZBook-14u-G5:~/git_projects/OpenELIS-Global-2/dataexport$
  580.  
  581.  
Advertisement
Add Comment
Please, Sign In to add comment