The BridgeServer.log file should give you some idea of how the ports are being allocated. You can send this file to me if you don't find any clear problems indicated therein.
Tom On 4/19/06 11:21 AM, Jeremy Mann wrote: > I don't know what is going on here. I have completely changed my bridge > config file with each venue assigned a range of 4 ports. I still get the > Python error message of: > > Exception in thread RunQueueThread: > Traceback (most recent call last): > File "/usr/lib/python2.4/threading.py", line 442, in __bootstrap > self.run() > File "/usr/lib/python2.4/threading.py", line 422, in run > self.__target(*self.__args, **self.__kwargs) > File "/usr/bin/BridgeServer.py", line 620, in RunQueueThread > self.__AddBridge(event[1]) > File "/usr/bin/BridgeServer.py", line 567, in __AddBridge > self.venuePortConfig["portMax"]) > File > "/mnt/scratch/AG2/AccessGrid-2.4/dist-20050828_120822/lib/python2.4/site-packages/AccessGrid/NetworkAddressAllocator.py", > line 70, in AllocatePortInRangeNoFreePortsError > > Any other ideas I can try? > > > Thomas D. Uram said: >> No. The portMin and portMax options are only used in the main >> BridgeServer section >> and in individual venue sections. >> >> Tom >> >> >> On 4/19/06 10:49 AM, Jeremy Mann wrote: >>> Thomas D. Uram said: >>>> Jeremy: >>>> >>>> The portMin/portMax options have to follow each of the venue sections. >>>> >>>> For example, >>>> >>>> [venueUrl] >>>> type = Venue >>>> portMin = 30000 >>>> portMax = 30004 >>> Thomas, does the same apply for VenueServer section? >>> >>> > >