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 269919 - SecurityException: sealing violation
Summary: SecurityException: sealing violation
Status: NEW
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: 2017-02-24 16:15 UTC by Tomas Stupka
Modified: 2017-02-24 16:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 228014


Attachments
stacktrace (1.95 KB, text/plain)
2017-02-24 16:15 UTC, Tomas Stupka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Stupka 2017-02-24 16:15:41 UTC
Build: NetBeans IDE Dev (Build 20170224-7ecb33896084)
VM: Java HotSpot(TM) 64-Bit Server VM, 9-ea+158, Java(TM) SE Runtime Environment, 9-ea+158
OS: Mac OS X

User Comments:
tstupka: - created a new maven project
- added a new class ...

GUEST: tried to type




Stacktrace: 
java.lang.SecurityException: sealing violation
   at org.netbeans.JarClassLoader.doLoadClass(JarClassLoader.java:265)
   at org.netbeans.ProxyClassLoader.selfLoadClass(ProxyClassLoader.java:259)
   at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:187)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:476)
   at org.netbeans.modules.java.source.indexing.APTUtils.lookupProcessors(APTUtils.java:359)
   at org.netbeans.modules.java.source.indexing.APTUtils.resolveProcessors(APTUtils.java:280)
Comment 1 Tomas Stupka 2017-02-24 16:15:43 UTC
Created attachment 163705 [details]
stacktrace