blockchain - OCI Runtime Error when trying to submit an invoke/query to Hyperledger -


i'm trying this hyperledger fabric boilerplate provide running, when try submit query or invoke requests hfc this:

08:07:52.277 [dockercontroller] start -> erro 01c start-could not start container api error (500): {"message":"invalid header field value \"oci runtime error: container_linux.go:247: starting container process caused \\\"process_linux.go:245: running exec setns process init caused \\\\\\\"exit status 17\\\\\\\"\\\"\\n\""} 08:07:52.278 [chaincode] launch -> erro 01d launchandwaitforregister failed error starting container: api error (500): {"message":"invalid header field value \"oci runtime error: container_linux.go:247: starting container process caused \\\"process_linux.go:245: running exec setns process init caused \\\\\\\"exit status 17\\\\\\\"\\\"\\n\""} 

can explain me oci runtime , oci error 17 means?

i'm running ubuntu 14.04, docker 1.12.2, fabric 0.5.

oci open container initiative , error indicative of amiss in docker environment.


Comments

Popular posts from this blog

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -