John: The problem in this case is that the path to the config file includes spaces. Try using the config file from the current directory:
BridgeServer.py -c bridgeserver.cfg You probably don't want to have the bridge server config file in the installation directory anyway. Tom On 06/22/05 11:04, Casagrande, John wrote: > I have attempted to install a Venue Server and Bridge Server on a > Windows 2003 Server machine. When I start the Bridge Server I get the > following error messages note that the first line is the command line I > executed to start the bridge server: > > > C:\Program Files\AGTk-2.3\bin>BridgeServer.py -c C:\Program > Files\AGTk-2.3 \Program Files\AGTk-2.3\bin\bridgeserver.cfg > Traceback (most recent call last): > File "C:\Program Files\AGTk-2.3\bin\BridgeServer.py", line 788, in ? > main() > File "C:\Program Files\AGTk-2.3\bin\BridgeServer.py", line 781, in > main > bridgeServer.LoadConfig(configFile) > File "C:\Program Files\AGTk-2.3\bin\BridgeServer.py", line 352, in > LoadC > raise InvalidConfigFile, \ > __main__.InvalidConfigFile: No BridgeServer section found in config file > > C:\Program Files\AGTk-2.3\bin>BridgeServer.py -c C:\Program > Files\AGTk-2.3 \Program Files\AGTk-2.3\bin\bridgeserver.cfg > Traceback (most recent call last): > File "C:\Program Files\AGTk-2.3\bin\BridgeServer.py", line 788, in ? > main() > File "C:\Program Files\AGTk-2.3\bin\BridgeServer.py", line 781, in > main > bridgeServer.LoadConfig(configFile) > File "C:\Program Files\AGTk-2.3\bin\BridgeServer.py", line 352, in > LoadC > raise InvalidConfigFile, \ > __main__.InvalidConfigFile: No BridgeServer section found in config file > > > Here is a copy of my config file: > > [BridgeServer] > name = USCNorrisCancerCenter > location = LosAngelesCa > qbexec = C:\Program Files\AGTk-2.3\bin\QuickBridge.exe > BRIDGESERVER= USCNorrisCancerCenter > # > #use this port range for bridge server > portMin = 30000 > portMax = 40000 > # > [https://ccweb2.norccc.usc.edu:8000/VenueServer] > type = VenueServer > [https://ccweb2.norccc.usc.edu:8000/Venues/default] > type = Venue > # optional specification of port range for bridges in this venue portMin > = 30000 portMax = 30010 > > Can someone please tell me what is invalid in my config file? I have > tried several different combinations but all seem to fail. > > Thanks. > >

