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.

The Getting Started instructions result in an immediate failure

See original GitHub issue

Expected Behavior

According to the docs, you should be able to run docker-compose up -d and http://localhost:8080 and see the Kestra UI.

Actual Behaviour

I get “This site can’t be reached” at http://localhost:8080 and see the following in the logs as seen by docker logs --follow kestra-kestra-1

2022-02-25 21:37:34,067 WARN  tra.core.models.executions.Execution o.apache.kafka.clients.NetworkClient [Producer clientId=io.kestra.core.models.executions.Execution] Error connecting to node kafka:9092 (id: -1 rack: null)
java.net.UnknownHostException: kafka
	at java.base/java.net.InetAddress$CachedAddresses.get(Unknown Source)
	at java.base/java.net.InetAddress.getAllByName0(Unknown Source)
	at java.base/java.net.InetAddress.getAllByName(Unknown Source)
	at java.base/java.net.InetAddress.getAllByName(Unknown Source)
	at org.apache.kafka.clients.DefaultHostResolver.resolve(DefaultHostResolver.java:27)
	at org.apache.kafka.clients.ClientUtils.resolve(ClientUtils.java:110)
	at org.apache.kafka.clients.ClusterConnectionStates$NodeConnectionState.currentAddress(ClusterConnectionStates.java:511)
	at org.apache.kafka.clients.ClusterConnectionStates$NodeConnectionState.access$200(ClusterConnectionStates.java:468)
	at org.apache.kafka.clients.ClusterConnectionStates.currentAddress(ClusterConnectionStates.java:173)
	at org.apache.kafka.clients.NetworkClient.initiateConnect(NetworkClient.java:984)
	at org.apache.kafka.clients.NetworkClient.access$600(NetworkClient.java:73)
	at org.apache.kafka.clients.NetworkClient$DefaultMetadataUpdater.maybeUpdate(NetworkClient.java:1157)
	at org.apache.kafka.clients.NetworkClient$DefaultMetadataUpdater.maybeUpdate(NetworkClient.java:1045)
	at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:558)
	at org.apache.kafka.clients.producer.internals.Sender.runOnce(Sender.java:328)
	at org.apache.kafka.clients.producer.internals.Sender.run(Sender.java:243)
	at java.base/java.lang.Thread.run(Unknown Source)
...

Steps To Reproduce

  1. on a mac, clone the kestra repo
  2. follow the instructions on https://kestra.io/docs/getting-started/

Environment Information

  • Kestra Version: origin/develop
  • Operating System (OS / Docker / Kubernetes): macOS Menterey
  • Java Version (If not docker):

Example flow

No response

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:18 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
tchiotludocommented, Feb 28, 2022

ok since you have an old version and I change the docker image of Kafka, the volume are corrupted by old version. you will need to clean up old one :

docker-compose down 
docker volume ls 
docker volume rm [name]_zookeeper-data [name]_kafka-data [name]_kestra-data [name]_elasticsearch-data
0reactions
tchiotludocommented, Mar 1, 2022
  1. Yes there is discord community
  2. For sure you can help on documentation side, here is the repository with documentation. Since we are native English, I’m sure that there is a lot of grammar mistake 😅
Read more comments on GitHub >

github_iconTop Results From Across the Web

What is considered an immediate fail on a driving test? - Jerry
You will immediately fail your driving test if you check your phone during the test or roll through a stop sign, among other...
Read more >
What You Need to Know to Pass the Ohio Maneuverability Test
If you lose 25 points or more, you will fail the exam. Certain actions result in losing points, while others result in immediate...
Read more >
Critical and immediate fail errors in your driving test
Examples of immediate fail errors · Not stopping · Not giving way · Intervention · Collision · Not carrying out the testing officer's...
Read more >
12 Most Common DMV Driving Test Mistakes & Automatic Fails
Most Common Reasons Student Drivers Fail Their Driving Tests ... speed limit will result in an immediate fail on most states' driving tests....
Read more >
9 Mistakes That Earn Automatic Fails on Driving Test in New ...
Your examiner may need you to demonstrate your parallel parking abilities. If you hit other cars or run over the curb, you may...
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 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