RE: bin/client fails to connect when called via ansible.builtin.shell

2022-01-18 Thread VIEILLARD Francois
Hi Ralf I had the exact same problem as you and I found that the script fails because there is no TTY in the remote session opened using ansible You could use the script batch mode instead, which doesn’t require TTY (flag -b in the script) So your ansible task would become: - name: Use Karaf Clie

RE: Adding Jackson to Karaf startup.properties file to enable JSON logging

2019-07-17 Thread VIEILLARD Francois
Hello Isn't this linked to https://issues.apache.org/jira/browse/KARAF-6345 ? I have the same problem when trying to log using Log4j2 JsonLayout It seems that 'pax-logging-log4j2-extra' correctly tries to import jackson packages (optional-import) but it doesn't get resolved, even when packages