2014-07-22, 03:09 PM
(This post was last modified: 2014-07-24, 06:10 AM by Rhino Cracker.)
Hi,
I've just installed NextPVR to use it with XBMC and cannot get the webserver or XBMC support running.
Device-detection and watching channels using NextPVR itself works so far.
netstat -a -b doesn't show any activity on port 8866, but a few other ones:
127.0.0.1:8866 doesn't send any response to my browser (opera or internet explorer).
Changing the webserver port doesn't change anything.
This is my NRecord.log:
I've just installed NextPVR to use it with XBMC and cannot get the webserver or XBMC support running.
Device-detection and watching channels using NextPVR itself works so far.
netstat -a -b doesn't show any activity on port 8866, but a few other ones:
Code:
TCP 0.0.0.0:5916 Sharkoon-12000:0 ABHÃREN
[NextPVR.exe]
TCP 0.0.0.0:7969 Sharkoon-12000:0 ABHÃREN
[NRecord.exe]
TCP 0.0.0.0:8337 Sharkoon-12000:0 ABHÃREN
[NextPVR.exe]
TCP 0.0.0.0:8968 Sharkoon-12000:0 ABHÃREN
[NRecord.exe]
Changing the webserver port doesn't change anything.
This is my NRecord.log:
Code:
[...startup]
2014-07-22 17:08:08.113 [DEBUG][4] OnStart()
2014-07-22 17:08:08.129 [DEBUG][6] MVPManager thread started
2014-07-22 17:08:08.130 [DEBUG][6] MVP Server: D:\Programme\NextPVR\NextPVR.exe
2014-07-22 17:08:08.130 [DEBUG][6] Starting MVP server 0
2014-07-22 17:08:08.134 [INFO][4] Using local in-process recording service
2014-07-22 17:08:08.273 [DEBUG][4] RecordingServiceProxy@exit
2014-07-22 17:08:08.289 [INFO][4] RecordingService.Startup()
2014-07-22 17:08:08.289 [INFO][4] Starting remoting service (on port 8968)
2014-07-22 17:08:08.314 [DEBUG][10] Requesting wake up for 'EPGWAKEUP' at 23.07.2014 02:25
2014-07-22 17:08:08.317 [DEBUG][10] Next EPG update time: 23.07.2014 02:25
2014-07-22 17:08:08.323 [INFO][4] Starting web server on: 8866
2014-07-22 17:08:08.324 [INFO][4] Setting working directory to: D:\Programme\NextPVR\
2014-07-22 17:08:08.324 [INFO][4] Web root: C:\Users\Public\NPVR\web
2014-07-22 17:08:08.328 [INFO][9] RecordingService starting...
2014-07-22 17:08:08.331 [DEBUG][9] PurgeOldDeletes()
2014-07-22 17:08:08.331 [DEBUG][9] Loading recording schedule
2014-07-22 17:08:08.339 [DEBUG][9] CancelAllWakeupRequests
2014-07-22 17:08:09.401 [ERROR][4] Unexpected error starting web server:
System.AppDomainUnloadedException: Die Anwendungsdomäne, in der der Thread ausgeführt wurde, wurde entladen.
bei System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters, PolicyLevel policyLevel)
bei System.Web.Hosting.ApplicationManager.CreateAppDomainWithHostingEnvironment(String appId, IApplicationHost appHost, HostingEnvironmentParameters hostingParameters)
bei System.Web.Hosting.ApplicationManager.CreateAppDomainWithHostingEnvironmentAndReportErrors(String appId, IApplicationHost appHost, HostingEnvironmentParameters hostingParameters)
bei System.Web.Hosting.ApplicationManager.CreateInstanceInNewWorkerAppDomain(Type type, String appId, VirtualPath virtualPath, String physicalPath)
bei System.Web.Hosting.ApplicationHost.CreateApplicationHost(Type hostType, String virtualDir, String physicalDir)
bei Cassini.Server.CreateHost()
bei Cassini.Server..ctor(Int32 port, String virtualPath, String physicalPath)
bei NRecord.RecordingService.OnStart(String[] args)
2014-07-22 17:08:09.401 [DEBUG][4] OnStart() complete...