Crash performing a Quick Sort in a category

For general questions and discussions specific to the AbleCommerce GOLD ASP.Net shopping cart software.
Post Reply
michaeltansley
Ensign (ENS)
Ensign (ENS)
Posts: 8
Joined: Wed Jun 18, 2014 4:53 am

Crash performing a Quick Sort in a category

Post by michaeltansley » Tue Aug 19, 2014 11:56 am

Hi,
Our web person while doing a Quick Sort in a Category had an error message returned:

We are sorry but the page you are trying to access has experience an error. Please contact (our support email) to report this error.

I was able to reproduce this error on my machine. Where would we start looking for details of what caused this and what are some possible things.

I was thinking in terms of some corrupt data but that's only my guess.

Thanks

Michael

abradley
Lieutenant Commander (LCDR)
Lieutenant Commander (LCDR)
Posts: 101
Joined: Wed Feb 12, 2014 4:46 pm

Re: Crash performing a Quick Sort in a category

Post by abradley » Tue Aug 19, 2014 12:14 pm

Try checking the error log to get more of a detailed error message. Its under Help >> Error Log
Austin

michaeltansley
Ensign (ENS)
Ensign (ENS)
Posts: 8
Joined: Wed Jun 18, 2014 4:53 am

Re: Crash performing a Quick Sort in a category

Post by michaeltansley » Tue Aug 19, 2014 12:21 pm

:oops: I should have thought of that. Sorry. I'm fairly new to having to look after this installation at our company.

abradley
Lieutenant Commander (LCDR)
Lieutenant Commander (LCDR)
Posts: 101
Joined: Wed Feb 12, 2014 4:46 pm

Re: Crash performing a Quick Sort in a category

Post by abradley » Tue Aug 19, 2014 12:28 pm

No worries! Welcome! I am very new to Able as well, and definitely the entire Microsoft stack. I was a Rails developer beforehand, and learning a whole new stack can be difficult!

Everyone on this forum is super helpful! They have already become my go-to for any help I need, so make yourself at home ;)
Austin

michaeltansley
Ensign (ENS)
Ensign (ENS)
Posts: 8
Joined: Wed Jun 18, 2014 4:53 am

Re: Crash performing a Quick Sort in a category

Post by michaeltansley » Tue Aug 19, 2014 12:31 pm

Thanks Austin.

There are a number of these in the log.

Exception: Exception of type 'System.Web.HttpUnhandledException' was thrown. Stack Trace: at System.Web.UI.Page.HandleError(Exception e) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequest(HttpContext context) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) Inner Exception: Row was updated or deleted by another transaction (or unsaved-value mapping was incorrect): [CommerceBuilder.Products.Product#1106] Inner Exception Stack Trace: at CommerceBuilder.DomainModel.EntityWithTypedId`1.Save() at AbleCommerce.Admin.Catalog.SortCategory.SaveButton_Click(Object sender, EventArgs e) at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)


Row was updated or deleted by another transaction. Does this mean that somehow another admin was doing something at the same time?

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: Crash performing a Quick Sort in a category

Post by jmestep » Tue Aug 19, 2014 1:41 pm

It could mean that or it could be a different problem. What build of Gold are you using?
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

michaeltansley
Ensign (ENS)
Ensign (ENS)
Posts: 8
Joined: Wed Jun 18, 2014 4:53 am

Re: Crash performing a Quick Sort in a category

Post by michaeltansley » Wed Aug 20, 2014 4:07 am

We are using build 5078.

Version is 7.0.8.5078

Post Reply