You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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.
Vici not seeded with er-dummy repository at startup
The text was updated successfully, but these errors were encountered: