Open petr-hybler opened 3 years ago
The stacktrace seems incomplete, can you paste the complete one ?
add config in application.properties or yml
server.compression.enabled=false or server.compression.enabled=false
NPE happen in ZipkinUiAutoConfiguration
Hello guys, I have the latest version of Zipkin Installed ... it works great ....
I wanted to activate the SSL based on this issue: https://github.com/openzipkin/zipkin/issues/2627
When I run that manually:
sudo java -jar /opt/zipkin/zipkin.jar --armeria.ssl.key-store=zipkin.p12 --armeria.ssl.key-store-type=PKCS12 --armeria.ssl.key-store-password=******--armeria.ssl.key-alias=zipkin --armeria.ssl.enabled=true --armeria.ports[0].port=9411 --armeria.ports[0].protocols[0]=https
But I wanted to make it as a systemd service
zipkin.service:
the former version (#no ssl) works fine .. the latter does not ...
journalctl says:
any idea what is going on?