1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 <2022> 2023 2024 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 <2022> 2023 2024 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Alarm-Server within a container |
From: | "Larregui, Julian via Tech-talk" <tech-talk at aps.anl.gov> |
To: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Wed, 1 Jun 2022 18:20:19 +0000 |
Hello,
As the subject says I'm trying to get the alarm-server working with phoebus.
I've already built the image and created the container. I can run zookeeper-server-start and kafka-server-start just fine.
The issue becomes when trying to create a topic. Usually it is met with this error:
Error while executing topic command : Timed out waiting for a node assignment. Call: createTopics
[2022-06-01 17:51:09,207] ERROR org.apache.kafka.common.errors.TimeoutException: Timed out waiting for a node assignment. Call: createTopics
(kafka.admin.TopicCommand$)
My assumption is incorrectly setting up the server.properties file, but unsure what to set it at.
currently:
listeners=PLAINTEXT://localhost:9092
advertised.listeners=PLAINTEXT://localhost:9092
zookeeper.connect=localhost:2181
Any advice would be welcomed.
Thank you for your time,
|