nodejs_client icon indicating copy to clipboard operation
nodejs_client copied to clipboard

node.js 10 not working

Open shimondoodkin opened this issue 6 years ago • 2 comments

not working for me, swig has a problem they don't have a maintainer for node.js there is some problem with weak references. (async functions)

when i run the code of example1 it freezes on store.putContainer(conInfo);

maybe to use nbind

shimondoodkin avatar Jul 03 '19 23:07 shimondoodkin

Thank you for your comment and usage.

when i run the code of example1 it freezes on store.putContainer(conInfo);

I guess it is a connection issue. After several minutes, do you get a error like TIMEOUT ?

  1. Is it possibe to get the output of gs_stat command ? Are the values of cluster/clusterStatus and cluster/nodeStatus MASTER and ACTIVE ?

  2. Firewall might be related. If so, could you please allow connection for transaction/notificationAddress (default is 31999) in gs_cluster.json ?

(CentOS) $ firewall-cmd --zone=public --add-port=31999/udp (Ubuntu) $ ufw allow 31999/udp

knonomura avatar Jul 05 '19 05:07 knonomura

not working for me, swig has a problem they don't have a maintainer for node.js there is some problem with weak references. (async functions)

when i run the code of example1 it freezes on store.putContainer(conInfo);

maybe to use nbind

crskbelca avatar Dec 09 '20 18:12 crskbelca