/**
* Set up the Scope connection and thread.
*/
private void createScopeServices() {
try {
services = new ScopeServices(getRequiredServices(),
settings.getPort(),
!settings.autostart());
services.startStpThread();
} catch (IOException e) {
throw new CommunicationException(e);