Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [geomesa-users] Is following log message a concern: INFO: Disposing class org.geotools.referencing.factory.epsg.ThreadedHsqlEpsgFactory backing store

Beau, that message is fine.  Basically, Geotools includes the hsqldb embedded database to manage the coordinate referencing system meta-data.  When you use part of the API that accesses the CRS info, Geotools instantiates the embedded db.  When it is no longer needed, Geotools tears down the embedded db.


On Wed, Aug 27, 2014 at 9:39 AM, Beau Lalonde <blalonde@xxxxxxxx> wrote:

Hi,

 

I am using a version of GeoMesa from late July 2014 and I semi-frequently witness the following log message in our standard error output file:

    INFO: Disposing class org.geotools.referencing.factory.epsg.ThreadedHsqlEpsgFactory backing store

 

I know it is just an INFO log statement, but it appears in our standard error output file.  I am wondering what causes this log message and if the log message is anything to be concerned about.  Any insight would be appreciated.

 

Thanks,

 

Beau


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


Back to the top