I deployed a website with live logger to a remote server and now I'm getting this error:
An unhandled exception occurred
System.InvalidOperationException: Protocol error: Unknown transport.
Server stack trace:
at Microsoft.AspNet.SignalR.PersistentConnection.ProcessRequest(HostContext context)
at Microsoft.AspNet.SignalR.Owin.CallHandler.Invoke(IDictionary`2 environment)
at Microsoft.AspNet.SignalR.Owin.Handlers.HubDispatcherHandler.Invoke(IDictionary`2 environment)
at Microsoft.Owin.Host.SystemWeb.OwinCallContext.Execute()
at Microsoft.Owin.Host.SystemWeb.OwinHttpHandler.BeginProcessRequest(HttpContextBase httpContext, AsyncCallback callback, Object extraData)
Exception rethrown at [0]:
at Microsoft.Owin.Host.SystemWeb.Infrastructure.ErrorState.<>c__DisplayClass1.b__0(Exception ex)
at Microsoft.Owin.Host.SystemWeb.CallContextAsyncResult.End(IAsyncResult result)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
The server runs on IIS7. Any idea what could be wrong?
Live Logger error on remote server
Hello,
I deployed a website with live logger to a remote server and now I'm getting this error:
An unhandled exception occurred System.InvalidOperationException: Protocol error: Unknown transport. Server stack trace: at Microsoft.AspNet.SignalR.PersistentConnection.ProcessRequest(HostContext context) at Microsoft.AspNet.SignalR.Owin.CallHandler.Invoke(IDictionary`2 environment) at Microsoft.AspNet.SignalR.Owin.Handlers.HubDispatcherHandler.Invoke(IDictionary`2 environment) at Microsoft.Owin.Host.SystemWeb.OwinCallContext.Execute() at Microsoft.Owin.Host.SystemWeb.OwinHttpHandler.BeginProcessRequest(HttpContextBase httpContext, AsyncCallback callback, Object extraData) Exception rethrown at [0]: at Microsoft.Owin.Host.SystemWeb.Infrastructure.ErrorState.<>c__DisplayClass1.b__0(Exception ex) at Microsoft.Owin.Host.SystemWeb.CallContextAsyncResult.End(IAsyncResult result) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
The server runs on IIS7. Any idea what could be wrong?
Jeroen
Hey Jeroen,
What version of Live Logger do you have installed?
Jeavon
Jeroen,
So the site is not loading at all or in the backend when you hit livelogger you get that error?
Regards
Ismail
I have installed version 1.1.1.
The website works, but when it's trying to log something it doesn't seem to work.
Jeroen
Jeroen,
In the web.config what have you got for umbracoReservedUrls?
Regards
Ismail
Yes I've also added it there. Sorry for now I removed the package and installed Diplo Trace Log Viewer. That's something more I was looking for.
Jeroen
Oh the irony i am also getting this error but cannot figure out why. Using umbraco 6.1.6 and using latest live logger from nuget.
Anyone any ideas?
Regards
Ismail
is working on a reply...