Azure Service Fabric: cannot run Microsoft Service Fabric Host Service -


i have problem azure service fabric.

i have installed (on windows 7) said in https://azure.microsoft.com/en-gb/documentation/articles/service-fabric-get-started/.

but when try run service fabric application visual studio see windows service microsoft service fabric host service ("c:\program files\microsoft service fabric\bin\fabrichost.exe") fails start. service hangs several minutes , finishes following error message:

faulting application name: fabrichost.exe, version: 5.0.217.100, time stamp: 0x571a85d8 faulting module name: fabrichost.exe, version: 5.0.217.100, time stamp: 0x571a85d8 exception code: 0xc0000602 fault offset: 0x00000000000b3146 faulting process id: 0xb34 faulting application start time: 0x01d1b90822b3eb43 faulting application path: c:\program files\microsoft service fabric\bin\fabrichost.exe faulting module path: c:\program files\microsoft service fabric\bin\fabrichost.exe report id: 0b7cff13-24fc-11e6-bccf-e06995ddb2c0

how can fix it?

try following: make sure have windows firewall running on server before else.

once running start fabric service. once fabric service running should able start front end service.


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -