Jump to content

Farshad Mohajeri

Administrators
  • Posts

    12454
  • Joined

  • Last visited

  • Days Won

    877

Farshad Mohajeri last won the day on July 12

Farshad Mohajeri had the most liked content!

About Farshad Mohajeri

Profile Information

  • Gender
    Male

Recent Profile Visitors

46155 profile views

Farshad Mohajeri's Achievements

Advanced Member

Advanced Member (4/4)

2.8k

Reputation

  1. Are you deploying using Runtime packages?
  2. Hi, A normal termination sequence is like: mdemo.dll: 00008DD8: 15:38:16 []:>--------------------------------------------------------------< mdemo.dll: 00008DD8: 15:38:16 []:Starting Server. Module Handle: 0000000006A50000 mdemo.dll: 00008DD8: 15:38:16 [TUniServerModule]:Server First Init. mdemo.dll: 00008DD8: 15:38:16 [TUniServerModule]:Start Path = C:\HyperTest\ mdemo.dll: 00008DD8: 15:38:16 []:Server Started. Module Handle: 0000000006A50000 mdemo.dll: 00004AB8: 15:38:30 []:Terminating ISAPI Server. Module Handle: 0000000006A50000 mdemo.dll: 00004AB8: 15:38:30 [TUniServerModule]:Shutting Down Server. mdemo.dll: 00004AB8: 15:38:30 [TUniGUISessionManager]:Terminating Session manager. mdemo.dll: 00004AB8: 15:38:30 [TUniGUISessionManager]:Stopping Cache Eraser... mdemo.dll: 00004AB8: 15:38:30 [TUniGUISessionManager]:Cache Eraser Stopped. mdemo.dll: 00004AB8: 15:38:31 [TUniGUISessionManager]:Destroying Worker Threads. mdemo.dll: 00004AB8: 15:38:31 [TUniGUISessionManager]:Session manager terminated. mdemo.dll: 00004AB8: 15:38:31 [TUniWebSocketStack]:Terminating... mdemo.dll: 00004AB8: 15:38:31 [TUniGUIMessageQ]:Terminated. mdemo.dll: 00004AB8: 15:38:31 [TUniWebSocketStack]:Terminated. mdemo.dll: 00004AB8: 15:38:31 [TUniServerModule]:Server Shutdown Completed. mdemo.dll: 00004AB8: 15:38:31 []:ISAPI Server Terminated. Module Handle: 0000000006A50000 mdemo.dll: 00004AB8: 15:38:31 []:<-------------------------------------------------------------->
  3. Can you attached the complete log file?
  4. Well, W3WP.exe may not terminate itself immediately. It is a DLL container and may remain active event after pool is recycled. Do you STOP or Recycle the pool?
  5. Hi, Please check unigui log file to see if the normal termination sequence is happening or not.
  6. Does it occur on development PC or your server? Do you use default Ext JS paths or you use custom paths? Thanks
  7. This may happen if app is trying to load an incorrect version of runtime.
  8. Can you send a test application which can reproduce this error?
  9. Hi, Can you send the full error text in the Ajax Error message box?
  10. When running your exe outside the Delphi debugger it is very unlikely to see this error. BTW, what's your uniGUI version?
  11. If it happens in the IDE while debugging then it is not important. You need to add this exception to list of ignored exceptions. (It is done automatically by recent uniGUI installers)
  12. Hello, Where did you see this exception in your app? In log file? Please also specify your unigui version and deployment method. Thanks
  13. When there are purged or suspended nodes the total number may exceed maximum number in the configuration.
  14. Hi, So are there any errors in the Node log file?
  15. You can customize ServerMessages from MainModule too. Have you tried that?
×
×
  • Create New...