Skip to content
This repository was archived by the owner on Jul 5, 2021. It is now read-only.

v0.1.1 launching with --help flag crashes with "region can not be NULL" error #79

@bazzilic

Description

@bazzilic

Just downloaded from Releases page and tried to take a look at the help output, but it crashes.

bazzilic@X1CARBON $ java -jar .\glacieruploader-impl-0.1.1-jar-with-dependencies.jar -h
ERROR Region is not configured.
Exception in thread "main" java.lang.NullPointerException: region can not be NULL
        at org.apache.commons.lang3.Validate.notNull(Validate.java:225)
        at de.kopis.glacier.GlacierUploader.findAndExecCommand(GlacierUploader.java:117)
        at de.kopis.glacier.GlacierUploader.main(GlacierUploader.java:94)

bazzilic@X1CARBON $ java -jar .\glacieruploader-impl-0.1.1-jar-with-dependencies.jar --help
ERROR Region is not configured.
Exception in thread "main" java.lang.NullPointerException: region can not be NULL
        at org.apache.commons.lang3.Validate.notNull(Validate.java:225)
        at de.kopis.glacier.GlacierUploader.findAndExecCommand(GlacierUploader.java:117)
        at de.kopis.glacier.GlacierUploader.main(GlacierUploader.java:94)

bazzilic@X1CARBON $ java -jar .\glacieruploader-impl-0.1.1-jar-with-dependencies.jar -?
ERROR Region is not configured.
Exception in thread "main" java.lang.NullPointerException: region can not be NULL
        at org.apache.commons.lang3.Validate.notNull(Validate.java:225)
        at de.kopis.glacier.GlacierUploader.findAndExecCommand(GlacierUploader.java:117)
        at de.kopis.glacier.GlacierUploader.main(GlacierUploader.java:94)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions