[Info] Bug report (1 Viewer)

TiboTv

Portal Pro
June 22, 2009
244
39
Home Country
Belgium Belgium
It happens sometimes :

Code:
Désolé, une erreur est intervenue lors de la recherche.
 
SVP, veuillez insérer l'information ci-dessous, lors de l'envoi du rapport d'erreur.
 
	WebMediaPortal version 0.5.1 (commit bfb2c36).
	Request: http://XXXXX.XXXXX.XXX:XXXX/Settings
 
 
Exception has been thrown by the target of an invocation.
 
  at System.RuntimeMethodHandle._InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
  at System.RuntimeMethodHandle.InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
  at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
  at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  at System.Reflection.RuntimePropertyInfo.GetValue(Object obj, BindingFlags invokeAttr, Binder binder, Object[] index, CultureInfo culture)
  at System.Reflection.RuntimePropertyInfo.GetValue(Object obj, Object[] index)
  at MPExtended.Applications.WebMediaPortal.Mvc.DropdownExtensions.DropDownListFor[TModel,TProperty](HtmlHelper`1 htmlHelper, Expression`1 expression, Object htmlAttributes) in C:\Users\Oxan\Documents\Projects\MPExtended\Applications\MPExtended.Applications.WebMediaPortal\Mvc\DropdownExtensions.cs:line 85
  at MPExtended.Applications.WebMediaPortal.Mvc.DropdownExtensions.DropDownListFor[TModel,TProperty](HtmlHelper`1 htmlHelper, Expression`1 expression) in C:\Users\Oxan\Documents\Projects\MPExtended\Applications\MPExtended.Applications.WebMediaPortal\Mvc\DropdownExtensions.cs:line 67
  at ASP._Page_Skins_BlueShift_Settings_Index_cshtml.Execute() in c:\Program Files\MPExtended\WebMediaPortal\www\Skins\BlueShift\Settings\Index.cshtml:line 69
  at System.Web.WebPages.WebPageBase.ExecutePageHierarchy()
  at System.Web.Mvc.WebViewPage.ExecutePageHierarchy()
  at System.Web.WebPages.StartPage.RunPage()
  at System.Web.WebPages.StartPage.ExecutePageHierarchy()
  at System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage)
  at System.Web.Mvc.RazorView.RenderView(ViewContext viewContext, TextWriter writer, Object instance)
  at System.Web.Mvc.BuildManagerCompiledView.Render(ViewContext viewContext, TextWriter writer)
  at System.Web.Mvc.ViewResultBase.ExecuteResult(ControllerContext context)
  at System.Web.Mvc.ControllerActionInvoker.InvokeActionResult(ControllerContext controllerContext, ActionResult actionResult)
  at System.Web.Mvc.ControllerActionInvoker.<>c__DisplayClass1c.<InvokeActionResultWithFilters>b__19()
  at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation)
  at System.Web.Mvc.ControllerActionInvoker.<>c__DisplayClass1c.<>c__DisplayClass1e.<InvokeActionResultWithFilters>b__1b()
  at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultWithFilters(ControllerContext controllerContext, IList`1 filters, ActionResult actionResult)
  at System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName)
  at System.Web.Mvc.Controller.ExecuteCore()
  at System.Web.Mvc.ControllerBase.Execute(RequestContext requestContext)
  at System.Web.Mvc.ControllerBase.System.Web.Mvc.IController.Execute(RequestContext requestContext)
  at System.Web.Mvc.MvcHandler.<>c__DisplayClass6.<>c__DisplayClassb.<BeginProcessRequest>b__5()
  at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass1.<MakeVoidDelegate>b__0()
  at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass8`1.<BeginSynchronous>b__7(IAsyncResult _)
  at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`1.End()
  at System.Web.Mvc.MvcHandler.<>c__DisplayClasse.<EndProcessRequest>b__d()
  at System.Web.Mvc.SecurityUtil.<GetCallInAppTrustThunk>b__0(Action f)
  at System.Web.Mvc.SecurityUtil.ProcessInApplicationTrust(Action action)
  at System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult)
  at System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.EndProcessRequest(IAsyncResult result)
  at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
  at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
 
There was an error writing to the pipe: Le canal de communication est sur le point d’être fermé. (232, 0xe8).
 
Server stack trace:
  at System.ServiceModel.Channels.StreamConnection.Write(Byte[] buffer, Int32 offset, Int32 size, Boolean immediate, TimeSpan timeout)
  at System.ServiceModel.Channels.StreamConnection.Write(Byte[] buffer, Int32 offset, Int32 size, Boolean immediate, TimeSpan timeout, BufferManager bufferManager)
  at System.ServiceModel.Channels.FramingDuplexSessionChannel.OnSend(Message message, TimeSpan timeout)
  at System.ServiceModel.Channels.OutputChannel.Send(Message message, TimeSpan timeout)
  at System.ServiceModel.Dispatcher.DuplexChannelBinder.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 MPExtended.Services.StreamingService.Interfaces.IWebStreamingService.GetTranscoderProfilesForTarget(String target)
  at MPExtended.Applications.WebMediaPortal.Models.SettingsViewModel.GetProfiles(IWebStreamingService service, IEnumerable`1 targets) in C:\Users\Oxan\Documents\Projects\MPExtended\Applications\MPExtended.Applications.WebMediaPortal\Models\SettingsViewModels.cs:line 242
  at MPExtended.Applications.WebMediaPortal.Models.SettingsViewModel.get_TVProfiles() in C:\Users\Oxan\Documents\Projects\MPExtended\Applications\MPExtended.Applications.WebMediaPortal\Models\SettingsViewModels.cs:line 71
 
The write operation failed, see inner exception.
 
  at System.Net.Security.NegotiateStream.ProcessWrite(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest)
  at System.Net.Security.NegotiateStream.Write(Byte[] buffer, Int32 offset, Int32 count)
  at System.ServiceModel.Channels.StreamConnection.Write(Byte[] buffer, Int32 offset, Int32 size, Boolean immediate, TimeSpan timeout)
 
There was an error writing to the pipe: Le canal de communication est sur le point d’être fermé. (232, 0xe8).
 
  at System.ServiceModel.Channels.PipeConnection.WriteHelper(Byte[] buffer, Int32 offset, Int32 size, Boolean immediate, TimeSpan timeout, Object& holder)
  at System.ServiceModel.Channels.PipeConnection.Write(Byte[] buffer, Int32 offset, Int32 size, Boolean immediate, TimeSpan timeout)
  at System.ServiceModel.Channels.BufferedConnection.WriteNow(Byte[] buffer, Int32 offset, Int32 size, TimeSpan timeout, BufferManager bufferManager)
  at System.ServiceModel.Channels.BufferedConnection.Write(Byte[] buffer, Int32 offset, Int32 size, Boolean immediate, TimeSpan timeout)
  at System.ServiceModel.Channels.ConnectionStream.Write(Byte[] buffer, Int32 offset, Int32 count)
  at System.Net.Security.NegotiateStream.StartWriting(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest)
  at System.Net.Security.NegotiateStream.ProcessWrite(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest)
 
There was an error writing to the pipe: Le canal de communication est sur le point d’être fermé. (232, 0xe8).
 
  at System.ServiceModel.Channels.PipeConnection.StartSyncWrite(Byte[] buffer, Int32 offset, Int32 size, Object& holder)
  at System.ServiceModel.Channels.PipeConnection.WriteHelper(Byte[] buffer, Int32 offset, Int32 size, Boolean immediate, TimeSpan timeo
Any idea? If more log are needed, just ask me.
 
Last edited:

TiboTv

Portal Pro
June 22, 2009
244
39
Home Country
Belgium Belgium
Seems to be better with 0.5.2. But I've notice something into the configuration.

First thing is that when you change the port number in mpextended configuration, you also need to change it manually into the windows firewall.
The other thing is that when you upgrade from 0.5.1 to 0.5.2 the mpextended webmediaportal is re-installed with default port 8080 and you need to change it manually into the windows firewall. Not a big issue but could perhaps need a explanation into the wiki.
 

Oxan

Retired Team Member
  • Premium Supporter
  • August 29, 2009
    1,730
    1,124
    Home Country
    Netherlands Netherlands
    First thing is that when you change the port number in mpextended configuration, you also need to change it manually into the windows firewall.
    Yeah, that's a known issue, though not very high on the TODO-list.
    The other thing is that when you upgrade from 0.5.1 to 0.5.2 the mpextended webmediaportal is re-installed with default port 8080 and you need to change it manually into the windows firewall. Not a big issue but could perhaps need a explanation into the wiki.
    Did you uninstall 0.5.1 first? If you perform an upgrade without uninstallation, the port settings should be kept (though the upgrade might be broken in the 0.5.2 installation, that's a known problem).
     

    Users who are viewing this thread

    Top Bottom