Bugzilla – Bug 4187
AuthorizationHelper broken on container restart
Last modified: 2006-02-01 16:07:59
You need to log in before you can comment on or make changes to this bug.
The AuthorizationHelper relies on the MJFS service path to function properly. The service path value is being cached incorrectly in the MJFS.createManagedJob() method, so it is null until a job request is made. Caching of this value should be moved to the factory home's initialize() method so that it is non-null before the recovery of jobs takes place.
Fix committed to globus_4_0_branch. HEAD is sufficiently different that this fix is not needed there.