[solved]connect to argus tv recorder fails "one or more erro

The built-in ARGUS TV recorder for digital TV
Post Reply
QLink
Posts: 28
Joined: Wed Aug 13, 2014 12:23 am

[solved]connect to argus tv recorder fails "one or more erro

Post by QLink » Wed Aug 13, 2014 12:33 am

hey guys,

i'm new to argus tv. i installed the 2.3 RC on a fresh Server 2012 R2 Essentials OS on my hp microserver N40L with a DVBSky S952 Tuner Card.

i selected to install on top of IIS Server and used MS SQL 2012 Express.

argus scheduler console starts up fine, but when i try to start recorder console and i hit the connect button i get the error msg: "one or mor errors occured"

eventlog is full of:

System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: Die Verbindung mit dem Remoteserver kann nicht hergestellt werden. ---> System.Net.Sockets.SocketException: Es konnte keine Verbindung hergestellt werden, da der Zielcomputer die Verbindung verweigerte 127.0.0.1:49953
bei System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
bei System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
--- Ende der internen Ausnahmestapelüberwachung ---
bei System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
bei System.Net.Http.HttpClientHandler.GetResponseCallback(IAsyncResult ar)
--- Ende der internen Ausnahmestapelüberwachung ---
bei System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
bei ArgusTV.Common.Recorders.Utility.RestProxyBase.<ExecuteRequestAsync>d__b.MoveNext()


i tried to disable the windows firewall without success.
i also tried to telnet 127.0.0.1:49953 but i get following error:
"Could not open connectionto the host, on port 23: Connect failed"

i hope you guys can help me to make the tv server up running.
thanks in advance.
Last edited by QLink on Fri Sep 05, 2014 9:17 am, edited 1 time in total.

rudig
Posts: 254
Joined: Tue Sep 06, 2011 6:21 pm

Re: connect to argus tv recorder fails "one or more errors o

Post by rudig » Wed Aug 13, 2014 9:37 am

Your telnet test suggests that you testes the default telnet port 23 please use syntax

Telnet ip port

So for instance

Telnet 192.168.178.20 48976

A spade between ip-adres and the port is needed not a semicolon

QLink
Posts: 28
Joined: Wed Aug 13, 2014 12:23 am

Re: connect to argus tv recorder fails "one or more errors o

Post by QLink » Wed Aug 13, 2014 10:18 am

oh my bad. thx.

get same result: could not open connection to the host, on port 49953: connection failed

i also noticed that ARGUS TV Recorder service doesn't start automatically after a reboot.
and when i try to start it manually it stops immediately after i click the start button.

eventlog reports same error (see first post) every 2 seconds.

:(

rudig
Posts: 254
Joined: Tue Sep 06, 2011 6:21 pm

Re: connect to argus tv recorder fails "one or more errors o

Post by rudig » Wed Aug 13, 2014 5:54 pm

You disabled firewall also when doing the correct telnet?

QLink
Posts: 28
Joined: Wed Aug 13, 2014 12:23 am

Re: connect to argus tv recorder fails "one or more errors o

Post by QLink » Wed Aug 13, 2014 7:51 pm

yes i did.

i guess the problem is related to the fact that ARGUS TV Recorder service doesn't start...

or am i wrong ?

how can i fix this ?

Christoph21x
Posts: 1070
Joined: Wed Oct 19, 2011 9:39 am
Location: Berne / Switzerland

Re: connect to argus tv recorder fails "one or more errors o

Post by Christoph21x » Wed Aug 13, 2014 8:12 pm

1st try would be with MS SQL Servers: set service of Argus TV Scheduler to start delayed. Had this, too - but only with MSSQL 2008 R2 and 2012, no problem with SQL Express 2005 and all MySQL versions.
"One must still have chaos within oneself, to give birth to a dancing star." (F. Nietzsche)

QLink
Posts: 28
Joined: Wed Aug 13, 2014 12:23 am

Re: connect to argus tv recorder fails "one or more errors o

Post by QLink » Wed Aug 13, 2014 9:09 pm

thx for the input.

i set the scheduler to delayed and recorder + messenger to automatic,
but it didnt solve the problem.

first error in eventlog after reboot is:

System.Runtime.InteropServices.COMException (0x80040154): Die COM-Klassenfactory für die Komponente mit CLSID {1DF7D126-4050-47F0-A7CF-4C4CA9241333} konnte aufgrund des folgenden Fehlers nicht abgerufen werden: 80040154 Klasse nicht registriert (Ausnahme von HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)).
bei System.Runtime.Remoting.RemotingServices.AllocateUninitializedObject(RuntimeType objectType)
bei System.Runtime.Remoting.Activation.ActivationServices.CreateInstance(RuntimeType serverType)
bei System.Runtime.Remoting.Activation.ActivationServices.IsCurrentContextOK(RuntimeType serverType, Object[] props, Boolean bNewObj)
bei System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
bei System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
bei System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
bei System.Activator.CreateInstance[T]()
bei ArgusTV.Recorder.Bda.BdaCards.GetInitializedLocator[TLocator]()
bei ArgusTV.Recorder.Bda.BdaCards.GetDevices(DVBSystemType dvbSystemType)
bei ArgusTV.Recorder.Business.Components.CardDetector.DetectAndProcessCards(List`1 configuredCards, List`1 allDetectedCards, List`1 newlyDetectedCards, List`1 allDetectedDevices, CardType cardType, Nullable`1 dvbSystemType)
bei ArgusTV.Recorder.Business.Components.CardDetector.DetectCards(List`1 configuredCards, List`1 newlyDetectedCards, List`1 allDetectedDevices)
bei ArgusTV.Recorder.Business.Components.CardController.DetectCards(Boolean useVirtualGraphs)
bei ArgusTV.Recorder.Business.Components.CardController.ValidateCards()
bei ArgusTV.Recorder.Business.Components.CardController.get_Cards()
bei ArgusTV.Recorder.MainThread.Initialize(Boolean systemResuming)
bei ArgusTV.Recorder.MainThread.Run()


and then it's only this error msg every 2 seconds:

System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: Die Verbindung mit dem Remoteserver kann nicht hergestellt werden. ---> System.Net.Sockets.SocketException: Es konnte keine Verbindung hergestellt werden, da der Zielcomputer die Verbindung verweigerte 127.0.0.1:49953
bei System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
bei System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
--- Ende der internen Ausnahmestapelüberwachung ---
bei System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
bei System.Net.Http.HttpClientHandler.GetResponseCallback(IAsyncResult ar)
--- Ende der internen Ausnahmestapelüberwachung ---
bei System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
bei ArgusTV.Common.Recorders.Utility.RestProxyBase.<ExecuteRequestAsync>d__b.MoveNext()


:cry:

QLink
Posts: 28
Joined: Wed Aug 13, 2014 12:23 am

Re: connect to argus tv recorder fails "one or more errors o

Post by QLink » Fri Aug 15, 2014 11:44 pm

problem solved.

needed to install the bdaforserver patch for windows server 2012 r2 essentials here: http://www.google.com/search?q=bda4server

Post Reply

Who is online

Users browsing this forum: No registered users and 29 guests