cancel
Showing results for 
Search instead for 
Did you mean: 

Instance.properties file not getting updated from database?

Former Member
0 Kudos

Hello everyone!

We are refreshing a dual-stack CRM production system to non-prod system.

After the steps of changing all related parameters in configtool to point to the non-prod system, the Java stack won't start. It got stuck at the step of bootstrap.

It was found out that the instance.properties file did not get updated from the database. This was why bootstrap failed because it was still reading the old values from the instance.properties file which contains parameter values for the Prod system.

I've restarted the J2EE engine and/or the database but it did not help.

Can someone give me some idea of how to troubleshoot this? Thanks!

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Check this Snote 736557. I hope this will help you out.

Rgds

Radhakrishna D S

Former Member
0 Kudos

Hello Radhakrishna D S,

The note you provided did not fit our problem. The bootstrap.maxheapsize in the instance.properties file is already 128MB. Thanks anyway!