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 208773 - ClassNotFoundException: javax.crypto.spec.SecretKeySpec
Summary: ClassNotFoundException: javax.crypto.spec.SecretKeySpec
Status: RESOLVED DUPLICATE of bug 208616
Alias: None
Product: cnd
Classification: Unclassified
Component: execution (show other bugs)
Version: 7.2
Hardware: All All
: P1 normal (vote)
Assignee: Andrew Krasny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-23 01:47 UTC by Egor Ushakov
Modified: 2012-02-23 08:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 185295


Attachments
stacktrace (5.92 KB, text/plain)
2012-02-23 01:47 UTC, Egor Ushakov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Egor Ushakov 2012-02-23 01:47:28 UTC
Build: NetBeans IDE Dev (Build 20120222-5e1c6bd47ad3)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.1-b02, Java(TM) SE Runtime Environment, 1.6.0_26-b03
OS: Linux

User Comments:
gorrus: unable to add a new remote host




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:247)
   at com.jcraft.jsch.jce.AES128CBC.init(AES128CBC.java:56)
Comment 1 Egor Ushakov 2012-02-23 01:47:31 UTC
Created attachment 116043 [details]
stacktrace
Comment 2 Vladimir Voskresensky 2012-02-23 08:30:01 UTC

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