532 Failed to shut down server

0
Hi, Testing with 532 release (upgraded our model), seems to work after some adjustments. However when shutting down a local deployment the application seems to have serious issues stopping the environment. After sometime the message: Failed to shutdown the server. Do you want to force it to stop? Is displayed and I can Force quit. It takes quite sometime to get this popup and no additional information seems to be available. I notice that after a couple of minutes javaw.exe is consuming 98% of CPU which might be causing the issue. I am using 1.7 55 jdk. I also checked whether there ar eany scheduled events running, I deactivated all (including all activities of the start up flow > deeplink etc...). No effect. CPU is going crazy even if there is no activity in the application. Any ideas? Thanks. Brian When opening running threads window: Mendix.M2EE.M2EEException: Request <{"action":"getallthreadstacktraces","params":{}}> failed: ---> System.Net.WebException: The operation has timed out at System.Net.HttpWebRequest.GetResponse() at Mendix.M2EE.M2EERequest.DoHttpRequest(String json, Int32 timeout) in c:\jenkins\workspace\AppStudio-Core-Modeler\src\modeler\Mendix.M2EE\M2EERequest.cs:line 153 --- End of inner exception stack trace --- at Mendix.M2EE.M2EERequest.DoHttpRequest(String json, Int32 timeout) in c:\jenkins\workspace\AppStudio-Core-Modeler\src\modeler\Mendix.M2EE\M2EERequest.cs:line 166 at Mendix.M2EE.M2EERequest.Execute(Int32 timeout) in c:\jenkins\workspace\AppStudio-Core-Modeler\src\modeler\Mendix.M2EE\M2EERequest.cs:line 62 at Mendix.M2EE.M2EEClient.ShowRuntimeThreads() in c:\jenkins\workspace\AppStudio-Core-Modeler\src\modeler\Mendix.M2EE\M2EEClient.cs:line 530 at Mendix.M2EE.M2EERuntimeControl.<mnushowruntimethreads_click>b_26(M2EEClient client) in c:\jenkins\workspace\AppStudio-Core-Modeler\src\modeler\Mendix.M2EE\M2EERuntimeControl.cs:line 358 at Mendix.M2EE.M2EERuntimeControl.ClientDo(Action`1 action) in c:\jenkins\workspace\AppStudio-Core-Modeler\src\modeler\Mendix.M2EE\M2EERuntimeControl.cs:line 317 at Mendix.M2EE.M2EERuntimeControl.mnuShowRuntimeThreadsClick(Object sender, EventArgs e) in c:\jenkins\workspace\AppStudio-Core-Modeler\src\modeler\Mendix.M2EE\M2EERuntimeControl.cs:line 358 at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e) at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e) at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e) at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e) at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met) at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met) at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea) at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ScrollableControl.WndProc(Message& m) at System.Windows.Forms.ToolStrip.WndProc(Message& m) at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
asked
2 answers
0

Can you make anything of the information in the 'Show running threads' part (Under 'Advanced' in the console) ? If it's reproduceable then I'd file a ticket for it, there have been recent changes to this functionality, which is also why 5.3.1 and 5.3.2 were released.

answered
0

Issue seems to be caused by custom setting: PersistentSessions = TRUE. When set to FALSE issue does not occur.

answered