Service Fabric UpgradeOrchestrationService fails -


i testing service fabric on standalone windows server 2016 datacenter installation.

the cluster consists of 3 nodes, running on single machine (similar configuration clusterconfig.unsecure.devcluster.json). cluster version 5.3.301.9590. setting cluster worked without issues. after delay, upgradeorchestrationservice in system section of service fabric explorer enters warning state. application not installed. situation occurs directly after cluster setup.

the following exception message displayed:

  unhealthy event: sourceid='runasync', property='runasyncunhandledexception', healthstate='warning', considerwarningaserror=false.   system.fabric.fabricexception (-2147017720)     message: exception hresult: 0xffffffff     stacktrace:    @ system.runtime.compilerservices.taskawaiter.throwfornonsuccess(task task)      @ system.runtime.compilerservices.taskawaiter.handlenonsuccessanddebuggernotification(task task)      @ system.fabric.common.fabricclientretryhelper.d__15.movenext()   --- end of stack trace previous location exception thrown ---      @ system.runtime.compilerservices.taskawaiter.throwfornonsuccess(task task)      @ system.runtime.compilerservices.taskawaiter.handlenonsuccessanddebuggernotification(task task)      @ system.fabric.common.fabricclientretryhelper.d__f.movenext()   --- end of stack trace previous location exception thrown ---      @ system.runtime.compilerservices.taskawaiter.throwfornonsuccess(task task)      @ system.runtime.compilerservices.taskawaiter.handlenonsuccessanddebuggernotification(task task)      @ system.fabric.upgradeservice.clusterupgradecommandprocessor.d__46.movenext()   --- end of stack trace previous location exception thrown ---      @ system.runtime.compilerservices.taskawaiter.throwfornonsuccess(task task)      @ system.runtime.compilerservices.taskawaiter.handlenonsuccessanddebuggernotification(task task)      @ system.fabric.upgradeservice.clusterupgradecommandprocessor.d__34.movenext()   --- end of stack trace previous location exception thrown ---      @ system.runtime.compilerservices.taskawaiter.throwfornonsuccess(task task)      @ system.runtime.compilerservices.taskawaiter.handlenonsuccessanddebuggernotification(task task)      @ system.fabric.upgradeorchestration.service.fabricupgradeorchestrationservice.d__15.movenext()   --- end of stack trace previous location exception thrown ---      @ system.runtime.compilerservices.taskawaiter.throwfornonsuccess(task task)      @ system.runtime.compilerservices.taskawaiter.handlenonsuccessanddebuggernotification(task task)      @ system.fabric.upgradeorchestration.service.fabricupgradeorchestrationservice.d__a.movenext()   --- end of stack trace previous location exception thrown ---      @ system.runtime.compilerservices.taskawaiter.throwfornonsuccess(task task)      @ system.runtime.compilerservices.taskawaiter.handlenonsuccessanddebuggernotification(task task)      @ system.fabric.upgradeorchestration.service.fabricupgradeorchestrationservice.d__2.movenext()   --- end of stack trace previous location exception thrown ---      @ system.runtime.compilerservices.taskawaiter.throwfornonsuccess(task task)      @ system.runtime.compilerservices.taskawaiter.handlenonsuccessanddebuggernotification(task task)      @ microsoft.servicefabric.services.runtime.statefulservicereplicaadapter.d__f.movenext() 

update

i did exact same setup on windows server 2012 r2 , did not encounter issues.


Comments

Popular posts from this blog

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -