tian-zhihui / cordysemailiocon

Automatically exported from code.google.com/p/cordysemailiocon
Apache License 2.0
0 stars 1 forks source link

We are not able to start EMAIL IO container after following all the steps and registering the SSL certificate as well #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.whenever we are starting EMAIL IO container ,its not getting started and we 
are getting error

javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: 
PKIX path building failed: 
sun.security.provider.certpath.SunCertPathBuilderException: unable to find 
valid certification path to requested target

What is the expected output? What do you see instead?
Actually after installing the certificate , the container is not starting 
giving error as attached in the file

What version of the product are you using? On what operating system?
Linux. - Build 2.6.18-238.el5PAE
Email IO connector- version 2.0 Build 2.0.9
Cordys -BOP4 CU17
Please provide any additional information below.

Original issue reported on code.google.com by saudagar...@gmail.com on 21 May 2012 at 7:25

Attachments:

GoogleCodeExporter commented 8 years ago
Try using latest javamail libraries.

You can download it from 
http://www.oracle.com/technetwork/java/javamail/index-138643.html

Original comment by srkrish...@cordys.com on 21 May 2012 at 7:44

GoogleCodeExporter commented 8 years ago
should we replace this mail.jar in the Email io connectors jar path
or Oracle_home/jdk/jre path 
also let me know which JARS to be used as there are jars like 
imap.jar,pop3.jar,mailapi and smtp.jar

Original comment by saudagar...@gmail.com on 21 May 2012 at 10:53

GoogleCodeExporter commented 8 years ago
replaced the JAR file in the following path 
/cordys/bop4/cbop/coe/emailioconnector/lib/ and tried starting the container 
still the same error is coming.

Original comment by saudagar...@gmail.com on 26 May 2012 at 4:48

GoogleCodeExporter commented 8 years ago
waiting for solution...any update on this

Original comment by saudagar...@gmail.com on 13 Jul 2012 at 6:37

GoogleCodeExporter commented 8 years ago
The error is because the certificate your server is using is not trusted by the 
JVM that is running the Email IO connector.

So you need to register the CA certificate of the issuer into the cacerts file 
of the Java Runtime that you are using to run Cordys. 

Original comment by pgus...@gmail.com on 13 Jul 2012 at 6:51

GoogleCodeExporter commented 8 years ago
this is already done. we have installed the certificate in the JVM of where 
email IO connector is running.

Original comment by saudagar...@gmail.com on 13 Jul 2012 at 12:19