function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
JoyceJoyce 

Errors when running email2case.bat

I get these errors in my log file.  No cases are being created.  Anyone know? 

2005-09-29 17:09:03,547 5524013 [Thread-1] INFO  com.sforce.mail.GenericClient  -    processing 1 messages
2005-09-29 17:09:04,579 5525045 [Thread-1] INFO  com.sforce.mail.GenericClient  - Initiating sForce api call to handleEmailMessage with 1 items
2005-09-29 17:09:04,829 5525295 [Thread-1] INFO  com.sforce.mail.GenericClient  - Failed to connect to SFDC service, will try 2 more time(s).
2005-09-29 17:10:05,046 5585512 [Thread-1] INFO  com.sforce.mail.GenericClient  - Failed to connect to SFDC service, will try 1 more time(s).
2005-09-29 17:13:05,275 5765741 [Thread-1] ERROR com.sforce.SalesforceAgent  - No configuration value has been provided for the notification host.
2005-09-29 17:13:05,275 5765741 [Thread-1] ERROR com.sforce.mail.GenericClient  - javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: No trusted certificate found
2005-09-29 17:13:05,585 5766051 [Thread-1] INFO  com.sforce.mail.GenericClient  - <<< imap.postoffice.net:EMAIL@DOMAIN.com:receive()
2005-09-29 17:13:05,585 5766051 [Thread-1] INFO  com.sforce.mail.GenericClient  - >>> imap.postoffice.net:EMAIL@DOMAIN.com:receive()
2005-09-29 17:13:07,328 5767794 [Thread-1] INFO  com.sforce.mail.GenericClient  -    processing 1 messages
2005-09-29 17:13:08,640 5769106 [Thread-1] INFO  com.sforce.mail.GenericClient  - Initiating sForce api call to handleEmailMessage with 1 items
2005-09-29 17:13:08,870 5769336 [Thread-1] INFO  com.sforce.mail.GenericClient  - Failed to connect to SFDC service, will try 2 more time(s).
2005-09-29 17:14:09,087 5829553 [Thread-1] INFO  com.sforce.mail.GenericClient  - Failed to connect to SFDC service, will try 1 more time(s).

SuperfellSuperfell
Its failing the SSL cert verification when it trys to talk to the API, you're probably running on an old 1.4 JVM, try a newer 1.4 JVM.