Error="function not implemented" #1735
polestar1988
started this conversation in
General
Replies: 1 comment 3 replies
-
Could you enable the Gramine log using Without the detailed log, it's impossible to guess which exact function is not implemented. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@dimakuv
I use Storm In my application in order to to store and retrieve adapter information , Storm uses boltdb, which is a key-value store based on mmap, to manage the data.
I have created docker image using gsc and started the container inside the sgx.
when I want to add a datasource I get error
Error="function not implemented"
, while app is working without sgx perefctly.the error occurs in line:
catalog, err := storm.Open(absCatalogPath)
Is sgx or gramine support mmap files like storm? how could I solve the problem?
Beta Was this translation helpful? Give feedback.
All reactions