Dear Michael,
Thank you for the comments. Actually, that was the problem that I was trying to solve. It was not easy to reproduce the problem to debug. On the other hand, it kept occuring when I run it. Some part of my code might generate that problem. I would be very happy if someone could review the code and tell me the solution. Thank you. Namgon 2009/12/8 Michael Miller <[email protected]> Namgon, When I was working on this last year about this time. I ran into a problem with the UMTP client and server going into a loop exchanging cookies. I could look up what info I might have if it's useful to you. Michael "If you're clear in your vision and trust the people in your team with clear objectives, they will invariably do their best to achieve everything desired, and usually deliver everything you could have hoped for and even more." -Paul Debevec ----- Original Message ----- From: "Namgon Kim" <[email protected]<mailto:[email protected]>> To: "Mike W Daley" <[email protected]<mailto:[email protected]>> Cc: [email protected]<mailto:[email protected]> Sent: Sunday, December 6, 2009 6:02:09 PM GMT -06:00 US/Canada Central Subject: Re: [AG-TECH] Status of AG Connector plugin? Dear Mike, I misspelled that line. It should be 'executable', not 'exectable'. I fixed the problem. You can download the fixed version from the AGConnector web page. Thank you. Namgon 2009/12/6 <[email protected]<mailto:[email protected]>> Hi Namgon Been doing a bit of hacking around. If you run VenueClient3 from the command line you see the following error. Traceback (most recent call last): File "C:\Program Files\AGTk-3\bin\VenueClient3.py", line 173, in ? main() File "C:\Program Files\AGTk-3\bin\VenueClient3.py", line 147, in main vcc = VenueClientController() File "C:\Python24\lib\site-packages\AccessGrid3\AccessGrid\VenueClientControll er.py", line 66, in __init__ self.agent = UMTPAgent(self, log) File "C:\Python24\lib\site-packages\AccessGrid3\AccessGrid\UMTP.py", line 34, in __init__ self.apm = AgentProcessManager(self.log) File "C:\Python24\lib\site-packages\AccessGrid3\AccessGrid\UMTP.py", line 372, in __init__ self.SetExecutable(".", executable) File "C:\Python24\lib\site-packages\AccessGrid3\AccessGrid\UMTP.py", line 378, in SetExecutable if not os.path.exists(self.exectable): AttributeError: AgentProcessManager instance has no attribute 'exectable' If you load UMTP.py and comment out line 378 and 379 The Client will launch successfully with no error. This is running under Windows 7 by the way. Cannot check it further at the moment as there are no servers around. Will try and set one up next week back at the University. Mike Quoting Jeremy Mann <[email protected]<mailto:[email protected]>>: On Fri, Dec 4, 2009 at 11:12 AM, Thomas Uram <[email protected]<mailto:[email protected]>> wrote: I expect you'll find some info about the error in the VenueClient.log file, in the Access Grid directory. Linux: ~/.AccessGrid3/Logs Windows: documents and settings\username\application data\accessgrid3\logs This is where it "hangs" in the VenueClient log: VenueClientController VenueClientController.py:1646 DEBUG THere is no personal venues file to load. -- Jeremy Mann [email protected]<mailto:[email protected]> University of Texas Health Science Center Bioinformatics Core Facility http://www.bioinformatics.uthscsa.edu<http://www.bioinformatics.uthscsa.edu/> Phone: (210) 567-2672 Michael Daley M.Phil MBCS GCFA ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.

