· 9 years ago · Oct 21, 2016, 07:28 AM
1start connect...
2SQLite.JDBCDriver
3***SQLite.JDBCDriver***
4SQLite.JDBCDriver
52016-10-21 11:23:52,434 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.reminders.DoseEntity with reflection
62016-10-21 11:23:52,434 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.reminders.DrugReminderEntity with reflection
72016-10-21 11:23:52,434 [INFO] TableUtils creating table 'remindDrugReminder'
82016-10-21 11:23:52,436 [DEBUG] JdbcConnectionSource opened connection to jdbc:sqlite:/private/var/mobile/Containers/Data/Application/9455A8AD-A67D-4C4E-AA41-D2195CBFB6B9/tmp/sample.db got #90246096
92016-10-21 11:23:52,438 [INFO] TableUtils executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `remindDrugReminder` (`isStopped` BOOLEAN , `duration` INTEGER , `startDate` BIGINT , `daysOfMedication` BLOB , `daysOfMedicationType` VARCHAR , `drugName` VARCHAR , `reminderId` INTEGER PRIMARY KEY AUTOINCREMENT )
10connection opened
11start connect...
12SQLite.JDBCDriver
13***SQLite.JDBCDriver***
14SQLite.JDBCDriver
152016-10-21 11:23:52,440 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.reminders.DrugReminderEntity with reflection
162016-10-21 11:23:52,440 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.reminders.DoseEntity with reflection
172016-10-21 11:23:52,440 [INFO] TableUtils creating table 'remindDose'
182016-10-21 11:23:52,442 [DEBUG] JdbcConnectionSource opened connection to jdbc:sqlite:/private/var/mobile/Containers/Data/Application/9455A8AD-A67D-4C4E-AA41-D2195CBFB6B9/tmp/sample.db got #90290240
192016-10-21 11:23:52,443 [INFO] TableUtils executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `remindDose` (`doseType` VARCHAR , `dose` INTEGER , `time` BIGINT , `drugReminderEntity_id` INTEGER NOT NULL , `doseId` INTEGER PRIMARY KEY AUTOINCREMENT )
20connection opened
21start connect...
22SQLite.JDBCDriver
23***SQLite.JDBCDriver***
24SQLite.JDBCDriver
252016-10-21 11:23:52,445 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.reminders.IntakeEntity with reflection
262016-10-21 11:23:52,445 [INFO] TableUtils creating table 'remindIntake'
272016-10-21 11:23:52,447 [DEBUG] JdbcConnectionSource opened connection to jdbc:sqlite:/private/var/mobile/Containers/Data/Application/9455A8AD-A67D-4C4E-AA41-D2195CBFB6B9/tmp/sample.db got #90334720
282016-10-21 11:23:52,448 [INFO] TableUtils executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `remindIntake` (`isDeleted` BOOLEAN , `isMissed` BOOLEAN , `doseType` VARCHAR , `dose` INTEGER , `date` BIGINT , `doseId` INTEGER , `intakeId` INTEGER PRIMARY KEY AUTOINCREMENT )
29connection opened
302016-10-21 11:23:52,448 [DEBUG] BaseMappedStatement insert data with statement 'INSERT INTO `remindDrugReminder` (`isStopped` ,`duration` ,`startDate` ,`daysOfMedication` ,`daysOfMedicationType` ,`drugName` ) VALUES (?,?,?,?,?,?)' and 6 args, threw exception: java.sql.SQLFeatureNotSupportedException: generated keys not supported
31java.sql.SQLException: Unable to run insert stmt on object ru.agima.mobile.bl.db.Entities.reminders.DrugReminderEntity@56163c0: INSERT INTO `remindDrugReminder` (`isStopped` ,`duration` ,`startDate` ,`daysOfMedication` ,`daysOfMedicationType` ,`drugName` ) VALUES (?,?,?,?,?,?)
32 at com.j256.ormlite.misc.SqlExceptionUtil.create(SqlExceptionUtil.java:25)
33 at com.j256.ormlite.stmt.mapped.MappedCreate.insert(MappedCreate.java:137)
34 at com.j256.ormlite.stmt.StatementExecutor.create(StatementExecutor.java:471)
35 at com.j256.ormlite.dao.BaseDaoImpl.create(BaseDaoImpl.java:314)
36 at ru.agima.mobile.bl.db.DAO.reminders.DrugReminderDAO.create(DrugReminderDAO.java:37)
37 at ru.agima.mobile.bl.logic.reminders.CreateReminderWorker.doWork(CreateReminderWorker.java:21)
38 at ru.agima.mobile.bl.logic.reminders.CreateReminderWorker.doWork(CreateReminderWorker.java:12)
39 at ru.agima.mobile.bl.logic.BaseWorker.Execute(BaseWorker.java:37)
40Caused by: java.sql.SQLFeatureNotSupportedException: generated keys not supported
41 at SQLite.JDBC2z.JDBCConnection.prepareStatement(JDBCConnection.java:449)
42 at com.j256.ormlite.jdbc.JdbcDatabaseConnection.insert(JdbcDatabaseConnection.java:168)
43 at com.j256.ormlite.stmt.mapped.MappedCreate.insert(MappedCreate.java:91)
44 ... 6 more
452016-10-21 11:23:52,450 [DEBUG] JdbcConnectionSource closed connection #90334720
46connection closed
472016-10-21 11:23:52,450 [DEBUG] JdbcConnectionSource closed connection #90290240
48connection closed
492016-10-21 11:23:52,450 [DEBUG] JdbcConnectionSource closed connection #90246096
50connection closed
51start connect...
52SQLite.JDBCDriver
53***SQLite.JDBCDriver***
54SQLite.JDBCDriver
552016-10-21 11:23:52,453 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.reminders.DoseEntity with reflection
562016-10-21 11:23:52,453 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.reminders.DrugReminderEntity with reflection
572016-10-21 11:23:52,453 [INFO] TableUtils creating table 'remindDrugReminder'
582016-10-21 11:23:52,454 [DEBUG] JdbcConnectionSource opened connection to jdbc:sqlite:/private/var/mobile/Containers/Data/Application/9455A8AD-A67D-4C4E-AA41-D2195CBFB6B9/tmp/sample.db got #90425408
592016-10-21 11:23:52,455 [INFO] TableUtils executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `remindDrugReminder` (`isStopped` BOOLEAN , `duration` INTEGER , `startDate` BIGINT , `daysOfMedication` BLOB , `daysOfMedicationType` VARCHAR , `drugName` VARCHAR , `reminderId` INTEGER PRIMARY KEY AUTOINCREMENT )
60connection opened
61start connect...
62SQLite.JDBCDriver
63***SQLite.JDBCDriver***
64SQLite.JDBCDriver
652016-10-21 11:23:52,457 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.reminders.DrugReminderEntity with reflection
662016-10-21 11:23:52,457 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.reminders.DoseEntity with reflection
672016-10-21 11:23:52,457 [INFO] TableUtils creating table 'remindDose'
682016-10-21 11:23:52,458 [DEBUG] JdbcConnectionSource opened connection to jdbc:sqlite:/private/var/mobile/Containers/Data/Application/9455A8AD-A67D-4C4E-AA41-D2195CBFB6B9/tmp/sample.db got #90490032
692016-10-21 11:23:52,459 [INFO] TableUtils executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `remindDose` (`doseType` VARCHAR , `dose` INTEGER , `time` BIGINT , `drugReminderEntity_id` INTEGER NOT NULL , `doseId` INTEGER PRIMARY KEY AUTOINCREMENT )
70connection opened
71start connect...
72SQLite.JDBCDriver
73***SQLite.JDBCDriver***
74SQLite.JDBCDriver
752016-10-21 11:23:52,459 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.reminders.IntakeEntity with reflection
762016-10-21 11:23:52,459 [INFO] TableUtils creating table 'remindIntake'
772016-10-21 11:23:52,460 [DEBUG] JdbcConnectionSource opened connection to jdbc:sqlite:/private/var/mobile/Containers/Data/Application/9455A8AD-A67D-4C4E-AA41-D2195CBFB6B9/tmp/sample.db got #90522224
782016-10-21 11:23:52,461 [INFO] TableUtils executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `remindIntake` (`isDeleted` BOOLEAN , `isMissed` BOOLEAN , `doseType` VARCHAR , `dose` INTEGER , `date` BIGINT , `doseId` INTEGER , `intakeId` INTEGER PRIMARY KEY AUTOINCREMENT )
79connection opened
802016-10-21 11:23:52,461 [DEBUG] StatementBuilder built statement SELECT * FROM `remindDrugReminder`
812016-10-21 11:23:52,461 [DEBUG] BaseMappedStatement prepared statement 'SELECT * FROM `remindDrugReminder` ' with 0 args
822016-10-21 11:23:52,462 [DEBUG] SelectIterator starting iterator @90453424 for 'SELECT * FROM `remindDrugReminder` '
832016-10-21 11:23:52,462 [DEBUG] SelectIterator closed iterator @90453424 after 0 rows
842016-10-21 11:23:52,462 [DEBUG] StatementExecutor query of 'SELECT * FROM `remindDrugReminder` ' returned 0 results
852016-10-21 11:23:52,462 [DEBUG] JdbcConnectionSource closed connection #90522224
86connection closed
872016-10-21 11:23:52,462 [DEBUG] JdbcConnectionSource closed connection #90490032
88connection closed
892016-10-21 11:23:52,462 [DEBUG] JdbcConnectionSource closed connection #90425408
90connection closed
91connection closed
92connection closed
93connection closed