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 208770 - ClassNotFoundException: javax.crypto.spec.SecretKeySpec
Summary: ClassNotFoundException: javax.crypto.spec.SecretKeySpec
Status: RESOLVED DUPLICATE of bug 208616
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-22 23:44 UTC by karel_barel
Modified: 2012-02-24 13:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 185212


Attachments
stacktrace (7.33 KB, text/plain)
2012-02-22 23:44 UTC, karel_barel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description karel_barel 2012-02-22 23:44:28 UTC
Build: NetBeans IDE Dev (Build 201202220400)
VM: OpenJDK Client VM, 21.0-b17, OpenJDK Runtime Environment, 1.7.0_147-icedtea-b147
OS: Linux

User Comments:
karel_barel: typed master password and waiting for login dialog to synchronize remote files over ssh

karel_barel: locally saving changed file into project with remote sources (using ssh protocol), the error appeared after typing master password and before authenticating on remote machine

GUEST: uploading php file using public key sftp
php-only IDE installed is missing java crypto required for public-key sftp

karel_barel: Typed master password and waiting for ssh account password to synchronize remote files over ssh in project with remote sources

GUEST: Error occurs when saving a file in a project loaded from remote server using sftp.

GUEST: When save file and project has sftp config




Stacktrace: 
java.lang.ClassNotFoundException: javax.crypto.spec.SecretKeySpec
   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)
   at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
   at com.jcraft.jsch.jce.AES256CTR.init(AES256CTR.java:55)
Comment 1 karel_barel 2012-02-22 23:44:30 UTC
Created attachment 116040 [details]
stacktrace
Comment 2 Jaroslav Tulach 2012-02-24 13:42:14 UTC

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