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


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 
>
>
>
>   
>
>   
>
>   
>
>
>
>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 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'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


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 
email is causing the problem and delete it, but I just get the regular 
ColdFusion error instead of my cfcatch executing. Anyone else every have these 
errors? They are occuring very frequently, and are usually because of a 
malformed auto-response, or some strange Chinese encodings/emails.

Anyone have any ideas, other than using something other than CFPOP? Yes, I have 
the latest JDK installed to, as I followed the instructions from 
http://www.houseoffusion.com/cf_lists/messages.cfm/forumid:4/threadid:42282 to 
no avail.

Cedric

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:219519
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


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

~|
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:200954
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