Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 142332 - ValidatorException when completing new bug wizard
Summary: ValidatorException when completing new bug wizard
Status: RESOLVED DUPLICATE of bug 144256
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: unspecified   Edit
Hardware: PC All
: P4 normal (vote)
Target Milestone: ---   Edit
Assignee: Robert Elves CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-17 16:02 EDT by Robert Elves CLA
Modified: 2006-06-22 14:09 EDT (History)
2 users (show)

See Also:


Attachments
Error displayed. (16.62 KB, image/jpeg)
2006-05-17 16:04 EDT, Robert Elves CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Elves CLA 2006-05-17 16:02:58 EDT
Got the following error when connecting to a bugzilla repository over https. The repository ssl certificate is not signed by a trusted party, perhaps that is the source of this 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
	at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:150)
	at com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1476)
	at com.sun.net.ssl.internal.ssl.Handshaker.fatalSE(Handshaker.java:174)
	at com.sun.net.ssl.internal.ssl.Handshaker.fatalSE(Handshaker.java:168)
	at com.sun.net.ssl.internal.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:847)
	at com.sun.net.ssl.internal.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:106)
	at com.sun.net.ssl.internal.ssl.Handshaker.processLoop(Handshaker.java:495)
	at com.sun.net.ssl.internal.ssl.Handshaker.process_record(Handshaker.java:433)
	at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:815)
	at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1025)
	at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1038)
	at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:402)
	at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:170)
	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:913)
	at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:234)
	at org.eclipse.mylar.internal.bugzilla.core.RepositoryConfigurationFactory.getConfiguration(RepositoryConfigurationFactory.java:54)
	at org.eclipse.mylar.internal.bugzilla.core.BugzillaPlugin.getProductConfiguration(BugzillaPlugin.java:115)
	at org.eclipse.mylar.internal.bugzilla.core.BugzillaRepositoryUtil.setupNewBugAttributes(BugzillaRepositoryUtil.java:263)
	at org.eclipse.mylar.internal.bugzilla.ui.wizard.BugzillaProductPage.getNextPage(BugzillaProductPage.java:209)
	at org.eclipse.jface.wizard.WizardDialog.nextPressed(WizardDialog.java:751)
Comment 1 Robert Elves CLA 2006-05-17 16:04:57 EDT
Created attachment 41790 [details]
Error displayed.
Comment 2 Mik Kersten CLA 2006-05-29 19:41:08 EDT
Is this a duplicate of Nathan's report?
Comment 3 Robert Elves CLA 2006-05-29 19:58:47 EDT
This report address the same issue reported on bug# 144256 by Nathan.

*** This bug has been marked as a duplicate of 144256 ***