Community
Participate
Working Groups
When an uncaught exception occurs in the CDTMiner what RSE does is send back to the client an error status DataElement that contains the stack trace. Currently we are not handling this. The subsystem tries to feed the error message to the object deserializer and it explodes.
Created attachment 114602 [details] proposed patch Simple patch that detects the error, logs the stack trace, and then returns null.
Applied to HEAD. Thanks.