docker-jitsi-meet icon indicating copy to clipboard operation
docker-jitsi-meet copied to clipboard

Can't load log handler "io.sentry.jul.SentryHandler"

Open lxShaDoWxl opened this issue 3 years ago • 7 comments

jvb not work sentry show error Can't load log handler "io.sentry.jul.SentryHandler" version jitsi/jvb:stable-6726-1

lxShaDoWxl avatar Jan 19 '22 19:01 lxShaDoWxl

Since it got stripped from the jvb, we need to bundle it here, in the Docker setup. Any ideas @sapkra ?

saghul avatar Jan 20 '22 12:01 saghul

I'm wondering why this happens because the PR is not merged yet.

sapkra avatar Jan 20 '22 14:01 sapkra

@saghul Can it be that the artifactId has changed so that the dependency is not getting installed? Unfortunately I don't really know that much about Java and Maven setups.

Currently in JVB

<dependency>
    <groupId>io.sentry</groupId>
    <artifactId>sentry</artifactId>
    <version>5.3.0</version>
    <scope>runtime</scope>
</dependency>

Up-to-date version from sentry docs

<dependency>
    <groupId>io.sentry</groupId>
    <artifactId>sentry-jul</artifactId>
    <version>5.5.3</version>
</dependency>

sapkra avatar Jan 20 '22 14:01 sapkra

Oh wait I thought it had landed. Hum.

saghul avatar Jan 20 '22 15:01 saghul

I haven't landed the PR to remove sentry from jvb/jicofo/jibri for fear of breaking docker, but apparently it's already broken :)

I took a quick look yesterday at pulling in sentry from docker instead, but I didn't get anywhere.

bgrozev avatar Jan 20 '22 16:01 bgrozev

Thanks for taking a look Boris!

saghul avatar Jan 20 '22 17:01 saghul