-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Conandor,

On 3/23/2009 5:36 AM, conandor wrote:
> 
> Why I keep having this error message whenever I start tomcat.
> Can anyone tell me why?

[snip]

> INFO: Starting Servlet Engine: Apache Tomcat/5.5.20

[snip]

> LifeCycleServletContextListener:  contextInitialized
> ---> Login with
> SocNetw55555:SocNetw55555Prod:https://myServer/myGateway/HTTPReceiver
> javax.net.ssl.SSLHandshakeException:
> sun.security.validator.ValidatorException: PKIX
> path building failed: sun.security.provider.certpath.SunCertPathBui
> lderException: unable to find valid certification path to requested target

Looks like you don't have a certificate installed that identifies the
server at https://myServer/myGateway/HTTPReceiver as valid. Is that
server using a self-signed certificate? If so, you need to import the
site's certificate in order for Java to trust that site for communication.

There are other techniques, but this is probably the best option.

>         at common.SessionManager.sendRequest(SessionManager.java:211)
>         at common.SessionManager.login(SessionManager.java:156)
>         at
> common.LifeCycleServletContextListener.contextInitialized(LifeCycleServletContextListener.java:28)

This looks like your code, not Tomcat or any 3rd-party that I know of.

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAknKJbcACgkQ9CaO5/Lv0PCXMgCeP40IZI3w8r/Dbn7P+TOdQLhe
qGwAn2p2BvP2qfZxqh0EAwhCdmFXXgko
=TNUu
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to