Portal Engine
Version 3.x > Portal Engine > APPLICATION ERRORS View modes: 
User avatar
Member
Member
st00z - 3/23/2009 11:46:24 PM
   
APPLICATION ERRORS
I keep getting these kind of errors on my website, does anyone know what they refer to? Some users have reported that sometimes they're unable to access the site aswell...www.american.com.au



Event ID: 6459
Event type: Error
Event time: 24/03/2009 4:17:53 AM
Source: Application_Error
Event code: EXCEPTION
User ID: 65
User name: public
IP address: 66.249.71.147
Description: EXCEPTION MESSAGE: Exception has been thrown by the target of an invocation.; STACK TRACE: at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle 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.MethodBase.Invoke(Object obj, Object[] parameters)
at System.Web.Handlers.ScriptResourceHandler.DecryptString(String s)
at System.Web.Handlers.ScriptResourceHandler.DecryptParameter(NameValueCollection queryString)
at System.Web.Handlers.ScriptResourceHandler.ProcessRequest(HttpContext context)
at System.Web.Handlers.ScriptResourceHandler.System.Web.IHttpHandler.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
Site: American Vehicle Sales
Machine name: ICEBERG
Event URL: http://www.american.com.au/ScriptResource.axd?d=HnmJKBfGQffdGV1zoIK5UFwpL8l01b3SqdYF72gB47ESLgAwUxj2V67jlStm_7-w7R8gcfwIp3zL4oFL5p_CQObCw1GH7gjf_NRLKOfvK5I1&t=633632314743875000

User avatar
Kentico Support
Kentico Support
kentico_jurajo - 3/30/2009 3:40:32 AM
   
RE:APPLICATION ERRORS
Hi,

Are you using any custom code or third party tools? In the stack trace is nothing related with our API.

Best Regards,
Juraj Ondrus

User avatar
Member
Member
st00z - 4/2/2009 8:43:23 PM
   
RE:APPLICATION ERRORS
no i dont think i am? only google maps i think

User avatar
Kentico Support
Kentico Support
kentico_jurajo - 4/8/2009 2:48:50 AM
   
RE:APPLICATION ERRORS
Hi,

I think I know where the problem is. The IP address in the error message - 66.249.71.147 is for googlebot which is crawling your site. Could you please add to the root of your web site the robots.txt file where you will exclude the ".axd" pages from crawling?

Best Regards,
Juraj Ondrus

User avatar
Member
Member
st00z - 4/8/2009 6:17:08 PM
   
RE:APPLICATION ERRORS
thanks,

this sounds like it could more likely be the reason because it only started happening after i added google tracking code..one question, where do i get the robots.txt file or how do i make it so it will exclude .axd pages?

User avatar
Kentico Support
Kentico Support
kentico_jurajo - 4/15/2009 2:30:18 AM
   
RE:APPLICATION ERRORS
Hi,

This file is usual placed in the root of your web. HEre you can find more details about robots.txt file. Also, using Google you find many posts and articles and hints.
Your robots.txt file could look like this:

User-agent: *
Disallow: /axd


Best Regards,
Juraj Ondrus