[AG-TECH] AG2.0 Venue Server Configuration bugs

Randy Groves randy.groves at boeing.com
Wed Jul 16 18:28:47 CDT 2003


Well - since I can't get access to Bugzilla, due to the problems with the 
www-unix site, I'm going to publish these findings here.

I have been trying to set up our own 2.0 venue server, and have run into 
some interesting issues.

First of all, it looks like the venue server does NOT like carriage returns 
in the descriptions.  If I put a carriage return in the description box, or 
paste in text that has a carriage return in it, I get the following error 
in the startup:

Traceback (most recent call last):
   File "C:\Program Files\AGTk 2.0\VenueServer.py", line 165, in ?
     main()
   File "C:\Program Files\AGTk 2.0\VenueServer.py", line 133, in main
     venueServer = VenueServer(hostingEnvironment, configFile)
   File "C:\Python22\Lib\site-packages\AccessGrid\VenueServer.py", line 
197, in _
_init__
     self.LoadPersistentVenues(self.persistenceFilename)
   File "C:\Python22\Lib\site-packages\AccessGrid\VenueServer.py", line 
248, in L
oadPersistentVenues
     cp.read(filename)
   File "C:\Python22\lib\ConfigParser.py", line 233, in read
     self.__read(fp, filename)
   File "C:\Python22\lib\ConfigParser.py", line 472, in __read
     raise e
ConfigParser.ParsingError: File contains parsing errors: VenueServer.dat
         [line 16]: 'The scene is dominated by the sererne presence of the 
mounta
in.\n'
         [line 18]: 'This room is not encrypted.\n'
         [line 67]: 'The scene is dominated by the sererne presence of the 
mounta
in.\n'
         [line 69]: 'This room is not encrypted.\n'

If I go into the .dat file and remove the carriage returns in the text, the 
venue server loads.

In addition - am I doing something wrong in entering the static 
addresses?  I want to be able to access these venues from both AG1.x and 
2.0.  I have attached the VenueServer.log, .dat and .cfg files and the 
VenueManagement.log file.

 From a new installation of AGTk, I start up the venue managment, and edit 
the lobby to change the description and add static addresses.  I then add a 
test room, also with static addresses.  Looking at the log after this, I 
see that it is getting a conflict on one of the static addresses, thinking 
that it is already assigned.  I also see in the VenueManagment.log file 
that the venue is disabling static streams earlier in the process.  Do I 
need to set a parameter in order to use static streams - other than just 
setting the 'Static Stream' checkbox?

Thanks!

-randy
-------------- next part --------------
07/16/03 16:10:57 DEBUG Connect to server https://localhost:8000/VenueServer
07/16/03 16:11:01 DEBUG check client for validity
07/16/03 16:11:06 DEBUG You have a valid proxy
07/16/03 16:11:06 DEBUG Connect to server
07/16/03 16:11:06 DEBUG Get venues from server
07/16/03 16:11:06 DEBUG Add venue: Venue Server Lobby
07/16/03 16:11:06 DEBUG Set current venue to: Venue Server Lobby, https://case.rt.cs.boeing.com:8000/Venues/000000f66d6134e20082002a001d00d070d
07/16/03 16:11:06 DEBUG Add administrators  /O=Access Grid/OU=agdev-ca.mcs.anl.gov/OU=rt.cs.boeing.com/CN=Randy Groves
07/16/03 16:11:06 DEBUG Set multicast address to: RANDOM
07/16/03 16:11:06 DEBUG Set storage location: Data
07/16/03 16:11:06 DEBUG Set server encryption key: 1
07/16/03 16:11:15 DEBUG Get venue information
07/16/03 16:11:15 DEBUG We have a key 48b1dbf2
07/16/03 16:11:15 DEBUG Set encrypt media, value is: 1
07/16/03 16:11:15 DEBUG No static streams to load
07/16/03 16:11:15 DEBUG Load venues from: https://localhost:8000/VenueServer 
07/16/03 16:11:15 DEBUG Got venues from server
07/16/03 16:11:32 DEBUG Set encrypt media, value is: 0
07/16/03 16:13:03 INFO  Modify venue
07/16/03 16:13:03 DEBUG Disable static streams for venue: https://case.rt.cs.boeing.com:8000/Venues/000000f66d6134e20082002a001d00d070d
07/16/03 16:13:03 DEBUG Remove stream - type:video host:239.195.160.20 port:41000 ttl:127
07/16/03 16:13:03 DEBUG Remove stream - type:audio host:239.195.160.21 port:41002 ttl:127
07/16/03 16:13:03 DEBUG Enable static video: https://case.rt.cs.boeing.com:8000/Venues/000000f66d6134e20082002a001d00d070d addr: 239.195.160.20, port: 41000, ttl 127
07/16/03 16:13:04 DEBUG Enable static audio: https://case.rt.cs.boeing.com:8000/Venues/000000f66d6134e20082002a001d00d070d addr: 239.195.160.21, port: 41002, ttl 127
07/16/03 16:13:04 DEBUG Set encryption value:0 key:
07/16/03 16:13:04 DEBUG Set venue encryption: 0 using key:  for venue: https://case.rt.cs.boeing.com:8000/Venues/000000f66d6134e20082002a001d00d070d
07/16/03 16:13:10 DEBUG Load venues from: https://localhost:8000/VenueServer 
07/16/03 16:13:10 DEBUG Got venues from server
07/16/03 16:13:10 DEBUG Set encrypt media, value is: 1
07/16/03 16:13:19 DEBUG Set encrypt media, value is: 0
07/16/03 16:13:53 INFO  Add venue
07/16/03 16:13:53 DEBUG Set current venue to: Test Room, https://case.rt.cs.boeing.com:8000/Venues/000000f66d6422750082002a001d00d03eb
07/16/03 16:13:53 DEBUG Enable static video: https://case.rt.cs.boeing.com:8000/Venues/000000f66d6422750082002a001d00d03eb addr: 239.195.160.22, port: 41004, ttl 127
07/16/03 16:13:53 ERROR 
type: AccessGrid.hosting.pyGlobus.AGGSISOAP.faultType 
value: <Fault AccessGrid.Venue.StreamAlreadyPresent: StreamAlreadyPresent
>
-------------- next part --------------
[VenueServer]
defaultVenue = 000000f66d6134e20082002a001d00d070d
dataStorageLocation = Data
venuePathPrefix = Venues
eventPort = 8002
dataPort = 8006
encryptAllMedia = 1
serverPrefix = VenueServer
textPort = 8004
dataSize = 10M
houseKeeperFrequency = 30
persistenceFilename = VenueServer.dat

-------------- next part --------------

[000000f66d6134e20082002a001d00d070d]
type : Venue
name : Boeing Phantom Works Lobby
description : Welcome to the Lobby!
encryptMedia : 0
cleanupTime : 30
streams : 000000f66d635fe10082002a001d00d00c9:000000f66d63603e0082002a001d00d060d

[000000f66d635fe10082002a001d00d00c9]
name : 
encryptionFlag : 0
location : multicast 239.195.160.20 41000 127
capability : producer video

[000000f66d63603e0082002a001d00d060d]
name : 
encryptionFlag : 0
location : multicast 239.195.160.21 41002 127
capability : producer audio

[000000f66d6422750082002a001d00d03eb]
type : Venue
name : Test Room
description : Test Room
administrators : /O=Access Grid/OU=agdev-ca.mcs.anl.gov/OU=rt.cs.boeing.com/CN=Randy Groves
encryptMedia : 1
cleanupTime : 30
encryptionKey : 46f7c38e
connections : 000000f66d6422750082002a001d00d056e
streams : 000000f66d6422750082002a001d00d0e90:000000f66d6422750082002a001d00d006e

[000000f66d6422750082002a001d00d056e]
name : Boeing Phantom Works Lobby
description : Welcome to the Lobby!
uri : https://case.rt.cs.boeing.com:8000/Venues/000000f66d6134e20082002a001d00d070d

[000000f66d6422750082002a001d00d0e90]
name : Static Video
encryptionFlag : 0
location : multicast 239.195.160.22 41004 127
capability : producer video

[000000f66d6422750082002a001d00d006e]
name : Static Audio
encryptionFlag : 0
location : multicast 239.195.160.23 41006 127
capability : producer audio
-------------- next part --------------
07/16/03 16:10:37 2212 AG.toolkit toolkit.py:48 DEBUG userConfigDir: D:\Documents and Settings\ag\Application Data\AccessGrid
07/16/03 16:10:37 2212 AG.CertificateManager certificatemanager.py:691 DEBUG setting up initial configuration
07/16/03 16:10:37 2212 AG.CertificateManager certificatemanager.py:984 DEBUG FindGlobusCertsWin32: Found name=x509_cert_dir val=c:\Program Files\Windows Globus\certificates
07/16/03 16:10:37 2212 AG.CertificateManager certificatemanager.py:990 ERROR FindGlobusCertsWin32: x509_cert_file not found
Traceback (most recent call last):
  File "C:\Python22\Lib\site-packages\AccessGrid\CertificateManager.py", line 972, in FindGlobusCertsWin32
    (val, type) = _winreg.QueryValueEx(k, name)
WindowsError: [Errno 2] The system cannot find the file specified
07/16/03 16:10:37 2212 AG.CertificateManager certificatemanager.py:980 DEBUG FindGlobusCertsWin32: Found name=x509_user_proxy val=C:\Certificates\Temp
07/16/03 16:10:37 2212 AG.CertificateManager certificatemanager.py:984 DEBUG FindGlobusCertsWin32: Found name=x509_user_cert val=C:\Certificates\AG_DEV.crt
07/16/03 16:10:37 2212 AG.CertificateManager certificatemanager.py:984 DEBUG FindGlobusCertsWin32: Found name=x509_user_key val=C:\Certificates\userkey.pem
07/16/03 16:10:37 2212 AG.CertificateManager certificatemanager.py:1146 DEBUG Loaded certificate for /O=Access Grid/OU=agdev-ca.mcs.anl.gov/OU=rt.cs.boeing.com/CN=Randy Groves
07/16/03 16:10:37 2212 AG.CertificateManager certificatemanager.py:788 DEBUG Loaded initial cert /O=Access Grid/OU=agdev-ca.mcs.anl.gov/OU=rt.cs.boeing.com/CN=Randy Groves
07/16/03 16:10:37 2212 AG.CertificateManager certificatemanager.py:1081 DEBUG CertificateRepository: scanning D:\Documents and Settings\ag\Application Data\AccessGrid\identity_certificates
07/16/03 16:10:37 2212 AG.CertificateManager certificatemanager.py:1146 DEBUG Loaded certificate for /O=Access Grid/OU=agdev-ca.mcs.anl.gov/OU=rt.cs.boeing.com/CN=Randy Groves
07/16/03 16:10:37 2212 AG.CertificateManager certificatemanager.py:1146 DEBUG Loaded certificate for /O=Access Grid/OU=agdev-ca.mcs.anl.gov/OU=rt.cs.boeing.com/CN=Randy Groves
07/16/03 16:10:37 2212 AG.CertificateManager certificatemanager.py:1081 DEBUG CertificateRepository: scanning c:\Program Files\Windows Globus\certificates
07/16/03 16:10:38 2212 AG.CertificateManager certificatemanager.py:1146 DEBUG Loaded certificate for /C=US/O=Globus/CN=Globus Certification Authority
07/16/03 16:10:38 2212 AG.CertificateManager certificatemanager.py:1146 DEBUG Loaded certificate for /O=Access Grid/OU=agdev-ca.mcs.anl.gov/CN=Access Grid Developers CA
07/16/03 16:10:38 2212 AG.CertificateManager certificatemanager.py:903 DEBUG Checking that default dn /O=Access Grid/OU=agdev-ca.mcs.anl.gov/OU=rt.cs.boeing.com/CN=Randy Groves has a certificate
07/16/03 16:10:38 2212 AG.CertificateManager certificatemanager.py:646 DEBUG InitEnvironment: using standard proxy setup
07/16/03 16:10:38 2212 AG.CertificateManager certificatemanager.py:1146 DEBUG Loaded certificate for /O=Access Grid/OU=agdev-ca.mcs.anl.gov/OU=rt.cs.boeing.com/CN=Randy Groves/CN=proxy
07/16/03 16:10:38 2212 AG.CertificateManager certificatemanager.py:363 DEBUG Proxy C:\Certificates\Temp is valid
07/16/03 16:10:38 2212 AG.CertificateManager certificatemanager.py:662 DEBUG Set X509_USER_PROXY to C:\CERTIF~1\Temp
07/16/03 16:10:38 2212 AG.CertificateManager certificatemanager.py:663 DEBUG Set X509_CERT_DIR to c:\PROGRA~1\WINDOW~4\CERTIF~1
07/16/03 16:10:39 2212 AG venueserver.py:124 DEBUG VenueServer running as /O=Access Grid/OU=agdev-ca.mcs.anl.gov/OU=rt.cs.boeing.com/CN=Randy Groves
07/16/03 16:10:41 2212 AG.DataStore datastore.py:1063 DEBUG Creating thread 0
07/16/03 16:10:41 2212 AG.DataStore datastore.py:1068 DEBUG Starting thread 0
07/16/03 16:10:41 2212 AG.DataStore datastore.py:1070 DEBUG Waiting thread 0
07/16/03 16:10:41 4020 AG.DataStore datastore.py:1076 DEBUG Worker 0 starting
07/16/03 16:10:41 2212 AG.DataStore datastore.py:1063 DEBUG Creating thread 1
07/16/03 16:10:41 2212 AG.DataStore datastore.py:1068 DEBUG Starting thread 1
07/16/03 16:10:41 2212 AG.DataStore datastore.py:1070 DEBUG Waiting thread 1
07/16/03 16:10:41 4008 AG.DataStore datastore.py:1076 DEBUG Worker 1 starting
07/16/03 16:10:41 2212 AG.DataStore datastore.py:1063 DEBUG Creating thread 2
07/16/03 16:10:41 2212 AG.DataStore datastore.py:1068 DEBUG Starting thread 2
07/16/03 16:10:41 2212 AG.DataStore datastore.py:1070 DEBUG Waiting thread 2
07/16/03 16:10:41 3696 AG.DataStore datastore.py:1076 DEBUG Worker 2 starting
07/16/03 16:10:41 2212 AG.DataStore datastore.py:1063 DEBUG Creating thread 3
07/16/03 16:10:41 2212 AG.DataStore datastore.py:1068 DEBUG Starting thread 3
07/16/03 16:10:41 2212 AG.DataStore datastore.py:1070 DEBUG Waiting thread 3
07/16/03 16:10:41 3760 AG.DataStore datastore.py:1076 DEBUG Worker 3 starting
07/16/03 16:10:41 2212 AG.DataStore datastore.py:1073 DEBUG Done creating workers
07/16/03 16:10:41 2212 AG.EventService eventserviceasynch.py:191 DEBUG Event Service Started
07/16/03 16:10:41 2212 AG.EventService eventserviceasynch.py:206 DEBUG Bound to 8002 (server_address=('case.rt.cs.boeing.com', 8002))
07/16/03 16:10:41 2212 AG.EventService eventserviceasynch.py:213 DEBUG Event service start
07/16/03 16:10:41 2212 AG.EventService eventserviceasynch.py:218 DEBUG register_listen returns '_b8e6f100_p_callbackStruct'
07/16/03 16:10:41 2212 AG.VenueServer venueserver.py:250 DEBUG Reading persisted Venues from: VenueServer.dat
07/16/03 16:10:41 2212 AG.VenueServer venueserver.py:210 DEBUG CFG: Default Venue: 
07/16/03 16:10:41 2212 AG.VenueServer venueserver.py:216 DEBUG Creating default venue
07/16/03 16:10:41 2212 AG.VenueServer venue.py:192 DEBUG ------------ STARTING VENUE
07/16/03 16:10:41 2212 AG.VenueServer venue.py:233 INFO  Venue URI https://case.rt.cs.boeing.com:8000/Venues/000000f66d6134e20082002a001d00d070d
07/16/03 16:10:41 2212 AG.EventService eventserviceasynch.py:371 DEBUG EventService: AddChannel 000000f66d6134e20082002a001d00d070d
07/16/03 16:10:41 2212 AG.VenueServer venue.py:237 DEBUG Registering heartbeat for 000000f66d6134e20082002a001d00d070d
07/16/03 16:10:41 2212 AG.VenueServer venue.py:253 DEBUG data store location: Data
07/16/03 16:10:41 2212 AG.DataStore datastore.py:72 DEBUG Datastore path is Data\000000f66d6134e20082002a001d00d070d
07/16/03 16:10:41 2212 AG.VenueServer venue.py:280 INFO  Have upload url: https://case.rt.cs.boeing.com:8006/000000f66d6134e20082002a001d00d070d
07/16/03 16:10:41 2212 AG.VenueServer venue.py:786 DEBUG Calling SetConnections.
07/16/03 16:10:41 3684 AG.VenueServer venueserver.py:492 INFO  Checkpointing completed at Wed Jul 16 16:10:41 2003.
07/16/03 16:10:41 2212 AG venueserver.py:140 DEBUG Starting Hosting Environment.
07/16/03 16:11:06 4012 AG venueserver.py:47 DEBUG Server gets identity /O=Access Grid/OU=agdev-ca.mcs.anl.gov/OU=rt.cs.boeing.com/CN=Randy Groves
07/16/03 16:11:06 4012 AG venueserver.py:47 DEBUG Server gets identity /O=Access Grid/OU=agdev-ca.mcs.anl.gov/OU=rt.cs.boeing.com/CN=Randy Groves
07/16/03 16:11:06 4012 AG venueserver.py:47 DEBUG Server gets identity /O=Access Grid/OU=agdev-ca.mcs.anl.gov/OU=rt.cs.boeing.com/CN=Randy Groves
07/16/03 16:11:06 4012 AG venueserver.py:47 DEBUG Server gets identity /O=Access Grid/OU=agdev-ca.mcs.anl.gov/OU=rt.cs.boeing.com/CN=Randy Groves
07/16/03 16:11:06 4012 AG venueserver.py:47 DEBUG Server gets identity /O=Access Grid/OU=agdev-ca.mcs.anl.gov/OU=rt.cs.boeing.com/CN=Randy Groves
07/16/03 16:11:06 4012 AG venueserver.py:47 DEBUG Server gets identity /O=Access Grid/OU=agdev-ca.mcs.anl.gov/OU=rt.cs.boeing.com/CN=Randy Groves
07/16/03 16:11:06 4012 AG venueserver.py:47 DEBUG Server gets identity /O=Access Grid/OU=agdev-ca.mcs.anl.gov/OU=rt.cs.boeing.com/CN=Randy Groves
07/16/03 16:11:06 4012 AG venueserver.py:47 DEBUG Server gets identity /O=Access Grid/OU=agdev-ca.mcs.anl.gov/OU=rt.cs.boeing.com/CN=Randy Groves
07/16/03 16:11:11 3684 AG.VenueServer venueserver.py:492 INFO  Checkpointing completed at Wed Jul 16 16:11:11 2003.
07/16/03 16:11:15 4012 AG venueserver.py:47 DEBUG Server gets identity /O=Access Grid/OU=agdev-ca.mcs.anl.gov/OU=rt.cs.boeing.com/CN=Randy Groves
07/16/03 16:11:15 4012 AG venueserver.py:47 DEBUG Server gets identity /O=Access Grid/OU=agdev-ca.mcs.anl.gov/OU=rt.cs.boeing.com/CN=Randy Groves
07/16/03 16:11:41 3684 AG.VenueServer venueserver.py:492 INFO  Checkpointing completed at Wed Jul 16 16:11:41 2003.
07/16/03 16:12:11 3684 AG.VenueServer venueserver.py:492 INFO  Checkpointing completed at Wed Jul 16 16:12:11 2003.
07/16/03 16:12:41 3684 AG.VenueServer venueserver.py:492 INFO  Checkpointing completed at Wed Jul 16 16:12:41 2003.
07/16/03 16:13:03 4012 AG venueserver.py:47 DEBUG Server gets identity /O=Access Grid/OU=agdev-ca.mcs.anl.gov/OU=rt.cs.boeing.com/CN=Randy Groves
07/16/03 16:13:03 1936 AG.VenueServer venue.py:786 DEBUG Calling SetConnections.
07/16/03 16:13:03 1936 AG.VenueServer venue.py:1825 DEBUG 000000f66d6134e20082002a001d00d070d - Adding Stream: 
07/16/03 16:13:03 1936 AG.VenueServer venue.py:1825 DEBUG 000000f66d6134e20082002a001d00d070d - Adding Stream: 
07/16/03 16:13:03 1936 AG.VenueServer venue.py:2318 DEBUG StreamDescriptionList.index Address 239.195.160.21 239.195.160.20
07/16/03 16:13:03 1936 AG.VenueServer venue.py:2321 DEBUG StreamDescriptionList.index Port 41002 41000
07/16/03 16:13:03 4012 AG venueserver.py:47 DEBUG Server gets identity /O=Access Grid/OU=agdev-ca.mcs.anl.gov/OU=rt.cs.boeing.com/CN=Randy Groves
07/16/03 16:13:03 4012 AG venueserver.py:47 DEBUG Server gets identity /O=Access Grid/OU=agdev-ca.mcs.anl.gov/OU=rt.cs.boeing.com/CN=Randy Groves
07/16/03 16:13:03 1936 AG.VenueServer venue.py:2318 DEBUG StreamDescriptionList.index Address 239.195.160.20 239.195.160.20
07/16/03 16:13:03 1936 AG.VenueServer venue.py:2321 DEBUG StreamDescriptionList.index Port 41000 41000
07/16/03 16:13:03 4012 AG venueserver.py:47 DEBUG Server gets identity /O=Access Grid/OU=agdev-ca.mcs.anl.gov/OU=rt.cs.boeing.com/CN=Randy Groves
07/16/03 16:13:03 1936 AG.VenueServer venue.py:2318 DEBUG StreamDescriptionList.index Address 239.195.160.21 239.195.160.21
07/16/03 16:13:03 1936 AG.VenueServer venue.py:2321 DEBUG StreamDescriptionList.index Port 41002 41002
07/16/03 16:13:03 4012 AG venueserver.py:47 DEBUG Server gets identity /O=Access Grid/OU=agdev-ca.mcs.anl.gov/OU=rt.cs.boeing.com/CN=Randy Groves
07/16/03 16:13:03 1936 AG.VenueServer venue.py:1825 DEBUG 000000f66d6134e20082002a001d00d070d - Adding Stream: 
07/16/03 16:13:04 4012 AG venueserver.py:47 DEBUG Server gets identity /O=Access Grid/OU=agdev-ca.mcs.anl.gov/OU=rt.cs.boeing.com/CN=Randy Groves
07/16/03 16:13:04 1936 AG.VenueServer venue.py:1825 DEBUG 000000f66d6134e20082002a001d00d070d - Adding Stream: 
07/16/03 16:13:04 1936 AG.VenueServer venue.py:2318 DEBUG StreamDescriptionList.index Address 239.195.160.21 239.195.160.20
07/16/03 16:13:04 1936 AG.VenueServer venue.py:2321 DEBUG StreamDescriptionList.index Port 41002 41000
07/16/03 16:13:04 4012 AG venueserver.py:47 DEBUG Server gets identity /O=Access Grid/OU=agdev-ca.mcs.anl.gov/OU=rt.cs.boeing.com/CN=Randy Groves
07/16/03 16:13:10 4012 AG venueserver.py:47 DEBUG Server gets identity /O=Access Grid/OU=agdev-ca.mcs.anl.gov/OU=rt.cs.boeing.com/CN=Randy Groves
07/16/03 16:13:10 4012 AG venueserver.py:47 DEBUG Server gets identity /O=Access Grid/OU=agdev-ca.mcs.anl.gov/OU=rt.cs.boeing.com/CN=Randy Groves
07/16/03 16:13:11 3684 AG.VenueServer venueserver.py:492 INFO  Checkpointing completed at Wed Jul 16 16:13:11 2003.
07/16/03 16:13:41 3684 AG.VenueServer venueserver.py:492 INFO  Checkpointing completed at Wed Jul 16 16:13:41 2003.
07/16/03 16:13:53 4012 AG venueserver.py:47 DEBUG Server gets identity /O=Access Grid/OU=agdev-ca.mcs.anl.gov/OU=rt.cs.boeing.com/CN=Randy Groves
07/16/03 16:13:53 1936 AG.VenueServer venue.py:192 DEBUG ------------ STARTING VENUE
07/16/03 16:13:53 1936 AG.VenueServer venue.py:233 INFO  Venue URI https://case.rt.cs.boeing.com:8000/Venues/000000f66d6422750082002a001d00d03eb
07/16/03 16:13:53 1936 AG.EventService eventserviceasynch.py:371 DEBUG EventService: AddChannel 000000f66d6422750082002a001d00d03eb
07/16/03 16:13:53 1936 AG.VenueServer venue.py:237 DEBUG Registering heartbeat for 000000f66d6422750082002a001d00d03eb
07/16/03 16:13:53 1936 AG.VenueServer venue.py:253 DEBUG data store location: Data
07/16/03 16:13:53 1936 AG.DataStore datastore.py:72 DEBUG Datastore path is Data\000000f66d6422750082002a001d00d03eb
07/16/03 16:13:53 1936 AG.VenueServer venue.py:280 INFO  Have upload url: https://case.rt.cs.boeing.com:8006/000000f66d6422750082002a001d00d03eb
07/16/03 16:13:53 1936 AG.VenueServer venue.py:786 DEBUG Calling SetConnections.
07/16/03 16:13:53 1936 AG.VenueServer venue.py:2318 DEBUG StreamDescriptionList.index Address 239.195.160.23 239.195.160.22
07/16/03 16:13:53 1936 AG.VenueServer venue.py:2321 DEBUG StreamDescriptionList.index Port 41006 41004
07/16/03 16:13:53 4012 AG venueserver.py:47 DEBUG Server gets identity /O=Access Grid/OU=agdev-ca.mcs.anl.gov/OU=rt.cs.boeing.com/CN=Randy Groves
07/16/03 16:13:53 1936 AG.VenueServer venue.py:1825 DEBUG 000000f66d6422750082002a001d00d03eb - Adding Stream: 
07/16/03 16:13:53 1936 AG.VenueServer venue.py:2318 DEBUG StreamDescriptionList.index Address 239.195.160.22 239.195.160.22
07/16/03 16:13:53 1936 AG.VenueServer venue.py:2321 DEBUG StreamDescriptionList.index Port 41004 41004
07/16/03 16:13:53 1936 AG.VenueServer venue.py:2169 ERROR AddStream: Stream already present.
None
07/16/03 16:13:53 1936 AG.hosting.AccessControl accesscontrol.py:297 ERROR Exception '' in call to <bound method Venue.AddStream of Venue: name=Test Room id=11557096>
Traceback (most recent call last):
  File "C:\Python22\Lib\site-packages\AccessGrid\hosting\AccessControl.py", line 292, in __call__
    rc = self.callback(*args)
  File "C:\Python22\Lib\site-packages\AccessGrid\Venue.py", line 1835, in AddStream
    self.streamList.AddStream( streamDescription )
  File "C:\Python22\Lib\site-packages\AccessGrid\Venue.py", line 2170, in AddStream
    raise StreamAlreadyPresent
StreamAlreadyPresent
07/16/03 16:14:11 3684 AG.VenueServer venueserver.py:492 INFO  Checkpointing completed at Wed Jul 16 16:14:11 2003.
07/16/03 16:14:41 3684 AG.VenueServer venueserver.py:492 INFO  Checkpointing completed at Wed Jul 16 16:14:41 2003.
07/16/03 16:15:11 3684 AG.VenueServer venueserver.py:492 INFO  Checkpointing completed at Wed Jul 16 16:15:11 2003.
07/16/03 16:15:41 3684 AG.VenueServer venueserver.py:492 INFO  Checkpointing completed at Wed Jul 16 16:15:41 2003.
07/16/03 16:16:11 3684 AG.VenueServer venueserver.py:492 INFO  Checkpointing completed at Wed Jul 16 16:16:11 2003.
07/16/03 16:16:41 3684 AG.VenueServer venueserver.py:492 INFO  Checkpointing completed at Wed Jul 16 16:16:41 2003.
07/16/03 16:17:11 3684 AG.VenueServer venueserver.py:492 INFO  Checkpointing completed at Wed Jul 16 16:17:11 2003.
07/16/03 16:17:41 3684 AG.VenueServer venueserver.py:492 INFO  Checkpointing completed at Wed Jul 16 16:17:41 2003.
07/16/03 16:18:11 3684 AG.VenueServer venueserver.py:492 INFO  Checkpointing completed at Wed Jul 16 16:18:11 2003.


More information about the ag-tech mailing list