EvernodeXRPL / evernode-sdk

Evernode SDK
Other
44 stars 7 forks source link

deployment struggling again. #70

Closed shortthefomo closed 1 year ago

shortthefomo commented 1 year ago
Screen Shot 2023-06-04 at 23 51 43

attached is my bundle...

bundle.zip

shortthefomo commented 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.

chalith commented 1 year ago

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

shortthefomo commented 1 year ago
Screen Shot 2023-06-05 at 08 13 47 Screen Shot 2023-06-05 at 08 19 44

and trying same host over and over always results same issue for me...

Screen Shot 2023-06-05 at 08 33 21

no luck so far

shortthefomo commented 1 year ago
Screen Shot 2023-06-05 at 09 29 11

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.

shortthefomo commented 1 year ago

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.

Screen Shot 2023-06-05 at 11 06 50

Screen Shot 2023-06-05 at 11 06 59

chalith commented 1 year ago

We'll look into this and give you an update

chalith commented 1 year ago

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.

Screen Shot 2023-06-05 at 11 06 50

Screen Shot 2023-06-05 at 11 06 59

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.

shortthefomo commented 1 year ago

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