[mapguide-trac] #667: Problem with mgserver.exe
MapGuide Open Source
trac_mapguide at osgeo.org
Tue Aug 19 12:56:18 EDT 2008
#667: Problem with mgserver.exe
-----------------------+----------------------------------------------------
Reporter: ssnc | Owner:
Type: task | Status: new
Priority: high | Milestone:
Component: Server | Version: 2.0.1
Severity: blocker | Keywords:
External_id: |
-----------------------+----------------------------------------------------
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
__________________________________________________
--
Ticket URL: <http://trac.osgeo.org/mapguide/ticket/667>
MapGuide Open Source <http://mapguide.osgeo.org/>
MapGuide Open Source Internals
More information about the mapguide-trac
mailing list