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
It ends up with this error when triggered by test_cloud.sh:
Triggering hello-pubsub-run-java by sending a message to topic cloud-functions-topic
messageIds:
'7101780159878866'
Wait a little and read the logs
2023-03-06 09:28:36 at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.85.Final.jar!/:4.1.85.Final]
2023-03-06 09:28:36 at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[netty-transport-4.1.85.Final.jar!/:4.1.85.Final]
2023-03-06 09:28:36 at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800) ~[netty-transport-classes-epoll-4.1.85.Final.jar!/:4.1.85.Final]
2023-03-06 09:28:36 at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499) ~[netty-transport-classes-epoll-4.1.85.Final.jar!/:4.1.85.Final]
2023-03-06 09:28:36 at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:397) ~[netty-transport-classes-epoll-4.1.85.Final.jar!/:4.1.85.Final]
2023-03-06 09:28:36 at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.85.Final.jar!/:4.1.85.Final]
2023-03-06 09:28:36 at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.85.Final.jar!/:4.1.85.Final]
2023-03-06 09:28:36 at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.85.Final.jar!/:4.1.85.Final]
2023-03-06 09:28:36 at java.base/java.lang.Thread.run(Thread.java:829) ~[na:na]
2023-03-06 09:28:36 POST 500 https://hello-pubsub-run-java-wska3uftcq-uc.a.run.app/?__GCP_CloudEventsMode=CUSTOM_PUBSUB_projects%2Fcloudcode-atamel%2Ftopics%2Fcloud-functions-topic
The text was updated successfully, but these errors were encountered:
meteatamel
changed the title
Error in Java: Cloud Run - HelloPubSub template
Error in Java: Cloud Run - hello-pubsub template
Mar 6, 2023
It ends up with this error when triggered by test_cloud.sh:
Triggering hello-pubsub-run-java by sending a message to topic cloud-functions-topic
messageIds:
Wait a little and read the logs
2023-03-06 09:28:36 at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.85.Final.jar!/:4.1.85.Final]
2023-03-06 09:28:36 at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[netty-transport-4.1.85.Final.jar!/:4.1.85.Final]
2023-03-06 09:28:36 at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800) ~[netty-transport-classes-epoll-4.1.85.Final.jar!/:4.1.85.Final]
2023-03-06 09:28:36 at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499) ~[netty-transport-classes-epoll-4.1.85.Final.jar!/:4.1.85.Final]
2023-03-06 09:28:36 at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:397) ~[netty-transport-classes-epoll-4.1.85.Final.jar!/:4.1.85.Final]
2023-03-06 09:28:36 at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.85.Final.jar!/:4.1.85.Final]
2023-03-06 09:28:36 at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.85.Final.jar!/:4.1.85.Final]
2023-03-06 09:28:36 at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.85.Final.jar!/:4.1.85.Final]
2023-03-06 09:28:36 at java.base/java.lang.Thread.run(Thread.java:829) ~[na:na]
2023-03-06 09:28:36 POST 500 https://hello-pubsub-run-java-wska3uftcq-uc.a.run.app/?__GCP_CloudEventsMode=CUSTOM_PUBSUB_projects%2Fcloudcode-atamel%2Ftopics%2Fcloud-functions-topic
The text was updated successfully, but these errors were encountered: