Revision: glite-voms-admin-server--release--1.2.11--patch-7 Archive: lorentey@elte.hu--2004 Creator: Karoly Lorentey Date: Thu Nov 24 18:55:03 CET 2005 Standard-date: 2005-11-24 17:55:03 GMT Modified-files: src/org/glite/security/voms/service/VOMSSetup.java New-patches: lorentey@elte.hu--2004/glite-voms-admin-server--release--1.2.11--patch-7 Summary: Fix Tomcat locking up when VOMS Admin boostrap fails. (Bug #13863) Keywords: * src/org/glite/security/voms/service/VOMSSetup.java (failed): New member. (isFailed): New method. (waitUntilStarted): Add synchronization. Throw RuntimeException when the service failed to start up correctly. (start): Add synchronization. Set failed on any error. (stop): Add synchronization.