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

UI clocking on runtime exceptions #1840

Closed
onobc opened this issue Apr 1, 2022 · 0 comments · Fixed by #1841
Closed

UI clocking on runtime exceptions #1840

onobc opened this issue Apr 1, 2022 · 0 comments · Fixed by #1841

Comments

@onobc
Copy link
Contributor

onobc commented Apr 1, 2022

Uncaught runtime exceptions are causing the UI to "clock" (aka spinning wheel and nothing can be done in the screen aka hang).

Reproduce w/ the following steps:

  1. Modify a controller in SCDF to throw runtime exception
  2. Navigate to UI screen that calls that controller

Example:

  1. Insert this code into StreamDefinitionController.list
if (1 == 1) {
   throw new RuntimeException("BOOM!");
}
  1. Navigate to http://localhost:9393/dashboard/index.html#/streams/list
    And Voila...

Screen Shot 2022-04-01 at 10 26 48 AM

Background info in Slack thread: https://vmware.slack.com/archives/C49UPQAP8/p1648783622245069?thread_ts=1648783305.232759&cid=C49UPQAP8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant