question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Funqy Knative events quickstart failing with NPE

See original GitHub issue

Building the development branch of the quickstarts with current master, I end up with:

2021-01-20 18:26:22,342 ERROR [io.qua.ver.htt.run.QuarkusErrorHandler] (executor-thread-1) HTTP Request to / failed, error id: e283732b-23a6-42a3-be41-21de8aae01b6-1: java.lang.NullPointerException
	at io.quarkus.funqy.runtime.bindings.knative.events.VertxRequestHandler.isSupportedSpecVersion(VertxRequestHandler.java:369)
	at io.quarkus.funqy.runtime.bindings.knative.events.VertxRequestHandler.lambda$processCloudEvent$4(VertxRequestHandler.java:142)
	at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2415)
	at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1452)
	at org.jboss.threads.DelegatingRunnable.run(DelegatingRunnable.java:29)
	at org.jboss.threads.ThreadLocalResettingRunnable.run(ThreadLocalResettingRunnable.java:29)
	at java.base/java.lang.Thread.run(Thread.java:834)
	at org.jboss.threads.JBossThread.run(JBossThread.java:501)

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:14 (13 by maintainers)

github_iconTop GitHub Comments

1reaction
patriot1burkecommented, Feb 17, 2021

I’ll check. Remind me tomorrow morning if I don’t get back to you.

0reactions
matejvasekcommented, May 5, 2022

@patriot1burke this could be closed, right?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Funqy Knative Events Binding - Quarkus
The guide walks through quickstart code to show you how you can deploy and invoke on Funqy functions with Knative Events.
Read more >
About Knative Eventing
This tutorial shows how you can use a basic workflow for managing events that uses Event Sources, Brokers, Triggers, and Sinks.
Read more >
chore(deps): update dependency io.quarkus:quarkus ... - GitLab
An error occurred while retrieving approval data for this merge request. chore(deps): update dependency io.quarkus:quarkus ...
Read more >
Quarkus changelog - Awesome Java - LibHunt
#12535 - Quarkus-native failure "No instances of java.awt.color.ICC_ColorSpace are allowed in the image heap as this class should be initialized at image ...
Read more >
DevConf.cz 2021: Full Schedule
Are you interested in Data Streaming, GraphQL or Event-Driven Frontends? ... Availability zone failure protection in two, or three availability zone setups.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found