You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered the following Error that was not handled and Node exited due to this error. Not sure if I can catch the error to prevent Node from exiting ?
Rhea : 3.0.1
Nodejs: 20.12.2
Error: SMF AD bind response error
at Receiver.link.on_detach (/workspace/node_modules/rhea/lib/link.js:165:86)
at Session.on_detach (/workspace/node_modules/rhea/lib/session.js:745:27)
at Connection.<computed> [as on_detach] (/workspace/node_modules/rhea/lib/connection.js:855:30)
at c.dispatch (/workspace/node_modules/rhea/lib/types.js:946:33)
at Transport.read (/workspace/node_modules/rhea/lib/transport.js:117:36)
at Connection.input (/workspace/node_modules/rhea/lib/connection.js:567:37)
at TLSSocket.emit (node:events:513:28)
at TLSSocket.emit (node:domain:489:12)
at addChunk (node:internal/streams/readable:315:12)
at readableAddChunk (node:internal/streams/readable:289:9)
I believe it is an error from Solace messaging system. From some googling, it looks like it is related to authorization of a sender or receiver. You should be able to handle it with sender_close/sender_error/receiver_close/receiver_error handlers.
Hi,
I encountered the following Error that was not handled and Node exited due to this error. Not sure if I can catch the error to prevent Node from exiting ?
Rhea : 3.0.1
Nodejs: 20.12.2
Is there a way to prevent the app from exiting ? Do you have an idea where this error is originating ?
Thanks
The text was updated successfully, but these errors were encountered: