Monday, August 8, 2011

JavaMaxHeapSize and Error 'java.lang.OutOfMemoryError'

When the Error 'java.lang.OutOfMemoryError' appears on the Domino console ?

http://www-01.ibm.com/support/docview.wss?uid=swg21197856

What do it mean by .JAVAMAXHEAPSIZE ?
It means that the JVM has run out of all the memory that has been allocated to it by DOMINO. You can change the amount of memory allocated for use by your JVM by the JAVAMAXHEAPSIZE variable in the Notes.INI File.

How to set the JAVAMAXHEAPSIZE in the notes.INI file ?
http://www-10.lotus.com/ldd/dominowiki.nsf/dx/09262007041133PMHPERN7.htm

Generating a CSR with Java keytool , deploying the certificates in keystore and configuring the same in the tomEE server.

  Deploying security certificates is a three-step process in general 1. CSR Generation 2. Importing the certificatates into the keystore 3. ...