×
labkey.org will be offline for maintenance on Thursday, November 6th @ 5:30pm Pacific Time. The site will be offline for approximately three hours. Please save your work before this time. We apologize for any inconvenience.

Web part error, what does it mean, what is the cause?

LabKey Support Forum (Inactive)
Web part error, what does it mean, what is the cause? Leo Dashevskiy  2012-09-19 18:24
Status: Closed
 
Hi Labkey folks!

A pop up comes up with

header: Error
text: Error getting the web part: transaction aborted


This happens after a render() call to an R script, which takes its time to process a large number of FCS files and return a success status message. Before it can return this message, in this situation, it shows this error.

Thanks.
-Leo
 
 
kevink responded:  2012-09-19 18:59
The 'transaction aborted' comes from the request taking longer than the default timeout. You can make the timeout longer by setting Ext.Ajax.timeout to a large value.
 
Leo Dashevskiy responded:  2012-09-19 19:26
Thanks, Kevin!

(It will be a background job in the future, I guess...)