This repository was archived by the owner on Jul 5, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 51
v0.1.1 launching with --help flag crashes with "region can not be NULL" error #79
Copy link
Copy link
Open
Description
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)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels