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 208613 - [71cat] ClassNotFoundException: javax.crypto.spec.SecretKeySpec
Summary: [71cat] 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-19 15:46 UTC by paolosca
Modified: 2012-02-24 13:41 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 185205


Attachments
stacktrace (5.12 KB, text/plain)
2012-02-19 15:46 UTC, paolosca
Details
stacktrace (5.12 KB, text/plain)
2012-02-19 15:48 UTC, paolosca
Details
stacktrace (5.12 KB, text/plain)
2012-02-19 17:00 UTC, paolosca
Details

Note You need to log in before you can comment on or make changes to this bug.
Description paolosca 2012-02-19 15:46:25 UTC
Build: NetBeans IDE Dev (Build 201202180400)
VM: OpenJDK Client VM, 21.0-b17, OpenJDK Runtime Environment, 1.7.0_147-icedtea-b147
OS: Linux

User Comments:
paolosca: Uploading a php file to remote server




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 paolosca 2012-02-19 15:46:28 UTC
Created attachment 115920 [details]
stacktrace
Comment 2 paolosca 2012-02-19 15:48:58 UTC
Created attachment 115921 [details]
stacktrace

Just noticed it's impossible to upload a file to remote server, every time I try I get the same exception. Even with a fresh user dir.
Comment 3 paolosca 2012-02-19 17:00:58 UTC
Created attachment 115922 [details]
stacktrace

Not working even on latest nightly build
Comment 4 Exceptions Reporter 2012-02-22 15:11:00 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=185205
Comment 5 Jaroslav Tulach 2012-02-24 13:41:37 UTC

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