All our workflows and the print tool stop working suddenly,
From time to time, we get errors in all the workflow tools and the print tool in all our sites (Attached an example), and we figure out that if we restart the World Wide Web Publishing Service (wwps) (attached), the issue disappears and all the workflows return to work normally.
then why all this story is happening from time to time? why the solution is in restarting the wwps? What is the major effect of this issue? Any suggestion may help.
Thank you in advance.
Best,
Majdoleen
-
We have also seen this problem which was resolved by recycling the App Pools in IIS. 0 -
Thank you Dan, 0 -
Thank you Dan for sharing your experience regarding this very frustrating issue. I would also love if geocortex developers\experts can comment on this. 0 -
This has been an issue for some time. We have found that we need to schedule the recycling of Geocortex app pools four times per day. For some unknown reason this is also necessary if you find that Geocortex manager is not working properly. Yes I would like to see Geocortex comment on this issue as well. 0 -
Thank you very much Dan. 0 -
Thank you Dan, really appreciate your input regarding this issue. 0 -
Hello All, 0 -
Thank you very much Wayne for confirming that this issue will be resolved in the next releases. Imagine the situation where our users are working with workflow tool and suddenly it is crashed. 0 -
when the proble occurs we got this sort of stuff 0 -
Hi Wayne, 0 -
Hi Jamal, 0 -
0
-
We are experiencing the same issue here. I have to manually recycle the Application pool, or re-run the Geocortex post-install. .. every day.
I have updated the Idle Time out (shorter than 1440 minutes)
We are running Geocortex 4.7 with HTML5 Viewer 2.8, I will upgrade soon and see how the new version behaves under load. I will post one here to keep everyone in the loop
0 -
If you look into your server's event viewer, you will typically see errors such as:
Faulting application name: w3wp.exe, version: 8.5.9600.16384, time stamp: 0x5215df96 Faulting module name: KERNELBASE.dll, version: 6.3.9600.18666, time stamp: 0x58f33794 Exception code: 0xe0434352
0 -
We are running 4.7 and viewer 2.8 and we are still experiencing the issue (more and more often).
0 -
We are on the same cycle Frederic, hope that this issue will be resolved ASAP. 0 -
We are on 4.8 and have had this issue for. The app pools are scheduled to recycle three times per day, but I still have to manually recycle sometimes when the site fails to intitialize. I have worked with tech support in past but issue was never resolved. It hate to admit this, but I am relieved to hear that others are having same issue. It would be REALLY nice to resolve this! 0 -
0
-
Hi everyone, -
gcx.dispatcherCleanupInterval sets the interval at which dispatchers are cleaned up from the application pool. Dispatcher maintains a prioritized queue of work items for a specific thread. If the thread terminates unexpectedly, the dispatcher can become abandoned, and remains until the app pool is recycled, or the dispatchers are cleaned up. This setting sets the interval at which that cleanup occurs. It accepts a value in minutes.
<add key="gcx.dispatcherCleanupInterval" value="10" />
-
gcx.dispatcherCleanupForceGC forces garbage collection in the app pool, which can help clean up any WPF objects which are no longer in use. Garbage collection happens on its own over time, but it only happens when the server is low on physical memory. This setting forces garbage collection to run at the same time that the dispatchers are cleaned up. This setting accepts a true or false value.
<add key="gcx.dispatcherCleanupForceGC" value="True" />
0 -
gcx.dispatcherCleanupInterval sets the interval at which dispatchers are cleaned up from the application pool. Dispatcher maintains a prioritized queue of work items for a specific thread. If the thread terminates unexpectedly, the dispatcher can become abandoned, and remains until the app pool is recycled, or the dispatchers are cleaned up. This setting sets the interval at which that cleanup occurs. It accepts a value in minutes.
-
Thank you Amanda, May you please send me a screen shoot showing where to add these codes in the web.config file? 0 -
Hi Majdoleen, 0 -
Dear Amanda and (https://support.geocortex.com/GSCProfile?communityId=09a6000000008Qu&userId=005600000054stj&showHeader=false) Longguang Fan , 0 -
Hi Majdoleen, 0 -
Hi Amanda / Longguang, and others, 0 -
Hi Malcolm, 0 -
Thank you Malcolm, I do agree with you, the only workaround solution is by Recycling the app pools regularly, but I hope that Geocortex Latitude developer can solve this issue at the level of Ge without the need to set the recycling the app Pools settings manually. 0 -
This is a very frustrating issue, but I am glad I am not the only one experiencing this. I have our app pool set to recycle every 1.5 hours between 630am and 630pm. This does not completely fix the issue as we occasionally get an error message when attempting to print and still have to manually recycle the application pool.
Does anyone know what kind of issues arise from recycling the application pool regarding the end users?
0 -
Recycling the app pool shouldn't affect your end users in a noticable way. 0 -
Recycling the App pool can cause Printing, Exporting, and long running Workflows to crash if they are being executed as the recycle event occurs. 0 -
^^ I stand corrected. Aparently the existing instance of the app pool gets a configurable amount of time called the "Startup time limit" to finish up what its doing while the next instance begins handling new requests. By default, this is 90 seconds. Any process running at the end of that time will be forced to terminate. 0
Please sign in to leave a comment.
Comments
34 comments