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
Hi, I am trying to build a node which include a messageStoreProxy instance and a service server. For instance, I just created a dummy code to show the behavior:
I run the node along with mongodb_store and when I call the service I get the following error and the node dies: ERROR: transport error completing service call: unable to receive data from sender, check sender's logs for details
And any log file is saved.
Debugging the code I noticed that commenting out the "insertNamed..." line solves the error but I can't understand it because it's a line which is never executed. Any idea on where can be the problem and how to solve it?
Thanks.
The text was updated successfully, but these errors were encountered:
Hi, I am trying to build a node which include a messageStoreProxy instance and a service server. For instance, I just created a dummy code to show the behavior:
I run the node along with mongodb_store and when I call the service I get the following error and the node dies:
ERROR: transport error completing service call: unable to receive data from sender, check sender's logs for details
And any log file is saved.
Debugging the code I noticed that commenting out the "insertNamed..." line solves the error but I can't understand it because it's a line which is never executed. Any idea on where can be the problem and how to solve it?
Thanks.
The text was updated successfully, but these errors were encountered: