You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git checkout jmartiska-branch (Quarkus updated and requests done more often to trigger the issue more often)
create .env file with STATUS_TOKEN=
mvn quarkus:dev
wait...
at some point, you will get the following error.
(the NPE is something I should fix but what's bothering me is the 'SRGQL030000: Received response containing no data' error. I don't think I was getting that before and that started with the 3.3 upgrade)
2023-09-13 11:45:12,983 WARN [io.sma.gra.cli.impl] (vert.x-eventloop-thread-4) SRGQL030000: Received response containing no data
2023-09-13 11:45:12,988 ERROR [io.qua.sch.com.run.StatusEmitterInvoker] (vert.x-worker-thread-2) Error occurred while executing task for trigger IntervalTrigger [id=1_io.quarkus.status.StatusService#updateStatus, interval=120000]: java.util.concurrent.CompletionException: java.lang.NullPointerException
at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:331)
at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:346)
at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:870)
at java.base/java.util.concurrent.CompletableFuture.uniWhenCompleteStage(CompletableFuture.java:883)
at java.base/java.util.concurrent.CompletableFuture.whenComplete(CompletableFuture.java:2251)
at java.base/java.util.concurrent.CompletableFuture$MinimalStage.whenComplete(CompletableFuture.java:2820)
at io.quarkus.scheduler.common.runtime.DefaultInvoker.invoke(DefaultInvoker.java:24)
at io.quarkus.scheduler.common.runtime.StatusEmitterInvoker.invoke(StatusEmitterInvoker.java:35)
at io.quarkus.scheduler.runtime.SimpleScheduler$ScheduledTask.doInvoke(SimpleScheduler.java:416)
at io.quarkus.scheduler.runtime.SimpleScheduler$ScheduledTask$1.handle(SimpleScheduler.java:397)
at io.quarkus.scheduler.runtime.SimpleScheduler$ScheduledTask$1.handle(SimpleScheduler.java:393)
at io.vertx.core.impl.ContextBase.lambda$null$0(ContextBase.java:137)
at io.vertx.core.impl.ContextInternal.dispatch(ContextInternal.java:264)
at io.vertx.core.impl.ContextBase.lambda$executeBlocking$1(ContextBase.java:135)
at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)
at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)
at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)
at org.jboss.threads.DelegatingRunnable.run(DelegatingRunnable.java:29)
at org.jboss.threads.ThreadLocalResettingRunnable.run(ThreadLocalResettingRunnable.java:29)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Thread.java:829)
Caused by: java.lang.NullPointerException
at io.quarkus.status.github.GitHubService.handleErrors(GitHubService.java:193)
at io.quarkus.status.github.GitHubService.findIssuesByLabel(GitHubService.java:147)
at io.quarkus.status.github.GitHubService_ClientProxy.findIssuesByLabel(Unknown Source)
at io.quarkus.status.StatusService.buildStatus(StatusService.java:94)
at io.quarkus.status.StatusService.updateStatus(StatusService.java:53)
at io.quarkus.status.StatusService_ClientProxy.updateStatus(Unknown Source)
at io.quarkus.status.StatusService_ScheduledInvoker_updateStatus_16fdc7fe23b88e46a084c1c3db205f1eac0d1572.invokeBean(Unknown Source)
... 15 more
The text was updated successfully, but these errors were encountered:
(the NPE is something I should fix but what's bothering me is the 'SRGQL030000: Received response containing no data' error. I don't think I was getting that before and that started with the 3.3 upgrade)
The text was updated successfully, but these errors were encountered: