RE: CFPOP errors

2005-09-28 Thread Paul Vernon
Are you using CFLOCK to make each account access single threaded?

Something like 

cflock name=youraccount type=exclusive

cfpop action=getheaders  

!--- process mails ---

cfpop action=delete 

/cflock

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're getting.

Paul


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:219532
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 single threaded?

Something like 

cflock name=youraccount type=exclusive

   cfpop action=getheaders  

   !--- process mails ---

   cfpop action=delete 

/cflock

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're getting.

Paul

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:219540
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 install dir for an i18n.jar, stop cfserver service, copy 
the i18n jar out, restart the cfserver service.

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:219547
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54