int port = yumPort();
log.debug("yum port=[" + port + "]");
try {
YumContext yumContext = new PluginContext(port, this.resourceContext, context);
yumServer.start(yumContext);
yumProxy.init(this.resourceContext);
} catch (Exception e) {
log.error("Failed to start yum server.", e);
}