Show TOC Start of Content Area

Background documentation 4. Check the Instance Bootstrap Log File from the Java VM  Locate the document in its SAP Library structure

The Java VM, which executes the instance bootstrap, is started by using the following log file:

<DIR_INSTANCE>/work/std_bootstrap.out

The following problems may have been logged:

·        Invalid Java VM parameters:

Syntax

Unrecognized option: <some option>

The option supplied in the bootstrap.JavaParameters property is not valid for the Java VM. Correct the property value and try again.

·        Inconsistent memory settings for the Java VM:

Syntax

Error occurred during initialization of VM
Incompatible initial and maximum heap sizes specified

The memory settings supplied in the bootstrap.JavaParameters and bootstrap.MaxHeapSize properties do not fit together (for example, MaxHeapSize is smaller than the initial heap size specified with –Xms).

Correct the property values and try again.

 

 

End of Content Area