This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 220015 - The Exception got using GIT over HTTPS with custom certificate
Summary: The Exception got using GIT over HTTPS with custom certificate
Status: RESOLVED DUPLICATE of bug 219691
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Git (show other bugs)
Version: 7.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-12 15:07 UTC by rolandas
Modified: 2012-10-12 15:44 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (52.83 KB, text/plain)
2012-10-12 15:07 UTC, rolandas
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rolandas 2012-10-12 15:07:39 UTC
The exception below has been thrown while trying to pull/fetch/push from/to remote GIT repository over HTTS with custom certificate resulting the error message to be displayed to the user: "Cannot connect to the remote repository at https://server/repo.git"

java.lang.ClassNotFoundException: javax.net.ssl.TrustManager
	at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:513)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:429)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:417)
                       ....
See logs for full exception.

Same happens in Netbeans IDE 7.2. Yet works fine in Netbeans IDE 7.1.2.

Product Version = NetBeans IDE 7.3 Beta (Build 201210011125)
Operating System = Linux version 3.5.4-2.fc17.x86_64 running on amd64
Java; VM; Vendor = 1.7.0_06-icedtea
Runtime = OpenJDK 64-Bit Server VM 23.2-b09
Comment 1 rolandas 2012-10-12 15:07:44 UTC
Created attachment 125873 [details]
IDE log
Comment 2 Ondrej Vrabec 2012-10-12 15:44:38 UTC

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