Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Catching an exception in an application initialization method #2083

Closed
Limraj opened this issue Feb 11, 2022 · 0 comments
Closed

Catching an exception in an application initialization method #2083

Limraj opened this issue Feb 11, 2022 · 0 comments
Assignees
Milestone

Comments

@Limraj
Copy link
Collaborator

Limraj commented Feb 11, 2022

Reason
Problem is that the application tries to call the high-level SystemEventType.raiseEvent (->EventManger.reiseEvent) method when the application is not fully loaded yet.

Expected
Preventing an exception from occurring when an exception occurs should not result in the application being improperly initialized.

@Limraj Limraj added this to the 2.8.0 milestone Feb 11, 2022
@Limraj Limraj modified the milestones: 2.8.0, 2.7.8 May 6, 2024
@Limraj Limraj self-assigned this May 6, 2024
Limraj added a commit that referenced this issue May 9, 2024
- Application startup event generation postponed after application initialization;
- Stopping WorkItemMonitor if the application is not started;
Limraj added a commit that referenced this issue May 10, 2024
…on_in_an_application_initialization_method

#2083 Catching an exception in an application initialization method:
@Limraj Limraj closed this as completed May 10, 2024
@Limraj Limraj modified the milestones: 2.7.8, 2.7.7.2 May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant