I really love working with Docker containers. Before I usually took 1-2 hours to be able to test out a new version. Now I can get a new version up and running in 5-10 minutes (depending how much it needs to download first).
But recently I have been having some issues. This is what it says is happening.
Starting NAV Service Tier Using license file ‘c:\run\my\license.flf’ Import License Microsoft Dynamics 365 Business Central Server is currently not ready to serve requests. Try again later, or contact your system administrator. at , C:\Run\SetupLicense.ps1: line 29 at , C:\Run\navstart.ps1: line 126 at , C:\Run\start.ps1: line 107 at , : line 1
The only thing that I have been able to figure out, is that it doesn’t start the BC Server. It fails on loading the license, but because the service isn’t running.
I first had this issue a couple of months ago. Here I were able to “fix” it, by lowering the memory to 4GB. Tried to lower to 3GB, but the same issue.
The thing is that it works with the RTM, but not with the insider builds.
Did anyone see this issue or got a clue what it could be?
I have had no problems of such kind. I am currently running a Windows 10 Pro with hyper-V. Within hyper-V I am running a WIndows Server 2016 (two actually - one with GUI and one without).
What I do is that i Start my Windows Server 2016 with GUI and run the following Sandbox.ps1 file:
Import License
Microsoft Dynamics 365 Business Central Server is currently not ready to serve requests. Try again later, or contact your system administrator.
at , C:\Run\SetupLicense.ps1: line 29
at , C:\Run\navstart.ps1: line 126
at , C:\Run\start.ps1: line 107
at , : line 1
TimeGenerated : 10/8/2018 11:21:15 AM
EntryType : Warning
Message : Server instance: NAV
Tenant:
The service could not remove service principal names because
the service account could not be found in Active Directory.
Account: NT AUTHORITY\SYSTEM
Service principal names:
http/insider:7048
http/insider:7048
To avoid this warning, make sure the server account is
provisioned correctly (see go.microsoft.com/…/ ).
TimeGenerated : 10/8/2018 11:21:15 AM
EntryType : Warning
Message : Server instance: NAV
Tenant:
The service could not remove service principal names because
the service account could not be found in Active Directory.
Account: NT AUTHORITY\SYSTEM
Service principal names:
http/insider:7047
http/insider:7047
I think the image needs an investigation by FreddyK - I think its a a (execution) permission issue.
And issue was fixed in the next build available from Microsoft. That’s the problem using the daily master builds. They are really alpha builds. [emoticon:c4563cd7d5574777a71c318021cbbcc8]