Closed canoine closed 1 year ago
That looks like a warning, is there an error above in the logs?
Did you add the new maxFeedsPerUser
configuration parameter in your config.yml (https://github.com/Athou/commafeed/commit/3e6451289f9061fbe56356818f3ffd9fa86d9b7b) ?
That looks like a warning, is there an error above in the logs?
No but...
Did you add the new
maxFeedsPerUser
configuration parameter in your config.yml (3e64512) ?
Neither.
$ /opt/openjdk-bin-17.0.6_p10/bin/java -Djava.net.preferIPv4Stack=true -jar /var/local/commafeed/jar/commafeed.jar server /var/local/commafeed/config.yml
io.dropwizard.configuration.ConfigurationValidationException: /var/local/commafeed/config.yml has an error:
* applicationSettings.maxFeedsPerUser ne doit pas être nul
at io.dropwizard.configuration.BaseConfigurationFactory.validate(BaseConfigurationFactory.java:272)
at io.dropwizard.configuration.BaseConfigurationFactory.build(BaseConfigurationFactory.java:149)
at io.dropwizard.configuration.BaseConfigurationFactory.build(BaseConfigurationFactory.java:94)
at io.dropwizard.cli.ConfiguredCommand.parseConfiguration(ConfiguredCommand.java:139)
at io.dropwizard.cli.ConfiguredCommand.run(ConfiguredCommand.java:85)
at io.dropwizard.cli.Cli.run(Cli.java:78)
at io.dropwizard.Application.run(Application.java:94)
at com.commafeed.CommaFeedApplication.main(CommaFeedApplication.java:224)
Oups.
Updating the config.yml indeed solves the problem. Sorry for the noise.
Sorry for the noise.
No problem, thanks for testing the master branch of CommaFeed so often :)
To help others that will have the same problem, I added a default value so that updating config.yml is no longer mandatory (https://github.com/Athou/commafeed/commit/12ab5b1e7b8fd9b19a33ee933d25373d3913f5a8).
No problem, thanks for testing the master branch of CommaFeed so often :)
Among others, I use Commafeed to follow... the Commafeed Github commits feed. :laughing:
To help others that will have the same problem, I added a default value so that updating config.yml is no longer mandatory (12ab5b1).
Thank you.
Next time, I'll try to be more careful when I read something about config.yml, inside the commits comments.
Describe the bug After today's update, commafeed starts, then stops after a few seconds with this error :
To Reproduce Steps to reproduce the behavior:
Expected behavior Commafeed should start and continue running.
Environment (please complete the following information):