Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 142332

Summary: ValidatorException when completing new bug wizard
Product: z_Archived Reporter: Robert Elves <robert.elves>
Component: MylynAssignee: Robert Elves <robert.elves>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P4 CC: mik.kersten, nhapke
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: All   
Whiteboard:
Attachments:
Description Flags
Error displayed. none

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 ***