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
Describe the bug
Starting zilla with the in Helm crashes with the below stack trace:
Problem adapting object of type class io.aklivity.zilla.runtime.engine.config.NamespaceConfig to interface jakarta.json.JsonObject in class class io.aklivity.zilla.runtime.engine.internal.config.NamespaceAdapter
error
Feb 13, 2024 5:28:25 PM org.eclipse.yasson.internal.Unmarshaller deserializeItem
SEVERE: Problem adapting object of type class io.aklivity.zilla.runtime.engine.config.NamespaceConfig to interface jakarta.json.JsonObject in class class io.aklivity.zilla.runtime.engine.internal.config.NamespaceAdapter
java.util.concurrent.ExecutionException: io.aklivity.zilla.runtime.engine.config.ConfigException: Engine configuration failed
at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:396)
at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2073)
at [email protected]/io.aklivity.zilla.runtime.engine.Engine.start(Engine.java:240)
at [email protected]/io.aklivity.zilla.runtime.command.start.internal.airline.ZillaStartCommand.run(ZillaStartCommand.java:164)
at [email protected]/io.aklivity.zilla.runtime.command.internal.ZillaMain$Invoker.invoke(ZillaMain.java:69)
at [email protected]/io.aklivity.zilla.runtime.command.internal.ZillaMain.invoke(ZillaMain.java:40)
at [email protected]/io.aklivity.zilla.runtime.command.internal.ZillaMain.main(ZillaMain.java:34)
Caused by: io.aklivity.zilla.runtime.engine.config.ConfigException: Engine configuration failed
at [email protected]/io.aklivity.zilla.runtime.engine.internal.registry.EngineManager.reconfigure(EngineManager.java:156)
at [email protected]/io.aklivity.zilla.runtime.engine.internal.registry.FileWatcherTask.watch(FileWatcherTask.java:118)
... 5 more
Describe the bug
Starting zilla with the in Helm crashes with the below stack trace:
To Reproduce
Steps to reproduce the behavior:
./setup.sh
script to install zilla via helm./teardown.sh
to uninstall zilla via helmcd compose
./setup.sh
script../teardown.sh
to uninstall zilla via composeExpected behavior
Zilla shouldn't crash on startup
The text was updated successfully, but these errors were encountered: