ELMAH is showing "System.Web.HttpException (0x80004005): The controller for path '/servlet/DebugServlet' was not found or does not implement IController. at System.We"
RSS
I have installed ELMAH error logging tool inside my asp.net mvc4 web application , which is deployed under IIS 7.0 . but today i check the error folder and i found this error inside the folder, i found exactly the same error repeated 4 times, here is part
of the description :-
<?xml version="1.0"?>
-<error statusCode="404" time="2015-05-15T06:46:57.3308688Z" detail="System.Web.HttpException (0x80004005): The controller for path '/servlet/DebugServlet' was not found or does not implement IController. at System.Web.Mvc.DefaultControllerFactory.GetControllerInstance(RequestContext requestContext, Type controllerType) at System.Web.Mvc.DefaultControllerFactory.CreateController(RequestContext requestContext, String controllerName) at System.Web.Mvc.MvcHandler.ProcessRequestInit(HttpContextBase httpContext, IController& controller, IControllerFactory& factory) at System.Web.Mvc.MvcHandler.BeginProcessRequest(HttpContextBase httpContext, AsyncCallback callback, Object state) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)" source="System.Web.Mvc" message="The controller for path '/servlet/DebugServlet' was not found or does not implement IController." type="System.Web.HttpException" host="TDMGVITMECT01" errorId="f597fdd2-3a87-4aee-8a4a-0ef27f399f18">
and here is the full XML error,, so what might be causing this ?:-
<?xml version="1.0"?>
-<error statusCode="404" time="2015-05-15T06:46:57.3308688Z" detail="System.Web.HttpException (0x80004005): The controller for path '/servlet/DebugServlet' was not found or does not implement IController. at System.Web.Mvc.DefaultControllerFactory.GetControllerInstance(RequestContext requestContext, Type controllerType) at System.Web.Mvc.DefaultControllerFactory.CreateController(RequestContext requestContext, String controllerName) at System.Web.Mvc.MvcHandler.ProcessRequestInit(HttpContextBase httpContext, IController& controller, IControllerFactory& factory) at System.Web.Mvc.MvcHandler.BeginProcessRequest(HttpContextBase httpContext, AsyncCallback callback, Object state) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)" source="System.Web.Mvc" message="The controller for path '/servlet/DebugServlet' was not found or does not implement IController." type="System.Web.HttpException" host="ABGVITMECT01" errorId="f597fdd2-3a87-4aee-8a4a-0ef27f399f18">-<serverVariables>-<item name="ALL_HTTP"><value string="HTTP_CONNECTION:Keep-Alive HTTP_ACCEPT:text/html, application/xhtml+xml, */* HTTP_ACCEPT_ENCODING:gzip, deflate HTTP_ACCEPT_LANGUAGE:en-GB HTTP_COOKIE:147003TicketsshowThreadedReq=showThreadedReqshow; 147003TicketshideThreadedReq=hideThreadedReqhide; 147003Adminhelpexp=helpexpshow; 147003Adminhelpcoll=helpcollhide HTTP_HOST:10.215.10.131 HTTP_USER_AGENT:Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0) HTTP_DNT:1 "/></item>-<item name="ALL_RAW"><value string="Connection: Keep-Alive Accept: text/html, application/xhtml+xml, */* Accept-Encoding: gzip, deflate Accept-Language: en-GB Cookie: 147003TicketsshowThreadedReq=showThreadedReqshow; 147003TicketshideThreadedReq=hideThreadedReqhide; 147003Adminhelpexp=helpexpshow; 147003Adminhelpcoll=helpcollhide Host: 10.215.10.131 User-Agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0) DNT: 1 "/></item>-<item name="APPL_MD_PATH"><value string="/LM/W3SVC/1/ROOT"/></item>-<item name="APPL_PHYSICAL_PATH"><value string="C:\inetpub\wwwroot\"/></item>-<item name="AUTH_TYPE"><value string=""/></item>-<item name="AUTH_USER"><value string=""/></item>-<item name="AUTH_PASSWORD"><value string=""/></item>-<item name="LOGON_USER"><value string=""/></item>-<item name="REMOTE_USER"><value string=""/></item>-<item name="CERT_COOKIE"><value string=""/></item>-<item name="CERT_FLAGS"><value string=""/></item>-<item name="CERT_ISSUER"><value string=""/></item>-<item name="CERT_KEYSIZE"><value string=""/></item>-<item name="CERT_SECRETKEYSIZE"><value string=""/></item>-<item name="CERT_SERIALNUMBER"><value string=""/></item>-<item name="CERT_SERVER_ISSUER"><value string=""/></item>-<item name="CERT_SERVER_SUBJECT"><value string=""/></item>-<item name="CERT_SUBJECT"><value string=""/></item>-<item name="CONTENT_LENGTH"><value string="0"/></item>-<item name="CONTENT_TYPE"><value string=""/></item>-<item name="GATEWAY_INTERFACE"><value string="CGI/1.1"/></item>-<item name="HTTPS"><value string="off"/></item>-<item name="HTTPS_KEYSIZE"><value string=""/></item>-<item name="HTTPS_SECRETKEYSIZE"><value string=""/></item>-<item name="HTTPS_SERVER_ISSUER"><value string=""/></item>-<item name="HTTPS_SERVER_SUBJECT"><value string=""/></item>-<item name="INSTANCE_ID"><value string="1"/></item>-<item name="INSTANCE_META_PATH"><value string="/LM/W3SVC/1"/></item>-<item name="LOCAL_ADDR"><value string="10.215.10.131"/></item>-<item name="PATH_INFO"><value string="/servlet/DebugServlet"/></item>-<item name="PATH_TRANSLATED"><value string="C:\inetpub\wwwroot\servlet\DebugServlet"/></item>-<item name="QUERY_STRING"><value string="accountname=Che%20global&showDuplicatesWithInAccount=TRUE"/></item>-<item name="REMOTE_ADDR"><value string="10.215.10.131"/></item>-<item name="REMOTE_HOST"><value string="10.215.10.131"/></item>-<item name="REMOTE_PORT"><value string="59512"/></item>-<item name="REQUEST_METHOD"><value string="GET"/></item>-<item name="SCRIPT_NAME"><value string="/servlet/DebugServlet"/></item>-<item name="SERVER_NAME"><value string="10.215.10.131"/></item>-<item name="SERVER_PORT"><value string="80"/></item>-<item name="SERVER_PORT_SECURE"><value string="0"/></item>-<item name="SERVER_PROTOCOL"><value string="HTTP/1.1"/></item>-<item name="SERVER_SOFTWARE"><value string="Microsoft-IIS/7.5"/></item>-<item name="URL"><value string="/servlet/DebugServlet"/></item>-<item name="HTTP_CONNECTION"><value string="Keep-Alive"/></item>-<item name="HTTP_ACCEPT"><value string="text/html, application/xhtml+xml, */*"/></item>-<item name="HTTP_ACCEPT_ENCODING"><value string="gzip, deflate"/></item>-<item name="HTTP_ACCEPT_LANGUAGE"><value string="en-GB"/></item>-<item name="HTTP_COOKIE"><value string="147003TicketsshowThreadedReq=showThreadedReqshow; 147003TicketshideThreadedReq=hideThreadedReqhide; 147003Adminhelpexp=helpexpshow; 147003Adminhelpcoll=helpcollhide"/></item>-<item name="HTTP_HOST"><value string="10.215.10.131"/></item>-<item name="HTTP_USER_AGENT"><value string="Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)"/></item>-<item name="HTTP_DNT"><value string="1"/></item></serverVariables>-<queryString>-<item name="accountname"><value string="Che global"/></item>-<item name="showDuplicatesWithInAccount"><value string="TRUE"/></item></queryString>-<cookies>-<item name="147003TicketsshowThreadedReq"><value string="showThreadedReqshow"/></item>-<item name="147003TicketshideThreadedReq"><value string="hideThreadedReqhide"/></item>-<item name="147003Adminhelpexp"><value string="helpexpshow"/></item>-<item name="147003Adminhelpcoll"><value string="helpcollhide"/></item>-<item name="ASP.NET_SessionId"><value string="ce50mdprze4jyptsq35b14n0"/></item></cookies></error>
I have found some similar threads that you could take a look. You could refer to them to check whether your code has the same situations and then try the corresponding solutions in your project.
Member
488 Points
2552 Posts
ELMAH is showing "System.Web.HttpException (0x80004005): The controller for path '/servlet/DebugS...
May 15, 2015 12:05 PM|johnjohn123123|LINK
I have installed ELMAH error logging tool inside my asp.net mvc4 web application , which is deployed under IIS 7.0 . but today i check the error folder and i found this error inside the folder, i found exactly the same error repeated 4 times, here is part of the description :-
and here is the full XML error,, so what might be causing this ?:-
None
0 Points
1 Post
Re: ELMAH is showing "System.Web.HttpException (0x80004005): The controller for path '/servlet/De...
Aug 21, 2015 02:54 PM|savedbythetree|LINK
I started getting this error too about another page. I also received the error repeated 4 times.
My error turned out to be caused by a user copying and pasting content into something that tried to keep the style formatting.
I've not found a way around it yet. But that's what was causing it.
Star
7980 Points
1586 Posts
Re: ELMAH is showing "System.Web.HttpException (0x80004005): The controller for path '/servlet/De...
Aug 23, 2015 06:32 AM|Weibo Zhang|LINK
Hi johnjohn123123,
I have found some similar threads that you could take a look. You could refer to them to check whether your code has the same situations and then try the corresponding solutions in your project.
http://stackoverflow.com/questions/14011026/the-controller-for-path-was-not-found-or-does-not-implement-icontroller
http://stackoverflow.com/questions/3122021/stop-exception-from-being-thrown-for-non-existant-controller
http://stackoverflow.com/questions/16444981/the-controller-for-path-home-was-not-found-or-does-not-implement-icontroller
I hope it’s useful to you.
Best Regards,
Weibo Zhang