Skip to content

Instantly share code, notes, and snippets.

@tremes
Created September 24, 2018 12:37
Show Gist options
  • Save tremes/f6930a42f0d217b2072b3c36b9b89133 to your computer and use it in GitHub Desktop.
Save tremes/f6930a42f0d217b2072b3c36b9b89133 to your computer and use it in GitHub Desktop.
frontend-nodejs-21c9: Connected to AMQP messaging service at messaging.enmasse-my-example-space.svc:5672
{ Error: Node not found
at Receiver.link.on_detach (/opt/app-root/src/node_modules/rhea/lib/link.js:159:86)
at Session.on_detach (/opt/app-root/src/node_modules/rhea/lib/session.js:695:27)
at Connection.(anonymous function) [as on_detach] (/opt/app-root/src/node_modules/rhea/lib/connection.js:680:30)
at c.dispatch (/opt/app-root/src/node_modules/rhea/lib/types.js:909:33)
at Transport.read (/opt/app-root/src/node_modules/rhea/lib/transport.js:108:36)
at SaslClient.read (/opt/app-root/src/node_modules/rhea/lib/sasl.js:277:26)
at Connection.input (/opt/app-root/src/node_modules/rhea/lib/connection.js:438:35)
at Socket.emit (events.js:182:13)
at addChunk (_stream_readable.js:283:12)
at readableAddChunk (_stream_readable.js:264:11)
at Socket.Readable.push (_stream_readable.js:219:10)
at TCP.onStreamRead [as onread] (internal/stream_base_commons.js:94:17)
message: 'Node not found',
condition: 'amqp:not-found',
description: 'Node not found',
link:
Receiver {
session:
Session {
connection: [Connection],
outgoing: [Outgoing],
incoming: [Incoming],
state: [EndpointState],
local: [Object],
remote: [Object],
links: [Object],
options: {} },
connection:
Connection {
options: [Object],
container: [Container],
registered: true,
state: [EndpointState],
local_channel_map: [Object],
remote_channel_map: [Object],
local: [Object],
remote: [Object],
session_policy: [Object],
amqp_transport: [Transport],
sasl_transport: [SaslClient],
transport: [SaslClient],
conn_established_counter: 1,
heartbeat_out: [Timeout],
heartbeat_in: undefined,
abort_idle: false,
socket_ready: true,
scheduled_reconnect: undefined,
default_sender: undefined,
closed_with_non_fatal_error: false,
is_server: false,
socket: [Socket] },
name: '86a43e3d-4b99-a24c-b0d1-f8b80609de50',
options:
{ source: [Object],
name: '86a43e3d-4b99-a24c-b0d1-f8b80609de50',
target: undefined },
state:
EndpointState {
local_open: false,
remote_open: false,
open_requests: 0,
close_requests: 1,
initialised: true },
issue_flow: true,
local: { handle: 2, attach: [c], detach: [c] },
remote: { handle: undefined, attach: [c], detach: [c] },
delivery_count: 0,
credit: 1000,
observers:
EventEmitter { _events: [Object], _eventsCount: 2, _maxListeners: undefined },
drain: false } }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment