[AG-DEV] Access Grid 3.0 Release Available

Andrew A Rowley Andrew.Rowley at manchester.ac.uk
Thu May 4 05:48:24 CDT 2006


Hi,

I installed this, and it worked, but vic and rat were not starting in the venue.  I found that the Logs contained the line
    "%1 is not a valid application"

On looking in AccessGrid\Platform\win32\ProcessManager.py I found that the problem was that while the arguments with spaces were put in inverted commas, the same was not true for the command.

So I added:
if command.find(" ") != -1:
    command = '"' + command + '"'

to the start of the StartProcess function (line 46).  This seems to make it work again.

Andrew :)

============================================
Access Grid Support Centre,
RSS Group,
Manchester Computing,
Kilburn Building,
University of Manchester,
Oxford Road,
Manchester, 
M13 9PL, 
UK
Tel: +44(0)161-275 0685
Email: Andrew.Rowley at manchester.ac.uk 
> -----Original Message-----
> From: owner-ag-dev at mcs.anl.gov [mailto:owner-ag-dev at mcs.anl.gov] On Behalf
> Of Thomas D. Uram
> Sent: 03 May 2006 17:00
> To: ag-dev at mcs.anl.gov
> Subject: [AG-DEV] Access Grid 3.0 Release Available
> 
> 
> The Access Grid 3.0 software is available for download at:
> 
>    http://www.mcs.anl.gov/fl/research/accessgrid/software/releases/3.0
> 
> This is a major new release of the Access Grid software.  (Note that AG3
> is not compatible with AG2 releases; specifically, AG3 clients and servers
> do not work with AG2 clients and servers.)
> 
> Release Highlights
> 
>            o Jabber client integration
>            o Integrated meeting schedule viewer
>            o Improved venue navigation
>                  + View all Venues on server, exits from current Venue, or
> MyVenues
>                  + Tree-based perusal of Venue space (without entering)
>            o Added VenueClient user preferences
>            o Certificate no longer required by VenueClient
>            o Improved control of media tools through VenueClient
>            o Multicast indicator on VenueClient
>            o Integrated per-Venue Multicast Beacon client
>            o Integrated beacon matrix
>            o New bridging facility (available in any venue)
>            o Encrypted network communications throughout
>            o Simplified node configuration through discovery of node
> services
>               and service managers on the local subnet (via Bonjour)
>            o RAT: silence suppression off by default
>            o VIC: stale streams time out and are removed
>            o VIC: try to match source port to destination port before
> using
>               ephemeral port as source (simplifies firewall handling for
> vic)
>            o Windows users:  WDM capture device support, enabling use of
>               capture cards with newer drivers (e.g. Winnov, iTuner)
> 
> 
> For full information on this release, and a complete listing of the bugs
> fixed, see the official release page.  For a tour of the new
> functionality,
> refer to the testing tips at
> 
> http://www.mcs.anl.gov/fl/research/accessgrid/software/releases/3.0/testin
> g.html
> 
> As part of this release, the default AG3 venue server at
> 
>      https://vv3.mcs.anl.gov:8000/Venues/default
> 
> has been updated to the released AG3 code.  Note that AG3 beta Venue
> Clients are incompatible with this server.
> 
> As always, user feedback is welcome. Please file feature requests, bug
> reports, and enhancements via the Access Grid Bugzilla page at
> http://bugzilla.mcs.anl.gov/accessgrid.
> 
> Thanks,
> 
> The AG Developers
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 




More information about the ag-dev mailing list