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 - java.security.NoSuchAlgorithmException: Cannot find any provider supporting RSA/ECB/PKCS1Padding
Summary: java.security.NoSuchAlgorithmException: Cannot find any provider supporting R...
Status: RESOLVED DUPLICATE of bug 210690
Alias: None
Product: ide
Classification: Unclassified
Component: Logger (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-04 08:13 UTC by Exceptions Reporter
Modified: 2012-06-04 11:57 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 87692


Attachments
stacktrace (829 bytes, text/plain)
2012-06-04 08:13 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***