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
Post a Comment