[dependency]: Bump spring.version from 4.3.30.RELEASE to 7.0.5 in /nis #795
Jenkins @ NEMProject / Jenkins CI - NEM Infrastructure Server
failed
Feb 21, 2026 in 6m 17s
CI pipeline/run build: error in 'sh (scripts/ci/build.sh arm64)' step
CI pipeline / run build / scripts/ci/build.sh arm64
Error in sh (scripts/ci/build.sh arm64) step, with arguments bash -c 'scripts/ci/build.sh arm64'.
script returned exit code 1
Build log
Build log truncated.
[2026-02-21T15:36:12.843Z] symbol: class HandlerInterceptorAdapter
[2026-02-21T15:36:12.844Z] location: package org.springframework.web.servlet.handler
[2026-02-21T15:36:12.844Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/controller/interceptors/BlockLoadingInterceptor.java:[14,46] cannot find symbol
[2026-02-21T15:36:12.844Z] symbol: class HandlerInterceptorAdapter
[2026-02-21T15:36:12.844Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/controller/interceptors/ConfiguredPrivateKeyValidator.java:[13,55] cannot find symbol
[2026-02-21T15:36:12.844Z] symbol: class Validator
[2026-02-21T15:36:12.844Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/controller/interceptors/ConfiguredPrivateKeyValidator.java:[33,57] cannot access org.springframework.validation.Errors
[2026-02-21T15:36:12.844Z] bad class file: /home/ubuntu/.m2/repository/org/springframework/spring-context/7.0.5/spring-context-7.0.5.jar(/org/springframework/validation/Errors.class)
[2026-02-21T15:36:12.844Z] class file has wrong version 61.0, should be 55.0
[2026-02-21T15:36:12.844Z] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2026-02-21T15:36:12.844Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/controller/interceptors/InsecurePrivateKeyValidator.java:[15,53] cannot find symbol
[2026-02-21T15:36:12.844Z] symbol: class Validator
[2026-02-21T15:36:12.844Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/controller/interceptors/InsecurePrivateKeyValidator.java:[42,57] cannot find symbol
[2026-02-21T15:36:12.844Z] symbol: class Errors
[2026-02-21T15:36:12.844Z] location: class org.nem.nis.controller.interceptors.InsecurePrivateKeyValidator
[2026-02-21T15:36:12.844Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/controller/interceptors/LocalHostInterceptor.java:[7,38] cannot access org.springframework.web.method.HandlerMethod
[2026-02-21T15:36:12.844Z] bad class file: /home/ubuntu/.m2/repository/org/springframework/spring-web/7.0.5/spring-web-7.0.5.jar(/org/springframework/web/method/HandlerMethod.class)
[2026-02-21T15:36:12.844Z] class file has wrong version 61.0, should be 55.0
[2026-02-21T15:36:12.844Z] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2026-02-21T15:36:12.844Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/controller/interceptors/LocalHostInterceptor.java:[8,39] cannot access org.springframework.web.servlet.HandlerInterceptor
[2026-02-21T15:36:12.844Z] bad class file: /home/ubuntu/.m2/repository/org/springframework/spring-webmvc/7.0.5/spring-webmvc-7.0.5.jar(/org/springframework/web/servlet/HandlerInterceptor.class)
[2026-02-21T15:36:12.844Z] class file has wrong version 61.0, should be 55.0
[2026-02-21T15:36:12.844Z] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2026-02-21T15:36:12.844Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/controller/interceptors/LocalHostInterceptor.java:[9,39] cannot access org.springframework.web.servlet.ModelAndView
[2026-02-21T15:36:12.844Z] bad class file: /home/ubuntu/.m2/repository/org/springframework/spring-webmvc/7.0.5/spring-webmvc-7.0.5.jar(/org/springframework/web/servlet/ModelAndView.class)
[2026-02-21T15:36:12.844Z] class file has wrong version 61.0, should be 55.0
[2026-02-21T15:36:12.844Z] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2026-02-21T15:36:12.844Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/controller/interceptors/LocalHostInterceptor.java:[14,46] cannot find symbol
[2026-02-21T15:36:12.844Z] symbol: class HandlerInterceptor
[2026-02-21T15:36:12.844Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/controller/interceptors/LocalHostInterceptor.java:[39,25] cannot find symbol
[2026-02-21T15:36:12.844Z] symbol: class ModelAndView
[2026-02-21T15:36:12.844Z] location: class org.nem.nis.controller.interceptors.LocalHostInterceptor
[2026-02-21T15:36:12.844Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/dao/AccountDaoImpl.java:[7,38] cannot access org.springframework.stereotype.Repository
[2026-02-21T15:36:12.844Z] bad class file: /home/ubuntu/.m2/repository/org/springframework/spring-context/7.0.5/spring-context-7.0.5.jar(/org/springframework/stereotype/Repository.class)
[2026-02-21T15:36:12.844Z] class file has wrong version 61.0, should be 55.0
[2026-02-21T15:36:12.844Z] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2026-02-21T15:36:12.844Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/dao/AccountDaoImpl.java:[8,50] cannot access org.springframework.transaction.annotation.Transactional
[2026-02-21T15:36:12.844Z] bad class file: /home/ubuntu/.m2/repository/org/springframework/spring-tx/7.0.5/spring-tx-7.0.5.jar(/org/springframework/transaction/annotation/Transactional.class)
[2026-02-21T15:36:12.844Z] class file has wrong version 61.0, should be 55.0
[2026-02-21T15:36:12.844Z] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2026-02-21T15:36:12.844Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/dao/AccountDaoImpl.java:[10,2] cannot find symbol
[2026-02-21T15:36:12.844Z] symbol: class Repository
[2026-02-21T15:36:12.844Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/dao/BlockDaoImpl.java:[23,2] cannot find symbol
[2026-02-21T15:36:12.844Z] symbol: class Repository
[2026-02-21T15:36:12.844Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/dao/MosaicDefinitionDaoImpl.java:[14,2] cannot find symbol
[2026-02-21T15:36:12.844Z] symbol: class Repository
[2026-02-21T15:36:12.844Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/dao/NamespaceDaoImpl.java:[13,2] cannot find symbol
[2026-02-21T15:36:12.844Z] symbol: class Repository
[2026-02-21T15:36:12.844Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/dao/SessionFactoryLoader.java:[11,42] package org.springframework.orm.hibernate4 does not exist
[2026-02-21T15:36:12.844Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/dao/TransferDaoImpl.java:[15,2] cannot find symbol
[2026-02-21T15:36:12.844Z] symbol: class Repository
[2026-02-21T15:36:12.844Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/service/AccountIoAdapter.java:[17,2] cannot find symbol
[2026-02-21T15:36:12.844Z] symbol: class Service
[2026-02-21T15:36:12.844Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/service/DbBlockIoAdapter.java:[12,2] cannot find symbol
[2026-02-21T15:36:12.844Z] symbol: class Service
[2026-02-21T15:36:12.844Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/service/DbTransferIoAdapter.java:[14,2] cannot find symbol
[2026-02-21T15:36:12.844Z] symbol: class Service
[2026-02-21T15:36:12.844Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/websocket/MessagingService.java:[20,42] cannot access org.springframework.messaging.simp.SimpMessagingTemplate
[2026-02-21T15:36:12.844Z] bad class file: /home/ubuntu/.m2/repository/org/springframework/spring-messaging/7.0.5/spring-messaging-7.0.5.jar(/org/springframework/messaging/simp/SimpMessagingTemplate.class)
[2026-02-21T15:36:12.844Z] class file has wrong version 61.0, should be 55.0
[2026-02-21T15:36:12.844Z] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2026-02-21T15:36:12.844Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/websocket/MessagingService.java:[23,2] cannot find symbol
[2026-02-21T15:36:12.844Z] symbol: class Service
[2026-02-21T15:36:12.844Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/websocket/MessagingService.java:[27,23] cannot find symbol
[2026-02-21T15:36:12.844Z] symbol: class SimpMessagingTemplate
[2026-02-21T15:36:12.844Z] location: class org.nem.nis.websocket.MessagingService
[2026-02-21T15:36:12.844Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/websocket/MessagingService.java:[70,31] cannot find symbol
[2026-02-21T15:36:12.844Z] symbol: class SimpMessagingTemplate
[2026-02-21T15:36:12.844Z] location: class org.nem.nis.websocket.MessagingService
[2026-02-21T15:36:12.844Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/websocket/WebsocketInitController.java:[17,56] cannot access org.springframework.messaging.handler.annotation.MessageExceptionHandler
[2026-02-21T15:36:12.844Z] bad class file: /home/ubuntu/.m2/repository/org/springframework/spring-messaging/7.0.5/spring-messaging-7.0.5.jar(/org/springframework/messaging/handler/annotation/MessageExceptionHandler.class)
[2026-02-21T15:36:12.844Z] class file has wrong version 61.0, should be 55.0
[2026-02-21T15:36:12.844Z] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2026-02-21T15:36:12.844Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/websocket/WebsocketInitController.java:[18,56] cannot access org.springframework.messaging.handler.annotation.MessageMapping
[2026-02-21T15:36:12.844Z] bad class file: /home/ubuntu/.m2/repository/org/springframework/spring-messaging/7.0.5/spring-messaging-7.0.5.jar(/org/springframework/messaging/handler/annotation/MessageMapping.class)
[2026-02-21T15:36:12.844Z] class file has wrong version 61.0, should be 55.0
[2026-02-21T15:36:12.844Z] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2026-02-21T15:36:12.844Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/websocket/WebsocketInitController.java:[19,56] cannot access org.springframework.messaging.handler.annotation.Payload
[2026-02-21T15:36:12.844Z] bad class file: /home/ubuntu/.m2/repository/org/springframework/spring-messaging/7.0.5/spring-messaging-7.0.5.jar(/org/springframework/messaging/handler/annotation/Payload.class)
[2026-02-21T15:36:12.844Z] class file has wrong version 61.0, should be 55.0
[2026-02-21T15:36:12.844Z] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2026-02-21T15:36:12.844Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/websocket/WebsocketInitController.java:[20,56] cannot access org.springframework.messaging.handler.annotation.SendTo
[2026-02-21T15:36:12.844Z] bad class file: /home/ubuntu/.m2/repository/org/springframework/spring-messaging/7.0.5/spring-messaging-7.0.5.jar(/org/springframework/messaging/handler/annotation/SendTo.class)
[2026-02-21T15:36:12.844Z] class file has wrong version 61.0, should be 55.0
[2026-02-21T15:36:12.844Z] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2026-02-21T15:36:12.844Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/websocket/WebsocketInitController.java:[21,38] cannot access org.springframework.stereotype.Controller
[2026-02-21T15:36:12.844Z] bad class file: /home/ubuntu/.m2/repository/org/springframework/spring-context/7.0.5/spring-context-7.0.5.jar(/org/springframework/stereotype/Controller.class)
[2026-02-21T15:36:12.844Z] class file has wrong version 61.0, should be 55.0
[2026-02-21T15:36:12.844Z] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2026-02-21T15:36:12.844Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/websocket/WebsocketInitController.java:[23,2] cannot find symbol
[2026-02-21T15:36:12.844Z] symbol: class Controller
[2026-02-21T15:36:12.844Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/specific/deploy/NisWebAppInitializer.java:[11,42] cannot access org.springframework.http.converter.HttpMessageConverter
[2026-02-21T15:36:12.844Z] bad class file: /home/ubuntu/.m2/repository/org/springframework/spring-web/7.0.5/spring-web-7.0.5.jar(/org/springframework/http/converter/HttpMessageConverter.class)
[2026-02-21T15:36:12.844Z] class file has wrong version 61.0, should be 55.0
[2026-02-21T15:36:12.844Z] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2026-02-21T15:36:12.844Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/specific/deploy/NisWebAppInitializer.java:[13,47] cannot find symbol
[2026-02-21T15:36:12.844Z] symbol: class HandlerInterceptorAdapter
[2026-02-21T15:36:12.844Z] location: package org.springframework.web.servlet.handler
[2026-02-21T15:36:12.844Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/specific/deploy/NisWebAppInitializer.java:[23,43] cannot access org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
[2026-02-21T15:36:12.844Z] bad class file: /home/ubuntu/.m2/repository/org/springframework/spring-webmvc/7.0.5/spring-webmvc-7.0.5.jar(/org/springframework/web/servlet/config/annotation/WebMvcConfigurationSupport.class)
[2026-02-21T15:36:12.844Z] class file has wrong version 61.0, should be 55.0
[2026-02-21T15:36:12.844Z] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2026-02-21T15:36:12.844Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/specific/deploy/NisWebAppInitializer.java:[18,2] cannot access org.springframework.context.annotation.Configuration
[2026-02-21T15:36:12.844Z] bad class file: /home/ubuntu/.m2/repository/org/springframework/spring-context/7.0.5/spring-context-7.0.5.jar(/org/springframework/context/annotation/Configuration.class)
[2026-02-21T15:36:12.844Z] class file has wrong version 61.0, should be 55.0
[2026-02-21T15:36:12.844Z] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2026-02-21T15:36:12.844Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/specific/deploy/NisWebAppInitializer.java:[19,2] cannot access org.springframework.context.annotation.ComponentScan
[2026-02-21T15:36:12.844Z] bad class file: /home/ubuntu/.m2/repository/org/springframework/spring-context/7.0.5/spring-context-7.0.5.jar(/org/springframework/context/annotation/ComponentScan.class)
[2026-02-21T15:36:12.844Z] class file has wrong version 61.0, should be 55.0
[2026-02-21T15:36:12.844Z] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2026-02-21T15:36:12.844Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/specific/deploy/NisWebAppInitializer.java:[40,62] cannot find symbol
[2026-02-21T15:36:12.844Z] symbol: class HttpMessageConverter
[2026-02-21T15:36:12.844Z] location: class org.nem.specific.deploy.NisWebAppInitializer
[2026-02-21T15:36:12.844Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/specific/deploy/NisWebAppInitializer.java:[46,63] cannot find symbol
[2026-02-21T15:36:12.844Z] symbol: class HttpMessageConverter
[2026-02-21T15:36:12.844Z] location: class org.nem.specific.deploy.NisWebAppInitializer
[2026-02-21T15:36:12.844Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/specific/deploy/NisWebAppInitializer.java:[53,46] cannot access org.springframework.web.servlet.config.annotation.InterceptorRegistry
[2026-02-21T15:36:12.844Z] bad class file: /home/ubuntu/.m2/repository/org/springframework/spring-webmvc/7.0.5/spring-webmvc-7.0.5.jar(/org/springframework/web/servlet/config/annotation/InterceptorRegistry.class)
[2026-02-21T15:36:12.844Z] class file has wrong version 61.0, should be 55.0
[2026-02-21T15:36:12.844Z] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2026-02-21T15:36:12.844Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/specific/deploy/NisWebAppInitializer.java:[60,17] cannot find symbol
[2026-02-21T15:36:12.844Z] symbol: class HandlerInterceptorAdapter
[2026-02-21T15:36:12.844Z] location: class org.nem.specific.deploy.NisWebAppInitializer
[2026-02-21T15:36:12.844Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/specific/deploy/NisWebAppWebsocketInitializer.java:[17,37] cannot access org.springframework.messaging.Message
[2026-02-21T15:36:12.844Z] bad class file: /home/ubuntu/.m2/repository/org/springframework/spring-messaging/7.0.5/spring-messaging-7.0.5.jar(/org/springframework/messaging/Message.class)
[2026-02-21T15:36:12.844Z] class file has wrong version 61.0, should be 55.0
[2026-02-21T15:36:12.844Z] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2026-02-21T15:36:12.844Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/specific/deploy/NisWebAppWebsocketInitializer.java:[18,37] cannot access org.springframework.messaging.MessageHeaders
[2026-02-21T15:36:12.844Z] bad class file: /home/ubuntu/.m2/repository/org/springframework/spring-messaging/7.0.5/spring-messaging-7.0.5.jar(/org/springframework/messaging/MessageHeaders.class)
[2026-02-21T15:36:12.844Z] class file has wrong version 61.0, should be 55.0
[2026-02-21T15:36:12.844Z] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2026-02-21T15:36:12.844Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/specific/deploy/NisWebAppWebsocketInitializer.java:[19,47] cannot access org.springframework.messaging.converter.MessageConverter
[2026-02-21T15:36:12.844Z] bad class file: /home/ubuntu/.m2/repository/org/springframework/spring-messaging/7.0.5/spring-messaging-7.0.5.jar(/org/springframework/messaging/converter/MessageConverter.class)
[2026-02-21T15:36:12.844Z] class file has wrong version 61.0, should be 55.0
[2026-02-21T15:36:12.844Z] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2026-02-21T15:36:12.844Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/specific/deploy/NisWebAppWebsocketInitializer.java:[20,49] cannot access org.springframework.messaging.simp.config.MessageBrokerRegistry
[2026-02-21T15:36:12.844Z] bad class file: /home/ubuntu/.m2/repository/org/springframework/spring-messaging/7.0.5/spring-messaging-7.0.5.jar(/org/springframework/messaging/simp/config/MessageBrokerRegistry.class)
[2026-02-21T15:36:12.844Z] class file has wrong version 61.0, should be 55.0
[2026-02-21T15:36:12.844Z] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2026-02-21T15:36:12.844Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/specific/deploy/NisWebAppWebsocketInitializer.java:[21,45] cannot access org.springframework.messaging.support.GenericMessage
[2026-02-21T15:36:12.844Z] bad class file: /home/ubuntu/.m2/repository/org/springframework/spring-messaging/7.0.5/spring-messaging-7.0.5.jar(/org/springframework/messaging/support/GenericMessage.class)
[2026-02-21T15:36:12.844Z] class file has wrong version 61.0, should be 55.0
[2026-02-21T15:36:12.844Z] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2026-02-21T15:36:12.844Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/specific/deploy/NisWebAppWebsocketInitializer.java:[23,51] cannot access org.springframework.web.socket.sockjs.frame.AbstractSockJsMessageCodec
[2026-02-21T15:36:12.844Z] bad class file: /home/ubuntu/.m2/repository/org/springframework/spring-websocket/7.0.5/spring-websocket-7.0.5.jar(/org/springframework/web/socket/sockjs/frame/AbstractSockJsMessageCodec.class)
[2026-02-21T15:36:12.844Z] class file has wrong version 61.0, should be 55.0
[2026-02-21T15:36:12.844Z] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2026-02-21T15:36:12.844Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/specific/deploy/NisWebAppWebsocketInitializer.java:[28,52] cannot find symbol
[2026-02-21T15:36:12.844Z] symbol: class AbstractWebSocketMessageBrokerConfigurer
[2026-02-21T15:36:12.844Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/specific/deploy/NisWebAppWebsocketInitializer.java:[25,2] cannot find symbol
[2026-02-21T15:36:12.844Z] symbol: class Configuration
[2026-02-21T15:36:12.844Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/specific/deploy/NisWebAppWebsocketInitializer.java:[26,2] cannot find symbol
[2026-02-21T15:36:12.844Z] symbol: class ComponentScan
[2026-02-21T15:36:12.844Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/specific/deploy/NisWebAppWebsocketInitializer.java:[27,2] cannot access org.springframework.web.socket.config.annotation.EnableWebSocketMessageBroker
[2026-02-21T15:36:12.844Z] bad class file: /home/ubuntu/.m2/repository/org/springframework/spring-websocket/7.0.5/spring-websocket-7.0.5.jar(/org/springframework/web/socket/config/annotation/EnableWebSocketMessageBroker.class)
[2026-02-21T15:36:12.844Z] class file has wrong version 61.0, should be 55.0
[2026-02-21T15:36:12.844Z] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2026-02-21T15:36:12.844Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/specific/deploy/NisWebAppWebsocketInitializer.java:[31,50] cannot find symbol
[2026-02-21T15:36:12.844Z] symbol: class MessageBrokerRegistry
[2026-02-21T15:36:12.844Z] location: class org.nem.specific.deploy.NisWebAppWebsocketInitializer
[2026-02-21T15:36:12.844Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/specific/deploy/NisWebAppWebsocketInitializer.java:[37,62] cannot find symbol
[2026-02-21T15:36:12.844Z] symbol: class MessageConverter
[2026-02-21T15:36:12.844Z] location: class org.nem.specific.deploy.NisWebAppWebsocketInitializer
[2026-02-21T15:36:12.844Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/specific/deploy/NisWebAppWebsocketInitializer.java:[84,50] cannot access org.springframework.web.socket.config.annotation.StompEndpointRegistry
[2026-02-21T15:36:12.844Z] bad class file: /home/ubuntu/.m2/repository/org/springframework/spring-websocket/7.0.5/spring-websocket-7.0.5.jar(/org/springframework/web/socket/config/annotation/StompEndpointRegistry.class)
[2026-02-21T15:36:12.844Z] class file has wrong version 61.0, should be 55.0
[2026-02-21T15:36:12.844Z] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2026-02-21T15:36:12.844Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[38,43] cannot access org.springframework.jdbc.datasource.DriverManagerDataSource
[2026-02-21T15:36:12.844Z] bad class file: /home/ubuntu/.m2/repository/org/springframework/spring-jdbc/7.0.5/spring-jdbc-7.0.5.jar(/org/springframework/jdbc/datasource/DriverManagerDataSource.class)
[2026-02-21T15:36:12.844Z] class file has wrong version 61.0, should be 55.0
[2026-02-21T15:36:12.844Z] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2026-02-21T15:36:12.844Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[39,42] package org.springframework.orm.hibernate4 does not exist
[2026-02-21T15:36:12.844Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[40,50] cannot access org.springframework.transaction.annotation.EnableTransactionManagement
[2026-02-21T15:36:12.844Z] bad class file: /home/ubuntu/.m2/repository/org/springframework/spring-tx/7.0.5/spring-tx-7.0.5.jar(/org/springframework/transaction/annotation/EnableTransactionManagement.class)
[2026-02-21T15:36:12.844Z] class file has wrong version 61.0, should be 55.0
[2026-02-21T15:36:12.844Z] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2026-02-21T15:36:12.844Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[42,2] cannot find symbol
[2026-02-21T15:36:12.844Z] symbol: class Configuration
[2026-02-21T15:36:12.845Z] [INFO] 100 errors
[2026-02-21T15:36:12.845Z] [INFO] -------------------------------------------------------------
[2026-02-21T15:36:12.845Z] [INFO] ------------------------------------------------------------------------
[2026-02-21T15:36:12.845Z] [INFO] BUILD FAILURE
[2026-02-21T15:36:12.845Z] [INFO] ------------------------------------------------------------------------
[2026-02-21T15:36:12.845Z] [INFO] Total time: 21.567 s
[2026-02-21T15:36:12.845Z] [INFO] Finished at: 2026-02-21T15:36:12Z
[2026-02-21T15:36:12.845Z] [INFO] ------------------------------------------------------------------------
[2026-02-21T15:36:12.845Z] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.15.0:compile (default-compile) on project nem-infrastructure-server: Compilation failure: Compilation failure:
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/BlockAnalyzer.java:[20,52] cannot access org.springframework.beans.factory.annotation.Autowired
[2026-02-21T15:36:12.845Z] [ERROR] bad class file: /home/ubuntu/.m2/repository/org/springframework/spring-beans/7.0.5/spring-beans-7.0.5.jar(/org/springframework/beans/factory/annotation/Autowired.class)
[2026-02-21T15:36:12.845Z] [ERROR] class file has wrong version 61.0, should be 55.0
[2026-02-21T15:36:12.845Z] [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/service/BlockChainLastBlockLayer.java:[10,38] cannot access org.springframework.stereotype.Service
[2026-02-21T15:36:12.845Z] [ERROR] bad class file: /home/ubuntu/.m2/repository/org/springframework/spring-context/7.0.5/spring-context-7.0.5.jar(/org/springframework/stereotype/Service.class)
[2026-02-21T15:36:12.845Z] [ERROR] class file has wrong version 61.0, should be 55.0
[2026-02-21T15:36:12.845Z] [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/service/BlockChainLastBlockLayer.java:[15,2] cannot find symbol
[2026-02-21T15:36:12.845Z] [ERROR] symbol: class Service
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/chain/BlockExecutor.java:[13,2] cannot find symbol
[2026-02-21T15:36:12.845Z] [ERROR] symbol: class Service
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/controller/AccountController.java:[22,2] cannot access org.springframework.web.bind.annotation.RestController
[2026-02-21T15:36:12.845Z] [ERROR] bad class file: /home/ubuntu/.m2/repository/org/springframework/spring-web/7.0.5/spring-web-7.0.5.jar(/org/springframework/web/bind/annotation/RestController.class)
[2026-02-21T15:36:12.845Z] [ERROR] class file has wrong version 61.0, should be 55.0
[2026-02-21T15:36:12.845Z] [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/controller/AccountInfoController.java:[25,2] cannot find symbol
[2026-02-21T15:36:12.845Z] [ERROR] symbol: class RestController
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/service/AccountInfoFactory.java:[16,2] cannot find symbol
[2026-02-21T15:36:12.845Z] [ERROR] symbol: class Service
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/service/AccountMetaDataFactory.java:[19,2] cannot find symbol
[2026-02-21T15:36:12.845Z] [ERROR] symbol: class Service
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/controller/AccountNamespaceInfoController.java:[16,2] cannot find symbol
[2026-02-21T15:36:12.845Z] [ERROR] symbol: class RestController
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/service/MosaicInfoFactory.java:[21,2] cannot find symbol
[2026-02-21T15:36:12.845Z] [ERROR] symbol: class Service
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/controller/AccountTransfersController.java:[23,2] cannot find symbol
[2026-02-21T15:36:12.845Z] [ERROR] symbol: class RestController
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/controller/BinderControllerAdvice.java:[9,38] cannot access org.springframework.validation.Validator
[2026-02-21T15:36:12.845Z] [ERROR] bad class file: /home/ubuntu/.m2/repository/org/springframework/spring-context/7.0.5/spring-context-7.0.5.jar(/org/springframework/validation/Validator.class)
[2026-02-21T15:36:12.845Z] [ERROR] class file has wrong version 61.0, should be 55.0
[2026-02-21T15:36:12.845Z] [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/controller/BinderControllerAdvice.java:[10,36] cannot access org.springframework.web.bind.WebDataBinder
[2026-02-21T15:36:12.845Z] [ERROR] bad class file: /home/ubuntu/.m2/repository/org/springframework/spring-web/7.0.5/spring-web-7.0.5.jar(/org/springframework/web/bind/WebDataBinder.class)
[2026-02-21T15:36:12.845Z] [ERROR] class file has wrong version 61.0, should be 55.0
[2026-02-21T15:36:12.845Z] [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/controller/BinderControllerAdvice.java:[16,2] cannot access org.springframework.web.bind.annotation.ControllerAdvice
[2026-02-21T15:36:12.845Z] [ERROR] bad class file: /home/ubuntu/.m2/repository/org/springframework/spring-web/7.0.5/spring-web-7.0.5.jar(/org/springframework/web/bind/annotation/ControllerAdvice.class)
[2026-02-21T15:36:12.845Z] [ERROR] class file has wrong version 61.0, should be 55.0
[2026-02-21T15:36:12.845Z] [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/controller/BinderControllerAdvice.java:[38,38] cannot find symbol
[2026-02-21T15:36:12.845Z] [ERROR] symbol: class WebDataBinder
[2026-02-21T15:36:12.845Z] [ERROR] location: class org.nem.nis.controller.BinderControllerAdvice
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/controller/BlockController.java:[17,2] cannot find symbol
[2026-02-21T15:36:12.845Z] [ERROR] symbol: class RestController
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/controller/BlockExplorerController.java:[17,2] cannot find symbol
[2026-02-21T15:36:12.845Z] [ERROR] symbol: class RestController
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/controller/ChainController.java:[23,2] cannot find symbol
[2026-02-21T15:36:12.845Z] [ERROR] symbol: class RestController
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/controller/DebugController.java:[15,2] cannot find symbol
[2026-02-21T15:36:12.845Z] [ERROR] symbol: class RestController
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/controller/ExceptionControllerAdvice.java:[15,2] cannot access org.springframework.web.bind.annotation.ResponseBody
[2026-02-21T15:36:12.845Z] [ERROR] bad class file: /home/ubuntu/.m2/repository/org/springframework/spring-web/7.0.5/spring-web-7.0.5.jar(/org/springframework/web/bind/annotation/ResponseBody.class)
[2026-02-21T15:36:12.845Z] [ERROR] class file has wrong version 61.0, should be 55.0
[2026-02-21T15:36:12.845Z] [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/controller/ExceptionControllerAdvice.java:[16,2] cannot find symbol
[2026-02-21T15:36:12.845Z] [ERROR] symbol: class ControllerAdvice
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/controller/ExceptionControllerAdvice.java:[37,16] cannot access org.springframework.http.ResponseEntity
[2026-02-21T15:36:12.845Z] [ERROR] bad class file: /home/ubuntu/.m2/repository/org/springframework/spring-web/7.0.5/spring-web-7.0.5.jar(/org/springframework/http/ResponseEntity.class)
[2026-02-21T15:36:12.845Z] [ERROR] class file has wrong version 61.0, should be 55.0
[2026-02-21T15:36:12.845Z] [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/controller/ExceptionControllerAdvice.java:[48,16] cannot find symbol
[2026-02-21T15:36:12.845Z] [ERROR] symbol: class ResponseEntity
[2026-02-21T15:36:12.845Z] [ERROR] location: class org.nem.nis.controller.ExceptionControllerAdvice
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/controller/ExceptionControllerAdvice.java:[59,16] cannot find symbol
[2026-02-21T15:36:12.845Z] [ERROR] symbol: class ResponseEntity
[2026-02-21T15:36:12.845Z] [ERROR] location: class org.nem.nis.controller.ExceptionControllerAdvice
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/controller/ExceptionControllerAdvice.java:[70,16] cannot find symbol
[2026-02-21T15:36:12.845Z] [ERROR] symbol: class ResponseEntity
[2026-02-21T15:36:12.845Z] [ERROR] location: class org.nem.nis.controller.ExceptionControllerAdvice
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/controller/ExceptionControllerAdvice.java:[81,16] cannot find symbol
[2026-02-21T15:36:12.845Z] [ERROR] symbol: class ResponseEntity
[2026-02-21T15:36:12.845Z] [ERROR] location: class org.nem.nis.controller.ExceptionControllerAdvice
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/controller/ExceptionControllerAdvice.java:[85,90] cannot access org.springframework.http.HttpStatus
[2026-02-21T15:36:12.845Z] [ERROR] bad class file: /home/ubuntu/.m2/repository/org/springframework/spring-web/7.0.5/spring-web-7.0.5.jar(/org/springframework/http/HttpStatus.class)
[2026-02-21T15:36:12.845Z] [ERROR] class file has wrong version 61.0, should be 55.0
[2026-02-21T15:36:12.845Z] [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/controller/ExceptionControllerAdvice.java:[85,17] cannot find symbol
[2026-02-21T15:36:12.845Z] [ERROR] symbol: class ResponseEntity
[2026-02-21T15:36:12.845Z] [ERROR] location: class org.nem.nis.controller.ExceptionControllerAdvice
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/controller/ExceptionControllerAdvice.java:[89,87] cannot find symbol
[2026-02-21T15:36:12.845Z] [ERROR] symbol: class HttpStatus
[2026-02-21T15:36:12.845Z] [ERROR] location: class org.nem.nis.controller.ExceptionControllerAdvice
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/controller/ExceptionControllerAdvice.java:[89,17] cannot find symbol
[2026-02-21T15:36:12.845Z] [ERROR] symbol: class ResponseEntity
[2026-02-21T15:36:12.845Z] [ERROR] location: class org.nem.nis.controller.ExceptionControllerAdvice
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/controller/ExpiredMosaicController.java:[21,2] cannot find symbol
[2026-02-21T15:36:12.845Z] [ERROR] symbol: class RestController
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/controller/LocalController.java:[12,2] cannot find symbol
[2026-02-21T15:36:12.845Z] [ERROR] symbol: class RestController
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/controller/MosaicController.java:[18,2] cannot find symbol
[2026-02-21T15:36:12.845Z] [ERROR] symbol: class RestController
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/controller/MosaicDefinitionController.java:[24,2] cannot find symbol
[2026-02-21T15:36:12.845Z] [ERROR] symbol: class RestController
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/controller/NamespaceController.java:[21,2] cannot find symbol
[2026-02-21T15:36:12.845Z] [ERROR] symbol: class RestController
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/controller/NodeController.java:[23,2] cannot find symbol
[2026-02-21T15:36:12.845Z] [ERROR] symbol: class RestController
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/controller/PushController.java:[18,2] cannot find symbol
[2026-02-21T15:36:12.845Z] [ERROR] symbol: class RestController
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/service/PushService.java:[21,2] cannot find symbol
[2026-02-21T15:36:12.845Z] [ERROR] symbol: class Service
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/controller/TimeSynchronizationController.java:[15,2] cannot find symbol
[2026-02-21T15:36:12.845Z] [ERROR] symbol: class RestController
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/controller/TransactionController.java:[25,2] cannot find symbol
[2026-02-21T15:36:12.845Z] [ERROR] symbol: class RestController
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/controller/interceptors/AuditInterceptor.java:[7,47] cannot find symbol
[2026-02-21T15:36:12.845Z] [ERROR] symbol: class HandlerInterceptorAdapter
[2026-02-21T15:36:12.845Z] [ERROR] location: package org.springframework.web.servlet.handler
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/controller/interceptors/AuditInterceptor.java:[12,39] cannot find symbol
[2026-02-21T15:36:12.845Z] [ERROR] symbol: class HandlerInterceptorAdapter
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/controller/interceptors/BlockLoadingInterceptor.java:[9,47] cannot find symbol
[2026-02-21T15:36:12.845Z] [ERROR] symbol: class HandlerInterceptorAdapter
[2026-02-21T15:36:12.845Z] [ERROR] location: package org.springframework.web.servlet.handler
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/controller/interceptors/BlockLoadingInterceptor.java:[14,46] cannot find symbol
[2026-02-21T15:36:12.845Z] [ERROR] symbol: class HandlerInterceptorAdapter
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/controller/interceptors/ConfiguredPrivateKeyValidator.java:[13,55] cannot find symbol
[2026-02-21T15:36:12.845Z] [ERROR] symbol: class Validator
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/controller/interceptors/ConfiguredPrivateKeyValidator.java:[33,57] cannot access org.springframework.validation.Errors
[2026-02-21T15:36:12.845Z] [ERROR] bad class file: /home/ubuntu/.m2/repository/org/springframework/spring-context/7.0.5/spring-context-7.0.5.jar(/org/springframework/validation/Errors.class)
[2026-02-21T15:36:12.845Z] [ERROR] class file has wrong version 61.0, should be 55.0
[2026-02-21T15:36:12.845Z] [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/controller/interceptors/InsecurePrivateKeyValidator.java:[15,53] cannot find symbol
[2026-02-21T15:36:12.845Z] [ERROR] symbol: class Validator
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/controller/interceptors/InsecurePrivateKeyValidator.java:[42,57] cannot find symbol
[2026-02-21T15:36:12.845Z] [ERROR] symbol: class Errors
[2026-02-21T15:36:12.845Z] [ERROR] location: class org.nem.nis.controller.interceptors.InsecurePrivateKeyValidator
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/controller/interceptors/LocalHostInterceptor.java:[7,38] cannot access org.springframework.web.method.HandlerMethod
[2026-02-21T15:36:12.845Z] [ERROR] bad class file: /home/ubuntu/.m2/repository/org/springframework/spring-web/7.0.5/spring-web-7.0.5.jar(/org/springframework/web/method/HandlerMethod.class)
[2026-02-21T15:36:12.845Z] [ERROR] class file has wrong version 61.0, should be 55.0
[2026-02-21T15:36:12.845Z] [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/controller/interceptors/LocalHostInterceptor.java:[8,39] cannot access org.springframework.web.servlet.HandlerInterceptor
[2026-02-21T15:36:12.845Z] [ERROR] bad class file: /home/ubuntu/.m2/repository/org/springframework/spring-webmvc/7.0.5/spring-webmvc-7.0.5.jar(/org/springframework/web/servlet/HandlerInterceptor.class)
[2026-02-21T15:36:12.845Z] [ERROR] class file has wrong version 61.0, should be 55.0
[2026-02-21T15:36:12.845Z] [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/controller/interceptors/LocalHostInterceptor.java:[9,39] cannot access org.springframework.web.servlet.ModelAndView
[2026-02-21T15:36:12.845Z] [ERROR] bad class file: /home/ubuntu/.m2/repository/org/springframework/spring-webmvc/7.0.5/spring-webmvc-7.0.5.jar(/org/springframework/web/servlet/ModelAndView.class)
[2026-02-21T15:36:12.845Z] [ERROR] class file has wrong version 61.0, should be 55.0
[2026-02-21T15:36:12.845Z] [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/controller/interceptors/LocalHostInterceptor.java:[14,46] cannot find symbol
[2026-02-21T15:36:12.845Z] [ERROR] symbol: class HandlerInterceptor
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/controller/interceptors/LocalHostInterceptor.java:[39,25] cannot find symbol
[2026-02-21T15:36:12.845Z] [ERROR] symbol: class ModelAndView
[2026-02-21T15:36:12.845Z] [ERROR] location: class org.nem.nis.controller.interceptors.LocalHostInterceptor
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/dao/AccountDaoImpl.java:[7,38] cannot access org.springframework.stereotype.Repository
[2026-02-21T15:36:12.845Z] [ERROR] bad class file: /home/ubuntu/.m2/repository/org/springframework/spring-context/7.0.5/spring-context-7.0.5.jar(/org/springframework/stereotype/Repository.class)
[2026-02-21T15:36:12.845Z] [ERROR] class file has wrong version 61.0, should be 55.0
[2026-02-21T15:36:12.845Z] [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/dao/AccountDaoImpl.java:[8,50] cannot access org.springframework.transaction.annotation.Transactional
[2026-02-21T15:36:12.845Z] [ERROR] bad class file: /home/ubuntu/.m2/repository/org/springframework/spring-tx/7.0.5/spring-tx-7.0.5.jar(/org/springframework/transaction/annotation/Transactional.class)
[2026-02-21T15:36:12.845Z] [ERROR] class file has wrong version 61.0, should be 55.0
[2026-02-21T15:36:12.845Z] [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/dao/AccountDaoImpl.java:[10,2] cannot find symbol
[2026-02-21T15:36:12.845Z] [ERROR] symbol: class Repository
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/dao/BlockDaoImpl.java:[23,2] cannot find symbol
[2026-02-21T15:36:12.845Z] [ERROR] symbol: class Repository
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/dao/MosaicDefinitionDaoImpl.java:[14,2] cannot find symbol
[2026-02-21T15:36:12.845Z] [ERROR] symbol: class Repository
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/dao/NamespaceDaoImpl.java:[13,2] cannot find symbol
[2026-02-21T15:36:12.845Z] [ERROR] symbol: class Repository
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/dao/SessionFactoryLoader.java:[11,42] package org.springframework.orm.hibernate4 does not exist
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/dao/TransferDaoImpl.java:[15,2] cannot find symbol
[2026-02-21T15:36:12.845Z] [ERROR] symbol: class Repository
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/service/AccountIoAdapter.java:[17,2] cannot find symbol
[2026-02-21T15:36:12.845Z] [ERROR] symbol: class Service
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/service/DbBlockIoAdapter.java:[12,2] cannot find symbol
[2026-02-21T15:36:12.845Z] [ERROR] symbol: class Service
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/service/DbTransferIoAdapter.java:[14,2] cannot find symbol
[2026-02-21T15:36:12.845Z] [ERROR] symbol: class Service
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/websocket/MessagingService.java:[20,42] cannot access org.springframework.messaging.simp.SimpMessagingTemplate
[2026-02-21T15:36:12.845Z] [ERROR] bad class file: /home/ubuntu/.m2/repository/org/springframework/spring-messaging/7.0.5/spring-messaging-7.0.5.jar(/org/springframework/messaging/simp/SimpMessagingTemplate.class)
[2026-02-21T15:36:12.845Z] [ERROR] class file has wrong version 61.0, should be 55.0
[2026-02-21T15:36:12.845Z] [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/websocket/MessagingService.java:[23,2] cannot find symbol
[2026-02-21T15:36:12.845Z] [ERROR] symbol: class Service
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/websocket/MessagingService.java:[27,23] cannot find symbol
[2026-02-21T15:36:12.845Z] [ERROR] symbol: class SimpMessagingTemplate
[2026-02-21T15:36:12.845Z] [ERROR] location: class org.nem.nis.websocket.MessagingService
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/websocket/MessagingService.java:[70,31] cannot find symbol
[2026-02-21T15:36:12.845Z] [ERROR] symbol: class SimpMessagingTemplate
[2026-02-21T15:36:12.845Z] [ERROR] location: class org.nem.nis.websocket.MessagingService
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/websocket/WebsocketInitController.java:[17,56] cannot access org.springframework.messaging.handler.annotation.MessageExceptionHandler
[2026-02-21T15:36:12.845Z] [ERROR] bad class file: /home/ubuntu/.m2/repository/org/springframework/spring-messaging/7.0.5/spring-messaging-7.0.5.jar(/org/springframework/messaging/handler/annotation/MessageExceptionHandler.class)
[2026-02-21T15:36:12.845Z] [ERROR] class file has wrong version 61.0, should be 55.0
[2026-02-21T15:36:12.845Z] [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/websocket/WebsocketInitController.java:[18,56] cannot access org.springframework.messaging.handler.annotation.MessageMapping
[2026-02-21T15:36:12.845Z] [ERROR] bad class file: /home/ubuntu/.m2/repository/org/springframework/spring-messaging/7.0.5/spring-messaging-7.0.5.jar(/org/springframework/messaging/handler/annotation/MessageMapping.class)
[2026-02-21T15:36:12.845Z] [ERROR] class file has wrong version 61.0, should be 55.0
[2026-02-21T15:36:12.845Z] [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/websocket/WebsocketInitController.java:[19,56] cannot access org.springframework.messaging.handler.annotation.Payload
[2026-02-21T15:36:12.845Z] [ERROR] bad class file: /home/ubuntu/.m2/repository/org/springframework/spring-messaging/7.0.5/spring-messaging-7.0.5.jar(/org/springframework/messaging/handler/annotation/Payload.class)
[2026-02-21T15:36:12.845Z] [ERROR] class file has wrong version 61.0, should be 55.0
[2026-02-21T15:36:12.845Z] [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/websocket/WebsocketInitController.java:[20,56] cannot access org.springframework.messaging.handler.annotation.SendTo
[2026-02-21T15:36:12.845Z] [ERROR] bad class file: /home/ubuntu/.m2/repository/org/springframework/spring-messaging/7.0.5/spring-messaging-7.0.5.jar(/org/springframework/messaging/handler/annotation/SendTo.class)
[2026-02-21T15:36:12.845Z] [ERROR] class file has wrong version 61.0, should be 55.0
[2026-02-21T15:36:12.845Z] [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/websocket/WebsocketInitController.java:[21,38] cannot access org.springframework.stereotype.Controller
[2026-02-21T15:36:12.845Z] [ERROR] bad class file: /home/ubuntu/.m2/repository/org/springframework/spring-context/7.0.5/spring-context-7.0.5.jar(/org/springframework/stereotype/Controller.class)
[2026-02-21T15:36:12.845Z] [ERROR] class file has wrong version 61.0, should be 55.0
[2026-02-21T15:36:12.845Z] [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/nis/websocket/WebsocketInitController.java:[23,2] cannot find symbol
[2026-02-21T15:36:12.845Z] [ERROR] symbol: class Controller
[2026-02-21T15:36:12.845Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/specific/deploy/NisWebAppInitializer.java:[11,42] cannot access org.springframework.http.converter.HttpMessageConverter
[2026-02-21T15:36:12.845Z] [ERROR] bad class file: /home/ubuntu/.m2/repository/org/springframework/spring-web/7.0.5/spring-web-7.0.5.jar(/org/springframework/http/converter/HttpMessageConverter.class)
[2026-02-21T15:36:12.846Z] [ERROR] class file has wrong version 61.0, should be 55.0
[2026-02-21T15:36:12.846Z] [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2026-02-21T15:36:12.846Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/specific/deploy/NisWebAppInitializer.java:[13,47] cannot find symbol
[2026-02-21T15:36:12.846Z] [ERROR] symbol: class HandlerInterceptorAdapter
[2026-02-21T15:36:12.846Z] [ERROR] location: package org.springframework.web.servlet.handler
[2026-02-21T15:36:12.846Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/specific/deploy/NisWebAppInitializer.java:[23,43] cannot access org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
[2026-02-21T15:36:12.846Z] [ERROR] bad class file: /home/ubuntu/.m2/repository/org/springframework/spring-webmvc/7.0.5/spring-webmvc-7.0.5.jar(/org/springframework/web/servlet/config/annotation/WebMvcConfigurationSupport.class)
[2026-02-21T15:36:12.846Z] [ERROR] class file has wrong version 61.0, should be 55.0
[2026-02-21T15:36:12.846Z] [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2026-02-21T15:36:12.846Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/specific/deploy/NisWebAppInitializer.java:[18,2] cannot access org.springframework.context.annotation.Configuration
[2026-02-21T15:36:12.846Z] [ERROR] bad class file: /home/ubuntu/.m2/repository/org/springframework/spring-context/7.0.5/spring-context-7.0.5.jar(/org/springframework/context/annotation/Configuration.class)
[2026-02-21T15:36:12.846Z] [ERROR] class file has wrong version 61.0, should be 55.0
[2026-02-21T15:36:12.846Z] [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2026-02-21T15:36:12.846Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/specific/deploy/NisWebAppInitializer.java:[19,2] cannot access org.springframework.context.annotation.ComponentScan
[2026-02-21T15:36:12.846Z] [ERROR] bad class file: /home/ubuntu/.m2/repository/org/springframework/spring-context/7.0.5/spring-context-7.0.5.jar(/org/springframework/context/annotation/ComponentScan.class)
[2026-02-21T15:36:12.846Z] [ERROR] class file has wrong version 61.0, should be 55.0
[2026-02-21T15:36:12.846Z] [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2026-02-21T15:36:12.846Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/specific/deploy/NisWebAppInitializer.java:[40,62] cannot find symbol
[2026-02-21T15:36:12.846Z] [ERROR] symbol: class HttpMessageConverter
[2026-02-21T15:36:12.846Z] [ERROR] location: class org.nem.specific.deploy.NisWebAppInitializer
[2026-02-21T15:36:12.846Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/specific/deploy/NisWebAppInitializer.java:[46,63] cannot find symbol
[2026-02-21T15:36:12.846Z] [ERROR] symbol: class HttpMessageConverter
[2026-02-21T15:36:12.846Z] [ERROR] location: class org.nem.specific.deploy.NisWebAppInitializer
[2026-02-21T15:36:12.846Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/specific/deploy/NisWebAppInitializer.java:[53,46] cannot access org.springframework.web.servlet.config.annotation.InterceptorRegistry
[2026-02-21T15:36:12.846Z] [ERROR] bad class file: /home/ubuntu/.m2/repository/org/springframework/spring-webmvc/7.0.5/spring-webmvc-7.0.5.jar(/org/springframework/web/servlet/config/annotation/InterceptorRegistry.class)
[2026-02-21T15:36:12.846Z] [ERROR] class file has wrong version 61.0, should be 55.0
[2026-02-21T15:36:12.846Z] [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2026-02-21T15:36:12.846Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/specific/deploy/NisWebAppInitializer.java:[60,17] cannot find symbol
[2026-02-21T15:36:12.846Z] [ERROR] symbol: class HandlerInterceptorAdapter
[2026-02-21T15:36:12.846Z] [ERROR] location: class org.nem.specific.deploy.NisWebAppInitializer
[2026-02-21T15:36:12.846Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/specific/deploy/NisWebAppWebsocketInitializer.java:[17,37] cannot access org.springframework.messaging.Message
[2026-02-21T15:36:12.846Z] [ERROR] bad class file: /home/ubuntu/.m2/repository/org/springframework/spring-messaging/7.0.5/spring-messaging-7.0.5.jar(/org/springframework/messaging/Message.class)
[2026-02-21T15:36:12.846Z] [ERROR] class file has wrong version 61.0, should be 55.0
[2026-02-21T15:36:12.846Z] [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2026-02-21T15:36:12.846Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/specific/deploy/NisWebAppWebsocketInitializer.java:[18,37] cannot access org.springframework.messaging.MessageHeaders
[2026-02-21T15:36:12.846Z] [ERROR] bad class file: /home/ubuntu/.m2/repository/org/springframework/spring-messaging/7.0.5/spring-messaging-7.0.5.jar(/org/springframework/messaging/MessageHeaders.class)
[2026-02-21T15:36:12.846Z] [ERROR] class file has wrong version 61.0, should be 55.0
[2026-02-21T15:36:12.846Z] [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2026-02-21T15:36:12.846Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/specific/deploy/NisWebAppWebsocketInitializer.java:[19,47] cannot access org.springframework.messaging.converter.MessageConverter
[2026-02-21T15:36:12.846Z] [ERROR] bad class file: /home/ubuntu/.m2/repository/org/springframework/spring-messaging/7.0.5/spring-messaging-7.0.5.jar(/org/springframework/messaging/converter/MessageConverter.class)
[2026-02-21T15:36:12.846Z] [ERROR] class file has wrong version 61.0, should be 55.0
[2026-02-21T15:36:12.846Z] [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2026-02-21T15:36:12.846Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/specific/deploy/NisWebAppWebsocketInitializer.java:[20,49] cannot access org.springframework.messaging.simp.config.MessageBrokerRegistry
[2026-02-21T15:36:12.846Z] [ERROR] bad class file: /home/ubuntu/.m2/repository/org/springframework/spring-messaging/7.0.5/spring-messaging-7.0.5.jar(/org/springframework/messaging/simp/config/MessageBrokerRegistry.class)
[2026-02-21T15:36:12.846Z] [ERROR] class file has wrong version 61.0, should be 55.0
[2026-02-21T15:36:12.846Z] [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2026-02-21T15:36:12.846Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/specific/deploy/NisWebAppWebsocketInitializer.java:[21,45] cannot access org.springframework.messaging.support.GenericMessage
[2026-02-21T15:36:12.846Z] [ERROR] bad class file: /home/ubuntu/.m2/repository/org/springframework/spring-messaging/7.0.5/spring-messaging-7.0.5.jar(/org/springframework/messaging/support/GenericMessage.class)
[2026-02-21T15:36:12.846Z] [ERROR] class file has wrong version 61.0, should be 55.0
[2026-02-21T15:36:12.846Z] [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2026-02-21T15:36:12.846Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/specific/deploy/NisWebAppWebsocketInitializer.java:[23,51] cannot access org.springframework.web.socket.sockjs.frame.AbstractSockJsMessageCodec
[2026-02-21T15:36:12.846Z] [ERROR] bad class file: /home/ubuntu/.m2/repository/org/springframework/spring-websocket/7.0.5/spring-websocket-7.0.5.jar(/org/springframework/web/socket/sockjs/frame/AbstractSockJsMessageCodec.class)
[2026-02-21T15:36:12.846Z] [ERROR] class file has wrong version 61.0, should be 55.0
[2026-02-21T15:36:12.846Z] [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2026-02-21T15:36:12.846Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/specific/deploy/NisWebAppWebsocketInitializer.java:[28,52] cannot find symbol
[2026-02-21T15:36:12.846Z] [ERROR] symbol: class AbstractWebSocketMessageBrokerConfigurer
[2026-02-21T15:36:12.846Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/specific/deploy/NisWebAppWebsocketInitializer.java:[25,2] cannot find symbol
[2026-02-21T15:36:12.846Z] [ERROR] symbol: class Configuration
[2026-02-21T15:36:12.846Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/specific/deploy/NisWebAppWebsocketInitializer.java:[26,2] cannot find symbol
[2026-02-21T15:36:12.846Z] [ERROR] symbol: class ComponentScan
[2026-02-21T15:36:12.846Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/specific/deploy/NisWebAppWebsocketInitializer.java:[27,2] cannot access org.springframework.web.socket.config.annotation.EnableWebSocketMessageBroker
[2026-02-21T15:36:12.846Z] [ERROR] bad class file: /home/ubuntu/.m2/repository/org/springframework/spring-websocket/7.0.5/spring-websocket-7.0.5.jar(/org/springframework/web/socket/config/annotation/EnableWebSocketMessageBroker.class)
[2026-02-21T15:36:12.846Z] [ERROR] class file has wrong version 61.0, should be 55.0
[2026-02-21T15:36:12.846Z] [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2026-02-21T15:36:12.846Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/specific/deploy/NisWebAppWebsocketInitializer.java:[31,50] cannot find symbol
[2026-02-21T15:36:12.846Z] [ERROR] symbol: class MessageBrokerRegistry
[2026-02-21T15:36:12.846Z] [ERROR] location: class org.nem.specific.deploy.NisWebAppWebsocketInitializer
[2026-02-21T15:36:12.846Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/specific/deploy/NisWebAppWebsocketInitializer.java:[37,62] cannot find symbol
[2026-02-21T15:36:12.846Z] [ERROR] symbol: class MessageConverter
[2026-02-21T15:36:12.846Z] [ERROR] location: class org.nem.specific.deploy.NisWebAppWebsocketInitializer
[2026-02-21T15:36:12.846Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/specific/deploy/NisWebAppWebsocketInitializer.java:[84,50] cannot access org.springframework.web.socket.config.annotation.StompEndpointRegistry
[2026-02-21T15:36:12.847Z] [ERROR] bad class file: /home/ubuntu/.m2/repository/org/springframework/spring-websocket/7.0.5/spring-websocket-7.0.5.jar(/org/springframework/web/socket/config/annotation/StompEndpointRegistry.class)
[2026-02-21T15:36:12.847Z] [ERROR] class file has wrong version 61.0, should be 55.0
[2026-02-21T15:36:12.847Z] [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2026-02-21T15:36:12.847Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[38,43] cannot access org.springframework.jdbc.datasource.DriverManagerDataSource
[2026-02-21T15:36:12.847Z] [ERROR] bad class file: /home/ubuntu/.m2/repository/org/springframework/spring-jdbc/7.0.5/spring-jdbc-7.0.5.jar(/org/springframework/jdbc/datasource/DriverManagerDataSource.class)
[2026-02-21T15:36:12.847Z] [ERROR] class file has wrong version 61.0, should be 55.0
[2026-02-21T15:36:12.847Z] [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2026-02-21T15:36:12.847Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[39,42] package org.springframework.orm.hibernate4 does not exist
[2026-02-21T15:36:12.847Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[40,50] cannot access org.springframework.transaction.annotation.EnableTransactionManagement
[2026-02-21T15:36:12.847Z] [ERROR] bad class file: /home/ubuntu/.m2/repository/org/springframework/spring-tx/7.0.5/spring-tx-7.0.5.jar(/org/springframework/transaction/annotation/EnableTransactionManagement.class)
[2026-02-21T15:36:12.847Z] [ERROR] class file has wrong version 61.0, should be 55.0
[2026-02-21T15:36:12.847Z] [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2026-02-21T15:36:12.847Z] [ERROR] /home/ubuntu/jenkins/workspace/nis/src/main/java/org/nem/specific/deploy/appconfig/NisAppConfig.java:[42,2] cannot find symbol
[2026-02-21T15:36:12.847Z] [ERROR] symbol: class Configuration
[2026-02-21T15:36:12.847Z] [ERROR] -> [Help 1]
[2026-02-21T15:36:12.847Z] [ERROR]
[2026-02-21T15:36:12.847Z] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[2026-02-21T15:36:12.847Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2026-02-21T15:36:12.847Z] [ERROR]
[2026-02-21T15:36:12.847Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2026-02-21T15:36:12.847Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Details
- Declarative: Checkout SCM (6.4 sec)
- setup environment (2.7 sec)
- CI pipeline (2 min 15 sec)
- display environment (2.2 sec)
- checkout (1.1 sec)
- setup docker environment (6.7 sec)
- verify conventional commit message (1.1 sec)
- setup lint (12 sec)
- run lint (26 sec)
- setup build (47 sec)
- run build (25 sec)
Error: script returned exit code 1 - logs - setup tests (1 sec)
- run tests (1 sec)
- run tests (examples) (1 sec)
- run tests (vectors) (0.98 sec)
- code coverage (1.1 sec)
- CD pipeline (3.8 sec)
- publish RC (1.1 sec)
- publish Release (1.1 sec)
- Declarative: Post Actions (1.4 sec)
Loading