c0g

Untitled

c0g
Jul 1st, 2014
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.64 KB | None | 0 0
  1. Info, ServiceStackHost, Initializing Application took 1061.615ms
  2. Info, ServerManager, Loading Http Server
  3. Info, HttpServer, Adding HttpListener prefix http://+:8096/mediabrowser/
  4. Info, HttpServer, Starting HttpListner
  5. Error, ServerManager, The http server is unable to start due to a Socket error. This can occasionally happen when the operating system takes longer than usual to release the IP bindings from the previous session. This can take up to five minutes. Please try waiting or rebooting the system.
  6. The requested address is not valid in this context
  7. System.Net.Sockets.SocketException
  8. at System.Net.Sockets.Socket.Bind (System.Net.EndPoint local_end) [0x00000] in <filename unknown>:0
  9. at System.Net.EndPointListener..ctor (System.Net.IPAddress addr, Int32 port, Boolean secure) [0x00000] in <filename unknown>:0
  10. at System.Net.EndPointManager.GetEPListener (System.String host, Int32 port, System.Net.HttpListener listener, Boolean secure) [0x00000] in <filename unknown>:0
  11. at System.Net.EndPointManager.AddPrefixInternal (System.String p, System.Net.HttpListener listener) [0x00000] in <filename unknown>:0
  12. at System.Net.EndPointManager.AddListener (System.Net.HttpListener listener) [0x00000] in <filename unknown>:0
  13.  
  14. Error, App, Error starting http server
  15. The requested address is not valid in this context
  16. System.Net.Sockets.SocketException
  17. at System.Net.Sockets.Socket.Bind (System.Net.EndPoint local_end) [0x00000] in <filename unknown>:0
  18. at System.Net.EndPointListener..ctor (System.Net.IPAddress addr, Int32 port, Boolean secure) [0x00000] in <filename unknown>:0
  19. at System.Net.EndPointManager.GetEPListener (System.String host, Int32 port, System.Net.HttpListener listener, Boolean secure) [0x00000] in <filename unknown>:0
  20. at System.Net.EndPointManager.AddPrefixInternal (System.String p, System.Net.HttpListener listener) [0x00000] in <filename unknown>:0
  21. at System.Net.EndPointManager.AddListener (System.Net.HttpListener listener) [0x00000] in <filename unknown>:0
  22.  
  23. Info, App, Requesting administrative access to authorize http server
  24. Info, ServerManager, Loading Http Server
  25. Info, App, Starting Alchemy web socket server on port 8945
  26. Info, App, Alchemy Web Socket Server started
  27. Info, ServerManager, Disposing AlchemyServer
  28. Info, App, Starting Alchemy web socket server on port 8945
  29. Info, App, Alchemy Web Socket Server started
  30. Error, Main, UnhandledException
  31. Object reference not set to an instance of an object
  32. System.NullReferenceException
  33. at Alchemy.TcpServer.Listen (System.Object state) [0x00000] in <filename unknown>:0
  34.  
  35. Error, Main, UnhandledException
  36. Address already in use
  37. System.Net.Sockets.SocketException
  38. at System.Net.Sockets.Socket.Bind (System.Net.EndPoint local_end) [0x00000] in <filename unknown>:0
  39. at System.Net.Sockets.TcpListener.Start (Int32 backlog) [0x00000] in <filename unknown>:0
  40. at System.Net.Sockets.TcpListener.Start () [0x00000] in <filename unknown>:0
  41. at Alchemy.TcpServer.Listen (System.Object state) [0x00000] in <filename unknown>:0
  42.  
  43. UnhandledException
  44. Object reference not set to an instance of an object
  45. System.NullReferenceException
  46. at Alchemy.TcpServer.Listen (System.Object state) [0x00000] in <filename unknown>:0
  47.  
  48.  
  49. UnhandledException
  50. Address already in use
  51. System.Net.Sockets.SocketException
  52. at System.Net.Sockets.Socket.Bind (System.Net.EndPoint local_end) [0x00000] in <filename unknown>:0
  53. at System.Net.Sockets.TcpListener.Start (Int32 backlog) [0x00000] in <filename unknown>:0
  54. at System.Net.Sockets.TcpListener.Start () [0x00000] in <filename unknown>:0
  55. at Alchemy.TcpServer.Listen (System.Object state) [0x00000] in <filename unknown>:0
Advertisement
Add Comment
Please, Sign In to add comment