Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[geogig-dev] Question about geogig server

After some testing I noticed a pattern in the error.
The exception always occurs when starting geogig serve --multirepo and then accesses the repository address: http://localhost:8182/repos/demo.

Then if you try to do any shp import, add or commit operation the error will be returned:

Exception in thread "main" java.lang.RuntimeException: org.rocksdb.RocksDBException:
at com.google.common.base.Throwables.propagate(Throwables.java:160)
at org.locationtech.geogig.rocksdb.RocksConnectionManager.connect(RocksConnectionManager.java:121)
at ........

However if we finish the process responsible for the server, everything returns to normal.

a

Am I doing something wrong? Or it really is a bug!


Back to the top