Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dropwizard fails to start without config.yml #1

Open
yawkat opened this issue Jun 16, 2016 · 0 comments
Open

dropwizard fails to start without config.yml #1

yawkat opened this issue Jun 16, 2016 · 0 comments

Comments

@yawkat
Copy link
Owner

yawkat commented Jun 16, 2016

Exception in thread "main" java.lang.IllegalArgumentException: Unable create an instance of the configuration class: 'at.yawk.javap.JavapConfiguration'
    at io.dropwizard.configuration.ConfigurationFactory.build(ConfigurationFactory.java:134)
    at io.dropwizard.cli.ConfiguredCommand.parseConfiguration(ConfiguredCommand.java:117)
    at io.dropwizard.cli.ConfiguredCommand.run(ConfiguredCommand.java:64)
    at io.dropwizard.cli.Cli.run(Cli.java:70)
    at io.dropwizard.Application.run(Application.java:80)
    at at.yawk.javap.JavapApplicationKt.main(JavapApplication.kt:19)
Caused by: java.lang.InstantiationException: at.yawk.javap.JavapConfiguration
    at java.lang.Class.newInstance(Class.java:427)
    at io.dropwizard.configuration.ConfigurationFactory.build(ConfigurationFactory.java:131)
    ... 5 more
Caused by: java.lang.NoSuchMethodException: at.yawk.javap.JavapConfiguration.<init>()
    at java.lang.Class.getConstructor0(Class.java:3082)
    at java.lang.Class.newInstance(Class.java:412)
    ... 6 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant