· 9 years ago · Oct 21, 2016, 10:04 AM
1start connect...
2SQLite.JDBCDriver
3***SQLite.JDBCDriver***
4SQLite.JDBCDriver
52016-10-21 14:02:03,202 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.reminders.DoseEntity with reflection
62016-10-21 14:02:03,202 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.reminders.DrugReminderEntity with reflection
72016-10-21 14:02:03,202 [INFO] TableUtils creating table 'remindDrugReminder'
82016-10-21 14:02:03,210 [DEBUG] JdbcConnectionSource opened connection to jdbc:sqlite:/private/var/mobile/Containers/Data/Application/FF0B05E5-C9C3-4251-842B-16150994CDF4/tmp/sample.db got #89650160
92016-10-21 14:02:03,222 [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-21 14:02:03,224 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.reminders.DrugReminderEntity with reflection
162016-10-21 14:02:03,224 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.reminders.DoseEntity with reflection
172016-10-21 14:02:03,224 [INFO] TableUtils creating table 'remindDose'
182016-10-21 14:02:03,226 [DEBUG] JdbcConnectionSource opened connection to jdbc:sqlite:/private/var/mobile/Containers/Data/Application/FF0B05E5-C9C3-4251-842B-16150994CDF4/tmp/sample.db got #89722672
192016-10-21 14:02:03,236 [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-21 14:02:03,237 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.reminders.IntakeEntity with reflection
262016-10-21 14:02:03,238 [INFO] TableUtils creating table 'remindIntake'
272016-10-21 14:02:03,239 [DEBUG] JdbcConnectionSource opened connection to jdbc:sqlite:/private/var/mobile/Containers/Data/Application/FF0B05E5-C9C3-4251-842B-16150994CDF4/tmp/sample.db got #89770672
282016-10-21 14:02:03,249 [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-21 14:02:03,250 [DEBUG] StatementBuilder built statement SELECT * FROM `remindDrugReminder` ORDER BY `reminderId` DESC LIMIT 1
312016-10-21 14:02:03,250 [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-21 14:02:03,252 [DEBUG] JdbcConnectionSource closed connection #89770672
43connection closed
442016-10-21 14:02:03,252 [DEBUG] JdbcConnectionSource closed connection #89722672
45connection closed
462016-10-21 14:02:03,253 [DEBUG] JdbcConnectionSource closed connection #89650160
47connection closed
48(lldb)