Skip to content

Troubleshooting

Schaka edited this page Oct 19, 2024 · 3 revisions

1. Application startup failed

Failed to bind properties under 'application' to com.github.schaka.janitorr.config.ApplicationProperties:

    Reason: java.lang.NullPointerException: Parameter specified as non-null is null: method com.github.schaka.janitorr.config.ApplicationProperties.<init>, parameter mediaDeletion

Action:

Update your application's configuration

This usually means you haven't mapped your application.yml into the container correctly. Refer to the readme. Janitorr cannot find a missing property. The reason it's missing is because you were meant to load it in from the config file.

2. Run fails during access to Radarr/Sonarr

feign.RetryableException: cannot retry due to redirection, in streaming mode executing PUT http://localhost:8989/api/v3/series/35

There is a redirect happening. You likely enabled SSL for Radarr/Sonarr or have reverse proxy redirect all traffic to https. Either use https directly in your URL or disable SSL for internal access, like in your local (docker) network.

Clone this wiki locally