Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.40 KB | None | 0 0
  1. [echo] Generate DB dummy data - [dbsample]
  2. [exec] Executing command: php -f bin/run_task.php SampleDataGenerator -n 1000 2>&1
  3. [exec] Loading sample interests ...
  4. [exec] Loading table: Interest
  5. [exec] Fields: id,name
  6. [exec] Notice: Can't load App_Model_Record_InterestPublic, skipping field detection...
  7. [exec] Notice: Can't load App_Model_Record_Friend, skipping field detection...
  8. [exec] Generating data for 1000000 sample persons ...
  9. [exec] Loading data for 1000000 sample persons ...
  10. [exec] Loading table: Person
  11. [exec] Fields: id,firstname,lastname,visibilityStatus,primaryImageNo,gender,flags,isDeleted,isBlocked
  12. [exec] Loading table: VzPerson
  13. [exec] Fields: personId,osapiKey
  14. [exec] Loading table: PersonExtended
  15. [exec] Fields: personId,profileData,giftCount,coinCount,messageCount,meetCount,activityCount
  16. [exec] Loading table: PersonInterest
  17. [exec] Fields: personId,interestId,isPublic,priority
  18. [exec] Loading table: Match
  19. [exec] Fields: personId,matchPersonId,score
  20. [exec] Loading table: PersonSaved
  21. [exec] Fields: personId,savedPersonId,message,created
  22. [exec] Loading table: Visitor
  23. [exec] Fields: personId,visitorPersonId,lastVisitTime
  24. [exec] Loading table: Message
  25. [exec] Fields: id,ownerPersonId,partnerPersonId,directionType,isRead,message,created
  26. [exec] Loading table: PersonQuestion
  27. [exec] Fields: questionId,personId,answer
  28. [exec] Loading table: PersonGiftMessage
  29. [exec] Fields: id,personId,senderPersonId,giftId,message,created
  30. [exec] Notice: Can't load App_Model_Record_PersonMeetRequest, skipping field detection...
  31. [exec] PHP Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[HY000]: General error: 1206 The total number of locks exceeds the lock table size' in /home/francis/spaces/php/svz_vztreff/src/contrib/Zend/Db/Statement/Pdo.php:228
  32. [exec] Stack trace:
  33. [exec] #0 /home/francis/spaces/php/svz_vztreff/src/contrib/Zend/Db/Statement/Pdo.php(228): PDOStatement->execute(Array)
  34. [exec] #1 /home/francis/spaces/php/svz_vztreff/src/contrib/Zend/Db/Statement.php(300): Zend_Db_Statement_Pdo->_execute(Array)
  35. [exec] #2 /home/francis/spaces/php/svz_vztreff/src/contrib/Zend/Db/Adapter/Abstract.php(479): Zend_Db_Statement->execute(Array)
  36. [exec] #3 /home/francis/spaces/php/svz_vztreff/src/contrib/Zend/Db/Adapter/Pdo/Abstract.php(241): Zend_Db_Adapter_Abstract->query('insert into Mes...', Array)
  37. [exec] #4 /home/francis/spaces/php/svz_vztreff/src/application/App/Task/SampleDataGenerator.php(418): Zend_Db_Adapter_Pdo_Abstract->query('insert into Mes...')
  38. [exec] #5 /home/francis/spaces/php/svz_vztreff/src/application/Lib/Task/Runner.php(122): App_Task_SampleDataGenerator->run()
  39. [exec] #6 /home/fran in /home/francis/spaces/php/svz_vztreff/src/contrib/Zend/Db/Statement/Pdo.php on line 234
  40. [exec]
  41. [exec] Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[HY000]: General error: 1206 The total number of locks exceeds the lock table size' in /home/francis/spaces/php/svz_vztreff/src/contrib/Zend/Db/Statement/Pdo.php on line 234
  42. [exec]
  43. [exec] PDOException: SQLSTATE[HY000]: General error: 1206 The total number of locks exceeds the lock table size in /home/francis/spaces/php/svz_vztreff/src/contrib/Zend/Db/Statement/Pdo.php on line 228
  44. [exec]
  45. [exec] Call Stack:
  46. [exec] 0.0010 634392 1. {main}() /home/francis/spaces/php/svz_vztreff/bin/run_task.php:0
  47. [exec] 0.2774 4469824 2. Lib_Task_Runner::run() /home/francis/spaces/php/svz_vztreff/bin/run_task.php:7
  48. [exec] 0.2986 5043960 3. App_Task_SampleDataGenerator->run() /home/francis/spaces/php/svz_vztreff/src/application/Lib/Task/Runner.php:122
  49. [exec] 28235.7737 8638648 4. Zend_Db_Adapter_Pdo_Abstract->query() /home/francis/spaces/php/svz_vztreff/src/application/App/Task/SampleDataGenerator.php:418
  50. [exec] 28235.7737 8638960 5. Zend_Db_Adapter_Abstract->query() /home/francis/spaces/php/svz_vztreff/src/contrib/Zend/Db/Adapter/Pdo/Abstract.php:241
  51. [exec] 28235.7739 8644152 6. Zend_Db_Statement->execute() /home/francis/spaces/php/svz_vztreff/src/contrib/Zend/Db/Adapter/Abstract.php:479
  52. [exec] 28235.7739 8644152 7. Zend_Db_Statement_Pdo->_execute() /home/francis/spaces/php/svz_vztreff/src/contrib/Zend/Db/Statement.php:300
  53. [exec] 28235.7739 8644304 8. PDOStatement->execute() /home/francis/spaces/php/svz_vztreff/src/contrib/Zend/Db/Statement/Pdo.php:228
  54. [exec]
  55. [exec] Zend_Db_Statement_Exception: SQLSTATE[HY000]: General error: 1206 The total number of locks exceeds the lock table size in /home/francis/spaces/php/svz_vztreff/src/contrib/Zend/Db/Statement/Pdo.php on line 234
  56. [exec]
  57. [exec] Call Stack:
  58. [exec] 0.0010 634392 1. {main}() /home/francis/spaces/php/svz_vztreff/bin/run_task.php:0
  59. [exec] 0.2774 4469824 2. Lib_Task_Runner::run() /home/francis/spaces/php/svz_vztreff/bin/run_task.php:7
  60. [exec] 0.2986 5043960 3. App_Task_SampleDataGenerator->run() /home/francis/spaces/php/svz_vztreff/src/application/Lib/Task/Runner.php:122
  61. [exec] 28235.7737 8638648 4. Zend_Db_Adapter_Pdo_Abstract->query() /home/francis/spaces/php/svz_vztreff/src/application/App/Task/SampleDataGenerator.php:418
  62. [exec] 28235.7737 8638960 5. Zend_Db_Adapter_Abstract->query() /home/francis/spaces/php/svz_vztreff/src/contrib/Zend/Db/Adapter/Pdo/Abstract.php:241
  63. [exec] 28235.7739 8644152 6. Zend_Db_Statement->execute() /home/francis/spaces/php/svz_vztreff/src/contrib/Zend/Db/Adapter/Abstract.php:479
  64. [exec] 28235.7739 8644152 7. Zend_Db_Statement_Pdo->_execute() /home/francis/spaces/php/svz_vztreff/src/contrib/Zend/Db/Statement.php:300
  65. [exec]
  66. Execution of target "dbsample" failed for the following reason: /home/francis/spaces/php/svz_vztreff/build/build.xml:870:1: Task exited with code 255
  67. [phingcall] /home/francis/spaces/php/svz_vztreff/build/build.xml:870:1: Task exited with code 255
  68. Execution of target "dbreset" failed for the following reason: /home/francis/spaces/php/svz_vztreff/build/build.xml:129:26: Execution of the target buildfile failed. Aborting.
  69.  
  70. BUILD FAILED
  71. /home/francis/spaces/php/svz_vztreff/build/build.xml:129:26: Execution of the target buildfile failed. Aborting.
  72. Total time: 477 minutes 57.36 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement