documentdb emulator gatewayservice crashing on startup -
i looking learn documentdb , installed emulator seemingly without error. however, upon startup have service crashing:
gatewayservicestartup
judging title guessing important service emulator. interestingly enough seems emulator continues load , attempts open : https://localhost:8081/_explorer/index.html
without success.
using command prompt attempted start gateway services manually , here results:
c:\program files\documentdb emulator\packages\gatewayservice\gatewayservice.code>documentdb.gatewayservice.exe /?
unhandled exception: system.runtime.interopservices.comexception: invalid value registry (exception hresult: 0x80040153 (regdb_e_invalidvalue)) @ system.runtime.interopservices.runtimeenvironment.getdeveloperpath() @ system.appdomain.setupfusionstore(appdomainsetup info, appdomainsetup oldinfo) @ system.appdomain.setupdomain(boolean allowredirects, string path, string configfile, string[] propertynames, string[] propertyvalues)
c:\program files\documentdb emulator\packages\gatewayservice\gatewayservice.code>documentdb.startupentrypoint.exe /?
unhandled exception: system.runtime.interopservices.comexception: invalid value registry (exception hresult: 0x80040153 (regdb_e_invalidvalue)) @ system.runtime.interopservices.runtimeenvironment.getdeveloperpath() @ system.appdomain.setupfusionstore(appdomainsetup info, appdomainsetup oldinfo) @ system.appdomain.setupdomain(boolean allowredirects, string path, string configfile, string[] propertynames, string[] propertyvalues)
c:\program files\documentdb emulator\packages\gatewayservice\gatewayservice.code>
is gateway service relevant? idea how fix?
quick edit: have followed directions listed here: https://docs.microsoft.com/en-us/azure/documentdb/documentdb-nosql-local-emulator#troubleshooting
no etl file generated emailed.
thanks in advance
chris- recommendation send dump and/or trace files askdocdb@microsoft.com. specific instructions retrieving files provided here: https://docs.microsoft.com/en-us/azure/documentdb/documentdb-nosql-local-emulator#troubleshooting. -mimi
Comments
Post a Comment