Error: Regclient Packet Upload

Hi team,

I am facing error while uploading packet from regclient
version: registration-processor-stage-group-1:1.2.0.1-B1

Error Logs:
Apr 24, 2023 7:26:03 PM brave.Tracing$LoggingReporter report

INFO: {“traceId”:“b19f99ec9974cebb”,“id”:“b19f99ec9974cebb”,“kind”:“SERVER”,“name”:“get /registrationprocessor/v1/packetreceiver/actuator/health”,“timestamp”:1682364363314788,“duration”:30334,“localEndpoint”:{“serviceName”:“unknown”,“ipv4”:“10.42.5.218”},“remoteEndpoint”:{“ipv4”:“127.0.0.6”,“port”:47755},“tags”:{“http.method”:“GET”,“http.path”:“/registrationprocessor/v1/packetreceiver/actuator/health”}}
2023-04-24 19:26:13,106 [vert.x-worker-thread-4] WARN [i.m.k.l.l.i.Slf4jLoggerImpl].warn.62 : Considering RID from filename as request bodyAsJson is null
2023-04-24 19:26:13,109 [vert.x-worker-thread-4] ERROR [i.m.k.l.l.i.Slf4jLoggerImpl].error.92 : Exception occurred for packet id : 10004100000000220230424181137-10004_10000-20230424181440.zip
java.lang.NoSuchMethodError: ‘void io.mosip.kernel.core.authmanager.authadapter.spi.VertxAuthenticationProvider.addAuthFilter(io.vertx.ext.web.RoutingContext, java.lang.String)’
at io.mosip.registration.processor.core.abstractverticle.MosipRouter.validateToken(MosipRouter.java:113)
at io.vertx.ext.web.impl.BlockingHandlerDecorator.lambda$handle$0(BlockingHandlerDecorator.java:48)
at io.vertx.core.impl.ContextImpl.lambda$executeBlocking$2(ContextImpl.java:313)
at io.vertx.core.impl.TaskQueue.run(TaskQueue.java:76)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Thread.java:829)
Apr 24, 2023 7:26:13 PM brave.Tracing$LoggingReporter report
INFO: {“traceId”:“dffcf33162d6f906”,“id”:“dffcf33162d6f906”,“kind”:“SERVER”,“name”:“get /registrationprocessor/v1/packetreceiver/actuator/health”,“timestamp”:1682364373320654,“duration”:36045,“localEndpoint”:{“serviceName”:“unknown”,“ipv4”:“10.42.5.218”},“remoteEndpoint”:{“ipv4”:“127.0.0.6”,“port”:59657},“tags”:{“http.method”:“GET”,“http.path”:“/registrationprocessor/v1/packetreceiver/actuator/health”}}

Apr 24, 2023 7:26:13 PM brave.Tracing$LoggingReporter report

This issue is caused due to kernel-auth-adapter jar.
Please make sure that the latest kernel-auth-adapter jar is deployed (1.2.0.1 version) while deploying registration-processor-stage-group-1.