[ https://issues.apache.org/jira/browse/IGNITE-19659?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Vadim Pakhnushev updated IGNITE-19659: -------------------------------------- Component/s: cli > NullPointerException in ClusterConfigRegistryImpl.fetchConfig > ------------------------------------------------------------- > > Key: IGNITE-19659 > URL: https://issues.apache.org/jira/browse/IGNITE-19659 > Project: Ignite > Issue Type: Bug > Components: cli > Affects Versions: 3.0.0-beta1 > Reporter: Pavel Tupitsyn > Priority: Blocker > Labels: ignite-3 > Fix For: 3.0.0-beta2 > > > *ItSslTest.connectToSecuredNode* > {code} > 2023-06-06 07:43:15:455 +0300 > [WARNING][ForkJoinPool.commonPool-worker-31][LazyObjectRef] Got exception > when fetch from source > java.util.concurrent.CompletionException: java.lang.NullPointerException > at > java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:314) > at > java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:319) > at > java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1702) > at > java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1692) > at > java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290) > at > java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020) > at > java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656) > at > java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594) > at > java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) > Caused by: java.lang.NullPointerException > at > org.apache.ignite.internal.cli.core.repl.registry.impl.ClusterConfigRegistryImpl.fetchConfig(ClusterConfigRegistryImpl.java:50) > at > org.apache.ignite.internal.cli.core.repl.registry.impl.ClusterConfigRegistryImpl.lambda$onConnect$0(ClusterConfigRegistryImpl.java:43) > at > java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1700) > ... 6 more > 2023-06-06 07:43:15:461 +0300 [ERROR][Test worker][ExceptionHandler] > Unhandled exception > java.lang.NullPointerException: factory > at picocli.CommandLine$Assert.notNull(CommandLine.java:18266) > at picocli.CommandLine.<init>(CommandLine.java:228) > at picocli.CommandLine.<init>(CommandLine.java:224) > at > org.apache.ignite.internal.cli.core.repl.executor.ReplExecutor.createPicocliCommands(ReplExecutor.java:177) > at > org.apache.ignite.internal.cli.core.repl.executor.ReplExecutor.execute(ReplExecutor.java:114) > at > org.apache.ignite.internal.cli.ReplManager.startReplMode(ReplManager.java:53) > at > org.apache.ignite.internal.cli.commands.connect.ConnectCommand.call(ConnectCommand.java:61) > at > org.apache.ignite.internal.cli.commands.connect.ConnectCommand.call(ConnectCommand.java:37) > at picocli.CommandLine.executeUserObject(CommandLine.java:2041) > at picocli.CommandLine.access$1500(CommandLine.java:148) > at > picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2461) > at picocli.CommandLine$RunLast.handle(CommandLine.java:2453) > at picocli.CommandLine$RunLast.handle(CommandLine.java:2415) > at > picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2273) > at picocli.CommandLine$RunLast.execute(CommandLine.java:2417) > at picocli.CommandLine.execute(CommandLine.java:2170) > {code} > https://ci.ignite.apache.org/buildConfiguration/ApacheIgnite3xGradle_Test_IntegrationTests_ModuleCli/7273149?hideProblemsFromDependencies=false&hideTestsFromDependencies=false&expandBuildProblemsSection=true&expandBuildChangesSection=true -- This message was sent by Atlassian Jira (v8.20.10#820010)