View Full Version : MPLLC backend crashes
david1
March 17th, 2005, 04:07 PM
what is with the mpllc backend some times I click on things I get a
javascript error, i thought the move the new servers was going to fix
these problems
eereivon65
March 18th, 2005, 12:35 PM
Errors pop up for a variety of reasons. Javascript errors don't have
anything to do with our servers though. If you can email me the
specific error you're talking about the next time you see it, I can
look into it and give you a better answer.
- Tony [at} mpllc.net
blabla
March 18th, 2005, 01:28 PM
link ... mpllc _ net =>
<h1>Directory Listing Denied</h1>
This Virtual Directory does not allow contents to be listed
link: afflogin =>
<h1>Server Error in '/' Application.<hr color="silver" size="1" width="100%"></h1>
<h2> The resource cannot be found. </h2></span>
Description: HTTP
404. The resource you are looking for (or one of its dependencies)
could have been removed, had its name changed, or is temporarily
unavailable. Please review the following URL and make sure that it is
spelled correctly.
Requested Url: /AffLogin.aspx
</font>
eereivon65
March 18th, 2005, 02:09 PM
That was a glitch caused by programmer error. And by programmer, I mean
Eric. He fixed it quickly though. Sorry for the inconvenience. However,
one of the server errors I was running into more frequently than I'd
like was "Out of Memory Exception."
Yesterday we updated some code to make the entire application more
efficient. No noticeable changes, but we were able to reduce the size
of our compiled code by about 1/3, meaning all transactions will occur
faster and in less memory.
I've been watching the server closely today and we've remained at a
level about 2/3rds of our previous system resource usage. Please let me
know if you notice the same level of errors as before.
- Tony
jaguar
March 18th, 2005, 02:45 PM
Went to the Order Details link at 5:44 ESTand this is what I got:
<H1>Server Error in '/' Application.
<HR width="100%" color=silver SIZE=1>
</H1>
<H2>Object reference not set to an instance of an object. </H2>
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
<TABLE width="100%" bgColor=#ffffcc>
<T>
<TR>
<TD><CODE>An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.</CODE> </TD></TR></T></TABLE>
Stack Trace:
<TABLE width="100%" bgColor=#ffffcc>
<T>
<TR>
<TD><CODE>[NullReferenceException: Object reference not set to an instance of an object.]
AffiliateTools.AffOrderTrack.Page_Load(Object sender, EventArgs e)
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +731
</PRE></CODE></TD></TR></T></TABLE>
<HR width="100%" color=silver SIZE=1>
Version Information:Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573 <!--
[NullReferenceException]: reference not set to an instance of an .
at AffiliateTools.AffOrderTrack.Page_Load( sender, Args e)
at System.Web.UI.Control.OnLoad(Args e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain()
[HttpUnhandledException]: Exception of System.Web.HttpUnhandledException was thrown.
at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain()
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at System.Web.CallHandlerExecutionStep.System.Web.Htt pApplication+IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean& completedSynchronously)
-->
eereivon65
March 18th, 2005, 04:48 PM
jag: Are you still getting that error? That's something that happens
when we're in the middle of updating a page. It shouldn't happen on the
production server at all, but occasionally stuff gets through.
However, nothing's been updated recently on that page. So let me know if you're still seeing it.
Thanks,
Tony
jaguar
March 18th, 2005, 05:24 PM
Yes. At 8:24 EST still there.
jaguar
March 21st, 2005, 10:58 AM
Still Getting it on March 21 at 1:57 pm ESThttp://rxaffiliate.web104.discountasp.net/smileys/smiley7.gif.
<H1>Server Error in '/' Application.
<HR width="100%" color=silver SIZE=1>
</H1>
<H2>Object reference not set to an instance of an object. </H2>
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
<TABLE width="100%" bgColor=#ffffcc>
<T>
<TR>
<TD><CODE>An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.</CODE> </TD></TR></T></TABLE>
Stack Trace:
<TABLE width="100%" bgColor=#ffffcc>
<T>
<TR>
<TD><CODE>[NullReferenceException: Object reference not set to an instance of an object.]
AffiliateTools.AffOrderTrack.Page_Load(Object sender, EventArgs e)
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +731
</PRE></CODE></TD></TR></T></TABLE>
<HR width="100%" color=silver SIZE=1>
Version Information:Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573 <!--
[NullReferenceException]: reference not set to an instance of an .
at AffiliateTools.AffOrderTrack.Page_Load( sender, Args e)
at System.Web.UI.Control.OnLoad(Args e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain()
[HttpUnhandledException]: Exception of System.Web.HttpUnhandledException was thrown.
at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain()
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at System.Web.CallHandlerExecutionStep.System.Web.Htt pApplication+IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean& completedSynchronously)
-->
RxRob
March 21st, 2005, 12:42 PM
I think I found the problem:
Version Information:Microsoft .NET
...should be changed to...
Stop Using:Microsoft .NET
smileys/smiley8.gif
drugsdr
March 21st, 2005, 02:04 PM
...should be changed to...
Stop Using:Microsoft .NET
lol
david1
March 21st, 2005, 04:47 PM
why don't they spend some $ and buy a new back end, it keeps crashing
for me even now, i just log in, check the order page and try not to
touch anything else.
eereivon65
March 22nd, 2005, 11:01 AM
Hey Jag...I found the problem. It'll be fixed by EOD today.
jaguar
March 22nd, 2005, 03:19 PM
6:18 PM 03/22
Fixed as promised.
Regards
Powered by vBulletin™ Version 4.0.3 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.