The lease maintenance code assumes the rootcap always exists
It might not exist very early in the lifetime of the first run of the Tahoe-LAFS process.
Currently, this causes node startup to fail which prevents the rootcap from ever being created.
Instead, the lease maintenance code should be tolerant of this condition.