The Getting Started instructions result in an immediate failure
See original GitHub issueExpected 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
- on a mac, clone the kestra repo
- 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:
- Created 2 years ago
- Comments:18 (8 by maintainers)
Top 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 >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 FreeTop 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
Top GitHub Comments
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 :