Anupam Das wrote:
> By the way, if $NULL is set for HOMETERM then only resolution is to turn of SAVEABEND and capture the core-dump file.
Well, I think you meant to say turn ON the SAVEABEND attribute, but that is not the only thing he could do -- he could change the home terminal setting to some device or process which could accept and store or display the error messages, assuming the error messages are going to the home terminal. The server might write error messages to its OUT file, or to some other file that it opens to use as an error log, so he would have to look there, too. There are lots of possibilities, and he is going to have to look at the Pathway configuration of the serverclass and the source code of the server to see where the error messages might appear.
One fairly easy approach to debugging startup problems in a server is to run the server from a TACL prompt, after setting up the appropriate IN, OUT, ASSIGNs, PARAMs, and DEFINEs, as specified in the Pathway configuration of the serverclass, and see what it does, either just observing the output or running it with RUND to debug it. That isn't very helpful if the server has problems when it is processing requests, but for debugging startup problems, it is a handy approach.