Yeah , typical I forgot about the CF functions :-) LOL Justin -----Original Message----- From: Raven R. Cecil [mailto:[EMAIL PROTECTED] Sent: 01 April 2003 02:20 To: inFusion Support List Subject: RE: [notspam] RE: [iMS] CFX_ODSMIME causes CFMX to restart
Thanks for the reply, Justin. I decided to use the included CF functions, ToBinary & ToBase64 to handle parsing. I would rather write my own, than rely on a 3rd party tool. My preliminary tests have shown very positive results. Regards, Raven > -----Original Message----- > From: Justin MacCarthy [mailto:[EMAIL PROTECTED] > Sent: Monday, March 31, 2003 5:00 AM > To: inFusion Support List > Subject: RE: [notspam] RE: [iMS] CFX_ODSMIME causes CFMX to restart > > > Translate? I persume you are referring to the mime - base64 stuff? > > There are lots of Java / COM /VB /.NET, libs/classes/jars > to do base64.. > > Justin > > -----Original Message----- > From: Raven R. Cecil [mailto:[EMAIL PROTECTED] > Sent: 29 March 2003 18:09 > To: inFusion Support List > Subject: [notspam] RE: [iMS] CFX_ODSMIME causes CFMX to restart > > > We commented out ODSMIME, and are looking for a workaround > for translating > the files into readable text. Everything is working fine > again, and that was > our biggest concern. > > If anyone has any other workarounds to this issue, please let us know. > > > Regards, > > Raven > > > > -----Original Message----- > > From: Raven R. Cecil [mailto:[EMAIL PROTECTED] > > Sent: Friday, March 28, 2003 7:06 AM > > To: inFusion Support List > > Subject: [iMS] CFX_ODSMIME causes CFMX to restart > > > > > > Greetings, > > > > > > The CFX_ODSMIME tag is continuously crashing CFMX, and causes > > the service to > > restart. > > > > I have reviewed the stack traces for CF/JRun for the last 2 > > hours, and the > > issue occurs consistently every time the tag is called. The > > ProcessRequest > > call to the tag [see attached files] is always the last > > command executed > > before the crash. Below is the code which I am using, and > > attached are the > > two most recent stack traces. > > > > ----- Current Code ------------------------ > > Line 50: <cfif FileExists("#form.emailfile#")> > > Line 51: <cfx_odsmime action="list" > > file="#form.emailfile#"></cfx_odsmime> > > Line 52: </cfif> > > ------------------------------------------- > > > > > > 1. Has anyone else experienced this issue, and did they find > > a solution? > > > > 2. I currently have version 2.8.3.0 installed. Is there a > more stable > > version? > > > > 3. Is there a COM interface for this tag? If so, has anyone > > used it, with > > positive results? > > > > 4. Is there another call embedded into this library that we > > should use as an > > alternative to ProcessRequest? > > > > > > Regards, > > Raven > > > > > ...................................................................... > > "Patience and perseverance have a magical effect before which > > difficulties disappear and obstacles vanish." - John Quincy Adams > > > > "They that can give up essential liberty to obtain a little > temporary > > safety deserve neither liberty nor safety." - Benjamin Franklin > > > > "find / -user you -name "*base*" -exec chown us {} \;" - *nix Admin > > > ...................................................................... > > > > ==^======================================================= This list server is Powered by iMS "The Swiss Army Knife of Mail Servers" -------------------------------------- To leave this list please complete the form at http://www.coolfusion.com/Support/ Need an iMS Developer license? Sign up for a free license here: http://www.coolfusion.com/Support/ List archives: http://www.mail-archive.com/infusion-email%40eoscape.com/ Note: You are subscribed as [EMAIL PROTECTED] ==^=======================================================
