Hibernating Rhinos Ltd
Oren Eini l CEO l Mobile: + 972-52-548-6969
Office: +972-4-622-7811 l Fax: +972-153-4-622-7811
Hi All--I have just started looking at using RavenDb 4 for a new project of mine.I am using Docker on my windows 10 dev machine, using Linux containers.When i run the following in powershelldocker run -p 8080:8080 ravendb/ravendbI get the followingUnable to find image 'ravendb/ravendb:latest' locallylatest: Pulling from ravendb/ravendb22dc81ace0ea: Already exists1a8b3c87dba3: Already exists91390a1c435a: Already exists07844b14977e: Already existsb78396653dae: Already existsf4bf735abfcb: Already existsf03e3997acb1: Already exists9ddbbc5e13f8: Already exists6fbee2511d82: Already exists715c622904ef: Already existsDigest: sha256:d5ede42a7fbd4f2941be2d834ef87d417406ea01963f5b21c1bd3527a8059ba5Status: Downloaded newer image for ravendb/ravendb:latest_____ _____ ____| __ \ | __ \| _ \| |__) |__ ___ _____ _ __ | | | | |_) || _ // _` \ \ / / _ \ '_ \| | | | _ <| | \ \ (_| |\ V / __/ | | | |__| | |_) ||_| \_\__,_| \_/ \___|_| |_|_____/|____/Safe by default, optimized for efficiencyBuild 40038, Version 4.0, SemVer 4.0.4-patch-40038, Commit 4837206PID 7, 64 bits, 2 Cores, Phys Mem 3.837 GBytes, Arch: X64Source Code (git repo): https://github.com/ravendb/ravendbBuilt with love by Hibernating Rhinos and awesome contributors!+---------------------------------------------------------------+Using GC in server concurrent mode retaining memory from the OS.Server available on: http://5a9845cdbcc2:8080Tcp listening on 172.17.0.2:38888Server started, listening to requests...TIP: type 'help' to list the available commands.Running non-interactive.The url http://5a9845cdbcc2:8080 is unreachable so i used http://10.0.75.2:8080 which opened up the setup wizard.I chose the unsecured option and entered the ip address 10.0.75.2 as it will not let me enter a 172 address.Once i have done this asks me to click to restart the server. When i do this i get the following log.Starting shut down...Shutdown completedRestarting Server...Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.Internal.Networking.UvException: Error -99 EADDRNOTAVAIL address not availableat Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.Internal.Networking.LibuvFunctions.ThrowError(Int32 statusCode)at Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.Internal.Networking.UvTcpHandle.Bind(IPEndPoint endPoint)at Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.Internal.Listener.ListenTcp(Boolean useFileHandle)at Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.Internal.Listener.<>c.<StartAsync>b__8_0(Listener listener)at Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.Internal.LibuvThread.DoPostWork()--- End of stack trace from previous location where exception was thrown ---at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)at Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.LibuvTransport.<BindAsync>d__20.MoveNext()--- End of stack trace from previous location where exception was thrown ---at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()at Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.LibuvTransport.<BindAsync>d__20.MoveNext()--- End of stack trace from previous location where exception was thrown ---at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServer.<>c__DisplayClass23_0`1.<<StartAsync>g__OnBind|0>d.MoveNext()--- End of stack trace from previous location where exception was thrown ---at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.<BindEndpointAsync>d__5.MoveNext()--- End of stack trace from previous location where exception was thrown ---at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.<BindAddressAsync>d__7.MoveNext()--- End of stack trace from previous location where exception was thrown ---at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.AddressesStrategy.<BindAsync>d__2.MoveNext()--- End of stack trace from previous location where exception was thrown ---at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.<BindAsync>d__0.MoveNext()--- End of stack trace from previous location where exception was thrown ---at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServer.<StartAsync>d__23`1.MoveNext()--- End of stack trace from previous location where exception was thrown ---at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)at Microsoft.AspNetCore.Hosting.Internal.WebHost.<StartAsync>d__26.MoveNext()--- End of stack trace from previous location where exception was thrown ---at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)at Microsoft.AspNetCore.Hosting.Internal.WebHost.Start()at Raven.Server.RavenServer.Initialize() in C:\Builds\RavenDB-4.0-Patch\src\Raven.Server\RavenServer.cs:line 266at Raven.Server.Program.Main(String[] args) in C:\Builds\RavenDB-4.0-Patch\src\Raven.Server\Program.cs:line 141Received graceful exit request...
You received this message because you are subscribed to the Google Groups "RavenDB - 2nd generation document database" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ravendb+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to ravendb+u...@googlegroups.com.