Home Applications Erralyzer

Erralyzer

InterSystems does not provide technical support for this project. Please contact its developer for the technical assistance.
5
1 reviews
0
Awards
46
Views
0
IPM installs
0
0
Details
Releases (2)
Reviews (1)
Issues
A web-based CSP application to view and analyze application errs

What's new in this version

Added a new option to search for variables within the stack level

Erralyzer

Intersystems IRIS error stack viewer

📊 Erralyzer - Error Stack Viewer

A web application to view, analyze, and trace application errors along with their full call stack and runtime variables.


🏠 Home - Error Overview

The Home page lists all captured errors with the following details:

  • Date & Time of occurrence
  • Process ID
  • Error Message
  • User
  • Sorting and filtering capabilities
  • Quick access to error stack trace via row selection

🔴 Shows total number of captured errors (e.g., 82 Errors)

http://Server:[port]/cspapplication/Erralyzer.UI.Home.cls

http://localhost:52773/csp/user/Erralyzer.UI.Home.cls

image

🧩 Stack Trace Viewer

When clicking on an error row, you’re taken to the Stack Trace Viewer, which shows:

📚 Call Stack Levels

  • Full breakdown of function calls
  • Line-by-line trace, including traps and function calls
  • Top-down execution view (most recent calls last)

🧠 Variable Inspector

  • View variables for any selected stack level (if available)
  • Helps in debugging runtime state and understanding the failure context

🟢 A success message like Showing stack trace for 1 confirms the error ID currently being inspected.

image

Search variables

image

Installation

  1. Clone the repository:

    git clone https://github.com/AshokThangavel/Erralyzer.git
    
  2. Navigate to the project directory:

    cd Erralyzer
    
  3. Run the docker compose file:

    docker compose -f docker-compose.yml up -d --build
    
Made with
Install
zpm install Erralyzer download archive
Version
1.0.128 Oct, 2025
Ideas portal
Category
Solutions
Works with
InterSystems IRISInterSystems IRIS for HealthHealthShareTrakCareCachéEnsembleInterSystems IRIS Cloud SQL
First published
12 Oct, 2025
Last edited
28 Oct, 2025
Last checked by moderator
14 Oct, 2025Works