On 13/07/2012 01:13, Stuart Marks wrote:
But for creating a registry, createRegistry(0) will usually work the first time. If it throws ExportException, it does so for a specific reason, so we should retry once on an unused random port. But if this still fails, don't think retrying repeatedly makes sense.Do we know what it fails? I would think that createRegistry(0) should only fail if there aren't any free port available or there is some resource issue.
-Alan