Skip to main content
Question

"The Server has been restarted. Please reload the page"


Forum|alt.badge.img

Hi,

We upgraded to Acumatica Cloud ERP 2022 R2 Build 22.212.0046, and since  then we are getting this error every now and then. Our users are getting tired of this already.

Any one experiencing the same issue? 

9 replies

Manikanta Dhulipudi
Captain II
Forum|alt.badge.img+13

Hello @ikarisg 

When did the upgrade happen?

Is the issue happening every time?

Have you restarted the application and verified it?

Any trace details?


Chris Hackett
Community Manager
Forum|alt.badge.img
  • Acumatica Community Manager
  • 2751 replies
  • July 10, 2023

Hi @ikarisg were you able to find a solution? Thank you!


Forum|alt.badge.img
  • Author
  • 14 replies
  • July 20, 2023

No we haven’t found a solution. We have rebooted the server multiple times, and we’re still getting this issue on a random occasion. Makes our work a little bit more harder.


Forum|alt.badge.img
  • Varsity I
  • 71 replies
  • October 9, 2023

Hi,

I’m seeing this error for the first time and is also related to an upgrade to 2022.  I have a few theories I’m testing out to try and resolve.  Specifically I think it’s due to an error being thrown by a customisation possibly related to Newtonsoft.  This is very much a theory at this stage. 

Do you have any customisations that use Newtonsoft in your instance?

 


eolivier39
Freshman I
Forum|alt.badge.img
  • Freshman I
  • 11 replies
  • October 10, 2023

Any solution for this yet my customer is on Acumatica Cloud ERP 2023 R1
Build 23.106.0050 + and we are getting the same error ?


Forum|alt.badge.img
  • Varsity I
  • 71 replies
  • October 10, 2023

Hi,

Spent some time looking to solve my particular “Server Has Restarted Problem” yesterday.  Raised a separate topic on how to replicate my particular example

 

 

My case appears to be due to a customization that used to work in R2021 but no longer does in R2022.

 


Forum|alt.badge.img
  • Jr Varsity II
  • 22 replies
  • January 16, 2025

We get this error all the time, in addition to “The session has expired, please reload the page”.  We have an on-premise install and I do feel that possibly this error started happening with an upgrade but it has been going on for awhile so I can’t say that for sure.  We have minimal customizations so I do not think this is related to a customization.  Has anyone on this thread found the solution?


darylbowman
Captain II
Forum|alt.badge.img+13

The default recycling settings for an IIS AppPool is to recycle every 29 hours. If this is not adjusted, it will cause issues.


jedmunds36
Jr Varsity III
Forum|alt.badge.img
  • Jr Varsity III
  • 21 replies
  • February 28, 2025

We recently observed this error when code was written within FieldUpdated that in turn called .Update() on the same DAC as shown below for SOOrder (note the offending last line):

 


        protected void _(Events.FieldUpdated<SOOrder.customerLocationID> e, PXFieldUpdated del)
        {
            del?.Invoke(e.Cache, e.Args);

            if (e.Row == null)
                return;

            SOOrder row = e.Row as SOOrder;
            if (row.OrderType != Constants.OrderTypes.SI)
                return;

            row.CustomerRefNbr = "INVENTORY";
            row = e.Cache.Update(row) as SOOrder;
        }

What gets called later after FieldUpdated?  RowUpdated.

If the custom “SI” OrderType above is not used very often, or 

if another graph in the system has code similar to this 

and its page is used very little, the error would arise intermittently.


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings