Failed to Initializing dbLoader on sesame-example

Hi, I’m trying OpenGamma on windows via Eclipse.
Unfortunately I’ve got this error when I want to run the sesame-example:
— Initializing dbLoader —
com.opengamma.component.ComponentConfigException: Failed to init component factory: ‘dbLoader’ with {configMaster=::default, conventionMaster=::default, exchangeMaster=::default, factory=com.opengamma.solutions.component.FullDatabaseRestoreComponentFactory, historicalTimeSeriesMaster=::default, holidayMaster=::default, legalEntityMaster=::default, marketDataSnapshotMaster=::default, path=import-data.zip, portfolioMaster=::default, positionMaster=::default, securityMaster=::default}
at com.opengamma.component.ComponentManager.initComponent(ComponentManager.java:360)
at com.opengamma.component.ComponentManager.initComponents(ComponentManager.java:322)
at com.opengamma.component.ComponentManager.init(ComponentManager.java:297)
at com.opengamma.component.ComponentManager.start(ComponentManager.java:206)
at com.opengamma.component.ComponentManager.start(ComponentManager.java:193)
at com.opengamma.component.OpenGammaComponentServer.run(OpenGammaComponentServer.java:307)
at com.opengamma.component.OpenGammaComponentServer.run(OpenGammaComponentServer.java:173)
at com.opengamma.solutions.server.OpenGammaServer.main(OpenGammaServer.java:17)
Caused by: java.lang.IllegalStateException: Unable to locate specified zip file on the file system: C:\Program%20Files\OpenGamma\OG-Platform-master\sesame\sesame-examples\example-server\target\classes\import-data.zip
at com.opengamma.integration.regression.ZipFileRegressionIO$ReadingZipFileRegressionIO.initZipFile(ZipFileRegressionIO.java:134)
at com.opengamma.integration.regression.ZipFileRegressionIO$ReadingZipFileRegressionIO.(ZipFileRegressionIO.java:128)
at com.opengamma.integration.regression.ZipFileRegressionIO.createReader(ZipFileRegressionIO.java:49)
at com.opengamma.solutions.component.FullDatabaseRestoreComponentFactory.init(FullDatabaseRestoreComponentFactory.java:86)
at com.opengamma.component.ComponentManager.initFactory(ComponentManager.java:606)
at com.opengamma.component.ComponentManager.initComponent(ComponentManager.java:358)
… 7 more
======== OPENGAMMA STARTUP FAILED ========

Do you have any idea from where this error comes from?
Thank you

Hi,

Welcome to OpenGamma!

Over the last 18 months we have transitioned our development onto our next-generation toolkit for market risk, called Strata. This is designed to offer all the functionality at the core of OG-Platform in a much simpler and easier to use library. Strata is already in use in production, and we are in the process of updating our website to point visitors to this as the replacement for OG-Platform.

As you are just getting started, we would strongly recommend that you start with Strata. The source code is available at https://github.com/OpenGamma/Strata and detailed documentation is at http://opengamma.github.io/StrataDocs/.

Please let us know how you get on. If you would like to discuss your requirements further then don’t hesitate to get in touch.

Best wishes,
Jon