Jitsi: Errors and warnings during startup
-
wrote on Mar 1, 2023, 1:07 AM last edited by
As the app upgrades it seems to have many more features and subsystems that aren't being used.
The logs show a few errors on localhost as well as several warnings on unconfigured parts of the subsystems.
Anything we can improve?
-
@robi are you referring to these ? They are something from the app internals and not related packaging from what I can make out. I couldn't find any other obvious errors in those logs.
2023-03-11T01:37:55.000Z Jicofo 2023-03-11 01:37:55.958 WARNING: [1] org.glassfish.jersey.server.wadl.WadlFeature.configure: JAXBContext implementation could not be found. WADL feature is disabled. 2023-03-11T01:37:56.000Z Jicofo 2023-03-11 01:37:56.168 WARNING: [1] org.glassfish.jersey.internal.inject.Providers.checkProviderRuntime: A provider org.jitsi.rest.Version registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.jitsi.rest.Version will be ignored. 2023-03-11T01:37:56.000Z Jicofo 2023-03-11 01:37:56.170 WARNING: [1] org.glassfish.jersey.internal.inject.Providers.checkProviderRuntime: A provider org.jitsi.rest.prometheus.Prometheus registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.jitsi.rest.prometheus.Prometheus will be ignored. 2023-03-11T01:37:56.000Z JVB 2023-03-11 01:37:56.379 WARNING: [1] org.glassfish.jersey.server.wadl.WadlFeature.configure: JAXBContext implementation could not be found. WADL feature is disabled. 2023-03-11T01:37:56.000Z JVB 2023-03-11 01:37:56.709 WARNING: [1] org.glassfish.jersey.internal.inject.Providers.checkProviderRuntime: A provider org.jitsi.rest.Health registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.jitsi.rest.Health will be ignored. 2023-03-11T01:37:56.000Z JVB 2023-03-11 01:37:56.711 WARNING: [1] org.glassfish.jersey.internal.inject.Providers.checkProviderRuntime: A provider org.jitsi.rest.Version registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.jitsi.rest.Version will be ignored. 2023-03-11T01:37:56.000Z JVB 2023-03-11 01:37:56.712 WARNING: [1] org.glassfish.jersey.internal.inject.Providers.checkProviderRuntime: A provider org.jitsi.rest.prometheus.Prometheus registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.jitsi.rest.prometheus.Prometheus will be ignored.
-
@robi are you referring to these ? They are something from the app internals and not related packaging from what I can make out. I couldn't find any other obvious errors in those logs.
2023-03-11T01:37:55.000Z Jicofo 2023-03-11 01:37:55.958 WARNING: [1] org.glassfish.jersey.server.wadl.WadlFeature.configure: JAXBContext implementation could not be found. WADL feature is disabled. 2023-03-11T01:37:56.000Z Jicofo 2023-03-11 01:37:56.168 WARNING: [1] org.glassfish.jersey.internal.inject.Providers.checkProviderRuntime: A provider org.jitsi.rest.Version registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.jitsi.rest.Version will be ignored. 2023-03-11T01:37:56.000Z Jicofo 2023-03-11 01:37:56.170 WARNING: [1] org.glassfish.jersey.internal.inject.Providers.checkProviderRuntime: A provider org.jitsi.rest.prometheus.Prometheus registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.jitsi.rest.prometheus.Prometheus will be ignored. 2023-03-11T01:37:56.000Z JVB 2023-03-11 01:37:56.379 WARNING: [1] org.glassfish.jersey.server.wadl.WadlFeature.configure: JAXBContext implementation could not be found. WADL feature is disabled. 2023-03-11T01:37:56.000Z JVB 2023-03-11 01:37:56.709 WARNING: [1] org.glassfish.jersey.internal.inject.Providers.checkProviderRuntime: A provider org.jitsi.rest.Health registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.jitsi.rest.Health will be ignored. 2023-03-11T01:37:56.000Z JVB 2023-03-11 01:37:56.711 WARNING: [1] org.glassfish.jersey.internal.inject.Providers.checkProviderRuntime: A provider org.jitsi.rest.Version registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.jitsi.rest.Version will be ignored. 2023-03-11T01:37:56.000Z JVB 2023-03-11 01:37:56.712 WARNING: [1] org.glassfish.jersey.internal.inject.Providers.checkProviderRuntime: A provider org.jitsi.rest.prometheus.Prometheus registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.jitsi.rest.prometheus.Prometheus will be ignored.
-
OK, these maybe.
Mar 11 16:19:20 localhost:tls error Error creating context for c2s: No certificate present in SSL/TLS configuration for localhost Mar 11 16:19:20 localhost:tls error Error creating contexts for s2sin: No certificate present in SSL/TLS configuration for localhost ... Mar 11 16:19:20 portmanager error Error binding encrypted port for https: No certificate present in SSL/TLS configuration for https port 5281 Mar 11 16:19:20 portmanager error Error binding encrypted port for https: No certificate present in SSL/TLS configuration for https port 5281
Maybe @nebulon knows.
-
The current jitsi app package is sadly already many versions behind and so far I wasn't succeeding to it updated. I will try further to get the new versions out instead of trying to debug the currently published version. Upstream has many changes by now also in the certmanager parts...
-
-
The current jitsi app package is sadly already many versions behind and so far I wasn't succeeding to it updated. I will try further to get the new versions out instead of trying to debug the currently published version. Upstream has many changes by now also in the certmanager parts...
wrote on Mar 13, 2023, 2:33 PM last edited by@nebulon said in Jitsi: Errors and warnings during startup:
I will try further to get the new versions out
Thanks and good luck with that!