Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Various Keywords in the Fiorano logs that are saved in designated locations help in effective monitoring of resources. This article provides information on various monitoring attributes, log location and Keywords that help to identify, understand and differentiate the logs. Screenshots of Log file contents have been provided for a few contexts to have a fair idea about its appearance. However, images are not provided for the scenarios that hardly arise.

...

Anchor

...

Fiorano Logs and Log Location
Fiorano Logs and Log Location
Fiorano Logs

Tables in the below sections is a reference to the File Name and Location of Fiorano Logs, which is classified according to its presence in three different Modules, that is FES, FPS and Components.

Tip

Under the Location and File Name (last two columns) columns in the below tables, the entries in UPPER CASE are environment-specific.

...

Anchor

...

Logs in FES Module
Logs in FES Module
Logs in FES Module

Entry #

Log Type

Location(relative to FIORANO_HOME/runtimedata)

File Name

1

FES Output

/EnterpriseServers/PROFILE_NAME/FES/run/logs/

esbout.log

2

FES Error

/EnterpriseServers/PROFILE_NAME/FES/run/logs/

esberr.log

3

Service Logs

/EnterpriseServers/PROFILE_NAME/service/

service.log

4

JMS Output

/EnterpriseServers/PROFILE_NAME/FES/run/logs/

mqout.log

5

JMS Errors

/EnterpriseServers/PROFILE_NAME/FES/run/logs/

mqerr.log

Example:

...

Anchor

...

Logs in FPS Module
Logs in FPS Module
Logs in FPS Module

Entry #

Log Type

Location(relative to FIORANO_HOME/runtimedata)

File Name

1

FPS Output

/PeerServers/PEER_PROFILE/FPS/run/logs/

esbout.log

2

FPS Error

/PeerServers/PEER_PROFILE/FPS/run/logs/

esberr.log

3

Service Logs

/PeerServers/PEER_PROFILE/service/

service.log

4

JMS Output

/PeerServers/PEER_PROFILE/FPS/run/logs/

mqout.log

5

JMS Errors

/PeerServers/PEER_PROFILE/FPS/run/logs/

mqerr.log

Example:

...

Anchor

...

Logs in Components Module
Logs in Components Module
Logs in Components Module

Entry #

Log Type

Location(relative to FIORANO_HOME/runtimedata)

File Name

1

Output Logs

/PeerServers/PEER_PROFILE/FPS/run/logs/APP_NAME/APP_VERSION/SERVICE_NAME/

APP_NAME_APP_VERSION_SERVICE_NAME.out.0

2

Error Logs

/PeerServers/PEER_PROFILE/FPS/run/logs/APP_NAME/APP_VERSION/SERVICE_NAME/

APP_NAME_APP_VERSION_SERVICE_NAME.err.0

Example:

...

Anchor

...

Monitoring based on Module Logs
Monitoring based on Module Logs
Monitoring based on Module Logs

...

Anchor

...

Error Logs
Error Logs
Error Logs

...

Anchor

...

Application-specific Error logs
Application-specific Error logs
Application-specific Error logs

Represent errors with respect to application launch/stoppage.
For Location and File Name, refer: Entry #2 in Logs in FES Module section.
Keywords in the FES Error Log file

  • ERROR [ApplicationControllerLogger]
  • WARN [ApplicationControllerLogger]

Example:

...

Anchor

...

Component-specific Error logs
Component-specific Error logs
Component-specific Error logs

Represent errors in communication between components and Peer Server.
For Location and File Name, refer: Entry #2 in Logs in FPS Module section.

Keyword in the FPS Error Log file

  • ERROR [StubManager]

...

Anchor

...

Component Fault Logs
Component Fault Logs
Component Fault Logs

Represent errors generated when while connecting/interacting with DB, SMTP servers etc. These errors get logged in the respective log file of the component.
For Location and File Name, refer: Entry #2 of Logs in Components Module section.

Keyword in the Component Error Log file

...

    1. INVALID_REQUEST_ERROR
    2. RESPONSE_GENERATION_ERROR
    3. REQUEST_EXECUTION_ERROR
    4. RESOURCE_CONNECT_ERROR
    5. RESOURCE_CONNECTION_LOST_ERROR

Example:

...

Anchor

...

Component Performance Log
Component Performance Log
Component Performance Log

Helps to monitor performance of certain components such as DB, SMTP and MSMQ, at INFO log level, the request execution time is logged in the output log file of components.For Location and File Name to monitor Performance Trending, refer: Entry #1 of Logs in Components Module.

Keyword in the Component Output Log file

  • INFO : Time taken (milli sec) to process request:

...

Anchor

...

Server Availability Logs
Server Availability Logs
Server Availability Logs

While servers run as a service, the status, downtime, and uptime can be measured from the Service log files.

For Location and File Name of the logs to monitor Server Availability, refer: Entry #3 of Logs in FES Module and Logs in FPS Module sections.

...

Anchor

...

Normal Mode
Normal Mode
Normal Mode

Servers

Keywords for Server Start up

Keywords for Server Shutdown

FES

FES successfully deployed on <Timestamp>

Container shutdown successful at <Timestamp>

FPS

FPS successfully deployed on <Timestamp>

Container shutdown successful at <Timestamp>

Example:

...

Anchor

...

HA Mode Logs
HA Mode Logs
HA Mode

Start up Keywords

Scenario 1: Only one of the two servers is running.

...

Replication Failure – Keyword:
<Timestamp> ACTIVE TRANSITION call failed, Server will stay in STANDALONE state.

...

Anchor

...

Application Availability Logs
Application Availability Logs
Application Availability Logs

Applications up-time and downtime can be checked in the FES output log.For Location and File Name of the logs to monitor Application Availability, refer: Entry #1 of Logs in FES Module section.

...

Anchor

...

Application Launch
Application Launch
Application Launch

Keywords for Application Launch:

  • INFO [ApplicationControllerLogger] Application APPLICATION_NAME with version APPLICATION_VERSION is launched successfully
  • INFO [ApplicationControllerLogger] All service instances of Application APPLICATION_NAME:APPLICATION_VERSION are started

...

Anchor

...

Application Stoppage
Application Stoppage
Application Stoppage

Keyword for Application Stoppage:
INFO [ApplicationControllerLogger] Application APPLICATION_NAME:APPLICATION_VERSION is stopped

Note

The above log appears for the application that gets stopped intentionally or otherwise.

Example:

...

Anchor

...

Service Availability Logs
Service Availability Logs
Service Availability Logs

Logs related to the availability of a component are logged in FPS output logs.
For Location and File Name of the logs to monitor Service Availability, refer: Entry #1 of Logs in FPS Module section.

...

Anchor

...

Service Start Keyword
Service Start Keyword
Service Start

Keyword for Component/Service Start:
INFO [Core] Service instance <SERVICE> in event process <APP_NAME>:<APP_VERSION> started

Example:

...

Anchor

...

Service Stoppage Keyword
Service Stoppage Keyword
Service Stoppage

Whether the component stopped intentionally or otherwise, the respective log will be available in FPS Output Log.

Keyword for Component/Service Stoppage: INFO [Core] Service instance <SERVICE> in event process <APP_NAME>:<APP_VERSION> stopped

...

Anchor

...

Configuration Dependent Error Logs
Configuration Dependent Error Logs
Configuration Dependent Error Logs

...

Anchor

...

JVM Heap Size / Memory Allocation Error Logs
JVM Heap Size / Memory Allocation Error Logs
JVM Heap Size / Memory Allocation

Any error in Memory allocation will be reported in error logs of respective modules.For Location and File Name of the logs to Memory Allocation, refer: Entry #2 of Logs in Logs in FES ModuleLogs in FPS Module and Logs in Components Module sections.

Keyword for JVM Heap Error: java.lang.OutOfMemoryError

...

Anchor

...

TCP Connection timeout value Error Logs
TCP Connection timeout value Error Logs
TCP Connection

...

timeout value

Any timeout between Enterprise Server and Peer Server can cause state update issues. These issues will be logged in FES Error Logs.
For Location and File Name of the logs to Memory Allocation, refer: Entry #2 of Logs in FES Module section.

Keyword for Connection Timeout:  Exception String in Proxy: fiorano.jms.common.FioranoException: REQUEST_TIMED_OUT

...

Anchor

...

Security Breach Logs
Security Breach Logs
Security Breach Logs

Errors pertaining to security breaches get logged in FES Error Logs.For Location and File Name of the logs for security breach, refer: Entry #2 of Logs in FES Module section.

Keywords for Security breaches:

  • WARN [ConnHandlerLogger] User with username - admin failed to log in
  • SECURITY_EXCEPTION

Example:

...

Anchor

...

JMS Logs
JMS Logs
JMS logs

JMS level logs of servers will be available in Server log files. In general, these errors will result in appropriate and more meaningful errors in output and error logs of Servers.
For Location and File Name of the logs to monitor JMS errors, refer: Entries #4 and #5 of Logs in FES Module and Logs in FPS Module sections. 

Keywords for JMS errors:

  • FATAL
  • ERROR

...

Anchor

...

Monitoring Based on Log Severity
Monitoring Based on Log Severity
Monitoring Based on Log Severity

Exception logs are available for various levels of severity.

...

Anchor

...

Logs on Servers
Logs on Servers
Logs on Servers

...

Anchor

...

Output Logs
Output Logs
Output Logs

These logs can be found in output logs of server modules.
For Location and File Name of the Output logs for severity, refer: Entries #1 and #4 of Logs in FES Module and Logs in FPS Module sections.

Severity logs - Keywords:

  • INFO
  • DEBUG
  • TRACE

...

Anchor

...

Error Logs
Error Logs
Error Logs

These logs can be found in error logs of server modules.
For Location and File Name of the Error logs for severity, refer: Entries #2 and #5 of Logs in FES Module and Logs in FPS Module sections.

Severity logs on error Keywords:

  • ERROR
  • WARN
  • FATAL

...

Anchor

...

Logs on Components
Logs on Components
Logs on Components

Component logs are also available for various levels of severity.

...

Anchor

...

Output Logs
Output Logs
Output Logs

These logs can be found in output logs of Component modules.
For Location and File Name of the Output logs for severity on Components, refer: Entries #1 of Logs in Components Module section.

Severity logs Keywords:

  • INFO
  • CONFIG
  • FINE
  • FINER
  • FINEST

...

Anchor

...

Error Logs
Error Logs
Error Logs

These logs can be found in error logs of Component modules.
For Location and File Name of the Error logs for severity on Components, refer: Entries #2 of Logs in Components Module section.

Severity logs on error Keywords:

  • SEVERE
  • WARNING

 

Adaptavist ThemeBuilder EngineAtlassian Confluence