NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: ccordes on October 06, 2010, 12:33:07 PM
-
I've been working and testing and no issues.
I put this app up on a machine for the client and crasho-bango
I put in MessageBox to capture the error and this is what I got -
=======================================
October 6, 2010 , 1:42:36 PM, 0:00:02,Timer,1,Login Error,Error(35) During Login.|-Record Not Found-|USR:archergroup |FailedCount=,,ds_webserver.exe,
October 6, 2010 , 3:50:23 PM, 0:00:02,Timer,1,Exception,Exception occurred at address 01016F20
Exception code C0000005: Access Violation
Process PID=3940 Image: C:\Documents and Settings\All Users\Documents\DS_Server\ds_webserver.exe
Thread 4 Ha
=======================================
Has anyone else seen this? Or could offer a suggestion what is causing an Access Violation?
This causes the webserver to close.
TIA
chris
-
Do you have correct permissions setup to run the web server + access your data on the server?
-
yes. but you gave me an idea. I googled the error and found that it could be a stack overflow or a hard ware error. It also comes up in JVM and .net but I think those are related to the stack overflow. The .Net error occurs when the garbage collector wipes an object and the program tries to use it. The JVM issue sounded similar.
So the first thing I'll do is move it to another machine.
Another is that I am using WebServer,StringTherory,FreeImage, NetwebHttp, NetwebCLient and my own stringfunctions in the same app as a dll. There may be some specific things I may need to watch out for there.
-
GPF Reporter would give you more information as to the cause of the error.
cheers
Bruce
-
OK. put in GPF reporter. Compiled everything as Debug full.
Got some asserts about not using filemanager.close and now the webserver just closes. no error, no messages, just closes as if I clicked the close button.
Before I set all the DLLs to debug, I did get a couple of GPF reports.