Re: CFPOP errors

2005-09-28 Thread Paul Hastings
Cedric Villat wrote: > Any ideas on the encoding issue? Is there something to test with or debug on > this one? first see if Big5 is part of your JDK. http://www.sustainablegis.com/projects/i18n/charsetTB.cfm did you change the JDK that cf uses? did you upgrade from 6.0? if so search the cf in

Re: CFPOP errors

2005-09-28 Thread Cedric Villat
Paul, I thought I was locking, but I just checked and it was commented out. Doh. I'll see if adding it back makes the RemovedException error go away. Any ideas on the encoding issue? Is there something to test with or debug on this one? Cedric >Are you using CFLOCK to make each account access

RE: CFPOP errors

2005-09-28 Thread Paul Vernon
Are you using CFLOCK to make each account access single threaded? Something like That way if a user requests the page twice, the getheaders and delete calls won't tread on each others toes... That should fix your issue with the MessageRemovedException errors you

CFPOP errors

2005-09-28 Thread Cedric Villat
I am getting some errors when using CFPOP to retrieve email. The errors seem to happen even when I only get the headers. The errors are like: javax.mail.MessageRemovedException. or sun.io.ByteToCharBig5.getIndex1()[S I tried wrapping the CFPOP in a try/catch block in an attempt to find which

cfpop errors

2005-03-31 Thread Victor Moore
Hi, I get this type of errors more and more on some sites (CFMX6.1, W2003) java.lang.IllegalStateException: Folder is not Open, javax.mail.MessagingException: No inputstream from datasource any idea what will cause this? Thanks Victor