NetTalk Central

Author Topic: server crashes  (Read 3596 times)

ccordes

  • Sr. Member
  • ****
  • Posts: 384
    • View Profile
    • Email
server crashes
« 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
Real programmers use copy con newapp.exe

kevin plummer

  • Hero Member
  • *****
  • Posts: 1195
    • View Profile
    • Production Accounting and Software Payroll
Re: server crashes
« Reply #1 on: October 06, 2010, 06:06:50 PM »
Do you have correct permissions setup to run the web server + access your data on the server?

ccordes

  • Sr. Member
  • ****
  • Posts: 384
    • View Profile
    • Email
Re: server crashes
« Reply #2 on: October 07, 2010, 04:53:17 AM »
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.
Real programmers use copy con newapp.exe

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: server crashes
« Reply #3 on: October 09, 2010, 08:08:33 AM »
GPF Reporter would give you more information as to the cause of the error.

cheers
Bruce

ccordes

  • Sr. Member
  • ****
  • Posts: 384
    • View Profile
    • Email
Re: server crashes
« Reply #4 on: October 10, 2010, 05:08:54 PM »
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.

Real programmers use copy con newapp.exe