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 248328 - IllegalAccessError: tried to access method org.netbeans.api.progress.aggregate.AggregateProgressHandle.<init>(Ljava/lang/String;[Lorg/netbeans/api/progress/aggregate/ProgressContributor;Lorg/openide/u
Summary: IllegalAccessError: tried to access method org.netbeans.api.progress.aggregat...
Status: RESOLVED DUPLICATE of bug 248266
Alias: None
Product: platform
Classification: Unclassified
Component: Progress (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-31 18:15 UTC by athompson
Modified: 2014-10-31 21:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 213054


Attachments
stacktrace (2.06 KB, text/plain)
2014-10-31 18:15 UTC, athompson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description athompson 2014-10-31 18:15:32 UTC
Build: NetBeans IDE Dev (Build 201410310002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b17
OS: Mac OS X

User Comments:
athompson: tried to open project




Stacktrace: 
java.lang.IllegalAccessError: tried to access method org.netbeans.api.progress.aggregate.AggregateProgressHandle.<init>(Ljava/lang/String;[Lorg/netbeans/api/progress/aggregate/ProgressContributor;Lorg/openide/util/Cancellable;ZLorg/netbeans/api/progress/ProgressHandle;)V from class org.netbeans.api.progress.aggregate.AggregateProgressFactory
   at org.netbeans.api.progress.aggregate.AggregateProgressFactory.createHandle(AggregateProgressFactory.java:79)
   at org.netbeans.modules.maven.api.NbMavenProject$2.run(NbMavenProject.java:453)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1425)
   at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:59)
   at org.openide.util.lookup.Lookups.executeWith(Lookups.java:294)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2038)
Comment 1 athompson 2014-10-31 18:15:34 UTC
Created attachment 150199 [details]
stacktrace
Comment 2 Jan Peska 2014-10-31 21:49:06 UTC

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