· 9 years ago · Oct 24, 2016, 07:28 AM
1start connect...
2SQLite.JDBCDriver
3***SQLite.JDBCDriver***
4SQLite.JDBCDriver
52016-10-24 11:26:54,533 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.reminders.DoseEntity with reflection
62016-10-24 11:26:54,533 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.reminders.DrugReminderEntity with reflection
72016-10-24 11:26:54,533 [INFO] TableUtils creating table 'remindDrugReminder'
82016-10-24 11:26:54,536 [DEBUG] JdbcConnectionSource opened connection to jdbc:sqlite:/private/var/mobile/Containers/Data/Application/86A4AF39-57AB-42C8-B6BD-0FF071CA2976/tmp/sample.db got #121218032
92016-10-24 11:26:54,553 [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 (`reminderId`) )
10connection opened
11start connect...
12SQLite.JDBCDriver
13***SQLite.JDBCDriver***
14SQLite.JDBCDriver
152016-10-24 11:26:54,555 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.reminders.DrugReminderEntity with reflection
162016-10-24 11:26:54,555 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.reminders.DoseEntity with reflection
172016-10-24 11:26:54,555 [INFO] TableUtils creating table 'remindDose'
182016-10-24 11:26:54,557 [DEBUG] JdbcConnectionSource opened connection to jdbc:sqlite:/private/var/mobile/Containers/Data/Application/86A4AF39-57AB-42C8-B6BD-0FF071CA2976/tmp/sample.db got #121294640
192016-10-24 11:26:54,566 [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 (`doseId`) )
20connection opened
21start connect...
22SQLite.JDBCDriver
23***SQLite.JDBCDriver***
24SQLite.JDBCDriver
252016-10-24 11:26:54,568 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.reminders.IntakeEntity with reflection
262016-10-24 11:26:54,568 [INFO] TableUtils creating table 'remindIntake'
272016-10-24 11:26:54,569 [DEBUG] JdbcConnectionSource opened connection to jdbc:sqlite:/private/var/mobile/Containers/Data/Application/86A4AF39-57AB-42C8-B6BD-0FF071CA2976/tmp/sample.db got #121334448
282016-10-24 11:26:54,580 [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 (`intakeId`) )
29connection opened
302016-10-24 11:26:54,581 [DEBUG] StatementBuilder built statement SELECT * FROM `remindDrugReminder` ORDER BY `reminderId` DESC LIMIT 1
312016-10-24 11:26:54,581 [DEBUG] BaseMappedStatement prepared statement 'SELECT * FROM `remindDrugReminder` ORDER BY `reminderId` DESC LIMIT 1 ' with 0 args
32java.sql.SQLException: SQLite.Exception: error in step
33 at SQLite.JDBC2z.JDBCStatement.executeQuery(JDBCStatement.java:141)
34 at SQLite.JDBC2z.JDBCPreparedStatement.executeQuery(JDBCPreparedStatement.java:115)
35 at com.j256.ormlite.jdbc.JdbcCompiledStatement.runQuery(JdbcCompiledStatement.java:57)
36 at com.j256.ormlite.stmt.StatementExecutor.queryForFirst(StatementExecutor.java:104)
37 at com.j256.ormlite.dao.BaseDaoImpl.queryForFirst(BaseDaoImpl.java:237)
38 at ru.agima.mobile.bl.db.DAO.reminders.DrugReminderDAO.create(DrugReminderDAO.java:44)
39 at ru.agima.mobile.bl.logic.reminders.CreateReminderWorker.doWork(CreateReminderWorker.java:21)
40 at ru.agima.mobile.bl.logic.reminders.CreateReminderWorker.doWork(CreateReminderWorker.java:12)
41 at ru.agima.mobile.bl.logic.BaseWorker.Execute(BaseWorker.java:37)
422016-10-24 11:26:54,582 [DEBUG] JdbcConnectionSource closed connection #121334448
43connection closed
442016-10-24 11:26:54,582 [DEBUG] JdbcConnectionSource closed connection #121294640
45connection closed
462016-10-24 11:26:54,583 [DEBUG] JdbcConnectionSource closed connection #121218032
47connection closed
48(lldb)