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 213491

Summary: java.security.NoSuchAlgorithmException: Cannot find any provider supporting RSA/ECB/PKCS1Padding
Product: ide Reporter: Exceptions Reporter <exceptions_reporter>
Component: LoggerAssignee: Martin Entlicher <mentlicher>
Status: RESOLVED DUPLICATE    
Severity: normal CC: mmirilovic
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 87692
Attachments: stacktrace

Description Exceptions Reporter 2012-06-04 08:13:44 UTC
This issue was reported manually by mmirilovic.
It already has 22 duplicates 


Build: NetBeans IDE Dev (Build 201205300001)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.0-b21, Java(TM) SE Runtime Environment, 1.7.0_04-b20
OS: Linux

User Comments:
GUEST: Trying to submit error report and got this exception

GUEST: to send a bug

GUEST: Clicked Send in the Report Problem window!




Stacktrace: 
java.security.NoSuchAlgorithmException: Cannot find any provider supporting RSA/ECB/PKCS1Padding
   at javax.crypto.Cipher.getInstance(Cipher.java:524)
   at org.netbeans.lib.uihandler.PasswdEncryption.encrypt(PasswdEncryption.java:62)
   at org.netbeans.lib.uihandler.PasswdEncryption.encrypt(PasswdEncryption.java:78)
   at org.netbeans.lib.uihandler.PasswdEncryption.encrypt(PasswdEncryption.java:53)
   at org.netbeans.modules.uihandler.Installer$SubmitInteractive.addMoreLogs(Installer.java:2356)
   at org.netbeans.modules.uihandler.Installer$Submit.getUserData(Installer.java:1974)
Comment 1 Exceptions Reporter 2012-06-04 08:13:48 UTC
Created attachment 120281 [details]
stacktrace
Comment 2 Martin Entlicher 2012-06-04 11:57:27 UTC
The class loading is broken.

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