NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: johanco123 on August 15, 2016, 05:38:51 AM

Title: Webserver Freeze or shutdown after upgrade to NT9 and CL10
Post by: johanco123 on August 15, 2016, 05:38:51 AM
Hi Bruce

I upgrade from Nettalk 8.66 to Nettalk 9.12 and from clarion 8 to Clarion 10.0.0.12278 and all the latest Capesoft templates that i use in the app

The apps iss mulkti dll and use MSSQL

Sometimes I can connect to the database after login without a problem. and can access the items on the menu. Then the webserver will shutdown or freeze. When it shut down there is now error message. Sometimes I am lucky to open a record from a browse and save the changes, when I want to update another record it shutdowns the webserver. The shutdown is so intermittent that it is impossible to to track when and where it will happens.

Any suggestions what i can try to resolve this problem

Kind regards
Johan
Title: Re: Webserver Freeze or shutdown after upgrade to NT9 and CL10
Post by: kevin plummer on August 15, 2016, 05:13:40 PM
Have you gone through and made all the changes required in the NT8 to NT9 documentation?
Title: Re: Webserver Freeze or shutdown after upgrade to NT9 and CL10
Post by: johanco123 on August 15, 2016, 09:38:53 PM
The only changes I can see in the documentation is about the ADDLOG change.
There is now orphane in my webserver or webhandler and I do not have any code in AddLog PROCEDURE (NetWebServerWorkerBase p_web)

Is there something else that I missed in the documentation?

Tanks
Title: Re: Webserver Freeze or shutdown after upgrade to NT9 and CL10
Post by: Bruce on August 17, 2016, 05:05:45 AM
Probably more of a Clarion 8 to Clarion 10 issue than a NetTalk issue.
Unfortunately Clarion 8 is very old, so I don't recall all the details of upgrading from that.

To debug use standard approaches, Debug Runtime or GPF Reporter, compile in Debug mode, and so on.

cheers
Bruce