nickva commented on PR #4883:
URL: https://github.com/apache/couchdb/pull/4883#issuecomment-1832749227

   I see the `nouveau.zip` in the `rel/couchdb`, that works well.
   
   Is there a way to run it as is, like we can run `./bin/couchdb` and it 
starts up couchdb?
   
   I tried `java -jar nouveau.zip`  and got:
   ```
   Error: Invalid or corrupt jarfile nouveau.zip
   ```
   
   I tried unpacking it and `./bin/server server` didn't seem to work either:
   
   ```
   ./bin/server server
   io.dropwizard.configuration.ConfigurationValidationException: default 
configuration has an error:
     * rootDir must not be null
   
        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:121)
        at 
io.dropwizard.core.cli.ConfiguredCommand.parseConfiguration(ConfiguredCommand.java:141)
        at 
io.dropwizard.core.cli.ConfiguredCommand.run(ConfiguredCommand.java:85)
        at io.dropwizard.core.cli.Cli.run(Cli.java:78)
        at io.dropwizard.core.Application.run(Application.java:94)
        at 
org.apache.couchdb.nouveau.NouveauApplication.main(NouveauApplication.java:34)
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to