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 268160 - AssertionError: com.rsa.jsafe.a6C
Summary: AssertionError: com.rsa.jsafe.a6C
Status: RESOLVED DUPLICATE of bug 267907
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-22 18:49 UTC by emiddio
Modified: 2016-09-27 06:59 UTC (History)
7 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 226373


Attachments
stacktrace (3.00 KB, text/plain)
2016-09-22 18:49 UTC, emiddio
Details

Note You need to log in before you can comment on or make changes to this bug.
Description emiddio 2016-09-22 18:49:19 UTC
This bug was originally marked as duplicate of bug 267907, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201609220002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.92-b14, Java(TM) SE Runtime Environment, 1.8.0_92-b14
OS: Windows 7

User Comments:
GUEST: I have clean build maven project then I got this error in a popup

emiddio: first startup from fresh install - new profile dir and cache dir

alexvsimon: start IDE

emiddio: unknown

mclaborn: Starting net beans (with empty cache directory)

terje7601: Switching project groups

k_sch: Opening a project group with about 50 projects

Rahul.khandelwal: Uninstalled older dev build completely and installed the new dev build, just opened two projects.

terje7601: I just switched project groups and NetBeans was busy opening the projects & doing its background scanning (Java EE and HTML5 web projects)

GUEST: AssertionError at org.netbeans.modules.java.source.usages.BinaryName.<init>

emiddio: switching windows

mps77: add jar libraries

emiddio: unknown

prusinek74: First start of ide, having NB8.1 running in bckground, I got monit about importing founded setting of previous version - this error happend after that

GUEST: started netbeans




Stacktrace: 
java.lang.AssertionError: com.rsa.jsafe.a6C
   at org.netbeans.modules.java.source.usages.BinaryName.<init>(BinaryName.java:66)
   at org.netbeans.modules.java.source.usages.BinaryName.create(BinaryName.java:173)
   at org.netbeans.modules.java.source.usages.BinaryAnalyser.analyse(BinaryAnalyser.java:675)
   at org.netbeans.modules.java.source.usages.BinaryAnalyser.access$800(BinaryAnalyser.java:141)
   at org.netbeans.modules.java.source.usages.BinaryAnalyser$ArchiveProcessor.executeImpl(BinaryAnalyser.java:1262)
   at org.netbeans.modules.java.source.usages.BinaryAnalyser$RootProcessor.execute(BinaryAnalyser.java:1152)
Comment 1 emiddio 2016-09-22 18:49:23 UTC
Created attachment 162178 [details]
stacktrace
Comment 2 Tomas Zezula 2016-09-27 06:59:13 UTC
Seems a duplicate of fixed issue(s).
The report contains problematic classes:

com.rsa.jsafe.a6C
scala.tools.nsc.doc.model.IndexModelFactory$$anon$1$result$2$
javax.activation.DataHandler$1
javax.mail.Folder$1


Tested dev build with:
scala.tools.nsc.doc.model.IndexModelFactory$$anon$1$result$2$
javax.activation.DataHandler$1
javax.mail.Folder$1

works fine.

Unfortunately I am not able to get the 'com.rsa.jsafe.a' to test.
If you can attach/send it I will verify. The class seems to be obfuscated
and may have problems in class file InnerClasses attribute.

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