Advertisement
Guest User

Untitled

a guest
Oct 21st, 2016
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.11 KB | None | 0 0
  1. start connect...
  2. SQLite.JDBCDriver
  3. ***SQLite.JDBCDriver***
  4. SQLite.JDBCDriver
  5. 2016-10-21 11:23:52,434 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.reminders.DoseEntity with reflection
  6. 2016-10-21 11:23:52,434 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.reminders.DrugReminderEntity with reflection
  7. 2016-10-21 11:23:52,434 [INFO] TableUtils creating table 'remindDrugReminder'
  8. 2016-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
  9. 2016-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 )
  10. connection opened
  11. start connect...
  12. SQLite.JDBCDriver
  13. ***SQLite.JDBCDriver***
  14. SQLite.JDBCDriver
  15. 2016-10-21 11:23:52,440 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.reminders.DrugReminderEntity with reflection
  16. 2016-10-21 11:23:52,440 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.reminders.DoseEntity with reflection
  17. 2016-10-21 11:23:52,440 [INFO] TableUtils creating table 'remindDose'
  18. 2016-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
  19. 2016-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 )
  20. connection opened
  21. start connect...
  22. SQLite.JDBCDriver
  23. ***SQLite.JDBCDriver***
  24. SQLite.JDBCDriver
  25. 2016-10-21 11:23:52,445 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.reminders.IntakeEntity with reflection
  26. 2016-10-21 11:23:52,445 [INFO] TableUtils creating table 'remindIntake'
  27. 2016-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
  28. 2016-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 )
  29. connection opened
  30. 2016-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
  31. java.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)
  40. Caused 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
  45. 2016-10-21 11:23:52,450 [DEBUG] JdbcConnectionSource closed connection #90334720
  46. connection closed
  47. 2016-10-21 11:23:52,450 [DEBUG] JdbcConnectionSource closed connection #90290240
  48. connection closed
  49. 2016-10-21 11:23:52,450 [DEBUG] JdbcConnectionSource closed connection #90246096
  50. connection closed
  51. start connect...
  52. SQLite.JDBCDriver
  53. ***SQLite.JDBCDriver***
  54. SQLite.JDBCDriver
  55. 2016-10-21 11:23:52,453 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.reminders.DoseEntity with reflection
  56. 2016-10-21 11:23:52,453 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.reminders.DrugReminderEntity with reflection
  57. 2016-10-21 11:23:52,453 [INFO] TableUtils creating table 'remindDrugReminder'
  58. 2016-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
  59. 2016-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 )
  60. connection opened
  61. start connect...
  62. SQLite.JDBCDriver
  63. ***SQLite.JDBCDriver***
  64. SQLite.JDBCDriver
  65. 2016-10-21 11:23:52,457 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.reminders.DrugReminderEntity with reflection
  66. 2016-10-21 11:23:52,457 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.reminders.DoseEntity with reflection
  67. 2016-10-21 11:23:52,457 [INFO] TableUtils creating table 'remindDose'
  68. 2016-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
  69. 2016-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 )
  70. connection opened
  71. start connect...
  72. SQLite.JDBCDriver
  73. ***SQLite.JDBCDriver***
  74. SQLite.JDBCDriver
  75. 2016-10-21 11:23:52,459 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.reminders.IntakeEntity with reflection
  76. 2016-10-21 11:23:52,459 [INFO] TableUtils creating table 'remindIntake'
  77. 2016-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
  78. 2016-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 )
  79. connection opened
  80. 2016-10-21 11:23:52,461 [DEBUG] StatementBuilder built statement SELECT * FROM `remindDrugReminder`
  81. 2016-10-21 11:23:52,461 [DEBUG] BaseMappedStatement prepared statement 'SELECT * FROM `remindDrugReminder` ' with 0 args
  82. 2016-10-21 11:23:52,462 [DEBUG] SelectIterator starting iterator @90453424 for 'SELECT * FROM `remindDrugReminder` '
  83. 2016-10-21 11:23:52,462 [DEBUG] SelectIterator closed iterator @90453424 after 0 rows
  84. 2016-10-21 11:23:52,462 [DEBUG] StatementExecutor query of 'SELECT * FROM `remindDrugReminder` ' returned 0 results
  85. 2016-10-21 11:23:52,462 [DEBUG] JdbcConnectionSource closed connection #90522224
  86. connection closed
  87. 2016-10-21 11:23:52,462 [DEBUG] JdbcConnectionSource closed connection #90490032
  88. connection closed
  89. 2016-10-21 11:23:52,462 [DEBUG] JdbcConnectionSource closed connection #90425408
  90. connection closed
  91. connection closed
  92. connection closed
  93. connection closed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement