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

Summary: ClassNotFoundException: javax.crypto.spec.SecretKeySpec
Product: cnd Reporter: Egor Ushakov <gorrus>
Component: executionAssignee: Andrew Krasny <akrasny>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P1    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 185295
Attachments: stacktrace

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 ***