Knowledge Base >> Ignite Crashed and Will Not Restart

Ignite Crashed and Will Not Restart - Confio Article 1612

Confio Article: 1612 Published: Sep 22 2011 1:31 PM
Version: >= 4.1 Topic(s): Install and Setup Database Problems Ignite Management
Product(s): Ignite
Database(s): All

Sometimes Ignite may crash and as a result not properly clean up its connection to the repository database. You may see a message similar to below because the new instance of Ignite thinks the original instance is still running. This is a safeguard to make sure Ignite does not startup twice:

 

To fix this, login to the Ignite repository database as the Ignite user and run the following:

update conprm set v=’STOPPED’ where p=’IDC_STATUS’;
delete conprm where p=’IDC_WIZARD_URL’;

Restart Ignite and it should be able to connect.