You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are on Version 3.10.1. I have a channel that is a Channel Reader (Source) to File Writer (Destination). The data is coming from an alert. When the data comes in from the alert and it tries to write it out, I get the following error:
ERROR: Error writing file [IllegalArgumentException: Unable to create EvictionPolicy instance of type org.apache.commons
If I double click on the message and resend it, it writes just fine.
The idea here is to aggregate some errors from the alert into a file. I want to do this with an alert rather than code in each channel. That way I can just enable the channels in the alert if I want to do more than one. Alert and channel attached. I have seen this a couple times in the old Mirth Forum, but only as a question. Could not find any answers.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We are on Version 3.10.1. I have a channel that is a Channel Reader (Source) to File Writer (Destination). The data is coming from an alert. When the data comes in from the alert and it tries to write it out, I get the following error:
ERROR: Error writing file [IllegalArgumentException: Unable to create EvictionPolicy instance of type org.apache.commons
If I double click on the message and resend it, it writes just fine.
The idea here is to aggregate some errors from the alert into a file. I want to do this with an alert rather than code in each channel. That way I can just enable the channels in the alert if I want to do more than one. Alert and channel attached. I have seen this a couple times in the old Mirth Forum, but only as a question. Could not find any answers.
I had to change the file extensions to TXT to get them to post. They are XML
Error_Alerter.txt
File_Alert.txt
Beta Was this translation helpful? Give feedback.
All reactions