peeboo / open-media-library

Automatically exported from code.google.com/p/open-media-library
1 stars 0 forks source link

Unhandled Exception: System.ServiceModel.CommunicationException: #116

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Attempt to play any avi file on Linksys 2200 will throw exception error
2. Can play avi file fine from VMC
3.

Please answer the following questions (if they apply):

What is the expected output? What do you see instead?
Expect to see movie playing on extender

What is the OML Version? x86 or x64?
x86

How did you add the movie? (MyMovies, DVDProfiler, DVRMS, MovieCollectorz,
DVD/Video Scanner)
Directory scan from DOS-based included app

Did you import from within the VMC UI, command line or DB Editor?
command line

What kind of movie type do you have problems with? (DVD, Blu-ray, AVI, ISO,
etc, Extender, HD-DVD)
extender, avi

How do you play movies, extender or VMC directly?
both

Please provide any additional information below.
Snippet from [ehExtHost-debug.txt]
------------------------------------------------------
ehExtHost.exe Information: 0 : 13/12/2008 15:45:04 [1#Application],
Starting job
ehExtHost.exe Information: 0 : 13/12/2008 15:45:04 [1#Application],
[TranscodingNotifier] Starting WCF notifying service:
net.tcp://localhost:49333/OMLTNS
ehExtHost.exe Information: 0 : 13/12/2008 15:45:05 [1#Application],
Unhandled Exception: System.ServiceModel.CommunicationException: The socket
connection was aborted. This could be caused by an error processing your
message or a receive timeout being exceeded by the remote host, or an
underlying network resource issue. Local socket timeout was
'00:00:59.9915000'. ---> System.Net.Sockets.SocketException: An existing
connection was forcibly closed by the remote host
   at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32
size, SocketFlags socketFlags)
   at System.ServiceModel.Channels.SocketConnection.ReadCore(Byte[] buffer,
Int32 offset, Int32 size, TimeSpan timeout, Boolean closing)
   --- End of inner exception stack trace ---

Server stack trace: 
   at System.ServiceModel.Channels.SocketConnection.ReadCore(Byte[] buffer,
Int32 offset, Int32 size, TimeSpan timeout, Boolean closing)
   at System.ServiceModel.Channels.SocketConnection.Read(Byte[] buffer,
Int32 offset, Int32 size, TimeSpan timeout)
   at System.ServiceModel.Channels.DelegatingConnection.Read(Byte[] buffer,
Int32 offset, Int32 size, TimeSpan timeout)
   at
System.ServiceModel.Channels.ClientFramingDuplexSessionChannel.SendPreamble(ICon
nection
connection, ArraySegment`1 preamble, TimeoutHelper& timeoutHelper)
   at
System.ServiceModel.Channels.ClientFramingDuplexSessionChannel.DuplexConnectionP
oolHelper.AcceptPooledConnection(IConnection
connection, TimeoutHelper& timeoutHelper)
   at
System.ServiceModel.Channels.ConnectionPoolHelper.EstablishConnection(TimeSpan
timeout)
   at
System.ServiceModel.Channels.ClientFramingDuplexSessionChannel.OnOpen(TimeSpan
timeout)
   at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
   at System.ServiceModel.Channels.ServiceChannel.OnOpen(TimeSpan timeout)
   at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
   at
System.ServiceModel.Channels.ServiceChannel.CallOpenOnce.System.ServiceModel.Cha
nnels.ServiceChannel.ICallOnce.Call(ServiceChannel
channel, TimeSpan timeout)
   at
System.ServiceModel.Channels.ServiceChannel.CallOnceManager.CallOnce(TimeSpan
timeout, CallOnceManager cascade)
   at System.ServiceModel.Channels.ServiceChannel.EnsureOpened(TimeSpan
timeout)
   at System.ServiceModel.Channels.ServiceChannel.Call(String action,
Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[]
outs, TimeSpan timeout)
   at System.ServiceModel.Channels.ServiceChannel.Call(String action,
Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs)
   at
System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessag
e
methodCall, ProxyOperationRuntime operation)
   at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)

Exception rethrown at [0]: 
   at
System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage
reqMsg, IMessage retMsg)
   at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData&
msgData, Int32 type)
   at OMLEngineService.ITranscodingService.RegisterNotifyer(String url,
Boolean register)
   at OMLEngineService.TranscodingNotifyingService.Start()
   at OMLEngineService.TranscodingAPI..ctor(MediaSource source,
TranscodingStatusChanged action)
   at Library.TranscodePlayer.PlayMovie()
   at Library.MovieItem.PlayMovie()
   at Library.MovieDetailsPage.<>c__DisplayClass2.<PlayDisk>b__1()
   at Library.OMLApplication.ExecuteSafe(Action action)
------------------------------------------------------

Original issue reported on code.google.com by pauljohn...@gmail.com on 13 Dec 2008 at 5:37

GoogleCodeExporter commented 9 years ago
oops, forgot to specify version
omlsetup-0.21b-x86-12112008.msi

Original comment by pauljohn...@gmail.com on 13 Dec 2008 at 5:41

GoogleCodeExporter commented 9 years ago

Original comment by DJShultz@gmail.com on 27 Aug 2009 at 7:32