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 248406 - 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: REGRESSION
Depends on:
Blocks:
 
Reported: 2014-11-04 22:39 UTC by Jesse Glick
Modified: 2014-11-05 04:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 213152


Attachments
stacktrace (882 bytes, text/plain)
2014-11-04 22:39 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2014-11-04 22:39:52 UTC
Build: NetBeans IDE Dev (Build 20141104-4e23a32e44d6)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.65-b04, Java(TM) SE Runtime Environment, 1.7.0_67-b01
OS: Linux

User Comments:
jglick: Cannot download sources of a Maven 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.nodes.DependenciesNode$DownloadJavadocSrcAction$1.run(DependenciesNode.java:366)
   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 Jesse Glick 2014-11-04 22:39:54 UTC
Created attachment 150281 [details]
stacktrace
Comment 2 Jesse Glick 2014-11-04 22:44:33 UTC
If it is not just me, this is a regression in an important function (for Maven users) in recent dev builds.

Workaround is to run

    $ mvn dependency:sources

from a shell.
Comment 3 Jan Peska 2014-11-05 04:29:05 UTC

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