-
Notifications
You must be signed in to change notification settings - Fork 64
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
Security Handshake Fail #27
Comments
Attaching logs of two request that i made, once was successful and second was not. There was no code changes done during these two request. Can anyone explain the reason of this happening and how this can be resolved. logs when Transaction was unsuccessful.
Logs when transaction was succesfull
|
I'm also facing the same issue please help. |
I am also getting same error; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've copied the service credentials. However when i'm trying to execute getting following error. Copying the debug output trace.
Deploying chaincode ... hfc Member.deploy +2ms hfc TransactionContext.deploy +0ms hfc Received deploy request: {"fcn":"init","args":["a","100","b","200"],"chaincodePath":"chaincode","certificatePath":"/certs/peer/cert.pem"} +0ms hfc [TransactionContext] No TCert cached. Retrieving one. +1ms hfc Member.getNextTCert: key=null +0ms hfc Member.getNextTCert: key=null, creating new getter +0ms hfc shouldGetTCerts: yes, we have no tcerts +1ms E0213 10:52:44.966972000 123145375956992 handshake.c:128] Security handshake failed: {"created":"@1486963364.966933000","description":"Handshake read failed","file":"../src/core/lib/security/transport/handshake.c","file_line":237,"referenced_errors":[{"created":"@1486963364.966885000","description":"FD shutdown","file":"../src/core/lib/iomgr/ev_poll_posix.c","file_line":427}]} E0213 10:52:44.968353000 123145375956992 completion_queue.c:254] Operation failed: tag=0x101b2d200, error={"created":"@1486963364.968300000","description":"Failed to create subchannel","file":"../src/core/ext/client_config/subchannel_call_holder.c","file_line":185,"referenced_errors":[{"created":"@1486963364.968209000","description":"Pick Cancelled","file":"../src/core/ext/lb_policy/pick_first/pick_first.c","file_line":170}]} E0213 10:52:44.968453000 123145375956992 completion_queue.c:254] Operation failed: tag=0x101c00910, error={"created":"@1486963364.968300000","description":"Failed to create subchannel","file":"../src/core/ext/client_config/subchannel_call_holder.c","file_line":185,"referenced_errors":[{"created":"@1486963364.968209000","description":"Pick Cancelled","file":"../src/core/ext/lb_policy/pick_first/pick_first.c","file_line":170}]} E0213 10:52:44.968528000 123145375956992 completion_queue.c:254] Operation failed: tag=0x101b2e410, error={"created":"@1486963364.968300000","description":"Failed to create subchannel","file":"../src/core/ext/client_config/subchannel_call_holder.c","file_line":185,"referenced_errors":[{"created":"@1486963364.968209000","description":"Pick Cancelled","file":"../src/core/ext/lb_policy/pick_first/pick_first.c","file_line":170}]} events.js:160 throw er; // Unhandled 'error' event
The text was updated successfully, but these errors were encountered: