|
@@ -787,6 +787,7 @@ public final class OzoneManager extends ServiceRuntimeInfoImpl
|
|
keyManager.start(configuration);
|
|
keyManager.start(configuration);
|
|
omRpcServer.start();
|
|
omRpcServer.start();
|
|
try {
|
|
try {
|
|
|
|
+ httpServer = new OzoneManagerHttpServer(configuration, this);
|
|
httpServer.start();
|
|
httpServer.start();
|
|
} catch (Exception ex) {
|
|
} catch (Exception ex) {
|
|
// Allow OM to start as Http Server failure is not fatal.
|
|
// Allow OM to start as Http Server failure is not fatal.
|