142143144145146147148149150151152
return; } } // Creating and scheduling the job to start the server StudioLdapServerJob job = new StudioLdapServerJob( new StartLdapServerRunnable( server ) ); job.schedule(); } catch ( Exception e ) { // Showing an error in case no LDAP Server Adapter can be found