Skip Headers
Oracle® Real-Time Decisions Installation and Administration Guide
Version 3.0.0.1

Part Number E13856-02
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

A System Log and Configuration Files

This appendix provides the names and locations of the Oracle RTD log and configuration files, listed by application server type. To ensure the integrity of the information in these files, you should use operating system or other tools to set the appropriate file permissions on the parent directories that contain these files, so that an intruder cannot access them.

This section contains the following topics:

A.1 Log Files

Oracle RTD provides both server and client logs. In addition, there are log files specific to Eclipse and application servers.

This section contains the following topics:

A.1.1 Main Oracle RTD Log Files

Table A-1 shows the two main Oracle RTD log files. The Oracle RTD Server log is the main log to use for troubleshooting problems

Table A-1 Main Oracle RTD Logs

Log Type Default Location

Oracle RTD Server log

RTD_RUNTIME_HOME/log/server.log

Oracle RTD Client log

RTD_HOME/log/client.log


where:

  • RTD_HOME is the directory into which you extract the Oracle RTD files during installation.

  • RTD_RUNTIME_HOME is the directory into which you install runtime Oracle RTD.

The directory RTD_RUNTIME_HOME is application server dependent, as shown in Table A-2.

Table A-2 Application Server Specific RTD_RUNTIME_HOME Directories

Application Server RTD_RUNTIME_HOME Directory

Standalone OC4J

OC4J_HOME/j2ee/home/application/OracleRTD/

Oracle AS

ORACLE_AS_HOME/j2ee/oc4j_instance/applications/OracleRTD/

WebSphere

WEBSPHERE_HOME/AppServer/profiles/profile_name/installedApps/host_node_cell_name/OracleRTD.ear/

WebLogic

MW_HOME/user_projects/domains/domain_name/servers/server_name/stage/OracleRTD/

JBoss

RTD_HOME/ (for runtime server.log and performance log ds_perf.cvs)

JBOSS_HOME/jboss-as/server/default/tmp/deploy/tmp<...>RTD.ear-contents, where <...> is a random number.


Setting Logging Levels for the Oracle RTD Server Log

To change logging options for the Oracle RTD Server log, use JConsole. See Section 15.4.1, "About OracleRTD > SDManagement > SDLogging" for more information.

Error Messages and Exceptions in Oracle RTD Log Files

For exception messages that appear in Oracle RTD log files, see Appendix B, "Exceptions".

For error messages that may occur during Inline Service development, see Appendix A, "Development Error Messages" in Oracle Real-Time Decisions Platform Developer's Guide.

A.1.2 Log Files for Oracle RTD Client Tools

In addition to the Oracle RTD Client log, Oracle RTD maintains the following client tool log files:

  • RTD_HOME/scripts/SDDBTool.log

  • RTD_HOME/log/loadgen.csv

A.1.3 Server-Side Application Server Specific Log Files

This section lists the server-side log files specific to the application servers supported by Oracle RTD.

A.1.3.1 Server-Side Log Files for Standalone OC4J

OC4J_HOME/j2ee/home/application-deployments/OracleRTD/application.log
OC4J_HOME/j2ee/home/log/server.log
OC4J_HOME/j2ee/home/log/oc4j/log.xml

A.1.3.2 Server-Side Log Files for Oracle Application Server

ORACLE_AS_HOME/j2ee/oc4j_instance/application-deployments/OracleRTD/
home_default_group_1/application.log
ORACLE_AS_HOME/j2ee/oc4j_instance/og/home_default_group_1/server.log
ORACLE_AS_HOME/j2ee/oc4j_instance/log/home_default_group_1/oc4j/log.xml
ORACLE_AS_HOME/opmn/logs/opmn.log
ORACLE_AS_HOME/opmn/logs/default_group~home~default_group~1.log

A.1.3.3 Server-Side Log Files for WebSphere

WEBSPHERE_HOME/AppServer/profiles/profile_name/logs/server1/startServer.log
WEBSPHERE_HOME/AppServer/profiles/profile_name/logs/server1/stopServer.log
WEBSPHERE_HOME/AppServer/profiles/profile_name/logs/server1/SystemOut.log
WEBSPHERE_HOME/AppServer/profiles/profile_name/logs/server1/SystemErr.log
WEBSPHERE_HOME/AppServer/profiles/profile_name/logs/fdcc/server1/
server1_*.txt (error logs)

A.1.3.4 Server-Side Log Files for WebLogic

MW_HOME/user_projects/domains/domain_name/servers/server_name/logs/
server_name.log
MW_HOME/user_projects/domains/domain_name/servers/server_name/logs/
profile_name.log
MW_HOME/user_projects/domains/domain_name/servers/server_name/logs/
server_name.out

A.1.3.5 Server-Side Log Files for JBoss

JBOSS_HOME/jboss-as/server/default/log/boot.log
JBOSS_HOME/jboss-as/server/default/log/server.log

The file server.log contains all the Oracle RTD log information as well as additional server log information.

A.1.4 Eclipse Log File

Log information specific to Eclipse can be found in the Eclipse log, located at:

  • Studio_Workspace\.metadata\.log

where Studio_Workspace is user-configurable from Version 3.0 onwards. In general, the default location for Studio_Workspace is C:\Documents and Settings\ <windows_user_name>\Oracle Decision Studio\ .For example, C:\Documents and Settings\jsmith\Oracle Decision Studio\.metadata\.log.

Setting Logging Levels for Eclipse

To set the logging levels for Eclipse, edit the following file:

RTD_HOME\eclipse\plugins\com.sigmadynamics.studio_3.0.0\etc\eclipse-log.properties

To adjust logging levels, set the values to true or false. The default settings are as follows:

  • debug=false

  • info=true

  • warn=true

  • error=true

  • fatal=true

  • trace=false

A.2 Configuration Files

This section lists the configuration files specific to the application servers supported by Oracle RTD.

Oracle RTD Configuration Files for Standalone OC4J

OC4J_HOME/j2ee/home/applications/OracleRTD/etc/sdconfig-cluster.xml
OC4J_HOME/j2ee/home/applications/OracleRTD/etc/sdconfig-machine.xml
OC4J_HOME/j2ee/home/applications/OracleRTD/etc/sdconfig-tmpl.xml
OC4J_HOME/j2ee/home/applications/OracleRTD/etc/sdlog4j.xml

Oracle RTD Configuration Files for Oracle Application Server

ORACLE_AS_HOME/j2ee/oc4j_instance/applications/OracleRTD/etc/sdconfig-cluster.xml
ORACLE_AS_HOME/j2ee/oc4j_instance/applications/OracleRTD/etc/sdconfig-machine.xml
ORACLE_AS_HOME/j2ee/oc4j_instance/applications/OracleRTD/etc/sdconfig.xml
ORACLE_AS_HOME/j2ee/oc4j_instance/applications/OracleRTD/etc/sdlog4j.xml

Oracle RTD Configuration Files for WebSphere

WEBSPHERE_HOME/AppServer/profiles/profile_name/installedApps/host_node_cell_name/
OracleRTD.ear/etc/sdconfig-cluster.xml
WEBSPHERE_HOME/AppServer/profiles/profile_name/installedApps/host_node_cell_name/
OracleRTD.ear/etc/sdconfig-machine.xml
WEBSPHERE_HOME/AppServer/profiles/profile_name/installedApps/host_node_cell_name/
OracleRTD.ear/etc/sdconfig.xml
WEBSPHERE_HOME/AppServer/profiles/profile_name/installedApps/host_node_cell_name/
OracleRTD.ear/etc/sdlog4j.xml

Oracle RTD Configuration Files for WebLogic

MW_HOME/user_projects/domains/domain_name/servers/server_name/stage/OracleRTD/etc/sdconfig-cluster.xml
MW_HOME/user_projects/domains/domain_name/servers/server_name/stage/OracleRTD/etc/sdconfig-machine.xml
MW_HOME/user_projects/domains/domain_name/servers/server_name/stage/OracleRTD/etc/sdconfig.xml
MW_HOME/user_projects/domains/domain_name/servers/server_name/stage/OracleRTD/etc/sdlog4j.xml

Oracle RTD Configuration Files for JBoss Single Server

Note:

These files are only available while the JBoss server is running. These files are removed upon JBoss shutdown.
JBOSS_HOME/jboss-as/server/default/tmp/deploy/tmp<...>RTD.ear-contents/etc/sdconfig-cluster.xml
JBOSS_HOME/jboss-as/server/default/tmp/deploy/tmp<...>RTD.ear-contents/etc/sdconfig-machine.xml
JBOSS_HOME/jboss-as/server/default/tmp/deploy/tmp<...>RTD.ear-contents/etc/sdconfig.xml
JBOSS_HOME/jboss-as/server/default/tmp/deploy/tmp<...>RTD.ear-contents/etc/sdlog4j.xml

where <...> is a random number.