Issue with Azure Deployment

I am testing out this platform in Azure. I have deployed everything and have it running without too much trouble. I am able to see the initial start page and get to the login page. After I type in my login credentials, I get an “unexpected server error”

In the logs, I have some entries like this prior to the application shutting down. Any ideas?

2019-08-13T19:01:03.503628559Z {
2019-08-13T19:01:03.503652459Z “logLevel”: “Error”,
2019-08-13T19:01:03.503668259Z “message”: “Directory.RegisterAsync S172.16.1.2:11111:303418832*cli/d748e385@8d3c50b3 failed.”,
2019-08-13T19:01:03.503672559Z “eventId”: {
2019-08-13T19:01:03.503676159Z “id”: 101317
2019-08-13T19:01:03.503679859Z },
2019-08-13T19:01:03.503683359Z “exception”: {
2019-08-13T19:01:03.503686959Z “type”: “System.InvalidOperationException”,
2019-08-13T19:01:03.503749160Z “message”: “Grain directory is stopping”,
2019-08-13T19:01:03.503808760Z “stackTrace”: " at Orleans.Runtime.GrainDirectory.LocalGrainDirectory.CheckIfShouldForward(GrainId grainId, Int32 hopCount, String operationDescription)\n at Orleans.Runtime.GrainDirectory.LocalGrainDirectory.RegisterAsync(ActivationAddress address, Boolean singleActivation, Int32 hopCount)\n at Orleans.OrleansTaskExtentions.LogException(Task task, ILogger logger, ErrorCode errorCode, String message)"
2019-08-13T19:01:03.503817160Z },
2019-08-13T19:01:03.503820760Z “app”: {
2019-08-13T19:01:03.503824260Z “name”: “Squidex”,
2019-08-13T19:01:03.503827860Z “version”: “3.1.0.0”,
2019-08-13T19:01:03.503875661Z “sessionId”: “c9303eea-a1d3-42a4-968b-5769acc86f90”
2019-08-13T19:01:03.503882361Z },
2019-08-13T19:01:03.503885961Z “timestamp”: “2019-08-13T19:01:03Z”,
2019-08-13T19:01:03.503889761Z “category”: “Orleans.Runtime.ClientObserverRegistrar”
2019-08-13T19:01:03.503893661Z }
2019-08-13T19:01:03.503897161Z
2019-08-13T19:01:03.504673365Z {
2019-08-13T19:01:03.504684965Z “logLevel”: “Error”,
2019-08-13T19:01:03.504689265Z “message”: “OnClientRefreshTimer has thrown an exceptions.”,
2019-08-13T19:01:03.504693865Z “eventId”: {
2019-08-13T19:01:03.504697565Z “id”: 101319
2019-08-13T19:01:03.504701665Z },
2019-08-13T19:01:03.504705265Z “exception”: {
2019-08-13T19:01:03.504708965Z “type”: “System.InvalidOperationException”,
2019-08-13T19:01:03.504712765Z “message”: “Grain directory is stopping”,
2019-08-13T19:01:03.504842966Z “stackTrace”: " at Orleans.Runtime.GrainDirectory.LocalGrainDirectory.CheckIfShouldForward(GrainId grainId, Int32 hopCount, String operationDescription)\n at Orleans.Runtime.GrainDirectory.LocalGrainDirectory.RegisterAsync(ActivationAddress address, Boolean singleActivation, Int32 hopCount)\n at Orleans.OrleansTaskExtentions.LogException(Task task, ILogger logger, ErrorCode errorCode, String message)\n at Orleans.Runtime.ClientObserverRegistrar.OnClientRefreshTimer(Object data)"
2019-08-13T19:01:03.504859866Z },
2019-08-13T19:01:03.504863966Z “app”: {
2019-08-13T19:01:03.504929767Z “name”: “Squidex”,
2019-08-13T19:01:03.504936267Z “version”: “3.1.0.0”,
2019-08-13T19:01:03.504939967Z “sessionId”: “c9303eea-a1d3-42a4-968b-5769acc86f90”
2019-08-13T19:01:03.504943767Z },
2019-08-13T19:01:03.504947167Z “timestamp”: “2019-08-13T19:01:03Z”,
2019-08-13T19:01:03.504950767Z “category”: “Orleans.Runtime.ClientObserverRegistrar”
2019-08-13T19:01:03.504954467Z }
2019-08-13T19:01:03.504957867Z
2019-08-13T19:01:03.632142913Z {
2019-08-13T19:01:03.632168013Z “logLevel”: “Error”,
2019-08-13T19:01:03.632181913Z “message”: “RunClientMessagePump has thrown exception”,
2019-08-13T19:01:03.632186013Z “eventId”: {
2019-08-13T19:01:03.632189413Z “id”: 100326
2019-08-13T19:01:03.632192913Z },
2019-08-13T19:01:03.632196313Z “exception”: {
2019-08-13T19:01:03.632199913Z “type”: “System.OperationCanceledException”,
2019-08-13T19:01:03.632203613Z “message”: “The operation was canceled.”,
2019-08-13T19:01:03.632362814Z “stackTrace”: " at System.Collections.Concurrent.BlockingCollection1.TryTakeWithNoTimeValidation(T& item, Int32 millisecondsTimeout, CancellationToken cancellationToken, CancellationTokenSource combinedTokenSource)\n at System.Collections.Concurrent.BlockingCollection1.TryTake(T& item, Int32 millisecondsTimeout, CancellationToken cancellationToken)\n at System.Collections.Concurrent.BlockingCollection`1.Take(CancellationToken cancellationToken)\n at Orleans.Runtime.HostedClient.RunClientMessagePump()"
2019-08-13T19:01:03.632373014Z },
2019-08-13T19:01:03.632414814Z “app”: {
2019-08-13T19:01:03.632430314Z “name”: “Squidex”,
2019-08-13T19:01:03.632434214Z “version”: “3.1.0.0”,
2019-08-13T19:01:03.632438115Z “sessionId”: “c9303eea-a1d3-42a4-968b-5769acc86f90”
2019-08-13T19:01:03.632442115Z },
2019-08-13T19:01:03.632463815Z “timestamp”: “2019-08-13T19:01:03Z”,
2019-08-13T19:01:03.632468015Z “category”: “Orleans.Runtime.HostedClient”
2019-08-13T19:01:03.632472015Z }
2019-08-13T19:01:03.632475715Z
2019-08-13T19:01:03.736406624Z Application is shutting down…

Thanks!

Can you post the full logs, e.g. as a uploaded file.