keepalive error 2.3.6.1 .net 4.0

Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

Post here for help with installation of mojoPortal pre-compiled release packages

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.

You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

This thread is closed to new posts. You must sign in to post in the forums.
1/29/2011 4:18:08 PM
Gravatar
Total Posts 25

keepalive error 2.3.6.1 .net 4.0

Joe,

I have a multple site setup with mojoportal. The system logs only seem to be viewable from the root portal site.

I'm watching the site log on my mojoportal installation and I keep getting the following error even though I have configured the keepalive url to be http://www.ntunedev.com/default.aspx :

2011-01-29 13:55:38,653 ERROR mojoPortal.Web.PageNotFoundHttpModule - 74.208.238.172  PageNotFoundHttpModule handled error.
System.Web.HttpException (0x80004005): The file '/KeepAlive.aspx' does not exist.
   at System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath)
   at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)
   at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)
   at System.Web.Compilation.BuildManager.GetVirtualPathObjectFactory(VirtualPath virtualPath, HttpContext context, Boolean allowCrossApp, Boolean throwIfNotFound)
   at System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp)
   at System.Web.UI.PageHandlerFactory.GetHandlerHelper(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath)
   at System.Web.UI.PageHandlerFactory.System.Web.IHttpHandlerFactory2.GetHandler(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath)
   at System.Web.HttpApplication.MapHttpHandler(HttpContext context, String requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig)
   at System.Web.HttpApplication.MapHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

1/29/2011 8:59:43 PM
Gravatar
Total Posts 2239

Re: keepalive error 2.3.6.1 .net 4.0

Hi,

I don't think this error has anything to do with the KeepAlive in mojoPortal. I think something or someone else is trying to access that page on your site and it doesn't exist so the mojo writes an error about it and states that it couldn't find virtual page for it either.

Some other CMS' I have used have a KeepAlive.aspx file, have you used a different CMS on this domain in the past? If so, maybe you setup some kind of service to use the KeepAlive page. I know DNN has (or had) a feature like this at one time.

HTH,
Joe D.

1/30/2011 12:37:39 AM
Gravatar
Total Posts 25

Re: keepalive error 2.3.6.1 .net 4.0

Yes you are right. This was done from a site called dnnmonitor.

Thanks

You must sign in to post in the forums. This thread is closed to new posts.