<!doctype html> <html> <head> <title>Starting up Rhapsody in 'Safe Mode'</title> <link rel="stylesheet" href="styles/site.css" type="text/css"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link rel="stylesheet" href="styles/icons.css" type="text/css"> <script src="js/jquery.min.js"></script> <script src="tree/collapsibleTreeMenu.js"></script> <link href="tree/collapsibleTreeMenu.css" rel="stylesheet" type="text/css"> </head> <body class="theme-default aui-theme-default"> <div id="page"> <div id="main" class="aui-page-panel"> <div id="main-header"> <div id="breadcrumb-section"> <ol id="breadcrumbs"> <li> <span><a href="Rhapsody-Integration-Engine-6.5_133160975.html">Rhapsody Integration Engine 6.5</a></span> </li> <li> <span><a href="Monitoring-Rhapsody_133163664.html">Monitoring Rhapsody</a></span> </li> <li> <span><a href="Troubleshooting-Rhapsody_133164108.html">Troubleshooting Rhapsody</a></span> </li> <li> <span><a href="Troubleshooting-Examples_133164109.html">Troubleshooting Examples</a></span> </li> </ol> </div> <h1 id="title-heading" class="pagetitle"> <span id="title-text">Starting up Rhapsody in 'Safe Mode'</span> </h1> </div> <div id="content" class="view"> <div id="main-content" class="wiki-content group"> <div class="user-content-block"> <p>Rhapsody incorporates a troubleshooting feature called 'safe mode'. When the Rhapsody Engine is started in 'safe mode', components configured to start automatically upon engine start-up are not started. C<span style="color: rgb(51,51,51);">ommunication point scheduling is also disabled when this mode is active.</span></p> <p>To start the engine in 'safe mode':</p> <ol> <li>Set the property <code>StartupService.safeMode</code> to <code>true</code> in the <code>rhapsody.properties</code> file (by default it is commented out and set to false).</li> <li>Restart Rhapsody in order for it to pick up changes in the <code>rhapsody.properties</code> file.</li> </ol> <p> </p> </div> </div> </div> </div> </div> </body> </html>