Replies: 10 comments 32 replies
-
Do you have a stack trace from the crash? |
Beta Was this translation helpful? Give feedback.
-
I noticed that when the “-import” parameter is set, the “AlarmClientMode” closes, and the server is not active, which is strange. Shouldn't it stay active if I configure it to see a configuration and open it? I thought about just setting the "-import", but if I do it shows this: 2025-02-05 05:52:23 INFO [org.phoebus.applications.alarm] Import model from config.xml If I set both parameters “import ” “ config” , the alarm client dies and does not remain active. If I set only the “-config 'topicName' ” I open the topic in phoebus but empty (no components or pvs). |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Have you tried following the steps in https://github.com/ControlSystemStudio/phoebus/blob/master/app/alarm/Readme.md ? |
Beta Was this translation helpful? Give feedback.
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
I realize the docker compose files are not up to standards. Will update these and add suitable information. |
Beta Was this translation helpful? Give feedback.
-
@limesTech, README and compose files updated. Please let me know if you have any questions. |
Beta Was this translation helpful? Give feedback.
-
Lack of testing, see #3441 for "basically, we think it's fine" |
Beta Was this translation helpful? Give feedback.
-
In my setup, the Alarmserver and the Kafka(+ KRaft) docker container are running on different hosts. I'm currently wondering why the Alarmserver Application does not connect to Kafka properly. It does not create (new) Topics in Kafka and if created manually it still shuts down with the following Error messages:
If there is no correctly named Topic, the producer creates a lot of errors until it times out like below
I did test to create topics from outside the network via the Kafka .sh scripts and it works perfectly. Any guesses on what I'm missing ? Is this maybe an intended behavior, if no PVs are available in the network? |
Beta Was this translation helpful? Give feedback.
-
Is there an Alarmserver endpoint to check whether the server/container is healthy ? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Good morning everyone, I am new to Phoebus, could someone help me with the following:
I am trying to get the Phoebus alarm server running. From the terminal everything works fine for me, no problem. The thing is when I want to start from the “alarm_server.service” (this file is in app/alarm/examples). I want that every time the service starts when starting the machine, it detects a specific alarm configuration with its components and associated pvs, but when I do it, it only detects the configuration but the server runs for a few seconds and then crashes.
What can I be doing wrong, or if anyone has any example of how I should configure it to start well with its configuration from an xml file and stay active?
Beta Was this translation helpful? Give feedback.
All reactions