Advertisement
Guest User

Untitled

a guest
Oct 28th, 2016
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 40.84 KB | None | 0 0
  1. start connect...
  2. SQLite.JDBCDriver
  3. ***SQLite.JDBCDriver***
  4. SQLite.JDBCDriver
  5. 2016-10-28 13:52:45,640 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.reminders.DoseEntity with reflection
  6. 2016-10-28 13:52:45,640 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.reminders.DrugReminderEntity with reflection
  7. 2016-10-28 13:52:45,641 [INFO] TableUtils creating table 'remindDrugReminder'
  8. 2016-10-28 13:52:45,643 [DEBUG] JdbcConnectionSource opened connection to jdbc:sqlite:/private/var/mobile/Containers/Data/Application/F4F01F8F-E4A8-4817-B4C5-B1DB92D5677F/tmp/sample.db got #121642416
  9. 2016-10-28 13:52:45,644 [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`) )
  10. connection opened
  11. start connect...
  12. SQLite.JDBCDriver
  13. ***SQLite.JDBCDriver***
  14. SQLite.JDBCDriver
  15. 2016-10-28 13:52:45,646 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.reminders.DrugReminderEntity with reflection
  16. 2016-10-28 13:52:45,646 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.reminders.DoseEntity with reflection
  17. 2016-10-28 13:52:45,646 [INFO] TableUtils creating table 'remindDose'
  18. 2016-10-28 13:52:45,649 [DEBUG] JdbcConnectionSource opened connection to jdbc:sqlite:/private/var/mobile/Containers/Data/Application/F4F01F8F-E4A8-4817-B4C5-B1DB92D5677F/tmp/sample.db got #121702848
  19. 2016-10-28 13:52:45,650 [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`) )
  20. connection opened
  21. start connect...
  22. SQLite.JDBCDriver
  23. ***SQLite.JDBCDriver***
  24. SQLite.JDBCDriver
  25. 2016-10-28 13:52:45,651 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.reminders.IntakeEntity with reflection
  26. 2016-10-28 13:52:45,654 [INFO] TableUtils creating table 'remindIntake'
  27. 2016-10-28 13:52:45,655 [DEBUG] JdbcConnectionSource opened connection to jdbc:sqlite:/private/var/mobile/Containers/Data/Application/F4F01F8F-E4A8-4817-B4C5-B1DB92D5677F/tmp/sample.db got #121743136
  28. 2016-10-28 13:52:45,656 [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`) )
  29. connection opened
  30. 2016-10-28 13:52:45,657 [DEBUG] StatementBuilder built statement SELECT * FROM `remindDrugReminder` ORDER BY `reminderId` DESC LIMIT 1
  31. 2016-10-28 13:52:45,657 [DEBUG] BaseMappedStatement prepared statement 'SELECT * FROM `remindDrugReminder` ORDER BY `reminderId` DESC LIMIT 1 ' with 0 args
  32. 2016-10-28 13:52:45,657 [DEBUG] StatementExecutor query-for-first of 'SELECT * FROM `remindDrugReminder` ORDER BY `reminderId` DESC LIMIT 1 ' returned at 0 results
  33. 2016-10-28 13:52:45,672 [DEBUG] BaseMappedStatement insert data with statement 'INSERT INTO `remindDrugReminder` (`isStopped` ,`duration` ,`startDate` ,`daysOfMedication` ,`daysOfMedicationType` ,`drugName` ,`reminderId` ) VALUES (?,?,?,?,?,?,?)' and 7 args, changed 1 rows
  34. 2016-10-28 13:52:45,672 [DEBUG] StatementBuilder built statement SELECT * FROM `remindDose` ORDER BY `doseId` DESC LIMIT 1
  35. 2016-10-28 13:52:45,673 [DEBUG] BaseMappedStatement prepared statement 'SELECT * FROM `remindDose` ORDER BY `doseId` DESC LIMIT 1 ' with 0 args
  36. 2016-10-28 13:52:45,673 [DEBUG] StatementExecutor query-for-first of 'SELECT * FROM `remindDose` ORDER BY `doseId` DESC LIMIT 1 ' returned at 0 results
  37. 2016-10-28 13:52:45,682 [DEBUG] BaseMappedStatement insert data with statement 'INSERT INTO `remindDose` (`doseType` ,`dose` ,`time` ,`drugReminderEntity_id` ,`doseId` ) VALUES (?,?,?,?,?)' and 5 args, changed 1 rows
  38. 2016-10-28 13:52:45,683 [DEBUG] JdbcConnectionSource closed connection #121743136
  39. connection closed
  40. 2016-10-28 13:52:45,683 [DEBUG] JdbcConnectionSource closed connection #121702848
  41. connection closed
  42. 2016-10-28 13:52:45,684 [DEBUG] JdbcConnectionSource closed connection #121642416
  43. connection closed
  44. start connect...
  45. SQLite.JDBCDriver
  46. ***SQLite.JDBCDriver***
  47. SQLite.JDBCDriver
  48. 2016-10-28 13:52:48,481 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.reminders.DoseEntity with reflection
  49. 2016-10-28 13:52:48,482 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.reminders.DrugReminderEntity with reflection
  50. 2016-10-28 13:52:48,482 [INFO] TableUtils creating table 'remindDrugReminder'
  51. 2016-10-28 13:52:48,484 [DEBUG] JdbcConnectionSource opened connection to jdbc:sqlite:/private/var/mobile/Containers/Data/Application/F4F01F8F-E4A8-4817-B4C5-B1DB92D5677F/tmp/sample.db got #121850688
  52. 2016-10-28 13:52:48,485 [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`) )
  53. connection opened
  54. start connect...
  55. SQLite.JDBCDriver
  56. ***SQLite.JDBCDriver***
  57. SQLite.JDBCDriver
  58. 2016-10-28 13:52:48,487 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.reminders.DrugReminderEntity with reflection
  59. 2016-10-28 13:52:48,487 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.reminders.DoseEntity with reflection
  60. 2016-10-28 13:52:48,487 [INFO] TableUtils creating table 'remindDose'
  61. 2016-10-28 13:52:48,489 [DEBUG] JdbcConnectionSource opened connection to jdbc:sqlite:/private/var/mobile/Containers/Data/Application/F4F01F8F-E4A8-4817-B4C5-B1DB92D5677F/tmp/sample.db got #121923408
  62. 2016-10-28 13:52:48,490 [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`) )
  63. connection opened
  64. start connect...
  65. SQLite.JDBCDriver
  66. ***SQLite.JDBCDriver***
  67. SQLite.JDBCDriver
  68. 2016-10-28 13:52:48,491 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.reminders.IntakeEntity with reflection
  69. 2016-10-28 13:52:48,494 [INFO] TableUtils creating table 'remindIntake'
  70. 2016-10-28 13:52:48,495 [DEBUG] JdbcConnectionSource opened connection to jdbc:sqlite:/private/var/mobile/Containers/Data/Application/F4F01F8F-E4A8-4817-B4C5-B1DB92D5677F/tmp/sample.db got #121963696
  71. 2016-10-28 13:52:48,497 [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`) )
  72. connection opened
  73. 2016-10-28 13:52:48,497 [DEBUG] StatementBuilder built statement SELECT * FROM `remindDrugReminder`
  74. 2016-10-28 13:52:48,497 [DEBUG] BaseMappedStatement prepared statement 'SELECT * FROM `remindDrugReminder` ' with 0 args
  75. 2016-10-28 13:52:48,497 [DEBUG] SelectIterator starting iterator @121835968 for 'SELECT * FROM `remindDrugReminder` '
  76. 2016-10-28 13:52:48,500 [DEBUG] SelectIterator closed iterator @121835968 after 0 rows
  77. java.sql.SQLException: not supported
  78. at SQLite.JDBC2z.JDBCResultSet.getByte(JDBCResultSet.java:599)
  79. at com.j256.ormlite.jdbc.JdbcDatabaseResults.getByte(JdbcDatabaseResults.java:120)
  80. at com.j256.ormlite.db.BaseDatabaseType$BooleanNumberFieldConverter.resultToSqlArg(BaseDatabaseType.java:564)
  81. at com.j256.ormlite.field.BaseFieldConverter.resultToJava(BaseFieldConverter.java:24)
  82. at com.j256.ormlite.field.FieldType.resultToJava(FieldType.java:794)
  83. at com.j256.ormlite.stmt.mapped.BaseMappedQuery.mapRow(BaseMappedQuery.java:60)
  84. at com.j256.ormlite.stmt.SelectIterator.getCurrent(SelectIterator.java:272)
  85. at com.j256.ormlite.stmt.SelectIterator.nextThrow(SelectIterator.java:163)
  86. at com.j256.ormlite.stmt.StatementExecutor.query(StatementExecutor.java:202)
  87. at com.j256.ormlite.dao.BaseDaoImpl.query(BaseDaoImpl.java:269)
  88. at ru.agima.mobile.bl.db.DAO.reminders.DrugReminderDAO.readAll(DrugReminderDAO.java:134)
  89. at ru.agima.mobile.bl.logic.reminders.GetRemindersWorker.doWork(GetRemindersWorker.java:24)
  90. at ru.agima.mobile.bl.logic.reminders.GetRemindersWorker.doWork(GetRemindersWorker.java:16)
  91. at ru.agima.mobile.bl.logic.BaseWorker.Execute(BaseWorker.java:37)
  92. 2016-10-28 13:52:48,503 [DEBUG] JdbcConnectionSource closed connection #121963696
  93. connection closed
  94. 2016-10-28 13:52:48,504 [DEBUG] JdbcConnectionSource closed connection #121923408
  95. connection closed
  96. 2016-10-28 13:52:48,504 [DEBUG] JdbcConnectionSource closed connection #121850688
  97. connection closed
  98. connection closed
  99. connection closed
  100. connection closed
  101. start connect...
  102. SQLite.JDBCDriver
  103. ***SQLite.JDBCDriver***
  104. SQLite.JDBCDriver
  105. 2016-10-28 14:20:17,255 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.BasketGoodEntity with reflection
  106. 2016-10-28 14:20:17,256 [INFO] TableUtils creating table 'basketItem'
  107. 2016-10-28 14:20:17,259 [DEBUG] JdbcConnectionSource opened connection to jdbc:sqlite:/private/var/mobile/Containers/Data/Application/F4F01F8F-E4A8-4817-B4C5-B1DB92D5677F/tmp/sample.db got #122076256
  108. 2016-10-28 14:20:17,261 [INFO] TableUtils executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `basketItem` (`price` VARCHAR , `order_id` VARCHAR , `count` INTEGER , `xml_id` VARCHAR , `id` INTEGER , PRIMARY KEY (`id`) )
  109. connection opened
  110. 2016-10-28 14:20:17,261 [DEBUG] StatementBuilder built statement SELECT COUNT(*) FROM `basketItem` WHERE `order_id` = ''
  111. 2016-10-28 14:20:17,261 [DEBUG] BaseMappedStatement prepared statement 'SELECT COUNT(*) FROM `basketItem` WHERE `order_id` = '' ' with 0 args
  112. 2016-10-28 14:20:17,263 [DEBUG] JdbcConnectionSource closed connection #122076256
  113. connection closed
  114. 2016-10-28 14:20:17.271756 Zdravcity-iOS[2577:468159] *** -[NSKeyedUnarchiver initForReadingWithData:]: data is NULL
  115. 2016-10-28 14:20:17.321312 Zdravcity-iOS[2577:468159] Warning: Attempt to present <UISearchController: 0x1027ac870> on <ZDCDashboardViewController: 0x10267fdd0> whose view is not in the window hierarchy!
  116. start connect...
  117. SQLite.JDBCDriver
  118. ***SQLite.JDBCDriver***
  119. SQLite.JDBCDriver
  120. 2016-10-28 14:20:17,323 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.BasketGoodEntity with reflection
  121. 2016-10-28 14:20:17,323 [INFO] TableUtils creating table 'basketItem'
  122. 2016-10-28 14:20:17,325 [DEBUG] JdbcConnectionSource opened connection to jdbc:sqlite:/private/var/mobile/Containers/Data/Application/F4F01F8F-E4A8-4817-B4C5-B1DB92D5677F/tmp/sample.db got #122110288
  123. 2016-10-28 14:20:17,325 [INFO] TableUtils executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `basketItem` (`price` VARCHAR , `order_id` VARCHAR , `count` INTEGER , `xml_id` VARCHAR , `id` INTEGER , PRIMARY KEY (`id`) )
  124. connection opened
  125. 2016-10-28 14:20:17,325 [DEBUG] StatementBuilder built statement SELECT COUNT(*) FROM `basketItem` WHERE `order_id` = ''
  126. 2016-10-28 14:20:17,326 [DEBUG] BaseMappedStatement prepared statement 'SELECT COUNT(*) FROM `basketItem` WHERE `order_id` = '' ' with 0 args
  127. 2016-10-28 14:20:17,326 [DEBUG] JdbcConnectionSource closed connection #122110288
  128. connection closed
  129. start connect...
  130. SQLite.JDBCDriver
  131. ***SQLite.JDBCDriver***
  132. SQLite.JDBCDriver
  133. 2016-10-28 14:20:17,330 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.ImageEntity with reflection
  134. 2016-10-28 14:20:17,330 [INFO] TableUtils creating table 'imageBytes'
  135. 2016-10-28 14:20:17,331 [DEBUG] JdbcConnectionSource opened connection to jdbc:sqlite:/private/var/mobile/Containers/Data/Application/F4F01F8F-E4A8-4817-B4C5-B1DB92D5677F/tmp/sample.db got #122178464
  136. 2016-10-28 14:20:17,332 [INFO] TableUtils executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `imageBytes` (`bytes` BLOB , `url` VARCHAR , `id` INTEGER , PRIMARY KEY (`id`) )
  137. connection opened
  138. 2016-10-28 14:20:17,332 [DEBUG] StatementBuilder built statement SELECT * FROM `imageBytes` WHERE `url` = '/upload/resize_cache/iblock/a30/f12/300_300_140cd750bba9870f18aada2478b24840a/photo_es.jpg'
  139. 2016-10-28 14:20:17,332 [DEBUG] BaseMappedStatement prepared statement 'SELECT * FROM `imageBytes` WHERE `url` = '/upload/resize_cache/iblock/a30/f12/300_300_140cd750bba9870f18aada2478b24840a/photo_es.jpg' ' with 0 args
  140. 2016-10-28 14:20:17,335 [DEBUG] SelectIterator starting iterator @122157584 for 'SELECT * FROM `imageBytes` WHERE `url` = '/upload/resize_cache/iblock/a30/f12/300_300_140cd750bba9870f18aada2478b24840a/photo_es.jpg' '
  141. 2016-10-28 14:20:17,340 [DEBUG] SelectIterator closed iterator @122157584 after 1 rows
  142. 2016-10-28 14:20:17,340 [DEBUG] StatementExecutor query of 'SELECT * FROM `imageBytes` WHERE `url` = '/upload/resize_cache/iblock/a30/f12/300_300_140cd750bba9870f18aada2478b24840a/photo_es.jpg' ' returned 1 results
  143. 2016-10-28 14:20:17,341 [DEBUG] JdbcConnectionSource closed connection #122178464
  144. connection closed
  145. start connect...
  146. SQLite.JDBCDriver
  147. ***SQLite.JDBCDriver***
  148. SQLite.JDBCDriver
  149. 2016-10-28 14:20:17,343 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.ImageEntity with reflection
  150. 2016-10-28 14:20:17,343 [INFO] TableUtils creating table 'imageBytes'
  151. 2016-10-28 14:20:17,344 [DEBUG] JdbcConnectionSource opened connection to jdbc:sqlite:/private/var/mobile/Containers/Data/Application/F4F01F8F-E4A8-4817-B4C5-B1DB92D5677F/tmp/sample.db got #122753216
  152. 2016-10-28 14:20:17,345 [INFO] TableUtils executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `imageBytes` (`bytes` BLOB , `url` VARCHAR , `id` INTEGER , PRIMARY KEY (`id`) )
  153. connection opened
  154. 2016-10-28 14:20:17,345 [DEBUG] StatementBuilder built statement SELECT * FROM `imageBytes` WHERE `url` = '/upload/resize_cache/iblock/024/84a/300_300_140cd750bba9870f18aada2478b24840a/photo_es.jpg'
  155. 2016-10-28 14:20:17,345 [DEBUG] BaseMappedStatement prepared statement 'SELECT * FROM `imageBytes` WHERE `url` = '/upload/resize_cache/iblock/024/84a/300_300_140cd750bba9870f18aada2478b24840a/photo_es.jpg' ' with 0 args
  156. 2016-10-28 14:20:17,346 [DEBUG] SelectIterator starting iterator @122155904 for 'SELECT * FROM `imageBytes` WHERE `url` = '/upload/resize_cache/iblock/024/84a/300_300_140cd750bba9870f18aada2478b24840a/photo_es.jpg' '
  157. 2016-10-28 14:20:17,351 [DEBUG] SelectIterator closed iterator @122155904 after 1 rows
  158. 2016-10-28 14:20:17,351 [DEBUG] StatementExecutor query of 'SELECT * FROM `imageBytes` WHERE `url` = '/upload/resize_cache/iblock/024/84a/300_300_140cd750bba9870f18aada2478b24840a/photo_es.jpg' ' returned 1 results
  159. 2016-10-28 14:20:17,351 [DEBUG] JdbcConnectionSource closed connection #122753216
  160. connection closed
  161. start connect...
  162. SQLite.JDBCDriver
  163. ***SQLite.JDBCDriver***
  164. SQLite.JDBCDriver
  165. 2016-10-28 14:20:17,357 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.GoodOfDayEntity with reflection
  166. 2016-10-28 14:20:17,357 [INFO] TableUtils creating table 'goodOfDay'
  167. 2016-10-28 14:20:17,358 [DEBUG] JdbcConnectionSource opened connection to jdbc:sqlite:/private/var/mobile/Containers/Data/Application/F4F01F8F-E4A8-4817-B4C5-B1DB92D5677F/tmp/sample.db got #123360672
  168. 2016-10-28 14:20:17,359 [INFO] TableUtils executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `goodOfDay` (`region_code` VARCHAR , `price_old` VARCHAR , `price` VARCHAR , `url_img_big` VARCHAR , `url_img` VARCHAR , `mnn` VARCHAR , `rating` INTEGER , `guid_es` VARCHAR , `name` VARCHAR , `id` INTEGER , PRIMARY KEY (`id`) )
  169. connection opened
  170. 2016-10-28 14:20:17,359 [DEBUG] StatementBuilder built statement SELECT * FROM `goodOfDay`
  171. 2016-10-28 14:20:17,359 [DEBUG] BaseMappedStatement prepared statement 'SELECT * FROM `goodOfDay` ' with 0 args
  172. 2016-10-28 14:20:17,360 [DEBUG] SelectIterator starting iterator @123329152 for 'SELECT * FROM `goodOfDay` '
  173. 2016-10-28 14:20:17,360 [DEBUG] SelectIterator closed iterator @123329152 after 2 rows
  174. 2016-10-28 14:20:17,360 [DEBUG] StatementExecutor query of 'SELECT * FROM `goodOfDay` ' returned 2 results
  175. 2016-10-28 14:20:17,361 [DEBUG] JdbcConnectionSource closed connection #123360672
  176. connection closed
  177. start connect...
  178. SQLite.JDBCDriver
  179. ***SQLite.JDBCDriver***
  180. SQLite.JDBCDriver
  181. 2016-10-28 14:20:17,488 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.ImageEntity with reflection
  182. 2016-10-28 14:20:17,488 [INFO] TableUtils creating table 'imageBytes'
  183. 2016-10-28 14:20:17,489 [DEBUG] JdbcConnectionSource opened connection to jdbc:sqlite:/private/var/mobile/Containers/Data/Application/F4F01F8F-E4A8-4817-B4C5-B1DB92D5677F/tmp/sample.db got #123460512
  184. 2016-10-28 14:20:17,489 [INFO] TableUtils executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `imageBytes` (`bytes` BLOB , `url` VARCHAR , `id` INTEGER , PRIMARY KEY (`id`) )
  185. connection opened
  186. 2016-10-28 14:20:17,489 [DEBUG] StatementBuilder built statement SELECT * FROM `imageBytes` WHERE `url` = '/upload/resize_cache/iblock/a30/f12/300_300_140cd750bba9870f18aada2478b24840a/photo_es.jpg'
  187. 2016-10-28 14:20:17,489 [DEBUG] BaseMappedStatement prepared statement 'SELECT * FROM `imageBytes` WHERE `url` = '/upload/resize_cache/iblock/a30/f12/300_300_140cd750bba9870f18aada2478b24840a/photo_es.jpg' ' with 0 args
  188. 2016-10-28 14:20:17,494 [DEBUG] SelectIterator starting iterator @123326688 for 'SELECT * FROM `imageBytes` WHERE `url` = '/upload/resize_cache/iblock/a30/f12/300_300_140cd750bba9870f18aada2478b24840a/photo_es.jpg' '
  189. 2016-10-28 14:20:17,501 [DEBUG] SelectIterator closed iterator @123326688 after 1 rows
  190. 2016-10-28 14:20:17,501 [DEBUG] StatementExecutor query of 'SELECT * FROM `imageBytes` WHERE `url` = '/upload/resize_cache/iblock/a30/f12/300_300_140cd750bba9870f18aada2478b24840a/photo_es.jpg' ' returned 1 results
  191. 2016-10-28 14:20:17,502 [DEBUG] JdbcConnectionSource closed connection #123460512
  192. connection closed
  193. start connect...
  194. SQLite.JDBCDriver
  195. ***SQLite.JDBCDriver***
  196. SQLite.JDBCDriver
  197. 2016-10-28 14:20:17,506 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.ImageEntity with reflection
  198. 2016-10-28 14:20:17,506 [INFO] TableUtils creating table 'imageBytes'
  199. 2016-10-28 14:20:17,507 [DEBUG] JdbcConnectionSource opened connection to jdbc:sqlite:/private/var/mobile/Containers/Data/Application/F4F01F8F-E4A8-4817-B4C5-B1DB92D5677F/tmp/sample.db got #124039264
  200. 2016-10-28 14:20:17,508 [INFO] TableUtils executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `imageBytes` (`bytes` BLOB , `url` VARCHAR , `id` INTEGER , PRIMARY KEY (`id`) )
  201. connection opened
  202. 2016-10-28 14:20:17,508 [DEBUG] StatementBuilder built statement SELECT * FROM `imageBytes` WHERE `url` = '/upload/resize_cache/iblock/024/84a/300_300_140cd750bba9870f18aada2478b24840a/photo_es.jpg'
  203. 2016-10-28 14:20:17,508 [DEBUG] BaseMappedStatement prepared statement 'SELECT * FROM `imageBytes` WHERE `url` = '/upload/resize_cache/iblock/024/84a/300_300_140cd750bba9870f18aada2478b24840a/photo_es.jpg' ' with 0 args
  204. 2016-10-28 14:20:17,516 [DEBUG] SelectIterator starting iterator @124021264 for 'SELECT * FROM `imageBytes` WHERE `url` = '/upload/resize_cache/iblock/024/84a/300_300_140cd750bba9870f18aada2478b24840a/photo_es.jpg' '
  205. 2016-10-28 14:20:17,521 [DEBUG] SelectIterator closed iterator @124021264 after 1 rows
  206. 2016-10-28 14:20:17,521 [DEBUG] StatementExecutor query of 'SELECT * FROM `imageBytes` WHERE `url` = '/upload/resize_cache/iblock/024/84a/300_300_140cd750bba9870f18aada2478b24840a/photo_es.jpg' ' returned 1 results
  207. 2016-10-28 14:20:17,521 [DEBUG] JdbcConnectionSource closed connection #124039264
  208. connection closed
  209. start connect...
  210. SQLite.JDBCDriver
  211. ***SQLite.JDBCDriver***
  212. SQLite.JDBCDriver
  213. 2016-10-28 14:20:18,481 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.BasketGoodEntity with reflection
  214. 2016-10-28 14:20:18,481 [INFO] TableUtils creating table 'basketItem'
  215. 2016-10-28 14:20:18,484 [DEBUG] JdbcConnectionSource opened connection to jdbc:sqlite:/private/var/mobile/Containers/Data/Application/F4F01F8F-E4A8-4817-B4C5-B1DB92D5677F/tmp/sample.db got #124576560
  216. 2016-10-28 14:20:18,485 [INFO] TableUtils executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `basketItem` (`price` VARCHAR , `order_id` VARCHAR , `count` INTEGER , `xml_id` VARCHAR , `id` INTEGER , PRIMARY KEY (`id`) )
  217. connection opened
  218. 2016-10-28 14:20:18,486 [DEBUG] StatementBuilder built statement SELECT COUNT(*) FROM `basketItem` WHERE `order_id` = ''
  219. 2016-10-28 14:20:18,486 [DEBUG] BaseMappedStatement prepared statement 'SELECT COUNT(*) FROM `basketItem` WHERE `order_id` = '' ' with 0 args
  220. 2016-10-28 14:20:18,487 [DEBUG] JdbcConnectionSource closed connection #124576560
  221. connection closed
  222. start connect...
  223. SQLite.JDBCDriver
  224. ***SQLite.JDBCDriver***
  225. SQLite.JDBCDriver
  226. 2016-10-28 14:20:18,503 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.BasketGoodEntity with reflection
  227. 2016-10-28 14:20:18,504 [INFO] TableUtils creating table 'basketItem'
  228. 2016-10-28 14:20:18,505 [DEBUG] JdbcConnectionSource opened connection to jdbc:sqlite:/private/var/mobile/Containers/Data/Application/F4F01F8F-E4A8-4817-B4C5-B1DB92D5677F/tmp/sample.db got #124627872
  229. 2016-10-28 14:20:18,506 [INFO] TableUtils executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `basketItem` (`price` VARCHAR , `order_id` VARCHAR , `count` INTEGER , `xml_id` VARCHAR , `id` INTEGER , PRIMARY KEY (`id`) )
  230. connection opened
  231. 2016-10-28 14:20:18,506 [DEBUG] StatementBuilder built statement SELECT COUNT(*) FROM `basketItem` WHERE `order_id` = ''
  232. 2016-10-28 14:20:18,506 [DEBUG] BaseMappedStatement prepared statement 'SELECT COUNT(*) FROM `basketItem` WHERE `order_id` = '' ' with 0 args
  233. 2016-10-28 14:20:18,508 [DEBUG] JdbcConnectionSource closed connection #124627872
  234. connection closed
  235. start connect...
  236. SQLite.JDBCDriver
  237. ***SQLite.JDBCDriver***
  238. SQLite.JDBCDriver
  239. 2016-10-28 14:20:18,514 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.models.common.ImageRespEntity with reflection
  240. 2016-10-28 14:20:18,515 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.models.common.InstructionEntity with reflection
  241. 2016-10-28 14:20:18,516 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.models.common.ProducerEntity with reflection
  242. 2016-10-28 14:20:18,517 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.GoodDetailsEntity with reflection
  243. 2016-10-28 14:20:18,517 [INFO] TableUtils creating table 'goodDetails'
  244. 2016-10-28 14:20:18,518 [DEBUG] JdbcConnectionSource opened connection to jdbc:sqlite:/private/var/mobile/Containers/Data/Application/F4F01F8F-E4A8-4817-B4C5-B1DB92D5677F/tmp/sample.db got #124815376
  245. 2016-10-28 14:20:18,528 [INFO] TableUtils executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `goodDetails` (`rating` VARCHAR , `available_cnt` VARCHAR , `price` VARCHAR , `image` INTEGER , `instruction` INTEGER , `producer` INTEGER , `rate` VARCHAR , `rateMarketing` INTEGER , `storingCondition` VARCHAR , `prPkkn` BOOLEAN , `prBad` BOOLEAN , `pr0a` BOOLEAN , `prNotRecept` BOOLEAN , `prLgota` BOOLEAN , `prJnvls` BOOLEAN , `innNameLat` VARCHAR , `innNameRus` VARCHAR , `nameTRn` VARCHAR , `nameCureform` VARCHAR , `namePack` VARCHAR , `itemShortDesc` VARCHAR , `itemName` VARCHAR , `xml_id` VARCHAR , `id` INTEGER , PRIMARY KEY (`id`) )
  246. connection opened
  247. 2016-10-28 14:20:18,530 [DEBUG] StatementBuilder built statement SELECT * FROM `goodDetails` WHERE `xml_id` = 'B50E6959-3B30-402A-AAC5-9979F9CCC25C'
  248. 2016-10-28 14:20:18,530 [DEBUG] BaseMappedStatement prepared statement 'SELECT * FROM `goodDetails` WHERE `xml_id` = 'B50E6959-3B30-402A-AAC5-9979F9CCC25C' ' with 0 args
  249. 2016-10-28 14:20:18,531 [DEBUG] SelectIterator starting iterator @124687120 for 'SELECT * FROM `goodDetails` WHERE `xml_id` = 'B50E6959-3B30-402A-AAC5-9979F9CCC25C' '
  250. 2016-10-28 14:20:18,532 [DEBUG] SelectIterator closed iterator @124687120 after 0 rows
  251. 2016-10-28 14:20:18,532 [DEBUG] StatementExecutor query of 'SELECT * FROM `goodDetails` WHERE `xml_id` = 'B50E6959-3B30-402A-AAC5-9979F9CCC25C' ' returned 0 results
  252. ***
  253. Before sending json content by post: {"xml_id":"B50E6959-3B30-402A-AAC5-9979F9CCC25C","region_code":"ulyanovsk"} to: http://zdravcity.ru/api/getGoodDetail/
  254. 2016-10-28 14:20:18.535352 Zdravcity-iOS[2577:472801] dnssd_clientstub write_all(33) DEFUNCT
  255. 2016-10-28 14:20:18.535556 Zdravcity-iOS[2577:472801] dnssd_clientstub deliver_request ERROR: write_all(33, 53 bytes) failed
  256. 2016-10-28 14:20:18.535767 Zdravcity-iOS[2577:472801] dnssd_clientstub write_all(33) DEFUNCT
  257. 2016-10-28 14:20:18.967414 Zdravcity-iOS[2577:469477] [Client] Failure to deallocate CLLocationManager on the same runloop as its creation may result in a crash
  258. start connect...
  259. SQLite.JDBCDriver
  260. ***SQLite.JDBCDriver***
  261. SQLite.JDBCDriver
  262. 2016-10-28 14:20:18,973 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.SessionEntity with reflection
  263. 2016-10-28 14:20:18,973 [INFO] TableUtils creating table 'session'
  264. 2016-10-28 14:20:18,977 [DEBUG] JdbcConnectionSource opened connection to jdbc:sqlite:/private/var/mobile/Containers/Data/Application/F4F01F8F-E4A8-4817-B4C5-B1DB92D5677F/tmp/sample.db got #125036992
  265. 2016-10-28 14:20:18,979 [INFO] TableUtils executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `session` (`password` VARCHAR , `login` VARCHAR , `agent_id` INTEGER , `token` VARCHAR , `id` INTEGER , PRIMARY KEY (`id`) )
  266. connection opened
  267. 2016-10-28 14:20:18,979 [DEBUG] StatementBuilder built statement SELECT * FROM `session`
  268. 2016-10-28 14:20:18,979 [DEBUG] BaseMappedStatement prepared statement 'SELECT * FROM `session` ' with 0 args
  269. 2016-10-28 14:20:18,991 [DEBUG] SelectIterator starting iterator @124991904 for 'SELECT * FROM `session` '
  270. 2016-10-28 14:20:18,991 [DEBUG] SelectIterator closed iterator @124991904 after 0 rows
  271. 2016-10-28 14:20:18,991 [DEBUG] StatementExecutor query of 'SELECT * FROM `session` ' returned 0 results
  272. 2016-10-28 14:20:18,991 [DEBUG] JdbcConnectionSource closed connection #125036992
  273. connection closed
  274. start connect...
  275. SQLite.JDBCDriver
  276. ***SQLite.JDBCDriver***
  277. SQLite.JDBCDriver
  278. 2016-10-28 14:20:18,992 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.SessionEntity with reflection
  279. 2016-10-28 14:20:18,992 [INFO] TableUtils creating table 'session'
  280. 2016-10-28 14:20:18,994 [DEBUG] JdbcConnectionSource opened connection to jdbc:sqlite:/private/var/mobile/Containers/Data/Application/F4F01F8F-E4A8-4817-B4C5-B1DB92D5677F/tmp/sample.db got #125091056
  281. 2016-10-28 14:20:18,995 [INFO] TableUtils executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `session` (`password` VARCHAR , `login` VARCHAR , `agent_id` INTEGER , `token` VARCHAR , `id` INTEGER , PRIMARY KEY (`id`) )
  282. connection opened
  283. 2016-10-28 14:20:18,995 [DEBUG] StatementBuilder built statement SELECT * FROM `session`
  284. 2016-10-28 14:20:18,995 [DEBUG] BaseMappedStatement prepared statement 'SELECT * FROM `session` ' with 0 args
  285. 2016-10-28 14:20:18,995 [DEBUG] SelectIterator starting iterator @124990336 for 'SELECT * FROM `session` '
  286. 2016-10-28 14:20:18,995 [DEBUG] SelectIterator closed iterator @124990336 after 0 rows
  287. 2016-10-28 14:20:18,996 [DEBUG] StatementExecutor query of 'SELECT * FROM `session` ' returned 0 results
  288. 2016-10-28 14:20:18,996 [DEBUG] JdbcConnectionSource closed connection #125091056
  289. connection closed
  290. ***
  291. Before sending json content by post: {"pager":{"count":2},"lon":48.4,"lat":54.33,"region_code":"ulyanovsk"} to: http://zdravcity.ru/api/getPharmacyList/
  292. {"status":0,"message":"","data":{"pharms":[{"ID":"14348","NAME":"Виктория","EMAIL":"","PHONE":["+7 (8422) 67-28-73"],"CITY":"УЛЬЯНОВСК","REGION":"73","ADDRESS":"Островского, д. 17, а","GPS_LAT":"54.330502","GPS_LONG":"48.392828","WORKING_PRICE":"2","RATING":"0","METRO":[""],"DISTRICT":"NULL","OPEN24":false,"OPTIC":false,"SOCIAL":false,"CASH":"1","NON-CASH":"0","DELIVERY":false,"DISTANCE":"0.4683645025222672","IS_FAVORITE":false},{"ID":"14346","NAME":"Виком","EMAIL":"","PHONE":["+7 (951) 095-14-90"],"CITY":"УЛЬЯНОВСК","REGION":"73","ADDRESS":"Гагарина, д. 20","GPS_LAT":"54.328444","GPS_LONG":"48.38857","WORKING_PRICE":"2","RATING":"0","METRO":[""],"DISTRICT":"NULL","OPEN24":false,"OPTIC":false,"SOCIAL":false,"CASH":"1","NON-CASH":"0","DELIVERY":false,"DISTANCE":"0.7610579278559598","IS_FAVORITE":false}],"favorite_pharms":null},"debug":"{\"pager\":{\"count\":2},\"lon\":48.4,\"lat\":54.33,\"region_code\":\"ulyanovsk\"}"}
  293. start connect...
  294. SQLite.JDBCDriver
  295. ***SQLite.JDBCDriver***
  296. SQLite.JDBCDriver
  297. 2016-10-28 14:20:19,122 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.ImageEntity with reflection
  298. 2016-10-28 14:20:19,123 [INFO] TableUtils creating table 'imageBytes'
  299. 2016-10-28 14:20:19,124 [DEBUG] JdbcConnectionSource opened connection to jdbc:sqlite:/private/var/mobile/Containers/Data/Application/F4F01F8F-E4A8-4817-B4C5-B1DB92D5677F/tmp/sample.db got #121924320
  300. 2016-10-28 14:20:19,124 [INFO] TableUtils executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `imageBytes` (`bytes` BLOB , `url` VARCHAR , `id` INTEGER , PRIMARY KEY (`id`) )
  301. connection opened
  302. 2016-10-28 14:20:19,124 [DEBUG] StatementBuilder built statement SELECT * FROM `imageBytes` WHERE `url` = '/upload/resize_cache/iblock/a30/f12/300_300_140cd750bba9870f18aada2478b24840a/photo_es.jpg'
  303. 2016-10-28 14:20:19,125 [DEBUG] BaseMappedStatement prepared statement 'SELECT * FROM `imageBytes` WHERE `url` = '/upload/resize_cache/iblock/a30/f12/300_300_140cd750bba9870f18aada2478b24840a/photo_es.jpg' ' with 0 args
  304. 2016-10-28 14:20:19,126 [DEBUG] SelectIterator starting iterator @125133136 for 'SELECT * FROM `imageBytes` WHERE `url` = '/upload/resize_cache/iblock/a30/f12/300_300_140cd750bba9870f18aada2478b24840a/photo_es.jpg' '
  305. 2016-10-28 14:20:19,129 [DEBUG] SelectIterator closed iterator @125133136 after 1 rows
  306. 2016-10-28 14:20:19,130 [DEBUG] StatementExecutor query of 'SELECT * FROM `imageBytes` WHERE `url` = '/upload/resize_cache/iblock/a30/f12/300_300_140cd750bba9870f18aada2478b24840a/photo_es.jpg' ' returned 1 results
  307. 2016-10-28 14:20:19,130 [DEBUG] JdbcConnectionSource closed connection #121924320
  308. connection closed
  309. start connect...
  310. SQLite.JDBCDriver
  311. ***SQLite.JDBCDriver***
  312. SQLite.JDBCDriver
  313. 2016-10-28 14:20:19,132 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.ImageEntity with reflection
  314. 2016-10-28 14:20:19,132 [INFO] TableUtils creating table 'imageBytes'
  315. 2016-10-28 14:20:19,133 [DEBUG] JdbcConnectionSource opened connection to jdbc:sqlite:/private/var/mobile/Containers/Data/Application/F4F01F8F-E4A8-4817-B4C5-B1DB92D5677F/tmp/sample.db got #121994000
  316. 2016-10-28 14:20:19,134 [INFO] TableUtils executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `imageBytes` (`bytes` BLOB , `url` VARCHAR , `id` INTEGER , PRIMARY KEY (`id`) )
  317. connection opened
  318. 2016-10-28 14:20:19,134 [DEBUG] StatementBuilder built statement SELECT * FROM `imageBytes` WHERE `url` = '/upload/resize_cache/iblock/024/84a/300_300_140cd750bba9870f18aada2478b24840a/photo_es.jpg'
  319. 2016-10-28 14:20:19,134 [DEBUG] BaseMappedStatement prepared statement 'SELECT * FROM `imageBytes` WHERE `url` = '/upload/resize_cache/iblock/024/84a/300_300_140cd750bba9870f18aada2478b24840a/photo_es.jpg' ' with 0 args
  320. 2016-10-28 14:20:19,135 [DEBUG] SelectIterator starting iterator @121694400 for 'SELECT * FROM `imageBytes` WHERE `url` = '/upload/resize_cache/iblock/024/84a/300_300_140cd750bba9870f18aada2478b24840a/photo_es.jpg' '
  321. 2016-10-28 14:20:19,138 [DEBUG] SelectIterator closed iterator @121694400 after 1 rows
  322. 2016-10-28 14:20:19,138 [DEBUG] StatementExecutor query of 'SELECT * FROM `imageBytes` WHERE `url` = '/upload/resize_cache/iblock/024/84a/300_300_140cd750bba9870f18aada2478b24840a/photo_es.jpg' ' returned 1 results
  323. 2016-10-28 14:20:19,138 [DEBUG] JdbcConnectionSource closed connection #121994000
  324. connection closed
  325. {"status":0,"message":"","data":{"itemName":"Золотая звезда бальзам 4г","itemShortDesc":"Оказывает местнораздражающее, отвлекающее и антисептическое действие. Показания:Грипп, головокружение, головная боль, простудные заболевания, насморк (как симптоматическое средство в комплексной терапии), укусы насекомых.","namePack":"бан. жест.","nameCureform":"БАЛЬЗАМ","nameTrn":"Золотая звезда","innNameRus":"Гвоздики масло+Камфора+Мяты перечной масло","innNameLat":"Caryophylli floridis oleum+Camphor+Menthae piperitae foliorum oleum","prJnvls":false,"prLgota":false,"prNotRecept":true,"prOa":false,"prBad":false,"prPkkn":false,"storingCondition":"Хранить в сухом, защищенном от света, недоступном для детей месте, при комнатной температуре не выше 25°С.","rateMarketing":5,"rate":3,"producer":{"producerCountry":"Вьетнам","producerName":"Данафа Фарма Джойнт Сток Ко"},"instruction":{"indication":"Ринит (в составе комбинированной терапии).","contraIndication":"1. гиперчувствительность; <br>\n2. детский возраст (до 2 лет).","specialInstruction":"При возникновении аллергических реакций при применении бальзама препарат необходимо отменить, а остатки смыть с кожи теплой водой. <br>\nИзбегать попадания на слизистые оболочки глаз и носа.","pharmAction":"Комбинированный препарат, в состав которого входят: Гвоздики цветков масло, камфора, Коричника китайского масло, Мяты перечной листьев масло, Эвкалипта прутовидного листьев масло, рацементол. <br>\nОказывает местнораздражающее, отвлекающее и антисептическое действие.","dosage":"Бальзам для наружного применения: небольшое количество препарата наносят на отдельные участки и втирают к кожу: при головной боли — в область висков и затылка; при насморке — под ноздрями; при простудных заболеваниях — в область груди, спины, живота; при укусах насекомых — на место укуса.\nКарандаш для ингаляций: вдыхают в каждый носовой ход 5–10 раз в сутки.","interaction":"Взаимодействие с другими лекарственными средствами не описано.","overDosage":"До настоящего времени случаев передозировки отмечено не было.","sideEffect":"Аллергические реакции."},"xml_id":"B50E6959-3B30-402A-AAC5-9979F9CCC25C","image":{"src":"\/upload\/iblock\/a30\/f12\/photo_es.jpg","width":"400","height":"387"},"price":80.9,"available_cnt":1779,"rating":"5"},"debug":"{\"xml_id\":\"B50E6959-3B30-402A-AAC5-9979F9CCC25C\",\"region_code\":\"ulyanovsk\"}"}
  326. start connect...
  327. SQLite.JDBCDriver
  328. ***SQLite.JDBCDriver***
  329. SQLite.JDBCDriver
  330. 2016-10-28 14:20:19,376 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.models.common.ProducerEntity with reflection
  331. 2016-10-28 14:20:19,377 [INFO] TableUtils creating table 'producer'
  332. 2016-10-28 14:20:19,379 [DEBUG] JdbcConnectionSource opened connection to jdbc:sqlite:/private/var/mobile/Containers/Data/Application/F4F01F8F-E4A8-4817-B4C5-B1DB92D5677F/tmp/sample.db got #122769792
  333. 2016-10-28 14:20:19,395 [INFO] TableUtils executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `producer` (`producerName` VARCHAR , `producerCountry` VARCHAR , `goodXml_id` VARCHAR , `id` INTEGER , PRIMARY KEY (`id`) )
  334. connection opened
  335. 2016-10-28 14:20:19,403 [DEBUG] BaseMappedStatement insert data with statement 'INSERT INTO `producer` (`producerName` ,`producerCountry` ,`goodXml_id` ,`id` ) VALUES (?,?,?,?)' and 4 args, changed 1 rows
  336. 2016-10-28 14:20:19,404 [DEBUG] JdbcConnectionSource closed connection #122769792
  337. connection closed
  338. start connect...
  339. SQLite.JDBCDriver
  340. ***SQLite.JDBCDriver***
  341. SQLite.JDBCDriver
  342. 2016-10-28 14:20:19,406 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.models.common.ImageRespEntity with reflection
  343. 2016-10-28 14:20:19,406 [INFO] TableUtils creating table 'imageResp'
  344. 2016-10-28 14:20:19,409 [DEBUG] JdbcConnectionSource opened connection to jdbc:sqlite:/private/var/mobile/Containers/Data/Application/F4F01F8F-E4A8-4817-B4C5-B1DB92D5677F/tmp/sample.db got #123360144
  345. 2016-10-28 14:20:19,419 [INFO] TableUtils executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `imageResp` (`height` VARCHAR , `width` VARCHAR , `goodXml_id` VARCHAR , `src` VARCHAR , `id` INTEGER , PRIMARY KEY (`id`) )
  346. connection opened
  347. 2016-10-28 14:20:19,428 [DEBUG] BaseMappedStatement insert data with statement 'INSERT INTO `imageResp` (`height` ,`width` ,`goodXml_id` ,`src` ,`id` ) VALUES (?,?,?,?,?)' and 5 args, changed 1 rows
  348. 2016-10-28 14:20:19,429 [DEBUG] JdbcConnectionSource closed connection #123360144
  349. connection closed
  350. start connect...
  351. SQLite.JDBCDriver
  352. ***SQLite.JDBCDriver***
  353. SQLite.JDBCDriver
  354. 2016-10-28 14:20:19,433 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.models.common.InstructionEntity with reflection
  355. 2016-10-28 14:20:19,433 [INFO] TableUtils creating table 'instruction'
  356. 2016-10-28 14:20:19,435 [DEBUG] JdbcConnectionSource opened connection to jdbc:sqlite:/private/var/mobile/Containers/Data/Application/F4F01F8F-E4A8-4817-B4C5-B1DB92D5677F/tmp/sample.db got #123416272
  357. 2016-10-28 14:20:19,442 [INFO] TableUtils executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `instruction` (`goodXml_id` VARCHAR , `dosage` VARCHAR , `pharmAction` VARCHAR , `specialInstruction` VARCHAR , `contraIndication` VARCHAR , `indication` VARCHAR , `id` INTEGER , PRIMARY KEY (`id`) )
  358. connection opened
  359. 2016-10-28 14:20:19,450 [DEBUG] BaseMappedStatement insert data with statement 'INSERT INTO `instruction` (`goodXml_id` ,`dosage` ,`pharmAction` ,`specialInstruction` ,`contraIndication` ,`indication` ,`id` ) VALUES (?,?,?,?,?,?,?)' and 7 args, changed 1 rows
  360. 2016-10-28 14:20:19,451 [DEBUG] JdbcConnectionSource closed connection #123416272
  361. connection closed
  362. 2016-10-28 14:20:19,458 [DEBUG] BaseMappedStatement insert data with statement 'INSERT INTO `goodDetails` (`rating` ,`available_cnt` ,`price` ,`image` ,`instruction` ,`producer` ,`rate` ,`rateMarketing` ,`storingCondition` ,`prPkkn` ,`prBad` ,`pr0a` ,`prNotRecept` ,`prLgota` ,`prJnvls` ,`innNameLat` ,`innNameRus` ,`nameTRn` ,`nameCureform` ,`namePack` ,`itemShortDesc` ,`itemName` ,`xml_id` ,`id` ) VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)' and 24 args, changed 1 rows
  363. 2016-10-28 14:20:19,459 [DEBUG] JdbcConnectionSource closed connection #124815376
  364. connection closed
  365. start connect...
  366. SQLite.JDBCDriver
  367. ***SQLite.JDBCDriver***
  368. SQLite.JDBCDriver
  369. 2016-10-28 14:20:19,464 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.ImageEntity with reflection
  370. 2016-10-28 14:20:19,464 [INFO] TableUtils creating table 'imageBytes'
  371. 2016-10-28 14:20:19,465 [DEBUG] JdbcConnectionSource opened connection to jdbc:sqlite:/private/var/mobile/Containers/Data/Application/F4F01F8F-E4A8-4817-B4C5-B1DB92D5677F/tmp/sample.db got #124024032
  372. 2016-10-28 14:20:19,466 [INFO] TableUtils executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `imageBytes` (`bytes` BLOB , `url` VARCHAR , `id` INTEGER , PRIMARY KEY (`id`) )
  373. connection opened
  374. 2016-10-28 14:20:19,466 [DEBUG] StatementBuilder built statement SELECT * FROM `imageBytes` WHERE `url` = '/upload/iblock/a30/f12/photo_es.jpg'
  375. 2016-10-28 14:20:19,466 [DEBUG] BaseMappedStatement prepared statement 'SELECT * FROM `imageBytes` WHERE `url` = '/upload/iblock/a30/f12/photo_es.jpg' ' with 0 args
  376. 2016-10-28 14:20:19,466 [DEBUG] SelectIterator starting iterator @124568112 for 'SELECT * FROM `imageBytes` WHERE `url` = '/upload/iblock/a30/f12/photo_es.jpg' '
  377. 2016-10-28 14:20:19,466 [DEBUG] SelectIterator closed iterator @124568112 after 0 rows
  378. 2016-10-28 14:20:19,466 [DEBUG] StatementExecutor query of 'SELECT * FROM `imageBytes` WHERE `url` = '/upload/iblock/a30/f12/photo_es.jpg' ' returned 0 results
  379. 2016-10-28 14:20:19,467 [DEBUG] JdbcConnectionSource closed connection #124024032
  380. connection closed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement