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
ws100merws100mer 

email2case supports imaps?

    We are using imaps as a mail server. When we ran email2case.bat, we got the following error message:

Message: sun.security.validator.ValidatorException: No trusted certificate found;
  nested exception is:
        javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: No trusted certificate found


We have a SSL certification and add the following option to the java command.

 -Djavax.net.ssl.trustStore=/home/EmailAgent60/.keystore

Anyone can run emal2case.bat with imaps successfully?
benjasikbenjasik
I think this is an issue you may get with older VM's.  Make sure you have the latest 1.4.x JDK
ws100merws100mer
We have jdk1.4.2.12.

java -version
java version "1.4.2_12"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_12-b03)
Java HotSpot(TM) Client VM (build 1.4.2_12-b03, mixed mode)


Could you give us any idea to resolve this error?

Thanks.

henryCHhenryCH
We had the same problem. Following link provides a solution:

http://blogs.sun.com/andreas/entry/no_more_unable_to_find

Best regards,
Henry