Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2014
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.02 KB | None | 0 0
  1. $ akonadictl start
  2. Starting Akonadi Server...
  3. done.
  4. Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
  5. matteo@chronos ~ $ search paths: ("/usr/local/bin", "/usr/bin", "/bin", "/opt/bin", "/usr/x86_64-pc-linux-gnu/gcc-bin/4.7.3", "/usr/sbin", "/usr/local/sbin", "/usr/local/libexec", "/usr/libexec", "/opt/mysql/libexec", "/opt/local/lib/mysql5/bin", "/opt/mysql/sbin")
  6. Found mysql_install_db: ""
  7. Found mysqlcheck: "/usr/bin/mysqlcheck"
  8. akonadi.collectionattributetable OK
  9. akonadi.collectionmimetyperelation OK
  10. akonadi.collectionpimitemrelation OK
  11. akonadi.collectiontable OK
  12. akonadi.flagtable OK
  13. akonadi.mimetypetable OK
  14. akonadi.parttypetable OK
  15. akonadi.pimitemflagrelation OK
  16. akonadi.pimitemtable OK
  17. akonadi.pimitemtagrelation OK
  18. akonadi.resourcetable OK
  19. akonadi.schemaversiontable OK
  20. akonadi.tagattributetable OK
  21. akonadi.tagremoteidresourcerelationtable OK
  22. akonadi.tagtable OK
  23. mysql.columns_priv OK
  24. mysql.db OK
  25. mysql.event OK
  26. mysql.func OK
  27. mysql.general_log OK
  28. mysql.help_category OK
  29. mysql.help_keyword OK
  30. mysql.help_relation OK
  31. mysql.help_topic OK
  32. mysql.host OK
  33. mysql.ndb_binlog_index OK
  34. mysql.plugin OK
  35. mysql.proc OK
  36. mysql.procs_priv OK
  37. mysql.servers OK
  38. mysql.slow_log OK
  39. mysql.tables_priv OK
  40. mysql.time_zone OK
  41. mysql.time_zone_leap_second OK
  42. mysql.time_zone_name OK
  43. mysql.time_zone_transition OK
  44. mysql.time_zone_transition_type OK
  45. mysql.user OK
  46. MySQL version OK (required "5.1" , available "5.5" )
  47. Database "akonadi" opened using driver "QMYSQL"
  48. DbInitializer::run()
  49. checking table "SchemaVersionTable"
  50. checking table "ResourceTable"
  51. checking table "CollectionTable"
  52. checking table "MimeTypeTable"
  53. checking table "PimItemTable"
  54. checking table "FlagTable"
  55. checking table "PartTypeTable"
  56. checking table "PartTable"
  57. "CREATE TABLE PartTable (id BIGINT NOT NULL AUTO_INCREMENT PRIMARY KEY, pimItemId BIGINT NOT NULL, partTypeId BIGINT NOT NULL, data LONGBLOB, datasize BIGINT NOT NULL, version INTEGER DEFAULT 0, external BOOL DEFAULT false, FOREIGN KEY (pimItemId) REFERENCES PimItemTable(id) ON UPDATE CASCADE ON DELETE CASCADE, FOREIGN KEY (partTypeId) REFERENCES PartTypeTable(id) ON UPDATE CASCADE ON DELETE CASCADE) COLLATE=utf8_general_ci DEFAULT CHARSET=utf8"
  58. "
  59. Sql error: Can't create table 'akonadi.parttable' (errno: -1) QMYSQL: Unable to execute query
  60. Query: CREATE TABLE PartTable (id BIGINT NOT NULL AUTO_INCREMENT PRIMARY KEY, pimItemId BIGINT NOT NULL, partTypeId BIGINT NOT NULL, data LONGBLOB, datasize BIGINT NOT NULL, version INTEGER DEFAULT 0, external BOOL DEFAULT false, FOREIGN KEY (pimItemId) REFERENCES PimItemTable(id) ON UPDATE CASCADE ON DELETE CASCADE, FOREIGN KEY (partTypeId) REFERENCES PartTypeTable(id) ON UPDATE CASCADE ON DELETE CASCADE) COLLATE=utf8_general_ci DEFAULT CHARSET=utf8"
  61. Unable to initialize database.
  62. "[
  63. 0: akonadiserver(_Z11akBacktracev+0x34) [0x471944]
  64. 1: akonadiserver() [0x471d61]
  65. 2: /lib64/libc.so.6(+0x387a0) [0x7fdd5e8627a0]
  66. 3: /lib64/libc.so.6(gsignal+0x35) [0x7fdd5e862725]
  67. 4: /lib64/libc.so.6(abort+0x148) [0x7fdd5e863ba8]
  68. 5: /usr/lib64/qt4/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x74) [0x7fdd603336b4]
  69. 6: akonadiserver(_ZN15FileDebugStream9writeDataEPKcx+0x9b) [0x473d0b]
  70. 7: /usr/lib64/qt4/libQtCore.so.4(_ZN9QIODevice5writeEPKcx+0xb4) [0x7fdd603cd5d4]
  71. 8: /usr/lib64/qt4/libQtCore.so.4(+0x11c20f) [0x7fdd603d820f]
  72. 9: /usr/lib64/qt4/libQtCore.so.4(_ZN11QTextStreamD1Ev+0x3b) [0x7fdd603e079b]
  73. 10: akonadiserver(_ZN7Akonadi6Server13AkonadiServer4initEv+0x5ec) [0x477a7c]
  74. 11: /usr/lib64/qt4/libQtCore.so.4(_ZN7QObject5eventEP6QEvent+0x26e) [0x7fdd6045320e]
  75. 12: /usr/lib64/qt4/libQtCore.so.4(_ZN16QCoreApplication14notifyInternalEP7QObjectP6QEvent+0x8e) [0x7fdd604399de]
  76. 13: /usr/lib64/qt4/libQtCore.so.4(_ZN23QCoreApplicationPrivate16sendPostedEventsEP7QObjectiP11QThreadData+0x359) [0x7fdd6043cfa9]
  77. 14: /usr/lib64/qt4/libQtCore.so.4(+0x1abbde) [0x7fdd60467bde]
  78. 15: /usr/lib64/libglib-2.0.so.0(g_main_context_dispatch+0x244) [0x7fdd5e327054]
  79. 16: /usr/lib64/libglib-2.0.so.0(+0x4b288) [0x7fdd5e327288]
  80. 17: /usr/lib64/libglib-2.0.so.0(g_main_context_iteration+0x34) [0x7fdd5e327344]
  81. 18: /usr/lib64/qt4/libQtCore.so.4(_ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE+0x7e) [0x7fdd60467d7e]
  82. 19: /usr/lib64/qt4/libQtCore.so.4(_ZN10QEventLoop13processEventsE6QFlagsINS_17ProcessEventsFlagEE+0x2f) [0x7fdd6043868f]
  83. 20: /usr/lib64/qt4/libQtCore.so.4(_ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE+0x138) [0x7fdd60438918]
  84. 21: /usr/lib64/qt4/libQtCore.so.4(_ZN16QCoreApplication4execEv+0x88) [0x7fdd6043db78]
  85. 22: akonadiserver(main+0x1b3) [0x46c583]
  86. 23: /lib64/libc.so.6(__libc_start_main+0xf5) [0x7fdd5e84edb5]
  87. 24: akonadiserver() [0x46cd21]
  88. ]
  89. "
  90. ProcessControl: Application 'akonadiserver' returned with exit code 255 (Unknown error)
  91. search paths: ("/usr/local/bin", "/usr/bin", "/bin", "/opt/bin", "/usr/x86_64-pc-linux-gnu/gcc-bin/4.7.3", "/usr/sbin", "/usr/local/sbin", "/usr/local/libexec", "/usr/libexec", "/opt/mysql/libexec", "/opt/local/lib/mysql5/bin", "/opt/mysql/sbin")
  92. Found mysql_install_db: ""
  93. Found mysqlcheck: "/usr/bin/mysqlcheck"
  94. akonadi.collectionattributetable OK
  95. akonadi.collectionmimetyperelation OK
  96. akonadi.collectionpimitemrelation OK
  97. akonadi.collectiontable OK
  98. akonadi.flagtable OK
  99. akonadi.mimetypetable OK
  100. akonadi.parttypetable OK
  101. akonadi.pimitemflagrelation OK
  102. akonadi.pimitemtable OK
  103. akonadi.pimitemtagrelation OK
  104. akonadi.resourcetable OK
  105. akonadi.schemaversiontable OK
  106. akonadi.tagattributetable OK
  107. akonadi.tagremoteidresourcerelationtable OK
  108. akonadi.tagtable OK
  109. mysql.columns_priv OK
  110. mysql.db OK
  111. mysql.event OK
  112. mysql.func OK
  113. mysql.general_log OK
  114. mysql.help_category OK
  115. mysql.help_keyword OK
  116. mysql.help_relation OK
  117. mysql.help_topic OK
  118. mysql.host OK
  119. mysql.ndb_binlog_index OK
  120. mysql.plugin OK
  121. mysql.proc OK
  122. mysql.procs_priv OK
  123. mysql.servers OK
  124. mysql.slow_log OK
  125. mysql.tables_priv OK
  126. mysql.time_zone OK
  127. mysql.time_zone_leap_second OK
  128. mysql.time_zone_name OK
  129. mysql.time_zone_transition OK
  130. mysql.time_zone_transition_type OK
  131. mysql.user OK
  132. MySQL version OK (required "5.1" , available "5.5" )
  133. Database "akonadi" opened using driver "QMYSQL"
  134. DbInitializer::run()
  135. checking table "SchemaVersionTable"
  136. checking table "ResourceTable"
  137. checking table "CollectionTable"
  138. checking table "MimeTypeTable"
  139. checking table "PimItemTable"
  140. checking table "FlagTable"
  141. checking table "PartTypeTable"
  142. checking table "PartTable"
  143. "CREATE TABLE PartTable (id BIGINT NOT NULL AUTO_INCREMENT PRIMARY KEY, pimItemId BIGINT NOT NULL, partTypeId BIGINT NOT NULL, data LONGBLOB, datasize BIGINT NOT NULL, version INTEGER DEFAULT 0, external BOOL DEFAULT false, FOREIGN KEY (pimItemId) REFERENCES PimItemTable(id) ON UPDATE CASCADE ON DELETE CASCADE, FOREIGN KEY (partTypeId) REFERENCES PartTypeTable(id) ON UPDATE CASCADE ON DELETE CASCADE) COLLATE=utf8_general_ci DEFAULT CHARSET=utf8"
  144. "
  145. Sql error: Can't create table 'akonadi.parttable' (errno: -1) QMYSQL: Unable to execute query
  146. Query: CREATE TABLE PartTable (id BIGINT NOT NULL AUTO_INCREMENT PRIMARY KEY, pimItemId BIGINT NOT NULL, partTypeId BIGINT NOT NULL, data LONGBLOB, datasize BIGINT NOT NULL, version INTEGER DEFAULT 0, external BOOL DEFAULT false, FOREIGN KEY (pimItemId) REFERENCES PimItemTable(id) ON UPDATE CASCADE ON DELETE CASCADE, FOREIGN KEY (partTypeId) REFERENCES PartTypeTable(id) ON UPDATE CASCADE ON DELETE CASCADE) COLLATE=utf8_general_ci DEFAULT CHARSET=utf8"
  147. Unable to initialize database.
  148. "[
  149. 0: akonadiserver(_Z11akBacktracev+0x34) [0x471944]
  150. 1: akonadiserver() [0x471d61]
  151. 2: /lib64/libc.so.6(+0x387a0) [0x7f41854de7a0]
  152. 3: /lib64/libc.so.6(gsignal+0x35) [0x7f41854de725]
  153. 4: /lib64/libc.so.6(abort+0x148) [0x7f41854dfba8]
  154. 5: /usr/lib64/qt4/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x74) [0x7f4186faf6b4]
  155. 6: akonadiserver(_ZN15FileDebugStream9writeDataEPKcx+0x9b) [0x473d0b]
  156. 7: /usr/lib64/qt4/libQtCore.so.4(_ZN9QIODevice5writeEPKcx+0xb4) [0x7f41870495d4]
  157. 8: /usr/lib64/qt4/libQtCore.so.4(+0x11c20f) [0x7f418705420f]
  158. 9: /usr/lib64/qt4/libQtCore.so.4(_ZN11QTextStreamD1Ev+0x3b) [0x7f418705c79b]
  159. 10: akonadiserver(_ZN7Akonadi6Server13AkonadiServer4initEv+0x5ec) [0x477a7c]
  160. 11: /usr/lib64/qt4/libQtCore.so.4(_ZN7QObject5eventEP6QEvent+0x26e) [0x7f41870cf20e]
  161. 12: /usr/lib64/qt4/libQtCore.so.4(_ZN16QCoreApplication14notifyInternalEP7QObjectP6QEvent+0x8e) [0x7f41870b59de]
  162. 13: /usr/lib64/qt4/libQtCore.so.4(_ZN23QCoreApplicationPrivate16sendPostedEventsEP7QObjectiP11QThreadData+0x359) [0x7f41870b8fa9]
  163. 14: /usr/lib64/qt4/libQtCore.so.4(+0x1abbde) [0x7f41870e3bde]
  164. 15: /usr/lib64/libglib-2.0.so.0(g_main_context_dispatch+0x244) [0x7f4184fa3054]
  165. 16: /usr/lib64/libglib-2.0.so.0(+0x4b288) [0x7f4184fa3288]
  166. 17: /usr/lib64/libglib-2.0.so.0(g_main_context_iteration+0x34) [0x7f4184fa3344]
  167. 18: /usr/lib64/qt4/libQtCore.so.4(_ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE+0x7e) [0x7f41870e3d7e]
  168. 19: /usr/lib64/qt4/libQtCore.so.4(_ZN10QEventLoop13processEventsE6QFlagsINS_17ProcessEventsFlagEE+0x2f) [0x7f41870b468f]
  169. 20: /usr/lib64/qt4/libQtCore.so.4(_ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE+0x138) [0x7f41870b4918]
  170. 21: /usr/lib64/qt4/libQtCore.so.4(_ZN16QCoreApplication4execEv+0x88) [0x7f41870b9b78]
  171. 22: akonadiserver(main+0x1b3) [0x46c583]
  172. 23: /lib64/libc.so.6(__libc_start_main+0xf5) [0x7f41854cadb5]
  173. 24: akonadiserver() [0x46cd21]
  174. ]
  175. "
  176. ProcessControl: Application 'akonadiserver' returned with exit code 255 (Unknown error)
  177. search paths: ("/usr/local/bin", "/usr/bin", "/bin", "/opt/bin", "/usr/x86_64-pc-linux-gnu/gcc-bin/4.7.3", "/usr/sbin", "/usr/local/sbin", "/usr/local/libexec", "/usr/libexec", "/opt/mysql/libexec", "/opt/local/lib/mysql5/bin", "/opt/mysql/sbin")
  178. Found mysql_install_db: ""
  179. Found mysqlcheck: "/usr/bin/mysqlcheck"
  180. akonadi.collectionattributetable OK
  181. akonadi.collectionmimetyperelation OK
  182. akonadi.collectionpimitemrelation OK
  183. akonadi.collectiontable OK
  184. akonadi.flagtable OK
  185. akonadi.mimetypetable OK
  186. akonadi.parttypetable OK
  187. akonadi.pimitemflagrelation OK
  188. akonadi.pimitemtable OK
  189. akonadi.pimitemtagrelation OK
  190. akonadi.resourcetable OK
  191. akonadi.schemaversiontable OK
  192. akonadi.tagattributetable OK
  193. akonadi.tagremoteidresourcerelationtable OK
  194. akonadi.tagtable OK
  195. mysql.columns_priv OK
  196. mysql.db OK
  197. mysql.event OK
  198. mysql.func OK
  199. mysql.general_log OK
  200. mysql.help_category OK
  201. mysql.help_keyword OK
  202. mysql.help_relation OK
  203. mysql.help_topic OK
  204. mysql.host OK
  205. mysql.ndb_binlog_index OK
  206. mysql.plugin OK
  207. mysql.proc OK
  208. mysql.procs_priv OK
  209. mysql.servers OK
  210. mysql.slow_log OK
  211. mysql.tables_priv OK
  212. mysql.time_zone OK
  213. mysql.time_zone_leap_second OK
  214. mysql.time_zone_name OK
  215. mysql.time_zone_transition OK
  216. mysql.time_zone_transition_type OK
  217. mysql.user OK
  218. MySQL version OK (required "5.1" , available "5.5" )
  219. Database "akonadi" opened using driver "QMYSQL"
  220. DbInitializer::run()
  221. checking table "SchemaVersionTable"
  222. checking table "ResourceTable"
  223. checking table "CollectionTable"
  224. checking table "MimeTypeTable"
  225. checking table "PimItemTable"
  226. checking table "FlagTable"
  227. checking table "PartTypeTable"
  228. checking table "PartTable"
  229. "CREATE TABLE PartTable (id BIGINT NOT NULL AUTO_INCREMENT PRIMARY KEY, pimItemId BIGINT NOT NULL, partTypeId BIGINT NOT NULL, data LONGBLOB, datasize BIGINT NOT NULL, version INTEGER DEFAULT 0, external BOOL DEFAULT false, FOREIGN KEY (pimItemId) REFERENCES PimItemTable(id) ON UPDATE CASCADE ON DELETE CASCADE, FOREIGN KEY (partTypeId) REFERENCES PartTypeTable(id) ON UPDATE CASCADE ON DELETE CASCADE) COLLATE=utf8_general_ci DEFAULT CHARSET=utf8"
  230. "
  231. Sql error: Can't create table 'akonadi.parttable' (errno: -1) QMYSQL: Unable to execute query
  232. Query: CREATE TABLE PartTable (id BIGINT NOT NULL AUTO_INCREMENT PRIMARY KEY, pimItemId BIGINT NOT NULL, partTypeId BIGINT NOT NULL, data LONGBLOB, datasize BIGINT NOT NULL, version INTEGER DEFAULT 0, external BOOL DEFAULT false, FOREIGN KEY (pimItemId) REFERENCES PimItemTable(id) ON UPDATE CASCADE ON DELETE CASCADE, FOREIGN KEY (partTypeId) REFERENCES PartTypeTable(id) ON UPDATE CASCADE ON DELETE CASCADE) COLLATE=utf8_general_ci DEFAULT CHARSET=utf8"
  233. Unable to initialize database.
  234. "[
  235. 0: akonadiserver(_Z11akBacktracev+0x34) [0x471944]
  236. 1: akonadiserver() [0x471d61]
  237. 2: /lib64/libc.so.6(+0x387a0) [0x7f320eb307a0]
  238. 3: /lib64/libc.so.6(gsignal+0x35) [0x7f320eb30725]
  239. 4: /lib64/libc.so.6(abort+0x148) [0x7f320eb31ba8]
  240. 5: /usr/lib64/qt4/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x74) [0x7f32106016b4]
  241. 6: akonadiserver(_ZN15FileDebugStream9writeDataEPKcx+0x9b) [0x473d0b]
  242. 7: /usr/lib64/qt4/libQtCore.so.4(_ZN9QIODevice5writeEPKcx+0xb4) [0x7f321069b5d4]
  243. 8: /usr/lib64/qt4/libQtCore.so.4(+0x11c20f) [0x7f32106a620f]
  244. 9: /usr/lib64/qt4/libQtCore.so.4(_ZN11QTextStreamD1Ev+0x3b) [0x7f32106ae79b]
  245. 10: akonadiserver(_ZN7Akonadi6Server13AkonadiServer4initEv+0x5ec) [0x477a7c]
  246. 11: /usr/lib64/qt4/libQtCore.so.4(_ZN7QObject5eventEP6QEvent+0x26e) [0x7f321072120e]
  247. 12: /usr/lib64/qt4/libQtCore.so.4(_ZN16QCoreApplication14notifyInternalEP7QObjectP6QEvent+0x8e) [0x7f32107079de]
  248. 13: /usr/lib64/qt4/libQtCore.so.4(_ZN23QCoreApplicationPrivate16sendPostedEventsEP7QObjectiP11QThreadData+0x359) [0x7f321070afa9]
  249. 14: /usr/lib64/qt4/libQtCore.so.4(+0x1abbde) [0x7f3210735bde]
  250. 15: /usr/lib64/libglib-2.0.so.0(g_main_context_dispatch+0x244) [0x7f320e5f5054]
  251. 16: /usr/lib64/libglib-2.0.so.0(+0x4b288) [0x7f320e5f5288]
  252. 17: /usr/lib64/libglib-2.0.so.0(g_main_context_iteration+0x34) [0x7f320e5f5344]
  253. 18: /usr/lib64/qt4/libQtCore.so.4(_ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE+0x7e) [0x7f3210735d7e]
  254. 19: /usr/lib64/qt4/libQtCore.so.4(_ZN10QEventLoop13processEventsE6QFlagsINS_17ProcessEventsFlagEE+0x2f) [0x7f321070668f]
  255. 20: /usr/lib64/qt4/libQtCore.so.4(_ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE+0x138) [0x7f3210706918]
  256. 21: /usr/lib64/qt4/libQtCore.so.4(_ZN16QCoreApplication4execEv+0x88) [0x7f321070bb78]
  257. 22: akonadiserver(main+0x1b3) [0x46c583]
  258. 23: /lib64/libc.so.6(__libc_start_main+0xf5) [0x7f320eb1cdb5]
  259. 24: akonadiserver() [0x46cd21]
  260. ]
  261. "
  262. ProcessControl: Application 'akonadiserver' returned with exit code 255 (Unknown error)
  263. search paths: ("/usr/local/bin", "/usr/bin", "/bin", "/opt/bin", "/usr/x86_64-pc-linux-gnu/gcc-bin/4.7.3", "/usr/sbin", "/usr/local/sbin", "/usr/local/libexec", "/usr/libexec", "/opt/mysql/libexec", "/opt/local/lib/mysql5/bin", "/opt/mysql/sbin")
  264. Found mysql_install_db: ""
  265. Found mysqlcheck: "/usr/bin/mysqlcheck"
  266. akonadi.collectionattributetable OK
  267. akonadi.collectionmimetyperelation OK
  268. akonadi.collectionpimitemrelation OK
  269. akonadi.collectiontable OK
  270. akonadi.flagtable OK
  271. akonadi.mimetypetable OK
  272. akonadi.parttypetable OK
  273. akonadi.pimitemflagrelation OK
  274. akonadi.pimitemtable OK
  275. akonadi.pimitemtagrelation OK
  276. akonadi.resourcetable OK
  277. akonadi.schemaversiontable OK
  278. akonadi.tagattributetable OK
  279. akonadi.tagremoteidresourcerelationtable OK
  280. akonadi.tagtable OK
  281. mysql.columns_priv OK
  282. mysql.db OK
  283. mysql.event OK
  284. mysql.func OK
  285. mysql.general_log OK
  286. mysql.help_category OK
  287. mysql.help_keyword OK
  288. mysql.help_relation OK
  289. mysql.help_topic OK
  290. mysql.host OK
  291. mysql.ndb_binlog_index OK
  292. mysql.plugin OK
  293. mysql.proc OK
  294. mysql.procs_priv OK
  295. mysql.servers OK
  296. mysql.slow_log OK
  297. mysql.tables_priv OK
  298. mysql.time_zone OK
  299. mysql.time_zone_leap_second OK
  300. mysql.time_zone_name OK
  301. mysql.time_zone_transition OK
  302. mysql.time_zone_transition_type OK
  303. mysql.user OK
  304. MySQL version OK (required "5.1" , available "5.5" )
  305. Database "akonadi" opened using driver "QMYSQL"
  306. DbInitializer::run()
  307. checking table "SchemaVersionTable"
  308. checking table "ResourceTable"
  309. checking table "CollectionTable"
  310. checking table "MimeTypeTable"
  311. checking table "PimItemTable"
  312. checking table "FlagTable"
  313. checking table "PartTypeTable"
  314. checking table "PartTable"
  315. "CREATE TABLE PartTable (id BIGINT NOT NULL AUTO_INCREMENT PRIMARY KEY, pimItemId BIGINT NOT NULL, partTypeId BIGINT NOT NULL, data LONGBLOB, datasize BIGINT NOT NULL, version INTEGER DEFAULT 0, external BOOL DEFAULT false, FOREIGN KEY (pimItemId) REFERENCES PimItemTable(id) ON UPDATE CASCADE ON DELETE CASCADE, FOREIGN KEY (partTypeId) REFERENCES PartTypeTable(id) ON UPDATE CASCADE ON DELETE CASCADE) COLLATE=utf8_general_ci DEFAULT CHARSET=utf8"
  316. "
  317. Sql error: Can't create table 'akonadi.parttable' (errno: -1) QMYSQL: Unable to execute query
  318. Query: CREATE TABLE PartTable (id BIGINT NOT NULL AUTO_INCREMENT PRIMARY KEY, pimItemId BIGINT NOT NULL, partTypeId BIGINT NOT NULL, data LONGBLOB, datasize BIGINT NOT NULL, version INTEGER DEFAULT 0, external BOOL DEFAULT false, FOREIGN KEY (pimItemId) REFERENCES PimItemTable(id) ON UPDATE CASCADE ON DELETE CASCADE, FOREIGN KEY (partTypeId) REFERENCES PartTypeTable(id) ON UPDATE CASCADE ON DELETE CASCADE) COLLATE=utf8_general_ci DEFAULT CHARSET=utf8"
  319. Unable to initialize database.
  320. "[
  321. 0: akonadiserver(_Z11akBacktracev+0x34) [0x471944]
  322. 1: akonadiserver() [0x471d61]
  323. 2: /lib64/libc.so.6(+0x387a0) [0x7f2f28dc77a0]
  324. 3: /lib64/libc.so.6(gsignal+0x35) [0x7f2f28dc7725]
  325. 4: /lib64/libc.so.6(abort+0x148) [0x7f2f28dc8ba8]
  326. 5: /usr/lib64/qt4/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x74) [0x7f2f2a8986b4]
  327. 6: akonadiserver(_ZN15FileDebugStream9writeDataEPKcx+0x9b) [0x473d0b]
  328. 7: /usr/lib64/qt4/libQtCore.so.4(_ZN9QIODevice5writeEPKcx+0xb4) [0x7f2f2a9325d4]
  329. 8: /usr/lib64/qt4/libQtCore.so.4(+0x11c20f) [0x7f2f2a93d20f]
  330. 9: /usr/lib64/qt4/libQtCore.so.4(_ZN11QTextStreamD1Ev+0x3b) [0x7f2f2a94579b]
  331. 10: akonadiserver(_ZN7Akonadi6Server13AkonadiServer4initEv+0x5ec) [0x477a7c]
  332. 11: /usr/lib64/qt4/libQtCore.so.4(_ZN7QObject5eventEP6QEvent+0x26e) [0x7f2f2a9b820e]
  333. 12: /usr/lib64/qt4/libQtCore.so.4(_ZN16QCoreApplication14notifyInternalEP7QObjectP6QEvent+0x8e) [0x7f2f2a99e9de]
  334. 13: /usr/lib64/qt4/libQtCore.so.4(_ZN23QCoreApplicationPrivate16sendPostedEventsEP7QObjectiP11QThreadData+0x359) [0x7f2f2a9a1fa9]
  335. 14: /usr/lib64/qt4/libQtCore.so.4(+0x1abbde) [0x7f2f2a9ccbde]
  336. 15: /usr/lib64/libglib-2.0.so.0(g_main_context_dispatch+0x244) [0x7f2f2888c054]
  337. 16: /usr/lib64/libglib-2.0.so.0(+0x4b288) [0x7f2f2888c288]
  338. 17: /usr/lib64/libglib-2.0.so.0(g_main_context_iteration+0x34) [0x7f2f2888c344]
  339. 18: /usr/lib64/qt4/libQtCore.so.4(_ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE+0x7e) [0x7f2f2a9ccd7e]
  340. 19: /usr/lib64/qt4/libQtCore.so.4(_ZN10QEventLoop13processEventsE6QFlagsINS_17ProcessEventsFlagEE+0x2f) [0x7f2f2a99d68f]
  341. 20: /usr/lib64/qt4/libQtCore.so.4(_ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE+0x138) [0x7f2f2a99d918]
  342. 21: /usr/lib64/qt4/libQtCore.so.4(_ZN16QCoreApplication4execEv+0x88) [0x7f2f2a9a2b78]
  343. 22: akonadiserver(main+0x1b3) [0x46c583]
  344. 23: /lib64/libc.so.6(__libc_start_main+0xf5) [0x7f2f28db3db5]
  345. 24: akonadiserver() [0x46cd21]
  346. ]
  347. "
  348. ProcessControl: Application 'akonadiserver' returned with exit code 255 (Unknown error)
  349. "akonadiserver" crashed too often and will not be restarted!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement