Closed shortthefomo closed 1 year ago
I first acquired a cluster... of 5 nodes (what i was aiming to test). Now im just trying a basic single node, but that is still getting rejected for me as well.
This could be due to a connection issue at that time, Can you try again deploying to the same host using deploy command evdevkit deploy --help
and trying same host over and over always results same issue for me...
no luck so far
also tried evdevkit cluster-create with 3 and then I assume one needs to evdevkit deploy out to each instance... but again it fails to upload there.
and here is my latest attempt, building of my ubuntu server and trying to deploy from there, as just making sure its not the issue of the build from my intel imac thats the issue....
but here im getting a different error "Bootstrap contact is not available: Error: buffer length 127 must === bson size 576486178" when trying the upload.
We'll look into this and give you an update
and here is my latest attempt, building of my ubuntu server and trying to deploy from there, as just making sure its not the issue of the build from my intel imac thats the issue....
but here im getting a different error "Bootstrap contact is not available: Error: buffer length 127 must === bson size 576486178" when trying the upload.
If I'm correct, In this logs it seems you first ran cluster-create
which does the cluster creation and contract bundle upload together and it got succeeded. And then you are trying to deploy
a bundle again to the cluster you've just created with your bundle which ended up with "Bootstrap contact is not available: Error: buffer length 127 must === bson size 576486178" error.
Since you've already replaced the bootstrap contract with your contract in cluster-create
command. Now there's no more bootstrap contract and so bundle upload won't be handled unless you implemented it in your contract (Which you've uploaded in cluster-create
) yourself.
I was confused i thought i still had to go an deploy the thing and it was only "claiming the cluster" seems i finally got it working to night!
congrats guys and girls!! its running for me
attached is my bundle...
bundle.zip