You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.
I have run sbt clean test and got all test failed due to java.lang.NullPointerException:
[info] io.findify.s3mock.awscli.GetObjectTest *** ABORTED ***
[info] java.lang.NullPointerException:
[info] at com.typesafe.config.ConfigException.<init>(ConfigException.java:23)
[info] at com.typesafe.config.ConfigException$BadPath.<init>(ConfigException.java:198)
[info] at com.typesafe.config.ConfigException$BadPath.<init>(ConfigException.java:204)
[info] at com.typesafe.config.impl.PathParser.parsePathExpression(PathParser.java:170)
[info] at com.typesafe.config.impl.PathParser.parsePathNodeExpression(PathParser.java:85)
[info] at com.typesafe.config.impl.PathParser.parsePathNodeExpression(PathParser.java:79)
[info] at com.typesafe.config.impl.ConfigDocumentParser$ParseContext.parseKey(ConfigDocumentParser.java:283)
[info] at com.typesafe.config.impl.ConfigDocumentParser$ParseContext.parseObject(ConfigDocumentParser.java:397)
[info] at com.typesafe.config.impl.ConfigDocumentParser$ParseContext.parse(ConfigDocumentParser.java:595)
[info] at com.typesafe.config.impl.ConfigDocumentParser.parse(ConfigDocumentParser.java:14)
[info] ...
The text was updated successfully, but these errors were encountered:
Sorry for misleading. I have cloned this project with intellij Idea first and that file existed, while git clone from command cloned project correctly. My bad sorry.
I have run
sbt clean test
and got all test failed due tojava.lang.NullPointerException
:The text was updated successfully, but these errors were encountered: