Guest User

Untitled

a guest
Jul 22nd, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.73 KB | None | 0 0
  1.  
  2. caelesta:dm knowtheory$ ruby trans_test2.rb
  3. [2148303280] DO open_connection = 2157337300
  4. [2148303280] TXN open_connection = 2157337300 (current = 4)
  5. [2148303280] TXN close_connection(2157337300) (current = 4)
  6. [2148303280] DO close_connection(2157337300) (current = 2157337300)
  7. [2148303280] DO open_connection = 2157337300
  8. [2148303280] TXN open_connection = 2157337300 (current = 4)
  9. [2148303280] TXN close_connection(2157337300) (current = 4)
  10. [2148303280] DO close_connection(2157337300) (current = 2157337300)
  11. [2148303280] DO open_connection = 2157337300
  12. [2148303280] TXN open_connection = 2157337300 (current = 4)
  13. [2148303280] DO open_connection = 2157325960
  14. [2148303280] TXN open_connection = 2157325960 (current = 4)
  15. [2148303280] TXN close_connection(2157325960) (current = 4)
  16. [2148303280] DO close_connection(2157325960) (current = 2157325960)
  17. [2148303280] DO open_connection = 2157325960
  18. [2148303280] TXN open_connection = 2157325960 (current = 4)
  19. [2148303280] TXN close_connection(2157325960) (current = 4)
  20. [2148303280] DO close_connection(2157325960) (current = 2157325960)
  21. [2148303280] TXN close_connection(2157337300) (current = 4)
  22. [2148303280] DO close_connection(2157337300) (current = 2157337300)
  23. [2148303280] DO open_connection = 2157337300
  24. [2148303280] TXN open_connection = 2157337300 (current = 4)
  25. [2148303280] TXN close_connection(2157337300) (current = 4)
  26. [2148303280] DO close_connection(2157337300) (current = 2157337300)
  27. [2148303280] DO open_connection = 2157337300
  28. [2148303280] TXN open_connection = 2157337300 (current = 4)
  29. [2148303280] TXN close_connection(2157337300) (current = 4)
  30. [2148303280] DO close_connection(2157337300) (current = 2157337300)
  31. [2148303280] DO open_connection = 2157337300
  32. [2148303280] TXN open_connection = 2157337300 (current = 4)
  33. [2148303280] TXN close_connection(2157337300) (current = 4)
  34. [2148303280] DO close_connection(2157337300) (current = 2157337300)
  35. [2148303280] starting
  36. #<Set: {#<DataObjects::Pooling::Pool<DataObjects::Mysql::Connection> available=2 used=0 size=8>}>
  37. [2157294560] thread: txn 1 start
  38. #<Set: {#<DataObjects::Pooling::Pool<DataObjects::Mysql::Connection> available=2 used=0 size=8>}>
  39. [2157294560] TXN open_connection = 2157337300 (current = 2157337300)
  40. [2157294560] TXN close_connection(2157337300) (current = 2157337300)
  41. [2157294560] thread: txn 2 start
  42. #<Set: {#<DataObjects::Pooling::Pool<DataObjects::Mysql::Connection> available=1 used=1 size=8>}>
  43. [2157294560] TXN open_connection = 2157337300 (current = 2157337300)
  44. [2157294560] TXN close_connection(2157337300) (current = 2157337300)
  45. [2157294560] thread: txn 2 end
  46. #<Set: {#<DataObjects::Pooling::Pool<DataObjects::Mysql::Connection> available=2 used=0 size=8>}>
  47. [2157294560] thread: txn 1 end
  48. #<Set: {#<DataObjects::Pooling::Pool<DataObjects::Mysql::Connection> available=3 used=0 size=8>}>
  49. [2148303280] main: get
  50. #<Set: {#<DataObjects::Pooling::Pool<DataObjects::Mysql::Connection> available=3 used=0 size=8>}>
  51. [2148303280] DO open_connection = 2157337300
  52. [2148303280] TXN open_connection = 2157337300 (current = 4)
  53. [2157294560] thread: txn 1 start
  54. #<Set: {#<DataObjects::Pooling::Pool<DataObjects::Mysql::Connection> available=2 used=1 size=8>}>
  55. [2148303280] TXN close_connection(2157337300) (current = 4)
  56. [2148303280] DO close_connection(2157337300) (current = 2157337300)
  57. ERROR: #<NoMethodError: undefined method `close' for nil:NilClass> (/Users/knowtheory/code/dm/dm-do-adapter/lib/dm-do-adapter/adapter.rb:170:in `read'/Users/knowtheory/code/dm/dm-do-adapter/lib/dm-do-adapter/adapter.rb:289:in `with_connection'/Users/knowtheory/code/dm/dm-do-adapter/lib/dm-do-adapter/adapter.rb:141:in `read'/Users/knowtheory/code/dm/dm-core/lib/dm-core/repository.rb:162:in `read'/Users/knowtheory/code/dm/dm-core/lib/dm-core/model.rb:370:in `first'trans_test2.rb:74)
  58. caelesta:dm knowtheory$
Add Comment
Please, Sign In to add comment