Jump to content

Can't open Dashboard


hpc

Recommended Posts

I used MB2 until a few days ago which worked flawlessly. Now I upgraded to MB3 and installed server and client on the same machine. Most of the time when I try to connect to the dashboard by http://localhost:8096/mediabrowser/dashboard/index.html I get an error message saying connection is not possible. I opened all ports for the media browser in my windows firewall and I even tried to connect to the dashboard with the firewall switched off. I used google chrome, firefox and internet explorer. Nothing helped.

Link to comment
Share on other sites

Auf das verworfene Objekt kann nicht zugegriffen werden.

Objektname: "System.Net.HttpListener".

System.ObjectDisposedException

   bei System.Net.HttpListener.CheckDisposed()

   bei System.Net.HttpListener.get_Prefixes()

   bei MediaBrowser.Server.Implementations.HttpServer.HttpListenerHost.Stop()

   bei MediaBrowser.Server.Implementations.HttpServer.HttpListenerHost.Dispose(Boolean disposing)

   bei MediaBrowser.Server.Implementations.HttpServer.HttpListenerHost.Dispose()

   bei MediaBrowser.Server.Implementations.ServerManager.ServerManager.DisposeHttpServer()

   bei MediaBrowser.Server.Implementations.ServerManager.ServerManager.Dispose(Boolean dispose)

   bei MediaBrowser.Server.Implementations.ServerManager.ServerManager.Dispose()

   bei MediaBrowser.Common.Implementations.BaseApplicationHost`1.Dispose(Boolean dispose)

   bei MediaBrowser.ServerApplication.MainStartup.OnServiceShutdown()

   bei MediaBrowser.ServerApplication.MainStartup.Main()

Link to comment
Share on other sites

2013-12-23 15:39:50.6703, Info, Main, Media Browser Server started

2013-12-23 15:39:50.6833, Info, Main, Command line: C:\Users\hpch\AppData\Roaming\MediaBrowser-Server\System\MediaBrowser.ServerApplication.exe

2013-12-23 15:39:50.6833, Info, Main, Server: HPC05

2013-12-23 15:39:50.7003, Info, Main, Operating system: Microsoft Windows NT 6.2.9200.0

2013-12-23 15:39:50.7003, Info, Main, Program data path: C:\Users\hpch\AppData\Roaming\MediaBrowser-Server

2013-12-23 15:39:50.7003, Info, Main, Application Path: C:\Users\hpch\AppData\Roaming\MediaBrowser-Server\System\MediaBrowser.ServerApplication.exe

2013-12-23 15:39:52.1334, Info, App, Loading MediaBrowser.Api, Version=3.0.5099.2100, Culture=neutral, PublicKeyToken=null

2013-12-23 15:39:52.1373, Info, App, Loading MediaBrowser.WebDashboard, Version=3.0.5099.2099, Culture=neutral, PublicKeyToken=null

2013-12-23 15:39:52.1373, Info, App, Loading MediaBrowser.Model, Version=3.0.5099.2098, Culture=neutral, PublicKeyToken=null

2013-12-23 15:39:52.1373, Info, App, Loading MediaBrowser.Common, Version=3.0.5099.2098, Culture=neutral, PublicKeyToken=null

2013-12-23 15:39:52.1373, Info, App, Loading MediaBrowser.Controller, Version=3.0.5099.2098, Culture=neutral, PublicKeyToken=null

2013-12-23 15:39:52.1533, Info, App, Loading MediaBrowser.Providers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null

2013-12-23 15:39:52.1533, Info, App, Loading MediaBrowser.Common.Implementations, Version=3.0.5099.2098, Culture=neutral, PublicKeyToken=null

2013-12-23 15:39:52.1533, Info, App, Loading MediaBrowser.Server.Implementations, Version=3.0.5099.2100, Culture=neutral, PublicKeyToken=null

2013-12-23 15:39:52.1533, Info, App, Loading MediaBrowser.IsoMounter, Version=1.0.5079.1480, Culture=neutral, PublicKeyToken=null

2013-12-23 15:39:52.1704, Info, App, Loading MediaBrowser.ServerApplication, Version=3.0.5099.2102, Culture=neutral, PublicKeyToken=null

2013-12-23 15:39:52.6494, Info, App, Version 3.0.5099.2102 initializing

2013-12-23 15:39:52.8494, Info, SqliteUserRepository, Opening C:\Users\hpch\AppData\Roaming\MediaBrowser-Server\data\users.db

2013-12-23 15:39:52.9624, Info, SqliteItemRepository, Opening C:\Users\hpch\AppData\Roaming\MediaBrowser-Server\data\chapters.db

2013-12-23 15:39:53.0584, Info, SqliteItemRepository, Opening C:\Users\hpch\AppData\Roaming\MediaBrowser-Server\data\mediainfo.db

2013-12-23 15:39:53.1764, Info, SqliteItemRepository, Opening C:\Users\hpch\AppData\Roaming\MediaBrowser-Server\data\providerinfo.db

2013-12-23 15:39:53.5064, Info, SqliteNotificationsRepository, Opening C:\Users\hpch\AppData\Roaming\MediaBrowser-Server\data\notifications.db

2013-12-23 15:39:53.5064, Info, SqliteDisplayPreferencesRepository, Opening C:\Users\hpch\AppData\Roaming\MediaBrowser-Server\data\displaypreferences.db

2013-12-23 15:39:53.6154, Info, SqliteItemRepository, Opening C:\Users\hpch\AppData\Roaming\MediaBrowser-Server\data\library.db

2013-12-23 15:39:53.6154, Info, SqliteUserDataRepository, Opening C:\Users\hpch\AppData\Roaming\MediaBrowser-Server\data\userdata_v2.db

2013-12-23 15:39:53.8984, Info, HttpServer, Calling ServiceStack AppHost.Init

2013-12-23 15:39:55.2225, Error, ServiceController, System.ArgumentException: Type ServiceStack.Api.Swagger.SwaggerResourcesService is not a Web Service that inherits IService

   bei ServiceStack.Host.ServiceController.RegisterService(Type serviceType)

2013-12-23 15:39:55.2345, Error, ServiceController, System.ArgumentException: Type ServiceStack.Api.Swagger.SwaggerApiService is not a Web Service that inherits IService

   bei ServiceStack.Host.ServiceController.RegisterService(Type serviceType)

2013-12-23 15:39:55.2775, Info, ServiceStackHost, Initializing Application took 2061.1183ms

2013-12-23 15:39:55.3055, Info, App, Loading Http Server

2013-12-23 15:39:55.3235, Info, HttpServer, Adding HttpListener Prefixes

2013-12-23 15:39:55.3235, Info, HttpServer, Starting HttpListner

2013-12-23 15:39:55.3395, Error, App, Error starting Http Server

Zugriff verweigert

System.Net.HttpListenerException

  bei System.Net.HttpListener.AddAllPrefixes()

  bei System.Net.HttpListener.Start()

  bei MediaBrowser.Server.Implementations.HttpServer.HttpListenerHost.StartListener(String listeningAtUrlBase)

  bei MediaBrowser.Server.Implementations.HttpServer.HttpListenerHost.Start(String listeningAtUrlBase)

  bei MediaBrowser.Server.Implementations.HttpServer.HttpListenerHost.StartServer(String urlPrefix)

  bei MediaBrowser.Server.Implementations.ServerManager.ServerManager.ReloadHttpServer(String urlPrefix, Boolean enableHttpLogging)

 

2013-12-23 15:39:55.3395, Error, App, Error starting http server

Zugriff verweigert

System.Net.HttpListenerException

  bei System.Net.HttpListener.AddAllPrefixes()

  bei System.Net.HttpListener.Start()

  bei MediaBrowser.Server.Implementations.HttpServer.HttpListenerHost.StartListener(String listeningAtUrlBase)

  bei MediaBrowser.Server.Implementations.HttpServer.HttpListenerHost.Start(String listeningAtUrlBase)

  bei MediaBrowser.Server.Implementations.HttpServer.HttpListenerHost.StartServer(String urlPrefix)

  bei MediaBrowser.Server.Implementations.ServerManager.ServerManager.ReloadHttpServer(String urlPrefix, Boolean enableHttpLogging)

  bei MediaBrowser.Server.Implementations.ServerManager.ServerManager.Start(String urlPrefix, Boolean enableHttpLogging)

  bei MediaBrowser.ServerApplication.ApplicationHost.StartServer(Boolean retryOnFailure)

 

2013-12-23 15:39:55.3395, Info, App, Requesting administrative access to authorize http server

2013-12-23 15:40:01.0339, Info, App, Core startup complete

2013-12-23 15:40:01.2699, Error, App, Error deleting encoded media cache

Ein Teil des Pfades "C:\Users\hpch\AppData\Roaming\MediaBrowser-Server\cache\encoded-media" konnte nicht gefunden werden.

System.IO.DirectoryNotFoundException

  bei System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)

  bei System.IO.FileSystemEnumerableIterator`1.CommonInit()

  bei System.IO.FileSystemEnumerableIterator`1..ctor(String path, String originalUserPath, String searchPattern, SearchOption searchOption, SearchResultHandler`1 resultHandler, Boolean checkHost)

  bei System.IO.Directory.EnumerateFiles(String path)

  bei MediaBrowser.Api.ApiEntryPoint.DeleteEncodedMediaCache()

  bei MediaBrowser.Api.ApiEntryPoint.Run()

Link to comment
Share on other sites

you can attach files to your post

I was hoping to help out @@hpc but I can't find a way to attach a file using either IE11 (non Metro) or Chrome 31. The "My Media" button opens up but there is no upload option and there is no option to upload attachments in the "Manage Attachments" section under "My Settings".

 

Perhaps @@hpc has the same problem as me.

  • Like 1
Link to comment
Share on other sites

For you folks who cannot attach files to posts - press the "More Reply Options" button below the edit window you are typing in.

  • Like 1
Link to comment
Share on other sites

There's nothing we can do about the second one. Your browser is not registered as the default browser on the system. In the meantime, just put the url in a browser manually.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...