RavenDb in ram and 404 Not found errors -


i'm tring use full in-memory ravendb (version 2.5.2996) run integration tests. started ravendb server using following command:

    raven.server.exe --ram --debug 

the server started correctly. integration tests stuck , lot of errors in ravendb debug console:

    request #143: - o ms - <database name> - 404 - /indexes/raven/documentbyentityname?definition=yes 

using normal ravendb instance (not in memory), integration tests pass. tried search in ravendb documentation clues didn't find anything. can me understand why not working?

the --ram options system database, need specify each db running in memory setting raven/runinmemory = true when create db.


Comments

Popular posts from this blog

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12:test (default-test) on project.Error occurred in starting fork -

windows - Debug iNetMgr.exe unhandle exception System.Management.Automation.CmdletInvocationException -

configurationsection - activeMq-5.13.3 setup configurations for wildfly 10.0.0 -