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 248266 - 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: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Progress (show other bugs)
Version: 8.1
Hardware: All All
: P1 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
: 247861 248170 248323 248328 248406 248536 248789 248807 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-10-30 08:12 UTC by Jiri Skrivanek
Modified: 2014-11-24 10:43 UTC (History)
9 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 212986


Attachments
stacktrace (4.43 KB, text/plain)
2014-10-30 08:12 UTC, Jiri Skrivanek
Details
stacktrace (2.10 KB, text/plain)
2014-11-15 17:33 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2014-10-30 08:12:31 UTC
Build: NetBeans IDE Dev (Build 201410300002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b18
OS: Windows 7

User Comments:
jskrivanek: To reproduce:
- create maven java project
- add new class
- create JUnit test for this class (right-click and Tools|Create/Update Test) and exception is thrown




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$1.run(NbMavenProject.java:224)
   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 Jiri Skrivanek 2014-10-30 08:12:33 UTC
Created attachment 150159 [details]
stacktrace
Comment 2 Jiri Skrivanek 2014-10-30 08:14:20 UTC
Regression after merge of server_split branch.
Comment 3 Svata Dedic 2014-10-31 12:43:45 UTC
Fixed in jet-main#0647175e1f3b
Comment 4 Jan Peska 2014-10-31 17:06:26 UTC
*** Bug 248323 has been marked as a duplicate of this bug. ***
Comment 5 Jan Peska 2014-10-31 21:49:06 UTC
*** Bug 248328 has been marked as a duplicate of this bug. ***
Comment 6 Jan Peska 2014-11-05 04:29:05 UTC
*** Bug 248406 has been marked as a duplicate of this bug. ***
Comment 7 Jesse Glick 2014-11-05 14:00:51 UTC
CreateMethodTest failing so still not in main-silver. http://deadlock.netbeans.org/view/Push%20To%20main-silver%20builds/job/push-jet-main/39490/
Comment 8 Jiri Skrivanek 2014-11-11 09:14:23 UTC
Please assure it is fixed in daily builds.
Comment 9 athompson 2014-11-11 16:14:07 UTC
I'm not getting it when trying to open projects anymore.
Comment 10 athompson 2014-11-11 16:14:55 UTC
(In reply to athompson from comment #9)

That is, it looks fixed to me.
Comment 11 Exceptions Reporter 2014-11-15 17:33:54 UTC
Created attachment 150507 [details]
stacktrace

---
Comment 12 Exceptions Reporter 2014-11-16 14:42:58 UTC
This bug already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=212986
Comment 13 Exceptions Reporter 2014-11-16 14:45:56 UTC
This bug already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=212986
Comment 14 Quality Engineering 2014-11-21 03:50:14 UTC
Integrated into 'main-silver', will be available in build *201411210001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/0647175e1f3b
User: Svata Dedic <sdedic@netbeans.org>
Log: #248266: AggregateProgressFactory cannot access package-private members of api.progress
Comment 15 Tomas Stupka 2014-11-21 15:36:50 UTC
*** Bug 247861 has been marked as a duplicate of this bug. ***
Comment 16 Theofanis Oikonomou 2014-11-21 15:45:58 UTC
*** Bug 248807 has been marked as a duplicate of this bug. ***
Comment 17 Jan Peska 2014-11-21 17:01:46 UTC
(In reply to Quality Engineering from comment #14)
> Integrated into 'main-silver', will be available in build *201411210001* on
> http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
> 
> Changeset: http://hg.netbeans.org/main-silver/rev/0647175e1f3b
> User: Svata Dedic <sdedic@netbeans.org>
> Log: #248266: AggregateProgressFactory cannot access package-private members
> of api.progress

The changed should be in the main silver since today, Im closing the issue, please try latest daily build and reopen if the issue is occurs in it.
Comment 18 Jan Peska 2014-11-21 17:03:11 UTC
*** Bug 248170 has been marked as a duplicate of this bug. ***
Comment 19 Jan Peska 2014-11-21 17:03:23 UTC
*** Bug 248536 has been marked as a duplicate of this bug. ***
Comment 20 Jan Peska 2014-11-21 17:03:32 UTC
*** Bug 248789 has been marked as a duplicate of this bug. ***