failure: runner 'local' failed
See original GitHub issue$ zoe config init
2020-06-18 09:15:51 INFO zoe: creating a new config file...
$ zoe -o table -c local topics list
2020-06-18 09:15:55 INFO zoe: loading config from url : file:/home/salty/.zoe/config/default.yml
2020-06-18 09:15:56 INFO zoe: requesting topics...
failure: runner 'local' failed
cause:
failure: Instantiation of [simple type, class com.adevinta.oss.zoe.core.functions.CreateTopicRequest] value failed for JSON property name due to missing (therefore NULL) value for creator parameter name which is a non-nullable type
at [Source: (byte[])"{"props":{"bootstrap.servers":"localhost:29092","key.deserializer":"org.apache.kafka.common.serialization.StringDeserializer","value.deserializer":"org.apache.kafka.common.serialization.StringDeserializer","key.serializer":"org.apache.kafka.common.serialization.StringSerializer","value.serializer":"org.apache.kafka.common.serialization.ByteArraySerializer"}}"; line: 1, column: 360] (through reference chain: com.adevinta.oss.zoe.core.functions.CreateTopicRequest["name"])
The default configuration doesn’t work out of the box, which is fine, but the resulting error message doesn’t really help me correct the issue and move forward. Seems like something is missing from the yml but I don’t know what.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Windows gitlab runner fails to start docker image since Docker ...
Starting docker container and running echo command from command prompt succeeds, so it seems that error is in gitlab runner.
Read more >Cannot connect to the Docker daemon at local runner
In my case the error came from not sharing the docker sock. [runners.docker] volumes = ["/var/run/docker.sock:/var/run/docker.sock" ...
Read more >Troubleshoot GitLab Runner
The service did not start due to a logon failure error when starting service · Go to Control Panel > System and Security...
Read more >job error. · Issue #504 · npalm/terraform-aws-gitlab-runner
Hello, I just tried this module recently, i managed to create my EC2 instance and automatically register on Gitlab. The problem is each...
Read more >GitLab-Runner: There has been a runner system failure, Job ...
The following error "There has been a runner system failure, please try again: RROR: Job failed (system failure): prepare environment: failed to ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi @rsaltrelli . Thanks a lot for raising the issue 💯 I was able to reproduce, it’s a regression we have introduced following a recent change indeed : ( . It was a naming collision that I fixed here: https://github.com/adevinta/zoe/commit/f9225b650d937de26e4b4b7c5d3e151ebe6e97de
I pushed a new release, and you will soon be able to update zoe to have the issue fixed
It did! Merci, monsieur!