-
Notifications
You must be signed in to change notification settings - Fork 602
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
MCP UI doesn't work because of StackOverflowError exception #1699
Comments
I wonder what it was doing? It seems it was serializing content to JSON but hit an unfortunate snag and the buffer overflowed. Does this happen on one machine specifically or any? |
Also if you added any variables to any process classes (or subclasses) make sure you have declared them as transient, ESPECIALLY things like loggers. |
Hi @badvision, I have debugged code, and I see that ControlledProcessManagerServlet fails when it serializing List of ProcessInstance's Issue is reproducible on several machines. --Yaraslau |
Well there was non transient injected resource, see #1701 |
…eption (#1701) * Make Resource field transient in Result class
I'll also update the mcp servlet to not serialize resources as this could reoccur in the future. |
… because of StackOverflowError exception (Adobe-Consulting-Services#1701)
…eption (#1701) * Make Resource field transient in Result class
Required Information
Manage Controlled Process window doesn't work, we can't run Asset Url Ingestor and Asset Ingestor.
Steps to reproduce:
Actual result:
Acceptance criteria:
Something breaks it between the following commits : 875ce4e and a5d148d
Message from logs:
The text was updated successfully, but these errors were encountered: