[geotk] Error: Limitation of opening only one instance of shape file

Martin Desruisseaux martin.desruisseaux at geomatys.com
Tue Oct 25 08:39:54 PDT 2016


Hello Gopinath

Le 25/10/16 à 13:50, Gopinath Asutosh a écrit :
> Below exception is thrown when i try open another instance of the
> shape file.
> ===
> Failed to connect to the EPSG database.
> Another instance of Derby may have already booted the database
> C:\Documents and Settings\Administrator\Application
> Data\Geotoolkit.org\EPSG\7.09.
> ERROR XSDB6: Another instance of Derby may have already booted the
> database C:\Documents and Settings\Administrator\Application
> Data\Geotoolkit.org\EPSG\7.09.


Actually this issue is not related to Shapefile itself. The EPSG
database can not be opened by two independent Java Virtual Machine in
same time. Do you have two applications running in same time? If yes, we
will propose workaround in another email.

If you do not have two applications running in same time, then it may be
caused by an application that didn't shutdown the database properly last
time that the application was executed (this is normally done
automatically, unless the JVM crashed). The easiest fix is to delete the
"Application Data\Geotoolkit.org\EPSG\7.09" directory; it should be
recreated automatically the next time that Geotk will need it.

    Martin


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/geotoolkit/attachments/20161025/41e8cdb9/attachment.html>


More information about the Geotoolkit mailing list