Hello- Recently my client has been complaining that her site keeps crashing, and I've had to reset the application pool frequently.
I am a front end developer, and so the technical back end is a mystery to me. Lately my event log viewer has been EXPLODING with these message (around 100 per day at least).
AssemblyVersion:7.1.2
PortalID:0
PortalName:The Art Museum Of Greater Lafayette
UserID:-1
UserName:
ActiveTabID:63
ActiveTabName:My Profile
RawURL:/Activity-Feed/My-Profile/ArticleID/461/Stocking-Curt
AbsoluteURL:/Default.aspx
AbsoluteURLReferrer:
UserAgent:Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)
DefaultDataProvider:DotNetNuke.Data.SqlDataProvider, DotNetNuke
ExceptionGUID:90964496-f7fb-4ec4-b28a-a22fb3a3604a
InnerException:Unhandled Error Adding Module to leftPane
FileName:
FileLineNumber:0
FileColumnNumber:0
Method:System.Threading.Thread.AbortInternal
StackTrace:
Message:
DotNetNuke.Services.Exceptions.ModuleLoadException: Unhandled Error Adding Module to leftPane ---> System.Threading.ThreadAbortException: Thread was being aborted. at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at DotNetNuke.UI.Modules.ProfileModuleUserControlBase.OnInit(EventArgs e) at DotNetNuke.Modules.Admin.Users.ViewProfile.OnInit(EventArgs e) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.AddedControl(Control control, Int32 index) at System.Web.UI.ControlCollection.Add(Control child) at DotNetNuke.UI.Modules.ModuleHost.InjectModuleContent(Control content) at DotNetNuke.UI.Modules.ModuleHost.CreateChildControls() at System.Web.UI.Control.EnsureChildControls() at DotNetNuke.UI.Containers.Container.get_ModuleControl() at DotNetNuke.UI.Containers.Container.ProcessModule() at DotNetNuke.UI.Skins.Pane.InjectModule(ModuleInfo module) --- End of inner exception stack trace --- at DotNetNuke.UI.Skins.Pane.InjectModule(ModuleInfo module) at DotNetNuke.UI.Skins.Skin.InjectModule(Pane pane, ModuleInfo module)
Source:
Server Name: D149
It seems like it has to do with these web bots? If it helps solve the problem- this was a redesign from an old site, and pages that it is trying to find such as arlafayette.org /Activity-Feed/My-Profile/ArticleID/461/Stocking-Curt do not even exsist on the current site.
Can someone please help?