Hi Brian: Is there any more indication of the problem in the VenueClient.log file? You'll find it in C:\Documents and Settings\<you>\Application Data\AccessGrid\Logs. If you don't see any clear problem there, you can send the file to me and I'll take a look.
It looks to me like some state didn't get cleaned off from the previous installation. You might want to try an uninstall, ensure that the AccessGrid directory is gone from C:\Python23\lib\site-packages, and install again. This is not normally necessary, but might be in this case, depending on how you reached the current state. Tom Brian Tieman wrote: > Hi all! > > I'm tring to set up a VenueClient on my laptop. I've installed python, > wxpython and the AGTK2.3--exactly as I have on several other machines. > The problem is that on the laptop when I run the venueClient, it takes > forever to start. It will eventually start--and I can connect to venues > and do most things. The problem is that I can't open up the "Manage my > node" tool and configure my node--I can't connect to the node manager.. > > I used to have AGTK2.1 installed on this machine, but I never had it set > up for any AV. I believe I've uninstalled everything properly and > scoured any remaining files from my machine. After installing the > AGTK2.3 and running the debug venueClient, I get the errors below. > > Any advice on what to do would be greatly appreciated! > > Thank You! > > Brian > > *** Method ServiceManager:AddServicePackage exception ****************** > Traceback (most recent call last): > File > "C:\software\AccessGrid\build\dist-20040910_210059\Lib\site-packages\SOAP > py\Server.py", line 407, in do_POST > File > "C:\software\AccessGrid\build\dist-20040910_210059\Lib\site-packages\Acce > ssGrid\AGServiceManager.py", line 484, in AddServicePackage > File > "C:\software\AccessGrid\build\dist-20040910_210059\Lib\site-packages\Acce > ssGrid\AGServiceManager.py", line 109, in AddServicePackage > server.RegisterObject(nsi, path="/NodeService") > File > "C:\software\AccessGrid\build\dist-20040910_210059\Lib\site-packages\Acce > ssGrid\AGServiceManager.py", line 269, in AddService > Exception: Error starting service > ************************************************************************ > <Fault SOAP-ENV:Server: Method Failed: ServiceManager:AddServicePackage> > *** Method ServiceManager:AddServicePackage exception ****************** > Traceback (most recent call last): > File > "C:\software\AccessGrid\build\dist-20040910_210059\Lib\site-packages\SOAP > py\Server.py", line 407, in do_POST > File > "C:\software\AccessGrid\build\dist-20040910_210059\Lib\site-packages\Acce > ssGrid\AGServiceManager.py", line 484, in AddServicePackage > File > "C:\software\AccessGrid\build\dist-20040910_210059\Lib\site-packages\Acce > ssGrid\AGServiceManager.py", line 109, in AddServicePackage > server.RegisterObject(nsi, path="/NodeService") > File > "C:\software\AccessGrid\build\dist-20040910_210059\Lib\site-packages\Acce > ssGrid\AGServiceManager.py", line 269, in AddService > Exception: Error starting service > ************************************************************************ > <Fault SOAP-ENV:Server: Method Failed: ServiceManager:AddServicePackage> > >