Menu

#46 SQlite library missing

closed
r_x
5
2012-09-18
2009-11-18
Anonymous
No

Version: TrekBuddy Atlas Creator 1.6.1
Platform: Linux (2.6.31-14-generic) (gnome)
Distribution name: Ubuntu 9.1
Java VM: Java HotSpot(TM) 64-Bit Server VM (1.6.0_15-b03)
Mapsources rev: 691

Error hierarchy:
MapCreationException: Error creating SQL database
SQLException: java.lang.UnsatisfiedLinkError: SQLite.Database.internal_init()V

tac.exceptions.MapCreationException: Error creating SQL database
at tac.program.mapcreators.MapCreatorBigPlanet.createMap(MapCreatorBigPlanet.java:83)
at tac.program.AtlasThread.createMap(AtlasThread.java:296)
at tac.program.AtlasThread.createAtlas(AtlasThread.java:140)
at tac.program.AtlasThread.run(AtlasThread.java:73)
Caused by: java.sql.SQLException: java.lang.UnsatisfiedLinkError: SQLite.Database.internal_init()V
at SQLite.JDBCDriver.connect(JDBCDriver.java:112)
at tac.utilities.jdbc.DriverProxy.connect(DriverProxy.java:38)
at java.sql.DriverManager.getConnection(DriverManager.java:582)
at java.sql.DriverManager.getConnection(DriverManager.java:207)
at tac.program.mapcreators.MapCreatorBigPlanet.getConnection(MapCreatorBigPlanet.java:90)
at tac.program.mapcreators.MapCreatorBigPlanet.initializeDB(MapCreatorBigPlanet.java:95)
at tac.program.mapcreators.MapCreatorBigPlanet.createMap(MapCreatorBigPlanet.java:74)
... 3 more

Discussion

  • r_x

    r_x - 2009-11-18

    Looks like a there is a problem with the native part of the SQLite java wrapper. Did you compile the sqlite library on your system and placed it in the same folder as TAC?

     
  • r_x

    r_x - 2009-11-29

    I have created new precompiled sqlite wrapper libraries for Ubuntu amd64. This time the sqlite3 libraries are statically compiled into them. Therefore besides the default libraries no external dependencies have to be resolved.
    Please try the following version(s):

    https://trekbuddyatlasc.svn.sourceforge.net/svnroot/trekbuddyatlasc/trunk/TAC/lib/SQLite

     
  • r_x

    r_x - 2010-05-30

    Version 1.6 is no loner supported and of v1.7/1.8 no SQLite problems are known - therefore it looks like this bug has been fixed with v1.7.

     

Log in to post a comment.