JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Identity Analytics System Administrator's Guide 11g Release 1
search filter icon
search icon

Document Information

Preface

1.  Understanding and Configuring the System Log

2.  Using System Logs

Tomcat Logging

Context Initialization

VAAU Commons Logging

Context Initialization

Oracle Identity Analytics Core Logging

Sequence Update

Oracle Identity Analytics Security Logging

Login Error

User Creation

User Deletion

Oracle Identity Analytics Scheduling Logging

Scheduled Certification Reminder

Scheduled Account Import Job

Oracle Identity Analytics Identity Access Management (IAM) Logging

User Import

Account Import

Unknown User

Oracle Identity Analytics Reports Logging

Generating Reports

Oracle Identity Analytics Audit Logging

Audit Logging

Oracle Identity Analytics Identity Certification (IDC) Logging

Certification Reminder

Certification Creation, Example 1

Certification Creation, Example 2

JIAM Logging

IDM Connection

3.  Oracle Identity Analytics Troubleshooting

4.  Tuning GlassFish To Run Oracle Identity Analytics

JIAM Logging

JIAM logging logs events based on activity between a JIAM (Java Identity Access Management) connection, such as CA-Admin, and Oracle Identity Analytics.

JIAM errors are shown as follows in the log file. For monitoring purposes, monitor anything that contains [com.vaau.rbacx.idc].

15:11:56,500 ERROR [com.vaau.rbacx.idc *] **

15:11:56,500 FATAL [com.vaau.rbacx.idc *] **

Note -

* Refers to the specific module.

** Refers to the actual error message.

Examples are shown in the following subsections.

IDM Connection

The following message shows an error establishing a connection to an IDM environment. The log messages show that there is a failure establishing the connection to CA Etrust IAM Solution.

Severity: DEBUG

Module name: operations

Log message:

16:27:43,765 DEBUG [com.ca.commons.jndi.beans.operations] Search[0] Failed:
javax.naming.CommunicationException: localhost:20390 [Root exception is
java.net.ConnectException: Connection refused: connect]

16:27:43,796 ERROR [com.vaau.rbacx.iam.ca.ETrustIAMSolution] Error getting
ETrust Iam Server

com.ca.iam.model.IAMCommunicationException: javax.naming.CommunicationException:
localhost:20390 [Root exception is java.net.ConnectException:
Connection refused: connect]

at com.vaau.rbacx.iam.ca.ETrustIAMSolution$ETrustIamServerPoolFactory.
makeObject(ETrustIAMSolution.java:1725)