-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ZSL Error : The network is terminating forcefully #420
Comments
@jpmsam any response on the above issue ? or can you redirect it to the concerned person ? |
hi @saipraveen23, I encountered this error as well. The issue is is low memory allocated to the Vagrant VirtualBox (see e.g. Zerocash/libzerocash#1). The easiest way to fix this should be to Notice that the memory limit has been changed here: |
Hi @benediamond , I am not using vagrant. so i there any other solution to solve this problem ? |
Maybe you are simply running out of memory. The only alternative would be to run |
Hi @saipraveen23 any luck on this? If not, please check |
System information
Geth version:
geth 1.6
OS & Version: Ubuntu 16.04
Branch, Commit Hash or Release:
branch :zsl_geth1.6
Link : https://github.com/jpmorganchase/quorum-examples
In the above link , in Example 2, while executing the command :
zdemo.submit_payment(tracker, ztoken_usd, zprivatecontract, uuid),
The network is closing forcefully whenever this command is executing.
Error:
[*] Generating proof for shielded transfer
Error: EOF
at web3.js:3104:20
at web3.js:6191:15
at web3.js:5004:36
at _zdemo_submit_funds_to_contract (ztracker.js:151:18)
at _zdemo_submit_payment (ztracker.js:224:12)
at ztracker.js:316:20
at :1:1
The text was updated successfully, but these errors were encountered: