OS Name/Version: Windows 10 Pro
Product Name/Version: 2.6.1.2
Problem Description: When creating an instance that requires a container it cannot start after creation showing 0.0.0.0 and giving an error about SFTP however i dont use SFTP for any instance as i locally control the server and use windows file sharing from the server to access files as needed.
[12:13:43] [Program Info/1] : Stream: Mainline / Release - built by CUBECODERS/buildbot on CCL-DEV
[12:13:43] [Program Info/1] : Running in a Docker environment.
[12:13:43] [Program Info/1] : OS: Linux / x86_64
[12:13:43] [Program Info/1] : CPU: Intel(R) Xeon(R) CPU E5-2667 v3 @ 3.20GHz (16C/32T)
[12:13:43] [Program Info/1] : RAM: 144777MB
[12:13:43] [Program Info/1] : AMP Instance ID: 8c8b1554-17f3-49a0-92fa-55ccb0ca8dc7
[12:13:44] [Core Info/1] : Loaded GenericModule version 2.6.1.2 by CubeCoders Limited
[12:13:44] [Core Info/1] : Metrics publishing is enabled at udp://localhost:12820.
[12:13:44] [Loader Info/1] : Loaded FileManagerPlugin by CubeCoders Limited
[12:13:44] [Loader Info/1] : Loaded EmailSenderPlugin by CubeCoders Limited
[12:13:44] [Loader Info/1] : Loaded WebRequestPlugin by CubeCoders Limited
[12:13:45] [Loader Info/1] : Loaded LocalFileBackupPlugin by CubeCoders Limited
[12:13:45] [Loader Info/1] : Loaded CommonCorePlugin by CubeCoders Limited
[12:13:45] [Loader Info/1] : Loaded AnalyticsPlugin by CubeCoders Limited
[12:13:45] [System Error/11] : Missing plugin/assembly: MaxMind.Db (/AMP/Plugins/MaxMind.Db/MaxMind.Db.dll) for
[12:13:45] [Loader Info/1] : GenericModule requests dependency steamcmdplugin...
[12:13:45] [Loader Info/1] : Loaded steamcmdplugin by CubeCoders Limited
[12:13:45] [Loader Info/1] : GenericModule requests dependency RCONPlugin...
[12:13:45] [Loader Info/1] : Loaded RCONPlugin by CubeCoders Limited
[12:13:45] [Core Info/1] : Licence Present: AMP Advanced Edition - Lifetime Licence
[12:13:45] [Loader Error/1] : Unable to start SFTP server on 192.168.1.2:2999.
[12:13:45] [FileManager Error/1] : SocketException
[12:13:45] [FileManager Error/1] : [0] (SocketException) : Cannot assign requested address
[12:13:45] [FileManager Error/1] : at Net.Sockets.Socket.UpdateStatusAfterSocketErrorAndThrowException(SocketError error, Boolean disconnectOnFailure, String callerName)
at Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
at Net.Sockets.Socket.Bind(EndPoint localEP)
at tlczo.ikwby.tojzh(EndPoint p0, Boolean p1)
at tlczo.ikwby..ctor(EndPoint p0, String p1, bknhk p2)
at Rebex.Net.Servers.Core.Server.Bind(IPEndPoint endPoint, ServerModule module)
at Rebex.Net.Servers.FileServer.Bind(IPEndPoint endPoint, FileServerProtocol module)
at FileManagerPlugin.PluginMain.PostInit()
[12:13:47] [Microsoft Error/1] : Hosting failed to start
[12:13:47] [System Error/1] : Socket exception - Trivial error / user error. Will not be submitted.
[12:13:47] [System Error/1] : [Error] --- Begin Exception Data ---
[Error] OS: Linux (x86_64/Docker)
[Error] Module: GenericModule, Version: AMP 2.6.1.2
[Error] Release spec: Mainline - built by CUBECODERS/buildbot on CCL-DEV
[Error] Instance ID: 8c8b1554-17f3-49a0-92fa-55ccb0ca8dc7
[Error] SocketException
[Error] [0] (SocketException) : Cannot assign requested address
[Error] at Net.Sockets.Socket.UpdateStatusAfterSocketErrorAndThrowException(SocketError error, Boolean disconnectOnFailure, String callerName)
at Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
at Net.Sockets.Socket.Bind(EndPoint localEP)
at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportOptions.CreateDefaultBoundListenSocket(EndPoint endpoint)
at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportFactory.BindAsync(EndPoint endpoint, CancellationToken cancellationToken)
at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.TransportManager.BindAsync(EndPoint endPoint, ConnectionDelegate connectionDelegate, EndpointConfig endpointConfig, CancellationToken cancellationToken)
at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.<>c__DisplayClass28_0`1.<<StartAsync>g__OnBind|0>d.MoveNext()
at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
at Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.EndpointsStrategy.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindAsync(ListenOptions[] listenOptions, AddressBindContext context, Func`2 useHttps, CancellationToken cancellationToken)
at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.BindAsync(CancellationToken cancellationToken)
at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.StartAsync[TContext](IHttpApplication`1 application, CancellationToken cancellationToken)
at Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync(CancellationToken cancellationToken)
at Microsoft.Extensions.Hosting.Internal.Host.<StartAsync>b__15_1(IHostedService service, CancellationToken token)
at Microsoft.Extensions.Hosting.Internal.Host.ForeachService[T](IEnumerable`1 services, CancellationToken token, Boolean concurrent, Boolean abortOnFirstException, List`1 exceptions, Func`3 operation)
at Microsoft.Extensions.Hosting.Internal.Host.<StartAsync>g__LogAndRethrow|15_3(<>c__DisplayClass15_0&)
at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken)
at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.Start(IHost host)
at GSMyAdmin.WebServer.LocalWebServer.Start()
at GSMyAdmin.Core.Run()
at GSMyAdmin.Program.Main()
[Error] --- End Exception Data ---
[Warning] Last error was raised less than 60 minutes ago, error report will not be submitted.
[12:13:47] [ErrorReporter Info/1] : ####################################
[12:13:47] [ErrorReporter Info/1] : # Self Diagnostics #
[12:13:47] [ErrorReporter Info/1] : ####################################
[12:13:47] [ErrorReporter Info/1] : AMP tried to listen on an IP address that is does not exist on this system. This may be caused by having AMP or an application bound to a specific IP while using dynamic IPs or DHCP. Try binding to 0.0.0.0, or turning on 'StoreIPAddressesAsMACAddresses' in AMPConfig.conf and re-configuring any network settings for this instance if you're using dynamic IPs or containers.
Steps to reproduce:
- Step 1: Install Docker onto Windows 10 Pro
- Step 2: Set make new instances in docker container
- Step 3: Make Instance
Actions taken to resolve so far:
Reinstalled Docker
Disabled Docker force to create some instances - These work.
Checked Binding in AMP config shows correct local IP being 192.168.1.2
Reactivated AMP License