Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [geogig-dev] geogig cli status results in "object does not exist" when using qgis plugin

Hi Sebastian,

sorry it took us so long to take care of this. On the bright side, it's fixed and the fix will be part of the upcoming 1.1.1 release (most probably next Monday).
Meanwhile, it's be awesome if you want to give it a try by with the latest nightly build from http://ares.opengeo.org/geogig/1.1.x/geogig-1.1.x-latest.zip


Best regards,
Gabriel

On Wed, Jan 4, 2017 at 5:20 PM, <Schmidt.Sebastian2@xxxxxx> wrote:
Hello Gabriel,
hello all,

thanks for having a look into that. I just uploaded three files to dropbox:

1) the initial shape file (source: ESA, Copernicus program)

https://www.dropbox.com/s/tai84bcbhgov5hx/de003l_munchen.zip?dl=0

2) A geogig repo after command line init, shp import, add, commit of that shape file (all normal - shp export worked as well)

https://www.dropbox.com/s/rvkagnju8dvcctu/state1.tar.gz?dl=0

3) the same geogig repo after geogig serve, QGIG geogiglightplugin adding 1 feature, syncing back and doing a commit (broken)

geogig status is broken here, as well as geogig shp export, while geogig log still shows the 2 commit messages.

https://www.dropbox.com/s/0oaqgzp48js6hmy/state-broken.tar.gz?dl=0

I'll keep these files on dropbox for a week or so, please download them for your reference as I do some cleanup there every now and then.

Kind regards,
Sebastian

Von: geogig-dev-bounces@locationtech.org [mailto:geogig-dev-bounces@locationtech.org] Im Auftrag von Gabriel Roldan
Gesendet: Montag, 2. Januar 2017 17:24
An: GeoGig project
Betreff: Re: [geogig-dev] geogig cli status results in "object does not exist" when using qgis plugin

Hello Sebastian,

sorry for the late reply, been on vacations last week.

Yes, please send me the repository so I can dig in.

Also, can you try a shp export of the layers imported to assess whether the problem was in the repo before using the qgis plugin or not?

cheers,
Gabriel;


On Tue, Dec 27, 2016 at 4:23 AM, <Schmidt.Sebastian2@xxxxxx> wrote:
Hi,

Congratulations for the 1.0 release of geogig. I couldn't resist trying
out this christmas gift during the last days.

When I do the following steps, I run into an error when calling "geogig
status" from the console:

1) in an empty directory, do a geogig init
2) geogig shp import (some shape file with polygons)
3) geogig serve
4) using qgis geogig light plugin, add the layer to QGIS
5) in QGIS, add a feature to the layer and save it
6) sync the layer back to geogig into the master branch, using a simple
commit message like "1 feature added".
7) Back in the terminal, use CTRL-C to stop server mode
8) Now, call geogig status, and this ouputs the following error message:

"object does not exist": [some hash]
No current status is given (which branch, staging area status)

The repository is not completely broken as I can do a geogig log showing
two commits (even the one from the qgis geogiglight plugin).

The logfile insinde the .geogig/logs folder shows nothing about this error.

Environment:

QGIS 2.14.5 "Essen"
qgis-geogiglight-plugin from github, commit e5e356e2
geogig 1.0 binary distribution
Ubuntu 16.10
OpenJDK 1.8.0_111

I'm using a public dataset from the European Space Agency for this test
(some shape file with land cover classification features, about 60,000
polygons). So I can provide the current Repo as zip file if someone
wants to dig into it.

This issue was reproducable on windows 7 machines using an oracle jdk
1.8 as well, this time with a different, internal data set.

Kind regards,
Sebastian

_______________________________________________
geogig-dev mailing list
geogig-dev@xxxxxxxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
http://www.locationtech.org/mailman/listinfo/geogig-dev




--
Gabriel Roldán
Software Developer | Boundless
groldan@xxxxxxxxxxxxxxxx
@boundlessgeo

_______________________________________________
geogig-dev mailing list
geogig-dev@xxxxxxxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
http://www.locationtech.org/mailman/listinfo/geogig-dev



--

Gabriel Roldán
Software Developer | Boundless
groldan@xxxxxxxxxxxxxxxx
@boundlessgeo



Back to the top