...
D s config Change the following setting:
Code Block "udf-service.outputBufferSize": 1048576,
- Save your changes and restart the platform.
Photon crashes during execution of UDF
During the execution of a UDF, the Photon client can crash. Possible errors include:
Code Block |
---|
Error in changeCurrentEdit Error: Transformation engine has crashed. Please reload your browser (exit code: null; message ID: 161) |
Solution:
This crash can be caused by a number of issues. You can try the following:
D s config Bump the value for
udf-service.udfCommunicationTimeout
setting. Raise this value a bit at a time to see if that allows the UDF to execute.Info NOTE: Avoid setting this value to high, which can cause the Java heap size to be exceeded and another Photon crash. Maximum value is
2147483646
.- Save your changes and restart the platform.