For those of us using XP, the following works in a command window: taskkill /im pythonw.exe /f /t
Nice for cleaning up if there are more than one pythonw process running. -randy At 06:48 AM 7/6/2004, Sabihuddin, Siraj wrote: >I've noticed the same problem occasionally here at NRC (both on PIG nodes >and our multi-machine node in windows). Usually this is caused by stray >python processes still running after the Venue Client has shutdown >improperly. (I'm not certain whether the service manager contributes to the >problem) > >Going into the task manager and killing off these processes before restart >usually fixes the problem. Occasionally it is necessary to reboot the >machine to get the VenueClient running again. > >Siraj > >-------- >Student Programmer >Information Security Group, Institute for Information Technology >National Research Council (NRC), Ottawa, Canada >Email: [email protected], >WWW - NRC: http://iit-iti.nrc-cnrc.gc.ca > > > > > -----Original Message----- > > From: [email protected] [mailto:[email protected]] On > > Behalf Of Darran Edmundson > > Sent: Monday, July 05, 2004 11:09 PM > > To: [email protected] > > Subject: [AG-TECH] problems starting AGNodeService ... > > > > > > I'm having problems with AGTk2.2 in that the VenueClient > > is hanging on startup. You know, when the progress bar > > zips across to about 75% complete and then pauses > > indefinitely. (This under WinXP.) > > > > Trying things manually, AGServiceManager seems to start > > up fine but then I get the following with AGNodeService: > > > > C:\Program Files\AGTk-2.2\bin>python AGNodeService.py > > <Fault SOAP-ENV:Client: Method Not Found: ServiceManager:IsValid : > > exceptions.Ke > > yError 'ServiceManager' <traceback object at 0x01281CD8>> > > Error loading default node configuration > > > > Has anyone else observed this? Same problem whether > > or not ServiceManagers are running on the other two > > machines in the node. > > > > Cheers, > > Darran.

