This page (revision-5) was last changed on 26-Nov-2021 10:22 by RForbes

This page was created on 26-Nov-2021 10:22 by RForbes

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
5 26-Nov-2021 10:22 2 KB RForbes to previous
4 26-Nov-2021 10:22 2 KB JAiken to previous | to last
3 26-Nov-2021 10:22 2 KB RForbes to previous | to last
2 26-Nov-2021 10:22 2 KB RForbes to previous | to last
1 26-Nov-2021 10:22 2 KB RForbes to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 changed one line
The OC4J logfile (contained on your application server) is the logfile that the application writes all its error messages to.
The OC4J log file (contained on your application server) is the log file that the application writes all its error messages to.
At line 5 changed one line
This logfile can grow to quite a size and you may find it useful to "rotate" the files so that they don't get to large, and can be accessed, backed up , et cetera.
This log file can grow to quite a size and you may find it useful to "rotate" the files so that they don't get to large, and can be accessed, backed up , et cetera.
At line 11 changed one line
stdstream.rotatetime=HH:mm
;{{stdstream.rotatetime=''HH:mm''}}:
At line 16 changed one line
The instance is called 'cronos'. All paths are relative to <ORACLE_HOME>.
The instance is called 'Prod'. All paths are relative to <ORACLE_HOME>.
At line 20 changed 4 lines
<process-type id="cronos" ...
<data id="java-options" value="-server -Xmx512m -Dstdstream.filesize=1 -Dstdstream.filenumber=10
-Djava.security.policy=$ORACLE_HOME/j2ee/cronos/config/java2.policy -Djava.awt.headless=true
-Dhttp.webdir.enable=false"/>
<process-type id="Prod" ...
<data id="java-options" value="-server -Dstdstream.filesize=1 -Dstdstream.filenumber=10 -Dstdstream.rotatetime=06:00 -Djava.security.policy=$ORACLE_HOME/j2ee/Prod/config/java2.policy -Djava.awt.headless=true -Dhttp.webdir.enable=false -XX:MaxPermSize=128M -Xmx4G -XX:AppendRatio=3"/>
At line 26 changed 4 lines
* This will create up to 10 log files, each with a size of 1MB.
* The original log file was in \opmn\logs\OC4J~cronos~default_group~1
* New log here: \opmn\logs\cronos_default_group_1\OC4J_2008_02_28_09_51_20.log
* If no directories are specified in the oc4j-options the new logs will be in \j2ee\home\cronos_default_group_1\
* This will create up to 10 log files, each with a size of 1MB. It will also rotate at 6am each morning no matter what the size is.
* The original log file was in \opmn\logs\OC4J~Prod~default_group~1
* New log here: \opmn\logs\Prod_default_group_1\OC4J_2010_02_28_09_51_20.log
* If no directories are specified in the oc4j-options the new logs will be in \j2ee\home\Prod_default_group_1\