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
[default]
type = CQL
filter = BBOX(geometry,-80,80,-100,100)
I receive error:
19:12:45.684 [main] ERROR o.locationtech.geogig.cli.GeogigCLI - Unable to copy filter file at path myfilter.ini to the new repository.
java.lang.NullPointerException: null
at org.locationtech.geogig.di.DecoratorProvider.get(DecoratorProvider.java:34) ~[geogig-core-1.1.1.jar:1.1.1]
at org.locationtech.geogig.di.GuiceContext.getDecoratedInstance(GuiceContext.java:79) ~[geogig-core-1.1.1.jar:1.1.1]
at org.locationtech.geogig.di.GuiceContext.blobStore(GuiceContext.java:147) ~[geogig-core-1.1.1.jar:1.1.1]
at org.locationtech.geogig.repository.impl.RepositoryImpl.blobStore(RepositoryImpl.java:440) ~[geogig-core-1.1.1.jar:1.1.1]
at org.locationtech.geogig.porcelain.InitOp._call(InitOp.java:141) ~[geogig-core-1.1.1.jar:1.1.1]
at org.locationtech.geogig.porcelain.InitOp._call(InitOp.java:64) ~[geogig-core-1.1.1.jar:1.1.1]
at org.locationtech.geogig.repository.AbstractGeoGigOp.call(AbstractGeoGigOp.java:154) ~[geogig-api-1.1.1.jar:1.1.1]
at org.locationtech.geogig.cli.porcelain.Clone.runInternal(Clone.java:152) ~[geogig-cli-1.1.1.jar:1.1.1]
at org.locationtech.geogig.cli.AbstractCommand.run(AbstractCommand.java:68) ~[geogig-cli-1.1.1.jar:1.1.1]
at org.locationtech.geogig.cli.GeogigCLI.executeInternal(GeogigCLI.java:532) ~[geogig-cli-1.1.1.jar:1.1.1]
at org.locationtech.geogig.cli.GeogigCLI.execute(GeogigCLI.java:368) ~[geogig-cli-1.1.1.jar:1.1.1]
at org.locationtech.geogig.cli.app.CLI.run(CLI.java:95) [geogig-cli-app-1.1.1.jar:1.1.1]
at org.locationtech.geogig.cli.app.CLI.main(CLI.java:113) [geogig-cli-app-1.1.1.jar:1.1.1]
Unable to copy filter file at path myfilter.ini to the new repository.
The text was updated successfully, but these errors were encountered:
Geogig V.1.1.1, Win10
I try to make sparse clone:
where myfilter.ini is:
I receive error:
The text was updated successfully, but these errors were encountered: