I am having a problem locating my database within my eclipse project. I am
willing to bet that I have overlooked something simple but thus far I cannot
find it in my code structure no matter where I locate it. Here is the logging
up to the point of the error (which occurs when I try and save a transaction):
...
2012-04-23_15:59:51.217 INFO o.h.annotations.common.Version - HCANN000001:
Hibernate Commons Annotations {4.0.1.Final}
2012-04-23_15:59:51.242 INFO org.hibernate.Version - HHH000412: Hibernate Core
{4.0.1.Final}
2012-04-23_15:59:51.251 INFO org.hibernate.cfg.Environment - HHH000206:
hibernate.properties not found
2012-04-23_15:59:51.255 INFO org.hibernate.cfg.Environment - HHH000021:
Bytecode provider name : javassist
2012-04-23_15:59:51.326 INFO org.hibernate.cfg.Configuration - HHH000043:
Configuring from resource: hibernate-red.cfg.xml
2012-04-23_15:59:51.326 INFO org.hibernate.cfg.Configuration - HHH000040:
Configuration resource: hibernate-red.cfg.xml
2012-04-23_15:59:51.474 INFO org.hibernate.cfg.Configuration - HHH000221:
Reading mappings from resource: queries.hbm.xml
2012-04-23_15:59:51.616 INFO org.hibernate.cfg.Configuration - HHH000041:
Configured SessionFactory: null
2012-04-23_15:59:52.179 INFO o.h.s.j.c.i.DriverManagerConnectionProviderImpl -
HHH000402: Using Hibernate built-in connection pool (not for production use!)
2012-04-23_15:59:52.187 INFO o.h.s.j.c.i.DriverManagerConnectionProviderImpl -
HHH000115: Hibernate connection pool size: 10
2012-04-23_15:59:52.188 INFO o.h.s.j.c.i.DriverManagerConnectionProviderImpl -
HHH000006: Autocommit mode: false
2012-04-23_15:59:52.189 INFO o.h.s.j.c.i.DriverManagerConnectionProviderImpl -
HHH000401: using driver [org.sqlite.JDBC] at URL
[jdbc:sqlite:ReportableEventsDB.sqlite]
2012-04-23_15:59:52.189 INFO o.h.s.j.c.i.DriverManagerConnectionProviderImpl -
HHH000046: Connection properties: {user=, password=****}
2012-04-23_15:59:55.511 INFO org.hibernate.dialect.Dialect - HHH000400: Using
dialect: dialect.SQLiteDialect
2012-04-23_15:59:55.720 INFO o.h.e.j.internal.LobCreatorBuilder - HHH000423:
Disabling contextual LOB creation as JDBC driver reported JDBC version [2] less
than 4
2012-04-23_15:59:55.764 INFO o.h.e.t.i.TransactionFactoryInitiator -
HHH000399: Using default transaction strategy (direct JDBC transactions)
2012-04-23_15:59:55.783 INFO o.h.h.i.a.ASTQueryTranslatorFactory - HHH000397:
Using ASTQueryTranslatorFactory
2012-04-23_15:59:55.847 TRACE org.hibernate.type.TypeFactory - Scoping types to
session factory org.hibernate.internal.SessionFactoryImpl@36029483
2012-04-23_16:00:05.707 WARN o.h.e.jdbc.spi.SqlExceptionHelper - SQL Error: 0,
SQLState: null
2012-04-23_16:00:05.708 ERROR o.h.e.jdbc.spi.SqlExceptionHelper -
[SQLITE_ERROR] SQL error or missing database (no such table: studymigration)
Thanks for any/all assistance
Cyndy
PRIVACY STATEMENT: This message and all attachments are a private
communication and may be confidential or protected by privilege. If you
are not the intended recipient, you are hereby notified that any disclosure,
copying, distribution or use of the information contained in or attached to
this message is strictly prohibited. Thank you
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users