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

Oracle Identity Analytics Security Logging

Oracle Identity Analytics Security logging logs events related to security, including user creation events, and login and logout events.

Oracle Identity Analytics security logging errors are logged as shown here. For monitoring purposes, monitor anything that contains [com.vaau.rbacx.security].

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

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

Note -

* Refers to the specific module.

** Refers to the actual error message.

Examples are shown in the subsections below.

Login Error

The following message shows a Oracle Identity Analytics security warning. The warning indicates that the user's login or password is incorrect.

Severity: WARN

Module name: UserManagerImpl

Log message:

14:14:45,359 WARN [com.vaau.rbacx.security.manager.impl.UserManagerImpl]
RbacxUser with username: 'testuser' not found

User Creation

The following message shows that the user testuser has been created.

Severity: DEBUG

Module name: RbacxSecurityServiceImpl

Log message:

15:35:00,750 DEBUG
[com.vaau.rbacx.security.service.impl.RbacxSecurityServiceImpl]
adding user testuser

15:35:00,750 DEBUG
[com.vaau.rbacx.security.manager.impl.UserManagerImpl]
creating user: Last name: User; First name: Test; Email: testuser@oracle.com

15:35:00,765 DEBUG
[com.vaau.rbacx.security.manager.impl.UserManagerImpl]
setting credentials for testuser: 3dbb4a67672880904958500b68d4ab481116a1b9

User Deletion

The following user deletion message shows that the user testuser has been deleted.

Severity: DEBUG

Module name: RbacxSecurityServiceImpl

Log message:

15:34:23,359 DEBUG [com.vaau.rbacx.security.service.impl.RbacxSecurityServiceImpl]
deleting user testuser

15:34:23,375 DEBUG [com.vaau.rbacx.security.manager.impl.UserManagerImpl]
deleting user: Last name: user; First name: test; Email: testuser@oracle.com