Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ebbie@debbie-HP-ZBook-14u-G5:~$ mkdir git_projects
- debbie@debbie-HP-ZBook-14u-G5:~$ cd git_projects
- debbie@debbie-HP-ZBook-14u-G5:~/git_projects$ git clone https://github.com/DIGI-UW/OpenELIS-Global-2.git
- Cloning into 'OpenELIS-Global-2'...
- remote: Enumerating objects: 104296, done.
- remote: Counting objects: 100% (943/943), done.
- remote: Compressing objects: 100% (350/350), done.
- remote: Total 104296 (delta 808), reused 593 (delta 593), pack-reused 103353 (from 5)
- Receiving objects: 100% (104296/104296), 204.73 MiB | 7.66 MiB/s, done.
- Resolving deltas: 100% (66534/66534), done.
- Updating files: 100% (5136/5136), done.
- debbie@debbie-HP-ZBook-14u-G5:~/git_projects$ cd OpenELIS-Global-2
- debbie@debbie-HP-ZBook-14u-G5:~/git_projects/OpenELIS-Global-2$ git submodule update --init --recursive
- Submodule 'dataexport' (https://github.com/I-TECH-UW/dataexport.git) registered for path 'dataexport'
- Submodule 'plugins' (https://github.com/I-TECH-UW/openelisglobal-plugins.git) registered for path 'plugins'
- Submodule 'tools/Liquibase-Outdated' (https://github.com/I-TECH-UW/Liquibase-Outdated.git) registered for path 'tools/Liquibase-Outdated'
- Submodule 'tools/Password-Migrator' (https://github.com/I-TECH-UW/Password-Migrator.git) registered for path 'tools/Password-Migrator'
- Cloning into '/home/debbie/git_projects/OpenELIS-Global-2/dataexport'...
- Cloning into '/home/debbie/git_projects/OpenELIS-Global-2/plugins'...
- Cloning into '/home/debbie/git_projects/OpenELIS-Global-2/tools/Liquibase-Outdated'...
- Cloning into '/home/debbie/git_projects/OpenELIS-Global-2/tools/Password-Migrator'...
- Submodule path 'dataexport': checked out 'fad9327762a68620df1538bf71b2478bb666efec'
- Submodule path 'plugins': checked out '5e0a2b489817dfaa579b95f15b578d85715d2095'
- Submodule path 'tools/Liquibase-Outdated': checked out '31ea11d6e9927371c88144571086f37cbb3ae771'
- Submodule path 'tools/Password-Migrator': checked out '8cb7c73433440d40698c9fe00b8b9ef08082ebe7'
- debbie@debbie-HP-ZBook-14u-G5:~/git_projects/OpenELIS-Global-2$ cd dataexport
- debbie@debbie-HP-ZBook-14u-G5:~/git_projects/OpenELIS-Global-2/dataexport$ mvn clean install -DskipTests
- [INFO] Scanning for projects...
- [INFO] ------------------------------------------------------------------------
- [INFO] Reactor Build Order:
- [INFO]
- [INFO] Data Export [pom]
- [INFO] Data Export Core [jar]
- [INFO] Data Export API [jar]
- [INFO]
- [INFO] ------------------------< org.itech:dataexport >------------------------
- [INFO] Building Data Export 0.0.0.9 [1/3]
- [INFO] --------------------------------[ pom ]---------------------------------
- [INFO]
- [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ dataexport ---
- [INFO]
- [INFO] --- maven-install-plugin:2.4:install (default-install) @ dataexport ---
- [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
- [INFO]
- [INFO] ---------------------< org.itech:dataexport-core >----------------------
- [INFO] Building Data Export Core 0.0.0.9 [2/3]
- [INFO] --------------------------------[ jar ]---------------------------------
- [INFO]
- [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ dataexport-core ---
- [INFO]
- [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ dataexport-core ---
- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
- [INFO] skip non existing resourceDirectory /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/src/main/resources
- [INFO]
- [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ dataexport-core ---
- [INFO] Changes detected - recompiling the module!
- [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
- [INFO] Compiling 12 source files to /home/debbie/git_projects/OpenELIS-Global-2/dataexport/dataexport-core/target/classes
- [INFO] -------------------------------------------------------------
- [ERROR] COMPILATION ERROR :
- [INFO] -------------------------------------------------------------
- [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
- 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)
- class file has wrong version 61.0, should be 55.0
- Please remove or make sure it appears in the correct subdirectory of the classpath.
- [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
- 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)
- class file has wrong version 61.0, should be 55.0
- Please remove or make sure it appears in the correct subdirectory of the classpath.
- [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
- 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)
- class file has wrong version 61.0, should be 55.0
- Please remove or make sure it appears in the correct subdirectory of the classpath.
- [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
- 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)
- class file has wrong version 61.0, should be 55.0
- Please remove or make sure it appears in the correct subdirectory of the classpath.
- [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
- 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)
- class file has wrong version 61.0, should be 55.0
- Please remove or make sure it appears in the correct subdirectory of the classpath.
- [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
- 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)
- class file has wrong version 61.0, should be 55.0
- Please remove or make sure it appears in the correct subdirectory of the classpath.
- [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
- 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)
- class file has wrong version 61.0, should be 55.0
- Please remove or make sure it appears in the correct subdirectory of the classpath.
- [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
- 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)
- class file has wrong version 61.0, should be 55.0
- Please remove or make sure it appears in the correct subdirectory of the classpath.
- [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
- 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)
- class file has wrong version 61.0, should be 55.0
- Please remove or make sure it appears in the correct subdirectory of the classpath.
- [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
- 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)
- class file has wrong version 61.0, should be 55.0
- Please remove or make sure it appears in the correct subdirectory of the classpath.
- [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
- 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)
- class file has wrong version 61.0, should be 55.0
- Please remove or make sure it appears in the correct subdirectory of the classpath.
- [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
- 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)
- class file has wrong version 61.0, should be 55.0
- Please remove or make sure it appears in the correct subdirectory of the classpath.
- [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
- 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)
- class file has wrong version 61.0, should be 55.0
- Please remove or make sure it appears in the correct subdirectory of the classpath.
- [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
- 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)
- class file has wrong version 61.0, should be 55.0
- Please remove or make sure it appears in the correct subdirectory of the classpath.
- [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
- 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)
- class file has wrong version 61.0, should be 55.0
- Please remove or make sure it appears in the correct subdirectory of the classpath.
- [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
- 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)
- class file has wrong version 61.0, should be 55.0
- Please remove or make sure it appears in the correct subdirectory of the classpath.
- [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
- 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)
- class file has wrong version 61.0, should be 55.0
- Please remove or make sure it appears in the correct subdirectory of the classpath.
- [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
- 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)
- class file has wrong version 61.0, should be 55.0
- Please remove or make sure it appears in the correct subdirectory of the classpath.
- [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
- 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)
- class file has wrong version 61.0, should be 55.0
- Please remove or make sure it appears in the correct subdirectory of the classpath.
- [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
- 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)
- class file has wrong version 61.0, should be 55.0
- Please remove or make sure it appears in the correct subdirectory of the classpath.
- [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
- 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)
- class file has wrong version 61.0, should be 55.0
- Please remove or make sure it appears in the correct subdirectory of the classpath.
- [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
- 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)
- class file has wrong version 61.0, should be 55.0
- Please remove or make sure it appears in the correct subdirectory of the classpath.
- [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
- 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)
- class file has wrong version 61.0, should be 55.0
- Please remove or make sure it appears in the correct subdirectory of the classpath.
- [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
- 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)
- class file has wrong version 61.0, should be 55.0
- Please remove or make sure it appears in the correct subdirectory of the classpath.
- [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
- symbol: class AttributeConverter
- [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
- symbol: class Converter
- [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
- symbol: class MappedSuperclass
- [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
- symbol: class Entity
- [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
- symbol: class Table
- [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
- symbol: class Entity
- [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
- symbol: class Table
- [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
- symbol: class CrudRepository
- location: class org.itech.fhir.dataexport.core.service.impl.CrudServiceImpl<T,ID>
- [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
- symbol: class CrudRepository
- location: class org.itech.fhir.dataexport.core.service.impl.CrudServiceImpl<T,ID>
- [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
- symbol: class CrudRepository
- location: class org.itech.fhir.dataexport.core.service.impl.CrudServiceImpl<T,ID>
- [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
- symbol: class CrudRepository
- location: interface org.itech.fhir.dataexport.core.service.CrudService<T,ID>
- [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
- symbol: class AttributeConverter
- [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
- symbol: class Converter
- [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
- symbol: class Service
- [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
- symbol: class Transactional
- [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
- symbol: class CrudRepository
- [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
- symbol: class Repository
- [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
- symbol: class CrudRepository
- [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
- symbol: class Repository
- [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
- symbol: class Pageable
- location: interface org.itech.fhir.dataexport.core.dao.DataExportAttemptDAO
- [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
- symbol: class Pageable
- location: interface org.itech.fhir.dataexport.core.dao.DataExportAttemptDAO
- [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
- symbol: class Pageable
- location: interface org.itech.fhir.dataexport.core.dao.DataExportAttemptDAO
- [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
- symbol: class Column
- location: class org.itech.fhir.dataexport.core.model.DataExportAttempt
- [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
- symbol: class Column
- location: class org.itech.fhir.dataexport.core.model.DataExportAttempt
- [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
- symbol: class ManyToOne
- location: class org.itech.fhir.dataexport.core.model.DataExportAttempt
- [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
- symbol: class JoinColumn
- location: class org.itech.fhir.dataexport.core.model.DataExportAttempt
- [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
- symbol: class Enumerated
- location: class org.itech.fhir.dataexport.core.model.DataExportAttempt
- [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
- symbol: variable EnumType
- location: class org.itech.fhir.dataexport.core.model.DataExportAttempt
- [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
- symbol: class Column
- location: class org.itech.fhir.dataexport.core.model.DataExportAttempt
- [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
- symbol: class ElementCollection
- location: class org.itech.fhir.dataexport.core.model.DataExportTask
- [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
- symbol: variable FetchType
- location: class org.itech.fhir.dataexport.core.model.DataExportTask
- [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
- symbol: class CollectionTable
- location: class org.itech.fhir.dataexport.core.model.DataExportTask
- [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
- symbol: class JoinColumn
- location: class org.itech.fhir.dataexport.core.model.DataExportTask
- [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
- symbol: class Column
- location: class org.itech.fhir.dataexport.core.model.DataExportTask
- [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
- symbol: class Enumerated
- location: class org.itech.fhir.dataexport.core.model.DataExportTask
- [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
- symbol: variable EnumType
- location: class org.itech.fhir.dataexport.core.model.DataExportTask
- [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
- symbol: class ElementCollection
- location: class org.itech.fhir.dataexport.core.model.DataExportTask
- [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
- symbol: variable FetchType
- location: class org.itech.fhir.dataexport.core.model.DataExportTask
- [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
- symbol: class MapKeyColumn
- location: class org.itech.fhir.dataexport.core.model.DataExportTask
- [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
- symbol: class Column
- location: class org.itech.fhir.dataexport.core.model.DataExportTask
- [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
- symbol: class CollectionTable
- location: class org.itech.fhir.dataexport.core.model.DataExportTask
- [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
- symbol: class JoinColumn
- location: class org.itech.fhir.dataexport.core.model.DataExportTask
- [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
- symbol: class Column
- location: class org.itech.fhir.dataexport.core.model.DataExportTask
- [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
- symbol: class Column
- location: class org.itech.fhir.dataexport.core.model.DataExportTask
- [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
- symbol: class Column
- location: class org.itech.fhir.dataexport.core.model.DataExportTask
- [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
- symbol: class Id
- location: class org.itech.fhir.dataexport.core.model.base.PersistenceEntity<I>
- [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
- symbol: class GeneratedValue
- location: class org.itech.fhir.dataexport.core.model.base.PersistenceEntity<I>
- [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
- symbol: class Query
- location: interface org.itech.fhir.dataexport.core.dao.DataExportAttemptDAO
- [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
- symbol: class Param
- location: interface org.itech.fhir.dataexport.core.dao.DataExportAttemptDAO
- [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
- symbol: class Query
- location: interface org.itech.fhir.dataexport.core.dao.DataExportAttemptDAO
- [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
- symbol: class Param
- location: interface org.itech.fhir.dataexport.core.dao.DataExportAttemptDAO
- [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
- symbol: class Param
- location: interface org.itech.fhir.dataexport.core.dao.DataExportAttemptDAO
- [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
- symbol: class Query
- location: interface org.itech.fhir.dataexport.core.dao.DataExportAttemptDAO
- [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
- symbol: class Param
- location: interface org.itech.fhir.dataexport.core.dao.DataExportTaskDAO
- [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
- symbol: class Query
- location: interface org.itech.fhir.dataexport.core.dao.DataExportTaskDAO
- [INFO] 79 errors
- [INFO] -------------------------------------------------------------
- [INFO] ------------------------------------------------------------------------
- [INFO] Reactor Summary for Data Export 0.0.0.9:
- [INFO]
- [INFO] Data Export ........................................ SUCCESS [ 0.382 s]
- [INFO] Data Export Core ................................... FAILURE [ 3.421 s]
- [INFO] Data Export API .................................... SKIPPED
- [INFO] ------------------------------------------------------------------------
- [INFO] BUILD FAILURE
- [INFO] ------------------------------------------------------------------------
- [INFO] Total time: 3.952 s
- [INFO] Finished at: 2025-03-16T08:37:57+03:00
- [INFO] ------------------------------------------------------------------------
- [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:
- [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
- [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)
- [ERROR] class file has wrong version 61.0, should be 55.0
- [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
- [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
- [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)
- [ERROR] class file has wrong version 61.0, should be 55.0
- [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
- [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
- [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)
- [ERROR] class file has wrong version 61.0, should be 55.0
- [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
- [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
- [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)
- [ERROR] class file has wrong version 61.0, should be 55.0
- [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
- [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
- [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)
- [ERROR] class file has wrong version 61.0, should be 55.0
- [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
- [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
- [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)
- [ERROR] class file has wrong version 61.0, should be 55.0
- [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
- [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
- [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)
- [ERROR] class file has wrong version 61.0, should be 55.0
- [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
- [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
- [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)
- [ERROR] class file has wrong version 61.0, should be 55.0
- [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
- [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
- [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)
- [ERROR] class file has wrong version 61.0, should be 55.0
- [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
- [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
- [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)
- [ERROR] class file has wrong version 61.0, should be 55.0
- [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
- [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
- [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)
- [ERROR] class file has wrong version 61.0, should be 55.0
- [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
- [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
- [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)
- [ERROR] class file has wrong version 61.0, should be 55.0
- [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
- [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
- [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)
- [ERROR] class file has wrong version 61.0, should be 55.0
- [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
- [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
- [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)
- [ERROR] class file has wrong version 61.0, should be 55.0
- [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
- [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
- [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)
- [ERROR] class file has wrong version 61.0, should be 55.0
- [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
- [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
- [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)
- [ERROR] class file has wrong version 61.0, should be 55.0
- [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
- [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
- [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)
- [ERROR] class file has wrong version 61.0, should be 55.0
- [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
- [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
- [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)
- [ERROR] class file has wrong version 61.0, should be 55.0
- [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
- [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
- [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)
- [ERROR] class file has wrong version 61.0, should be 55.0
- [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
- [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
- [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)
- [ERROR] class file has wrong version 61.0, should be 55.0
- [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
- [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
- [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)
- [ERROR] class file has wrong version 61.0, should be 55.0
- [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
- [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
- [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)
- [ERROR] class file has wrong version 61.0, should be 55.0
- [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
- [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
- [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)
- [ERROR] class file has wrong version 61.0, should be 55.0
- [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
- [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
- [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)
- [ERROR] class file has wrong version 61.0, should be 55.0
- [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
- [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
- [ERROR] symbol: class AttributeConverter
- [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
- [ERROR] symbol: class Converter
- [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
- [ERROR] symbol: class MappedSuperclass
- [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
- [ERROR] symbol: class Entity
- [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
- [ERROR] symbol: class Table
- [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
- [ERROR] symbol: class Entity
- [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
- [ERROR] symbol: class Table
- [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
- [ERROR] symbol: class CrudRepository
- [ERROR] location: class org.itech.fhir.dataexport.core.service.impl.CrudServiceImpl<T,ID>
- [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
- [ERROR] symbol: class CrudRepository
- [ERROR] location: class org.itech.fhir.dataexport.core.service.impl.CrudServiceImpl<T,ID>
- [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
- [ERROR] symbol: class CrudRepository
- [ERROR] location: class org.itech.fhir.dataexport.core.service.impl.CrudServiceImpl<T,ID>
- [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
- [ERROR] symbol: class CrudRepository
- [ERROR] location: interface org.itech.fhir.dataexport.core.service.CrudService<T,ID>
- [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
- [ERROR] symbol: class AttributeConverter
- [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
- [ERROR] symbol: class Converter
- [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
- [ERROR] symbol: class Service
- [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
- [ERROR] symbol: class Transactional
- [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
- [ERROR] symbol: class CrudRepository
- [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
- [ERROR] symbol: class Repository
- [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
- [ERROR] symbol: class CrudRepository
- [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
- [ERROR] symbol: class Repository
- [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
- [ERROR] symbol: class Pageable
- [ERROR] location: interface org.itech.fhir.dataexport.core.dao.DataExportAttemptDAO
- [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
- [ERROR] symbol: class Pageable
- [ERROR] location: interface org.itech.fhir.dataexport.core.dao.DataExportAttemptDAO
- [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
- [ERROR] symbol: class Pageable
- [ERROR] location: interface org.itech.fhir.dataexport.core.dao.DataExportAttemptDAO
- [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
- [ERROR] symbol: class Column
- [ERROR] location: class org.itech.fhir.dataexport.core.model.DataExportAttempt
- [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
- [ERROR] symbol: class Column
- [ERROR] location: class org.itech.fhir.dataexport.core.model.DataExportAttempt
- [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
- [ERROR] symbol: class ManyToOne
- [ERROR] location: class org.itech.fhir.dataexport.core.model.DataExportAttempt
- [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
- [ERROR] symbol: class JoinColumn
- [ERROR] location: class org.itech.fhir.dataexport.core.model.DataExportAttempt
- [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
- [ERROR] symbol: class Enumerated
- [ERROR] location: class org.itech.fhir.dataexport.core.model.DataExportAttempt
- [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
- [ERROR] symbol: variable EnumType
- [ERROR] location: class org.itech.fhir.dataexport.core.model.DataExportAttempt
- [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
- [ERROR] symbol: class Column
- [ERROR] location: class org.itech.fhir.dataexport.core.model.DataExportAttempt
- [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
- [ERROR] symbol: class ElementCollection
- [ERROR] location: class org.itech.fhir.dataexport.core.model.DataExportTask
- [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
- [ERROR] symbol: variable FetchType
- [ERROR] location: class org.itech.fhir.dataexport.core.model.DataExportTask
- [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
- [ERROR] symbol: class CollectionTable
- [ERROR] location: class org.itech.fhir.dataexport.core.model.DataExportTask
- [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
- [ERROR] symbol: class JoinColumn
- [ERROR] location: class org.itech.fhir.dataexport.core.model.DataExportTask
- [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
- [ERROR] symbol: class Column
- [ERROR] location: class org.itech.fhir.dataexport.core.model.DataExportTask
- [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
- [ERROR] symbol: class Enumerated
- [ERROR] location: class org.itech.fhir.dataexport.core.model.DataExportTask
- [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
- [ERROR] symbol: variable EnumType
- [ERROR] location: class org.itech.fhir.dataexport.core.model.DataExportTask
- [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
- [ERROR] symbol: class ElementCollection
- [ERROR] location: class org.itech.fhir.dataexport.core.model.DataExportTask
- [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
- [ERROR] symbol: variable FetchType
- [ERROR] location: class org.itech.fhir.dataexport.core.model.DataExportTask
- [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
- [ERROR] symbol: class MapKeyColumn
- [ERROR] location: class org.itech.fhir.dataexport.core.model.DataExportTask
- [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
- [ERROR] symbol: class Column
- [ERROR] location: class org.itech.fhir.dataexport.core.model.DataExportTask
- [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
- [ERROR] symbol: class CollectionTable
- [ERROR] location: class org.itech.fhir.dataexport.core.model.DataExportTask
- [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
- [ERROR] symbol: class JoinColumn
- [ERROR] location: class org.itech.fhir.dataexport.core.model.DataExportTask
- [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
- [ERROR] symbol: class Column
- [ERROR] location: class org.itech.fhir.dataexport.core.model.DataExportTask
- [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
- [ERROR] symbol: class Column
- [ERROR] location: class org.itech.fhir.dataexport.core.model.DataExportTask
- [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
- [ERROR] symbol: class Column
- [ERROR] location: class org.itech.fhir.dataexport.core.model.DataExportTask
- [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
- [ERROR] symbol: class Id
- [ERROR] location: class org.itech.fhir.dataexport.core.model.base.PersistenceEntity<I>
- [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
- [ERROR] symbol: class GeneratedValue
- [ERROR] location: class org.itech.fhir.dataexport.core.model.base.PersistenceEntity<I>
- [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
- [ERROR] symbol: class Query
- [ERROR] location: interface org.itech.fhir.dataexport.core.dao.DataExportAttemptDAO
- [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
- [ERROR] symbol: class Param
- [ERROR] location: interface org.itech.fhir.dataexport.core.dao.DataExportAttemptDAO
- [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
- [ERROR] symbol: class Query
- [ERROR] location: interface org.itech.fhir.dataexport.core.dao.DataExportAttemptDAO
- [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
- [ERROR] symbol: class Param
- [ERROR] location: interface org.itech.fhir.dataexport.core.dao.DataExportAttemptDAO
- [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
- [ERROR] symbol: class Param
- [ERROR] location: interface org.itech.fhir.dataexport.core.dao.DataExportAttemptDAO
- [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
- [ERROR] symbol: class Query
- [ERROR] location: interface org.itech.fhir.dataexport.core.dao.DataExportAttemptDAO
- [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
- [ERROR] symbol: class Param
- [ERROR] location: interface org.itech.fhir.dataexport.core.dao.DataExportTaskDAO
- [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
- [ERROR] symbol: class Query
- [ERROR] location: interface org.itech.fhir.dataexport.core.dao.DataExportTaskDAO
- [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 <args> -rf :dataexport-core
- debbie@debbie-HP-ZBook-14u-G5:~/git_projects/OpenELIS-Global-2/dataexport$
Advertisement
Add Comment
Please, Sign In to add comment