Unsolved Jitsi: Errors and warnings during startup
-
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?
-
What errors/warnings are shown?
-
@girish It might be more efficient if you reproduce this one yourself in your demo/test cloudron with a quick install then having me post server non-specific details which you'll want to verify anyway.
-
-
@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.
-
@girish no there are other actual
errors
in there, nginx, tls, certs, and port. They're in bright red on my screen, the last few anyhow.It may help to restart the app and see them fresh.
-
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...
-
nebulon
-
@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!