--- Marc Krawitz <[EMAIL PROTECTED]> wrote: > Now I'm getting the following error when I try to launch CPRSChart: > > Error encountered. > Function was: recv > Error was: WSAEINTR > > ... > Any ideas? > > Thanks, > > Marc >
It could still be a connection reset. If the error were logged in VistA, it would show up in the error trap (but errors can be trapped without being logged, so watch out). But maybe it wasn't even in the VistA environment. Perhapd xinetd accepted the connection and then encountered an error trying to invoke GTM. A connection reset occurs when a TCP process essentially throws up its hands and says, "I can't go any further" (e.g., due to abnormal program termination). In the majority of cases I've seen, these resets are due to an improperly configured NULL device (but that's usually under Cache, and it does result an error being logged). === Gregory Woodhouse <[EMAIL PROTECTED]> "If you give someone Fortran, he has Fortran. If you give someone Lisp, he has any language he pleases." --Guy L. Steele, Jr. ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ Hardhats-members mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/hardhats-members
