I'm using microstream and I try to save my object in storage :
EmbeddedStorageFoundation esf = EmbeddedStorageFoundation.New().setConfiguration(storageConfiguration);
storage = esf.createEmbeddedStorageManager();
storage.start();
storage.setRoot(content);
when I execute "storage.start()" the exception throw :
Can you help me what is the problem? If you need another thing comment to provide.