Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.08 KB | None | 0 0
  1. 2016-08-23 13:34:08.815 Zdravcity-iOS[12588:2350412] [Crashlytics] Version 3.7.3 (114)
  2. start connect...
  3. PathClassLoader: can't find '/private/var/containers/Bundle/Application/0BAF0041-4970-48D2-BC12-5AA3B9E8FC08/Zdravcity-iOS.app/Frameworks/ru.agima.mobile.bl.framework/Resources/lib/robovm-rt-1.13.0.jar'
  4. SQLite.JDBCDriver
  5. ***SQLite.JDBCDriver***
  6. SQLite.JDBCDriver
  7. 2016-08-23 13:34:10,642 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.CommonSettingsEntity with reflection
  8. 2016-08-23 13:34:10,644 [INFO] TableUtils creating table 'commonSettings'
  9. Unable to load sqlite_jni: java.lang.UnsatisfiedLinkError: Couldn't load sqlite_jni from loader java.lang.BootClassLoader[/private/var/containers/Bundle/Application/0BAF0041-4970-48D2-BC12-5AA3B9E8FC08/Zdravcity-iOS.app/Frameworks/ru.agima.mobile.bl.framework/Resources/lib/boot/robovm-rt.jar:/private/var/containers/Bundle/Application/0BAF0041-4970-48D2-BC12-5AA3B9E8FC08/Zdravcity-iOS.app/Frameworks/ru.agima.mobile.bl.framework/Resources/lib/boot/robovm-cacerts-full.jar]: findLibrary returned null
  10. 2016-08-23 13:34:10,663 [DEBUG] JdbcConnectionSource opened connection to jdbc:sqlite:/private/var/mobile/Containers/Data/Application/5851842C-BF1A-479F-8EA0-E201A73422AF/tmp/sample.db got #68730880
  11. 2016-08-23 13:34:10,668 [INFO] TableUtils executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `commonSettings` (`deviceType` VARCHAR , `locationString` VARCHAR , `id` INTEGER , PRIMARY KEY (`id`) )
  12. connection opened
  13. 2016-08-23 13:34:10,670 [DEBUG] StatementBuilder built statement SELECT * FROM `commonSettings`
  14. 2016-08-23 13:34:10,672 [DEBUG] BaseMappedStatement prepared statement 'SELECT * FROM `commonSettings` ' with 0 args
  15. 2016-08-23 13:34:10,676 [DEBUG] SelectIterator starting iterator @68189136 for 'SELECT * FROM `commonSettings` '
  16. 2016-08-23 13:34:10,678 [DEBUG] SelectIterator closed iterator @68189136 after 1 rows
  17. 2016-08-23 13:34:10,678 [DEBUG] StatementExecutor query of 'SELECT * FROM `commonSettings` ' returned 1 results
  18. 2016-08-23 13:34:10,688 [DEBUG] BaseMappedStatement update data with statement 'UPDATE `commonSettings` SET `deviceType` = ?, `locationString` = ? WHERE `id` = ?' and 3 args, changed 1 rows
  19. 2016-08-23 13:34:10,689 [DEBUG] JdbcConnectionSource closed connection #68730880
  20. connection closed
  21. start connect...
  22. SQLite.JDBCDriver
  23. ***SQLite.JDBCDriver***
  24. SQLite.JDBCDriver
  25. 2016-08-23 13:34:10,692 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.SystemParametersEntity with reflection
  26. 2016-08-23 13:34:10,693 [INFO] TableUtils creating table 'systemParameters'
  27. 2016-08-23 13:34:10,694 [DEBUG] JdbcConnectionSource opened connection to jdbc:sqlite:/private/var/mobile/Containers/Data/Application/5851842C-BF1A-479F-8EA0-E201A73422AF/tmp/sample.db got #68903824
  28. 2016-08-23 13:34:10,696 [INFO] TableUtils executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `systemParameters` (`dbVersion` INTEGER , `id` INTEGER , PRIMARY KEY (`id`) )
  29. connection opened
  30. 2016-08-23 13:34:10,697 [DEBUG] StatementBuilder built statement SELECT * FROM `systemParameters`
  31. 2016-08-23 13:34:10,697 [DEBUG] BaseMappedStatement prepared statement 'SELECT * FROM `systemParameters` ' with 0 args
  32. 2016-08-23 13:34:10,698 [DEBUG] SelectIterator starting iterator @68188184 for 'SELECT * FROM `systemParameters` '
  33. 2016-08-23 13:34:10,699 [DEBUG] SelectIterator closed iterator @68188184 after 1 rows
  34. 2016-08-23 13:34:10,699 [DEBUG] StatementExecutor query of 'SELECT * FROM `systemParameters` ' returned 1 results
  35. 2016-08-23 13:34:10,700 [DEBUG] JdbcConnectionSource closed connection #68903824
  36. connection closed
  37. 2016-08-23 13:34:10.709 Zdravcity-iOS[12588:2350412] 1
  38. ***
  39. Before sending json content by post: {"pager":{"count":2},"region_code":"vl"} to: http://zdravcity.ru/api/getGoodsOfDay/
  40. start connect...
  41. SQLite.JDBCDriver
  42. ***SQLite.JDBCDriver***
  43. SQLite.JDBCDriver
  44. 2016-08-23 13:34:10,936 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.BasketGoodEntity with reflection
  45. 2016-08-23 13:34:10,936 [INFO] TableUtils creating table 'basketItem'
  46. 2016-08-23 13:34:10,938 [DEBUG] JdbcConnectionSource opened connection to jdbc:sqlite:/private/var/mobile/Containers/Data/Application/5851842C-BF1A-479F-8EA0-E201A73422AF/tmp/sample.db got #70589608
  47. 2016-08-23 13:34:10,940 [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`) )
  48. connection opened
  49. 2016-08-23 13:34:10,943 [DEBUG] StatementBuilder built statement SELECT COUNT(*) FROM `basketItem` WHERE `order_id` = ''
  50. 2016-08-23 13:34:10,943 [DEBUG] BaseMappedStatement prepared statement 'SELECT COUNT(*) FROM `basketItem` WHERE `order_id` = '' ' with 0 args
  51. 2016-08-23 13:34:10,947 [DEBUG] JdbcConnectionSource closed connection #70589608
  52. connection closed
  53. 2016-08-23 13:34:11.015 Zdravcity-iOS[12588:2350412] *** -[NSKeyedUnarchiver initForReadingWithData:]: data is NULL
  54. 2016-08-23 13:34:11.401 Zdravcity-iOS[12588:2350412] Warning: Attempt to present <UISearchController: 0x15f785f0> on <ZDCDashboardViewController: 0x15f5d8d0> whose view is not in the window hierarchy!
  55. start connect...
  56. SQLite.JDBCDriver
  57. ***SQLite.JDBCDriver***
  58. SQLite.JDBCDriver
  59. 2016-08-23 13:34:11,424 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.BasketGoodEntity with reflection
  60. 2016-08-23 13:34:11,424 [INFO] TableUtils creating table 'basketItem'
  61. 2016-08-23 13:34:11,427 [DEBUG] JdbcConnectionSource opened connection to jdbc:sqlite:/private/var/mobile/Containers/Data/Application/5851842C-BF1A-479F-8EA0-E201A73422AF/tmp/sample.db got #70896472
  62. 2016-08-23 13:34:11,429 [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`) )
  63. connection opened
  64. 2016-08-23 13:34:11,429 [DEBUG] StatementBuilder built statement SELECT COUNT(*) FROM `basketItem` WHERE `order_id` = ''
  65. 2016-08-23 13:34:11,430 [DEBUG] BaseMappedStatement prepared statement 'SELECT COUNT(*) FROM `basketItem` WHERE `order_id` = '' ' with 0 args
  66. 2016-08-23 13:34:11,431 [DEBUG] JdbcConnectionSource closed connection #70896472
  67. connection closed
  68. start connect...
  69. SQLite.JDBCDriver
  70. ***SQLite.JDBCDriver***
  71. SQLite.JDBCDriver
  72. 2016-08-23 13:34:11,491 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.GoodOfDayEntity with reflection
  73. 2016-08-23 13:34:11,491 [INFO] TableUtils creating table 'goodOfDay'
  74. 2016-08-23 13:34:11,493 [DEBUG] JdbcConnectionSource opened connection to jdbc:sqlite:/private/var/mobile/Containers/Data/Application/5851842C-BF1A-479F-8EA0-E201A73422AF/tmp/sample.db got #70932688
  75. 2016-08-23 13:34:11,495 [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`) )
  76. connection opened
  77. 2016-08-23 13:34:11,497 [DEBUG] StatementBuilder built statement SELECT * FROM `goodOfDay`
  78. 2016-08-23 13:34:11,498 [DEBUG] BaseMappedStatement prepared statement 'SELECT * FROM `goodOfDay` ' with 0 args
  79. 2016-08-23 13:34:11,502 [DEBUG] SelectIterator starting iterator @70986144 for 'SELECT * FROM `goodOfDay` '
  80. 2016-08-23 13:34:11,505 [DEBUG] SelectIterator closed iterator @70986144 after 2 rows
  81. 2016-08-23 13:34:11,505 [DEBUG] StatementExecutor query of 'SELECT * FROM `goodOfDay` ' returned 2 results
  82. 2016-08-23 13:34:11,507 [INFO] TableUtils clearing table 'goodOfDay' with 'DELETE FROM `goodOfDay`
  83. 2016-08-23 13:34:11,520 [DEBUG] JdbcConnectionSource closed connection #70932688
  84. connection closed
  85. ***
  86. Before sending json content by post: {"pager":{"count":2},"region_code":"vl"} to: http://zdravcity.ru/api/getGoodsOfDay/
  87. {"status":0,"message":"","data":[{"name":"Бетадин р-р местн и наруж 10% 30мл N1","guid_es":"C921FA45-30D8-4AD1-971C-20B1869B94FB","rating":5,"mnn":"Повидон-йод","url_img":"\/upload\/resize_cache\/iblock\/9ea\/300_300_140cd750bba9870f18aada2478b24840a\/photo_es.jpg","IMAGE_BIG":"\/upload\/iblock\/9ea\/photo_es.jpg","price":"152.00","price_old":"0.00"},{"name":"Бетадин р-р местн и наруж 10% 120мл N1","guid_es":"EF254B80-3A9B-4DAE-92B6-D0BA5EDEA905","rating":5,"mnn":"Повидон-йод","url_img":"\/upload\/iblock\/4ae\/76e\/photo_es.jpg","IMAGE_BIG":"\/upload\/iblock\/4ae\/76e\/photo_es.jpg","price":"276.90","price_old":"0.00"}],"debug":"{\"pager\":{\"count\":2},\"region_code\":\"vl\"}"}
  88. {"status":0,"message":"","data":[{"name":"Бетадин р-р местн и наруж 10% 30мл N1","guid_es":"C921FA45-30D8-4AD1-971C-20B1869B94FB","rating":5,"mnn":"Повидон-йод","url_img":"\/upload\/resize_cache\/iblock\/9ea\/300_300_140cd750bba9870f18aada2478b24840a\/photo_es.jpg","IMAGE_BIG":"\/upload\/iblock\/9ea\/photo_es.jpg","price":"152.00","price_old":"0.00"},{"name":"Бетадин р-р местн и наруж 10% 120мл N1","guid_es":"EF254B80-3A9B-4DAE-92B6-D0BA5EDEA905","rating":5,"mnn":"Повидон-йод","url_img":"\/upload\/iblock\/4ae\/76e\/photo_es.jpg","IMAGE_BIG":"\/upload\/iblock\/4ae\/76e\/photo_es.jpg","price":"276.90","price_old":"0.00"}],"debug":"{\"pager\":{\"count\":2},\"region_code\":\"vl\"}"}
  89. start connect...
  90. SQLite.JDBCDriver
  91. ***SQLite.JDBCDriver***
  92. SQLite.JDBCDriver
  93. 2016-08-23 13:34:13,636 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.GoodOfDayEntity with reflection
  94. start connect...
  95. 2016-08-23 13:34:13,637 [INFO] TableUtils creating table 'goodOfDay'
  96. SQLite.JDBCDriver
  97. ***SQLite.JDBCDriver***
  98. SQLite.JDBCDriver
  99. 2016-08-23 13:34:13,639 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.GoodOfDayEntity with reflection
  100. 2016-08-23 13:34:13,639 [INFO] TableUtils creating table 'goodOfDay'
  101. 2016-08-23 13:34:13,640 [DEBUG] JdbcConnectionSource opened connection to jdbc:sqlite:/private/var/mobile/Containers/Data/Application/5851842C-BF1A-479F-8EA0-E201A73422AF/tmp/sample.db got #71338432
  102. 2016-08-23 13:34:13,642 [DEBUG] JdbcConnectionSource opened connection to jdbc:sqlite:/private/var/mobile/Containers/Data/Application/5851842C-BF1A-479F-8EA0-E201A73422AF/tmp/sample.db got #71408784
  103. 2016-08-23 13:34:13,642 [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`) )
  104. connection opened
  105. 2016-08-23 13:34:13,642 [DEBUG] StatementBuilder built statement SELECT * FROM `goodOfDay`
  106. 2016-08-23 13:34:13,643 [DEBUG] BaseMappedStatement prepared statement 'SELECT * FROM `goodOfDay` ' with 0 args
  107. 2016-08-23 13:34:13,644 [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`) )
  108. connection opened
  109. 2016-08-23 13:34:13,646 [DEBUG] SelectIterator starting iterator @70849128 for 'SELECT * FROM `goodOfDay` '
  110. 2016-08-23 13:34:13,647 [DEBUG] SelectIterator closed iterator @70849128 after 0 rows
  111. 2016-08-23 13:34:13,649 [DEBUG] StatementExecutor query of 'SELECT * FROM `goodOfDay` ' returned 0 results
  112. 2016-08-23 13:34:13,657 [DEBUG] BaseMappedStatement insert data with statement 'INSERT INTO `goodOfDay` (`region_code` ,`price_old` ,`price` ,`url_img_big` ,`url_img` ,`mnn` ,`rating` ,`guid_es` ,`name` ,`id` ) VALUES (?,?,?,?,?,?,?,?,?,?)' and 10 args, changed 1 rows
  113. 2016-08-23 13:34:13,663 [DEBUG] BaseMappedStatement insert data with statement 'INSERT INTO `goodOfDay` (`region_code` ,`price_old` ,`price` ,`url_img_big` ,`url_img` ,`mnn` ,`rating` ,`guid_es` ,`name` ,`id` ) VALUES (?,?,?,?,?,?,?,?,?,?)' and 10 args, changed 1 rows
  114. 2016-08-23 13:34:13,674 [DEBUG] BaseMappedStatement insert data with statement 'INSERT INTO `goodOfDay` (`region_code` ,`price_old` ,`price` ,`url_img_big` ,`url_img` ,`mnn` ,`rating` ,`guid_es` ,`name` ,`id` ) VALUES (?,?,?,?,?,?,?,?,?,?)' and 10 args, changed 1 rows
  115. 2016-08-23 13:34:13,675 [DEBUG] JdbcConnectionSource closed connection #71408784
  116. connection closed
  117. 2016-08-23 13:34:13,694 [DEBUG] BaseMappedStatement insert data with statement 'INSERT INTO `goodOfDay` (`region_code` ,`price_old` ,`price` ,`url_img_big` ,`url_img` ,`mnn` ,`rating` ,`guid_es` ,`name` ,`id` ) VALUES (?,?,?,?,?,?,?,?,?,?)' and 10 args, changed 1 rows
  118. 2016-08-23 13:34:13,697 [DEBUG] JdbcConnectionSource closed connection #71338432
  119. connection closed
  120. Periodic_GoodsOfDayUpdate_Successstart connect...
  121. SQLite.JDBCDriver
  122. ***SQLite.JDBCDriver***
  123. SQLite.JDBCDriver
  124. 2016-08-23 13:34:15,830 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.SessionEntity with reflection
  125. 2016-08-23 13:34:15,831 [INFO] TableUtils creating table 'session'
  126. 2016-08-23 13:34:15,835 [DEBUG] JdbcConnectionSource opened connection to jdbc:sqlite:/private/var/mobile/Containers/Data/Application/5851842C-BF1A-479F-8EA0-E201A73422AF/tmp/sample.db got #71710976
  127. 2016-08-23 13:34:15,847 [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`) )
  128. connection opened
  129. 2016-08-23 13:34:15,847 [DEBUG] StatementBuilder built statement SELECT * FROM `session`
  130. 2016-08-23 13:34:15,847 [DEBUG] BaseMappedStatement prepared statement 'SELECT * FROM `session` ' with 0 args
  131. 2016-08-23 13:34:15,860 [DEBUG] SelectIterator starting iterator @71740312 for 'SELECT * FROM `session` '
  132. 2016-08-23 13:34:15,861 [DEBUG] SelectIterator closed iterator @71740312 after 0 rows
  133. 2016-08-23 13:34:15,862 [DEBUG] StatementExecutor query of 'SELECT * FROM `session` ' returned 0 results
  134. 2016-08-23 13:34:15,864 [DEBUG] JdbcConnectionSource closed connection #71710976
  135. connection closed
  136. start connect...
  137. SQLite.JDBCDriver
  138. ***SQLite.JDBCDriver***
  139. SQLite.JDBCDriver
  140. 2016-08-23 13:34:15,866 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.SessionEntity with reflection
  141. 2016-08-23 13:34:15,866 [INFO] TableUtils creating table 'session'
  142. 2016-08-23 13:34:15,868 [DEBUG] JdbcConnectionSource opened connection to jdbc:sqlite:/private/var/mobile/Containers/Data/Application/5851842C-BF1A-479F-8EA0-E201A73422AF/tmp/sample.db got #71795648
  143. 2016-08-23 13:34:15,871 [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`) )
  144. connection opened
  145. 2016-08-23 13:34:15,872 [DEBUG] StatementBuilder built statement SELECT * FROM `session`
  146. 2016-08-23 13:34:15,872 [DEBUG] BaseMappedStatement prepared statement 'SELECT * FROM `session` ' with 0 args
  147. 2016-08-23 13:34:15,873 [DEBUG] SelectIterator starting iterator @71739584 for 'SELECT * FROM `session` '
  148. 2016-08-23 13:34:15,874 [DEBUG] SelectIterator closed iterator @71739584 after 0 rows
  149. 2016-08-23 13:34:15,874 [DEBUG] StatementExecutor query of 'SELECT * FROM `session` ' returned 0 results
  150. 2016-08-23 13:34:15,875 [DEBUG] JdbcConnectionSource closed connection #71795648
  151. connection closed
  152. ***
  153. Before sending json content by post: {"pager":{"count":2},"lon":48.4,"lat":54.33,"region_code":"vl"} to: http://zdravcity.ru/api/getPharmacyList/
  154. {"status":0,"message":"","data":{"pharms":[{"ID":"22198","NAME":"ООО Бриз","EMAIL":"","PHONE":["+7 (42357) 2-52-06"],"CITY":"ЛУЧЕГОРСК","REGION":"ПРИМОРСКИЙ КРАЙ","ADDRESS":"Ленина, д. 35, а","GPS_LAT":"46.441719","GPS_LONG":"134.290906","WORKING_PRICE":"2","RATING":"0","METRO":[""],"DISTRICT":"NULL","OPEN24":false,"OPTIC":false,"SOCIAL":false,"DELIVERY":false,"DISTANCE":"5767.179287447729","IS_FAVORITE":false},{"ID":"22197","NAME":"ООО Бриз","EMAIL":"","PHONE":["+7 (42357) 3-60-00"],"CITY":"ЛУЧЕГОРСК","REGION":"ПРИМОРСКИЙ КРАЙ","ADDRESS":"Ленина, д. 3, а","GPS_LAT":"46.442554","GPS_LONG":"134.29378","WORKING_PRICE":"2","RATING":"0","METRO":[""],"DISTRICT":"NULL","OPEN24":false,"OPTIC":false,"SOCIAL":false,"DELIVERY":false,"DISTANCE":"5767.279614793519","IS_FAVORITE":false}],"favorite_pharms":null},"debug":"{\"pager\":{\"count\":2},\"lon\":48.4,\"lat\":54.33,\"region_code\":\"vl\"}"}
  155. 2016-08-23 13:34:16.157 Zdravcity-iOS[12588:2350483] 2
  156. start connect...
  157. SQLite.JDBCDriver
  158. ***SQLite.JDBCDriver***
  159. SQLite.JDBCDriver
  160. 2016-08-23 13:34:17,499 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.BasketGoodEntity with reflection
  161. 2016-08-23 13:34:17,499 [INFO] TableUtils creating table 'basketItem'
  162. 2016-08-23 13:34:17,501 [DEBUG] JdbcConnectionSource opened connection to jdbc:sqlite:/private/var/mobile/Containers/Data/Application/5851842C-BF1A-479F-8EA0-E201A73422AF/tmp/sample.db got #71660696
  163. 2016-08-23 13:34:17,503 [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`) )
  164. connection opened
  165. 2016-08-23 13:34:17,504 [DEBUG] StatementBuilder built statement SELECT COUNT(*) FROM `basketItem` WHERE `order_id` = ''
  166. 2016-08-23 13:34:17,504 [DEBUG] BaseMappedStatement prepared statement 'SELECT COUNT(*) FROM `basketItem` WHERE `order_id` = '' ' with 0 args
  167. 2016-08-23 13:34:17,506 [DEBUG] JdbcConnectionSource closed connection #71660696
  168. connection closed
  169. 2016-08-23 13:34:17.516 Zdravcity-iOS[12588:2350412] *** -[NSKeyedUnarchiver initForReadingWithData:]: data is NULL
  170. 2016-08-23 13:34:17.745 Zdravcity-iOS[12588:2350412] Warning: Attempt to present <UISearchController: 0x17219ea0> on <ZDCDashboardViewController: 0x1723da60> whose view is not in the window hierarchy!
  171. start connect...
  172. SQLite.JDBCDriver
  173. ***SQLite.JDBCDriver***
  174. SQLite.JDBCDriver
  175. 2016-08-23 13:34:17,752 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.BasketGoodEntity with reflection
  176. 2016-08-23 13:34:17,752 [INFO] TableUtils creating table 'basketItem'
  177. 2016-08-23 13:34:17,755 [DEBUG] JdbcConnectionSource opened connection to jdbc:sqlite:/private/var/mobile/Containers/Data/Application/5851842C-BF1A-479F-8EA0-E201A73422AF/tmp/sample.db got #72352680
  178. 2016-08-23 13:34:17,757 [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`) )
  179. connection opened
  180. 2016-08-23 13:34:17,758 [DEBUG] StatementBuilder built statement SELECT COUNT(*) FROM `basketItem` WHERE `order_id` = ''
  181. 2016-08-23 13:34:17,758 [DEBUG] BaseMappedStatement prepared statement 'SELECT COUNT(*) FROM `basketItem` WHERE `order_id` = '' ' with 0 args
  182. 2016-08-23 13:34:17,760 [DEBUG] JdbcConnectionSource closed connection #72352680
  183. connection closed
  184. start connect...
  185. SQLite.JDBCDriver
  186. ***SQLite.JDBCDriver***
  187. SQLite.JDBCDriver
  188. 2016-08-23 13:34:17,780 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.GoodOfDayEntity with reflection
  189. 2016-08-23 13:34:17,781 [INFO] TableUtils creating table 'goodOfDay'
  190. 2016-08-23 13:34:17,783 [DEBUG] JdbcConnectionSource opened connection to jdbc:sqlite:/private/var/mobile/Containers/Data/Application/5851842C-BF1A-479F-8EA0-E201A73422AF/tmp/sample.db got #72254112
  191. 2016-08-23 13:34:17,785 [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`) )
  192. connection opened
  193. 2016-08-23 13:34:17,786 [DEBUG] StatementBuilder built statement SELECT * FROM `goodOfDay`
  194. 2016-08-23 13:34:17,786 [DEBUG] BaseMappedStatement prepared statement 'SELECT * FROM `goodOfDay` ' with 0 args
  195. 2016-08-23 13:34:17,787 [DEBUG] SelectIterator starting iterator @72120456 for 'SELECT * FROM `goodOfDay` '
  196. 2016-08-23 13:34:17,788 [DEBUG] SelectIterator closed iterator @72120456 after 4 rows
  197. 2016-08-23 13:34:17,788 [DEBUG] StatementExecutor query of 'SELECT * FROM `goodOfDay` ' returned 4 results
  198. 2016-08-23 13:34:17,790 [DEBUG] JdbcConnectionSource closed connection #72254112
  199. connection closed
  200. start connect...
  201. SQLite.JDBCDriver
  202. ***SQLite.JDBCDriver***
  203. SQLite.JDBCDriver
  204. 2016-08-23 13:34:19,161 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.SessionEntity with reflection
  205. 2016-08-23 13:34:19,163 [INFO] TableUtils creating table 'session'
  206. 2016-08-23 13:34:19,165 [DEBUG] JdbcConnectionSource opened connection to jdbc:sqlite:/private/var/mobile/Containers/Data/Application/5851842C-BF1A-479F-8EA0-E201A73422AF/tmp/sample.db got #72931944
  207. 2016-08-23 13:34:19,167 [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`) )
  208. connection opened
  209. 2016-08-23 13:34:19,168 [DEBUG] StatementBuilder built statement SELECT * FROM `session`
  210. 2016-08-23 13:34:19,168 [DEBUG] BaseMappedStatement prepared statement 'SELECT * FROM `session` ' with 0 args
  211. 2016-08-23 13:34:19,169 [DEBUG] SelectIterator starting iterator @72920352 for 'SELECT * FROM `session` '
  212. 2016-08-23 13:34:19,169 [DEBUG] SelectIterator closed iterator @72920352 after 0 rows
  213. 2016-08-23 13:34:19,170 [DEBUG] StatementExecutor query of 'SELECT * FROM `session` ' returned 0 results
  214. 2016-08-23 13:34:19,171 [DEBUG] JdbcConnectionSource closed connection #72931944
  215. connection closed
  216. start connect...
  217. SQLite.JDBCDriver
  218. ***SQLite.JDBCDriver***
  219. SQLite.JDBCDriver
  220. 2016-08-23 13:34:19,174 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.SessionEntity with reflection
  221. 2016-08-23 13:34:19,174 [INFO] TableUtils creating table 'session'
  222. 2016-08-23 13:34:19,176 [DEBUG] JdbcConnectionSource opened connection to jdbc:sqlite:/private/var/mobile/Containers/Data/Application/5851842C-BF1A-479F-8EA0-E201A73422AF/tmp/sample.db got #72951080
  223. 2016-08-23 13:34:19,179 [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`) )
  224. connection opened
  225. 2016-08-23 13:34:19,179 [DEBUG] StatementBuilder built statement SELECT * FROM `session`
  226. 2016-08-23 13:34:19,180 [DEBUG] BaseMappedStatement prepared statement 'SELECT * FROM `session` ' with 0 args
  227. 2016-08-23 13:34:19,181 [DEBUG] SelectIterator starting iterator @72919624 for 'SELECT * FROM `session` '
  228. 2016-08-23 13:34:19,181 [DEBUG] SelectIterator closed iterator @72919624 after 0 rows
  229. 2016-08-23 13:34:19,182 [DEBUG] StatementExecutor query of 'SELECT * FROM `session` ' returned 0 results
  230. 2016-08-23 13:34:19,183 [DEBUG] JdbcConnectionSource closed connection #72951080
  231. connection closed
  232. ***
  233. Before sending json content by post: {"pager":{"count":2},"lon":48.4,"lat":54.33,"region_code":"vl"} to: http://zdravcity.ru/api/getPharmacyList/
  234. {"status":0,"message":"","data":{"pharms":[{"ID":"22198","NAME":"ООО Бриз","EMAIL":"","PHONE":["+7 (42357) 2-52-06"],"CITY":"ЛУЧЕГОРСК","REGION":"ПРИМОРСКИЙ КРАЙ","ADDRESS":"Ленина, д. 35, а","GPS_LAT":"46.441719","GPS_LONG":"134.290906","WORKING_PRICE":"2","RATING":"0","METRO":[""],"DISTRICT":"NULL","OPEN24":false,"OPTIC":false,"SOCIAL":false,"DELIVERY":false,"DISTANCE":"5767.179287447729","IS_FAVORITE":false},{"ID":"22197","NAME":"ООО Бриз","EMAIL":"","PHONE":["+7 (42357) 3-60-00"],"CITY":"ЛУЧЕГОРСК","REGION":"ПРИМОРСКИЙ КРАЙ","ADDRESS":"Ленина, д. 3, а","GPS_LAT":"46.442554","GPS_LONG":"134.29378","WORKING_PRICE":"2","RATING":"0","METRO":[""],"DISTRICT":"NULL","OPEN24":false,"OPTIC":false,"SOCIAL":false,"DELIVERY":false,"DISTANCE":"5767.279614793519","IS_FAVORITE":false}],"favorite_pharms":null},"debug":"{\"pager\":{\"count\":2},\"lon\":48.4,\"lat\":54.33,\"region_code\":\"vl\"}"}
  235. 2016-08-23 13:34:20.060 Zdravcity-iOS[12588:2350483] 2
  236. start connect...
  237. SQLite.JDBCDriver
  238. ***SQLite.JDBCDriver***
  239. SQLite.JDBCDriver
  240. 2016-08-23 13:34:22,552 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.BasketGoodEntity with reflection
  241. 2016-08-23 13:34:22,552 [INFO] TableUtils creating table 'basketItem'
  242. 2016-08-23 13:34:22,554 [DEBUG] JdbcConnectionSource opened connection to jdbc:sqlite:/private/var/mobile/Containers/Data/Application/5851842C-BF1A-479F-8EA0-E201A73422AF/tmp/sample.db got #72873664
  243. 2016-08-23 13:34:22,556 [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`) )
  244. connection opened
  245. 2016-08-23 13:34:22,556 [DEBUG] StatementBuilder built statement SELECT COUNT(*) FROM `basketItem` WHERE `order_id` = ''
  246. 2016-08-23 13:34:22,557 [DEBUG] BaseMappedStatement prepared statement 'SELECT COUNT(*) FROM `basketItem` WHERE `order_id` = '' ' with 0 args
  247. 2016-08-23 13:34:22,559 [DEBUG] JdbcConnectionSource closed connection #72873664
  248. connection closed
  249. 2016-08-23 13:34:22.569 Zdravcity-iOS[12588:2350412] *** -[NSKeyedUnarchiver initForReadingWithData:]: data is NULL
  250. 2016-08-23 13:34:22.782 Zdravcity-iOS[12588:2350412] Warning: Attempt to present <UISearchController: 0x15fa1aa0> on <ZDCDashboardViewController: 0x1725a610> whose view is not in the window hierarchy!
  251. start connect...
  252. SQLite.JDBCDriver
  253. ***SQLite.JDBCDriver***
  254. SQLite.JDBCDriver
  255. 2016-08-23 13:34:22,789 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.BasketGoodEntity with reflection
  256. 2016-08-23 13:34:22,790 [INFO] TableUtils creating table 'basketItem'
  257. 2016-08-23 13:34:22,792 [DEBUG] JdbcConnectionSource opened connection to jdbc:sqlite:/private/var/mobile/Containers/Data/Application/5851842C-BF1A-479F-8EA0-E201A73422AF/tmp/sample.db got #73688504
  258. 2016-08-23 13:34:22,794 [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`) )
  259. connection opened
  260. 2016-08-23 13:34:22,795 [DEBUG] StatementBuilder built statement SELECT COUNT(*) FROM `basketItem` WHERE `order_id` = ''
  261. 2016-08-23 13:34:22,795 [DEBUG] BaseMappedStatement prepared statement 'SELECT COUNT(*) FROM `basketItem` WHERE `order_id` = '' ' with 0 args
  262. 2016-08-23 13:34:22,797 [DEBUG] JdbcConnectionSource closed connection #73688504
  263. connection closed
  264. start connect...
  265. SQLite.JDBCDriver
  266. ***SQLite.JDBCDriver***
  267. SQLite.JDBCDriver
  268. 2016-08-23 13:34:22,822 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.GoodOfDayEntity with reflection
  269. 2016-08-23 13:34:22,822 [INFO] TableUtils creating table 'goodOfDay'
  270. 2016-08-23 13:34:22,825 [DEBUG] JdbcConnectionSource opened connection to jdbc:sqlite:/private/var/mobile/Containers/Data/Application/5851842C-BF1A-479F-8EA0-E201A73422AF/tmp/sample.db got #73730280
  271. 2016-08-23 13:34:22,827 [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`) )
  272. connection opened
  273. 2016-08-23 13:34:22,827 [DEBUG] StatementBuilder built statement SELECT * FROM `goodOfDay`
  274. 2016-08-23 13:34:22,828 [DEBUG] BaseMappedStatement prepared statement 'SELECT * FROM `goodOfDay` ' with 0 args
  275. 2016-08-23 13:34:22,830 [DEBUG] SelectIterator starting iterator @73780232 for 'SELECT * FROM `goodOfDay` '
  276. 2016-08-23 13:34:22,831 [DEBUG] SelectIterator closed iterator @73780232 after 4 rows
  277. 2016-08-23 13:34:22,831 [DEBUG] StatementExecutor query of 'SELECT * FROM `goodOfDay` ' returned 4 results
  278. 2016-08-23 13:34:22,832 [DEBUG] JdbcConnectionSource closed connection #73730280
  279. connection closed
  280. start connect...
  281. SQLite.JDBCDriver
  282. ***SQLite.JDBCDriver***
  283. SQLite.JDBCDriver
  284. 2016-08-23 13:34:25,732 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.SessionEntity with reflection
  285. 2016-08-23 13:34:25,733 [INFO] TableUtils creating table 'session'
  286. 2016-08-23 13:34:25,735 [DEBUG] JdbcConnectionSource opened connection to jdbc:sqlite:/private/var/mobile/Containers/Data/Application/5851842C-BF1A-479F-8EA0-E201A73422AF/tmp/sample.db got #73834688
  287. 2016-08-23 13:34:25,738 [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`) )
  288. connection opened
  289. 2016-08-23 13:34:25,738 [DEBUG] StatementBuilder built statement SELECT * FROM `session`
  290. 2016-08-23 13:34:25,739 [DEBUG] BaseMappedStatement prepared statement 'SELECT * FROM `session` ' with 0 args
  291. 2016-08-23 13:34:25,740 [DEBUG] SelectIterator starting iterator @73778944 for 'SELECT * FROM `session` '
  292. 2016-08-23 13:34:25,740 [DEBUG] SelectIterator closed iterator @73778944 after 0 rows
  293. 2016-08-23 13:34:25,741 [DEBUG] StatementExecutor query of 'SELECT * FROM `session` ' returned 0 results
  294. 2016-08-23 13:34:25,741 [DEBUG] JdbcConnectionSource closed connection #73834688
  295. connection closed
  296. start connect...
  297. SQLite.JDBCDriver
  298. ***SQLite.JDBCDriver***
  299. SQLite.JDBCDriver
  300. 2016-08-23 13:34:25,744 [DEBUG] DaoManager created dao for class class ru.agima.mobile.bl.db.Entities.SessionEntity with reflection
  301. 2016-08-23 13:34:25,744 [INFO] TableUtils creating table 'session'
  302. 2016-08-23 13:34:25,747 [DEBUG] JdbcConnectionSource opened connection to jdbc:sqlite:/private/var/mobile/Containers/Data/Application/5851842C-BF1A-479F-8EA0-E201A73422AF/tmp/sample.db got #74349448
  303. 2016-08-23 13:34:25,749 [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`) )
  304. connection opened
  305. 2016-08-23 13:34:25,750 [DEBUG] StatementBuilder built statement SELECT * FROM `session`
  306. 2016-08-23 13:34:25,750 [DEBUG] BaseMappedStatement prepared statement 'SELECT * FROM `session` ' with 0 args
  307. 2016-08-23 13:34:25,752 [DEBUG] SelectIterator starting iterator @73778216 for 'SELECT * FROM `session` '
  308. 2016-08-23 13:34:25,752 [DEBUG] SelectIterator closed iterator @73778216 after 0 rows
  309. 2016-08-23 13:34:25,753 [DEBUG] StatementExecutor query of 'SELECT * FROM `session` ' returned 0 results
  310. 2016-08-23 13:34:25,755 [DEBUG] JdbcConnectionSource closed connection #74349448
  311. connection closed
  312. ***
  313. Before sending json content by post: {"pager":{"count":2},"lon":48.4,"lat":54.33,"region_code":"vl"} to: http://zdravcity.ru/api/getPharmacyList/
  314. {"status":0,"message":"","data":{"pharms":[{"ID":"22198","NAME":"ООО Бриз","EMAIL":"","PHONE":["+7 (42357) 2-52-06"],"CITY":"ЛУЧЕГОРСК","REGION":"ПРИМОРСКИЙ КРАЙ","ADDRESS":"Ленина, д. 35, а","GPS_LAT":"46.441719","GPS_LONG":"134.290906","WORKING_PRICE":"2","RATING":"0","METRO":[""],"DISTRICT":"NULL","OPEN24":false,"OPTIC":false,"SOCIAL":false,"DELIVERY":false,"DISTANCE":"5767.179287447729","IS_FAVORITE":false},{"ID":"22197","NAME":"ООО Бриз","EMAIL":"","PHONE":["+7 (42357) 3-60-00"],"CITY":"ЛУЧЕГОРСК","REGION":"ПРИМОРСКИЙ КРАЙ","ADDRESS":"Ленина, д. 3, а","GPS_LAT":"46.442554","GPS_LONG":"134.29378","WORKING_PRICE":"2","RATING":"0","METRO":[""],"DISTRICT":"NULL","OPEN24":false,"OPTIC":false,"SOCIAL":false,"DELIVERY":false,"DISTANCE":"5767.279614793519","IS_FAVORITE":false}],"favorite_pharms":null},"debug":"{\"pager\":{\"count\":2},\"lon\":48.4,\"lat\":54.33,\"region_code\":\"vl\"}"}
  315. 2016-08-23 13:34:26.955 Zdravcity-iOS[12588:2350483] 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement