Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vici not seeded with er-dummy repository at startup #3

Closed
emichaf opened this issue May 22, 2019 · 3 comments
Closed

Vici not seeded with er-dummy repository at startup #3

emichaf opened this issue May 22, 2019 · 3 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@emichaf
Copy link
Contributor

emichaf commented May 22, 2019

Vici not seeded with er-dummy repository at startup

@emichaf emichaf added bug Something isn't working enhancement New feature or request labels Aug 27, 2019
@pef-ericsson
Copy link
Contributor

pef-ericsson commented May 29, 2023

@e-backmark-ericsson @m-linner-ericsson
I have done an investigation on Kubernetes cluster.

It seems that dummy-er-<namespace>-0 pod does not start properly. Actually, there is the following error "cat: /sys/fs/cgroup/memory/memory.memsw.limit_in_bytes: No such file or directory". The error perhaps is related to cgroup v2 incompatibility due to JDK version.
The error leads to "java.io.FileNotFoundException" trying to download Eiffel events from the local file and then to "java.lang.NullPointerException: null" trying to get the events in eiffel-vici-<namespace>-0 pod.

Moreover, dummy-er visualizes Eiffel events fetching them from a provided preferred URL as a JSON file, see here. That means that Vici does not fetch Eiffel events from Eiffel-ER or RabbitMQ (MessageBus).

@e-backmark-ericsson
Copy link
Member

Maybe we shouldn't try to solve the issue using dummy ER, but instead using a "real" ER, as noted in this issue: eiffel-community/eiffel-vici#37 ?

Also, Eiffel Store is a fork of Vici, which is said to add the possibility to visualize live data from MB in the gui. The Eiffel Store might be more up to date with recent fixes, since it was updated more recently than Vici. You could also discuss the issue with the contributors on Eiffel Store to see if they've seen similar issues in Eiffel Store as you've seen in Vici.

@pef-ericsson
Copy link
Contributor

  1. I agree that we shouldn't try fixing the dummy-er.
  2. We can check if it's feasible to use eiffel-store.

@e-backmark-ericsson e-backmark-ericsson closed this as not planned Won't fix, can't repro, duplicate, stale May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants