Opened 16 years ago

Closed 16 years ago

#667 closed task (invalid)

Problem with mgserver.exe

Reported by: ssnc Owned by:
Priority: high Milestone:
Component: Server Version: 2.0.1
Severity: blocker Keywords:
Cc: serginistal@… External ID:

Description

Hello, I´m building the debug version on Windows Vista. I´m in the step "Verifying the Configuration"; I set command line arguments to allow the server to run interactively putting in the Command Arguments the word "run". I begin the debugging and when the server starts, the next occurs: see the file "Resultados-Depurar.txt" (results of the debugging) and see the two images. I made the debugging step by step and there are some errors:

.....

int ACE_TMAIN(int argc, ACE_TCHAR *argv[])

.....

in file main.cpp --> mgserver1.jpg

_

.....

#ifdef WPRFLAG

winitenv = envp; mainret = wmain(argc, argv, envp);

#else /* WPRFLAG */

.....

in file crtexe.c --> mgserver2.jpg

.....

#endif /* _WINMAIN_ */

/*

  • Note that if the exe is managed app, we don't really need to
  • call exit or _c_exit. .cctor should be able to take care of
  • this. */

if ( !managedapp )

exit(mainret);

.....

in file crtexe.c -- > mgserver2.jpg

Files with errors (inside the project "ServerCore") :

ClientAcceptor.cpp main.cpp OperationThread.cpp Server.cpp ServerFactory.cpp ServiceHandlerFactory.cpp SignalHandler.cpp

Attachments (3)

Resultados-Depurar.txt (31.7 KB ) - added by ssnc 16 years ago.
mgserver1.jpg (187.3 KB ) - added by ssnc 16 years ago.
image 1
mgserver2.jpg (172.0 KB ) - added by ssnc 16 years ago.
image 2

Download all attachments as: .zip

Change History (4)

by ssnc, 16 years ago

Attachment: Resultados-Depurar.txt added

by ssnc, 16 years ago

Attachment: mgserver1.jpg added

image 1

by ssnc, 16 years ago

Attachment: mgserver2.jpg added

image 2

comment:1 by tomfukushima, 16 years ago

Resolution: invalid
Status: newclosed

Hi, the first set of errors with the fonts can be ignored. The mgserver2.jpg points to the problem which is that the FDO dlls cannot be found. If you look in the serverconfig.ini file, you will see an FDOPath setting. Make sure it is set to where the FDO DLLs are.

I would say that for these types of configuration problems, to try to post the question to the mailing lists instead of creating tickets as this is not really a defect or enhancement.

Note: See TracTickets for help on using tickets.