stwood / Microsoft-Media-Platform-Content-Manager

The Microsoft Media Platform Content Manager (MMPCM) is an open source solution that can be used by enterprises, educational institutions and broadcasting companies to manage their video assets. This lightweight and highly-customizable solution is built on Microsoft SharePoint 2010 and Microsoft media-related technologies, including Silverlight 4, IIS Media Services and Expression Encoder 4. The MMPCM infrastructure enables users to: Define, edit and approve or reject video assets, Transcode video into different formats, Broadcast Live Events, Insert Ads on Live Event transmissions, Edit videos online right within MMPCM and Publish videos to external players.
http://www.microsoft.com/download/en/details.aspx?id=26668
12 stars 1 forks source link

Transform Manager fails accessing AssetsManagementService.svc #13

Open bryandel opened 12 years ago

bryandel commented 12 years ago

2011-12-19 21:27:39.9160 Information Machine name: CHANNELONE. 2011-12-19 21:27:39.9169 Information Instance file name 20111219131901_1519838C51824F08A789775D70A0221E.xml. 2011-12-19 21:27:40.9983 Information URL Pattern: TBD 2011-12-19 21:27:40.9983 Information Assets Management Service: http://CHANNELONE/_vti_bin/MMPCM/AssetsManagementService.svc 2011-12-19 21:27:40.9993 Information Deserializing... 2011-12-19 21:27:41.1923 Information Start Copy... 2011-12-19 21:27:41.1932 Information Copying Files Imports... 2011-12-19 21:27:41.1932 Information Copying: WOW Philippines(480p_H.264-AAC).ism 2011-12-19 21:27:41.1932 Information Arguments: C:\mmpcm\temp-folder\20111219131901_1519838C51824F08A789775D70A0221E\7c4ee4d1-6221-491b-9432-207123f1eb32* \CHANNELONE\Origin\081f5848-f523-478c-9c0f-1fc011ba335d\7c4ee4d1-6221-491b-9432-207123f1eb32 /E /Y /I 2011-12-19 21:27:41.9465 Information Calling service... 2011-12-19 21:27:41.9494 Information Prefix: http://CHANNELONE:81 2011-12-19 21:27:41.9494 Information Asset ID: 081f5848-f523-478c-9c0f-1fc011ba335d 2011-12-19 21:27:41.9494 Information Targeted Platform: 7c4ee4d1-6221-491b-9432-207123f1eb32 2011-12-19 21:27:41.9494 Information FileName: WOW Philippines(480p_H.264-AAC).ism 2011-12-19 21:27:45.6882 Error Task.Start failed for task index: 1. 2011-12-19 21:27:45.6901 Error System.ServiceModel.CommunicationException: An error occurred while receiving the HTTP response to http://channelone/_vti_bin/MMPCM/AssetsManagementService.svc. This could be due to the service endpoint binding not using the HTTP protocol. This could also be due to an HTTP request context being aborted by the server (possibly due to the service shutting down). See server logs for more details. 2011-12-19 21:27:45.6931 Error
Server stack trace: at System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason) at System.ServiceModel.Channels.HttpChannelFactory.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage 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 Microsoft.MediaPlatform.ContentManager.TransformManager.Tasks.SharepointCallback.IAssetsManagementService.Update(Asset asset) at Microsoft.MediaPlatform.ContentManager.TransformManager.Tasks.HostJobTask.CallSPCallback(Asset asset) at Microsoft.MediaPlatform.ContentManager.TransformManager.Tasks.HostJobTask.Start() at Microsoft.Web.Media.TransformManager.Wrapper.RunTaskCode(TaskStatus taskStatus, JobMetadata metadata, Logger logger, ITask task, Int32 taskIndex) 2011-12-19 21:27:45.6940 Error System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a receive. 2011-12-19 21:27:45.6950 Error at System.Net.HttpWebRequest.GetResponse() at System.ServiceModel.Channels.HttpChannelFactory.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) 2011-12-19 21:27:45.6960 Error System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. 2011-12-19 21:27:45.7078 Error at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.PooledStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.Connection.SyncRead(HttpWebRequest request, Boolean userRetrievedStream, Boolean probeRead) 2011-12-19 21:27:45.7087 Error System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host 2011-12-19 21:27:45.7224 Error at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) 2011-12-19 21:27:45.7234 Error Exiting task id: 1. 2011-12-19 21:27:45.7254 Information UpdateStatus message: An error occurred while receiving the HTTP response to http://channelone/_vti_bin/MMPCM/AssetsManagementService.svc. This could be due to the service endpoint binding not using the HTTP protocol. This could also be due to an HTTP request context being aborted by the server (possibly due to the service shutting down). See server logs for more details.

when I tried accessing the web service directly I receive HTTP 400 Bad Request