To run a VenueServer and VenueManagement, you must have a certificate. You can request and retrieve one using CertificateManager3.py. This aspect of AG3 is very similar to the AG2 world.
Tom On 2/22/07 4:07 PM, Jeremy Mann wrote: > We are going to convert from AG 2.4 to 3.0.2, but I'm having a problem > starting Venue Management. On our 3.0 server (running Slack 11): > > root@agnode:~# VenueManagement3.py > Traceback (most recent call last): > File "/usr/bin/VenueManagement3.py", line 2482, in ? > app = VenueManagementClient() > File "/usr/lib/python2.4/site-packages/wx-2.6-gtk2-ansi/wx/_core.py", > line 7700, in __init__ > self._BootstrapApp() > File "/usr/lib/python2.4/site-packages/wx-2.6-gtk2-ansi/wx/_core.py", > line 7352, in _BootstrapApp > return _core_.PyApp__BootstrapApp(*args, **kwargs) > File "/usr/bin/VenueManagement3.py", line 144, in OnInit > c = self.app.GetContext() > File > "/usr/lib/python2.4/site-packages/AccessGrid3/AccessGrid/Toolkit.py", > line 224, in GetContext > raise CertificateManager.NoCertificates() > AccessGrid.Security.CertificateManager.NoCertificates > > Any ideas as to what the problem is? >