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

Sparse clone "Unable to copy filter file" error #381

Open
gumenikav opened this issue Sep 18, 2017 · 1 comment
Open

Sparse clone "Unable to copy filter file" error #381

gumenikav opened this issue Sep 18, 2017 · 1 comment
Labels
Milestone

Comments

@gumenikav
Copy link

Geogig V.1.1.1, Win10

I try to make sparse clone:

geogig clone ../tst_repo --filter ./myfilter.ini --branch master

where myfilter.ini is:

[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.
@emerkle826 emerkle826 added the bug label Sep 18, 2017
@emerkle826 emerkle826 added this to the v1.2.0 milestone Sep 18, 2017
@dinizime
Copy link

Any solution? I have the same problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants