Advertisement
YannBergonzat

Artemis frames log

Apr 11th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.50 KB | None | 0 0
  1. [rootpath]/vendor/stomp-php/stomp-php/src/Network/Connection.php:424:
  2. class Stomp\Transport\Frame#15 (5) {
  3. protected $command =>
  4. string(7) "CONNECT"
  5. protected $headers =>
  6. array(5) {
  7. 'login' =>
  8. string(7) "[censored]"
  9. 'passcode' =>
  10. string(20) "[censored]"
  11. 'accept-version' =>
  12. string(3) "1.2"
  13. 'host' =>
  14. string(15) "[censored]"
  15. 'heart-beat' =>
  16. string(3) "0,0"
  17. }
  18. public $body =>
  19. NULL
  20. private $addLengthHeader =>
  21. bool(false)
  22. private $legacyMode =>
  23. bool(true)
  24. }
  25. [rootpath]/vendor/stomp-php/stomp-php/src/Network/Connection.php:502:
  26. class Stomp\Transport\Frame#16 (5) {
  27. protected $command =>
  28. string(9) "CONNECTED"
  29. protected $headers =>
  30. array(4) {
  31. 'version' =>
  32. string(3) "1.2"
  33. 'session' =>
  34. string(8) "[censored]"
  35. 'server' =>
  36. string(56) "ActiveMQ-Artemis/2.7.0 ActiveMQ Artemis Messaging Engine"
  37. 'heart-beat' =>
  38. string(7) "0,30000"
  39. }
  40. public $body =>
  41. string(0) ""
  42. private $addLengthHeader =>
  43. bool(false)
  44. private $legacyMode =>
  45. bool(true)
  46. }
  47. [rootpath]/vendor/stomp-php/stomp-php/src/Network/Connection.php:424:
  48. class Stomp\Transport\Frame#17 (5) {
  49. protected $command =>
  50. string(9) "SUBSCRIBE"
  51. protected $headers =>
  52. array(5) {
  53. 'destination' =>
  54. string(3) "[censored]"
  55. 'ack' =>
  56. string(4) "auto"
  57. 'id' =>
  58. int([censored])
  59. 'activemq.prefetchSize' =>
  60. int(1)
  61. 'receipt' =>
  62. string(32) "[censored]"
  63. }
  64. public $body =>
  65. NULL
  66. private $addLengthHeader =>
  67. bool(false)
  68. private $legacyMode =>
  69. bool(false)
  70. }
  71. [rootpath]/vendor/stomp-php/stomp-php/src/Network/Connection.php:502:
  72. class Stomp\Transport\Frame#16 (5) {
  73. protected $command =>
  74. string(7) "RECEIPT"
  75. protected $headers =>
  76. array(1) {
  77. 'receipt-id' =>
  78. string(32) "[censored]"
  79. }
  80. public $body =>
  81. string(0) ""
  82. private $addLengthHeader =>
  83. bool(false)
  84. private $legacyMode =>
  85. bool(false)
  86. }
  87. [rootpath]/vendor/stomp-php/stomp-php/src/Network/Connection.php:502:
  88. class Stomp\Transport\Frame#10 (5) {
  89. protected $command =>
  90. string(7) "MESSAGE"
  91. protected $headers =>
  92. array(12) {
  93. 'subscription' =>
  94. string(19) "[censored]"
  95. 'content-length' =>
  96. string(4) "4027"
  97. 'message-id' =>
  98. string(8) "[censored]"
  99. 'destination' =>
  100. string(3) "[censored]"
  101. 'expires' =>
  102. string(1) "0"
  103. 'redelivered' =>
  104. string(5) "false"
  105. 'priority' =>
  106. string(1) "1"
  107. 'persistent' =>
  108. string(4) "true"
  109. 'timestamp' =>
  110. string(13) "1554993196633"
  111. 'type' =>
  112. string(7) "REGIONS"
  113. 'receipt' =>
  114. string(32) "[censored]"
  115. 'amqMessageId' =>
  116. string(13) "[censored]"
  117. }
  118. public $body =>
  119. string(4027) "[Binary content]"...
  120. private $addLengthHeader =>
  121. bool(false)
  122. private $legacyMode =>
  123. bool(false)
  124. }
  125. PHP Fatal error: Uncaught Stomp\Exception\ConnectionException: Was not possible to read data from stream. (Host: [censored]) in [rootpath]/vendor/stomp-php/stomp-php/src/Network/Connection.php:479
  126. Stack trace:
  127. #0 [rootpath]/vendor/stomp-php/stomp-php/src/Client.php(351): Stomp\Network\Connection->readFrame()
  128. #1 [rootpath]/vendor/stomp-php/stomp-php/src/States/ConsumerState.php(170): Stomp\Client->readFrame()
  129. #2 [rootpath]/vendor/stomp-php/stomp-php/src/StatefulStomp.php(163): Stomp\States\ConsumerState->read()
  130. #3 [rootpath]/src/STOMP-read.php(28): Stomp\StatefulStomp->read()
  131. #4 {main}
  132. thrown in [rootpath]/vendor/stomp-php/stomp-php/src/Network/Connection.php on line 479
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement