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 229952 - AssertionError: Filling jar:file:/usr/lib/jvm/jdk1.7.0_21/jre/lib/rt.jar!/java/util/Map$Entry.class during jar:file:/home/janario/.m2/repository/com/google/guava/guava/14.0.1/guava-14.0.1.jar!/com/goo
Summary: AssertionError: Filling jar:file:/usr/lib/jvm/jdk1.7.0_21/jre/lib/rt.jar!/jav...
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 7.4
Hardware: All All
: P2 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
: 230008 230044 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-05-18 23:53 UTC by janario
Modified: 2013-05-22 02:35 UTC (History)
6 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 181067


Attachments
stacktrace (7.74 KB, text/plain)
2013-05-18 23:53 UTC, janario
Details
stacktrace (7.41 KB, text/plain)
2013-05-19 23:35 UTC, zolta
Details
stacktrace (9.63 KB, text/plain)
2013-05-20 06:17 UTC, Martin Fousek
Details
stacktrace (9.56 KB, text/plain)
2013-05-20 07:59 UTC, Ralph Ruijs
Details

Note You need to log in before you can comment on or make changes to this bug.
Description janario 2013-05-18 23:53:14 UTC
Build: NetBeans IDE Dev (Build 20130518-2810d8992501)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Linux

User Comments:
GUEST: I was just using the [Ctrl-Space] to get some code completion.

janario: With a pom file open

GUEST: Editing a Java class




Stacktrace: 
java.lang.AssertionError: Filling jar:file:/usr/lib/jvm/jdk1.7.0_21/jre/lib/rt.jar!/java/util/Map$Entry.class during jar:file:/home/janario/.m2/repository/com/google/guava/guava/14.0.1/guava-14.0.1.jar!/com/google/common/collect/Maps.class
sun.misc.Unsafe.park(Native Method)
java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
java.lang.Thread.run(Thread.java:722)

java.lang.Thread.sleep(Native Method)
org.zeroturnaround.jrebel.netbeans.notifications.RebelStatsFileWatcher.run(RebelStatsFileWatcher.java:240)
java.lang.Thread.run(Thread.java:722)

java.lang.Object.wait(Native Me
   at com.sun.tools.javac.util.Assert.error(Assert.java:133)
   at com.sun.tools.javac.jvm.ClassReader.fillIn(ClassReader.java:2506)
   at com.sun.tools.javac.jvm.ClassReader.complete(ClassReader.java:2438)
   at com.sun.tools.javac.code.Symbol.complete(Symbol.java:437)
   at com.sun.tools.javac.code.Symbol$ClassSymbol.complete(Symbol.java:890)
   at com.sun.tools.javac.jvm.ClassReader$1.getEnclosingType(ClassReader.java:759)
Comment 1 janario 2013-05-18 23:53:17 UTC
Created attachment 134597 [details]
stacktrace
Comment 2 zolta 2013-05-19 23:35:02 UTC
Created attachment 134621 [details]
stacktrace

I'm in DEV nbms-and-javadoc-10981-on-20130519 but the maven based projects use NB 7.3
Comment 3 Martin Fousek 2013-05-20 06:17:03 UTC
Created attachment 134628 [details]
stacktrace

1, Created Ant's EJB Module
2, Created new Java Class
3, Invoked CC
-> exception
Comment 4 Martin Fousek 2013-05-20 06:17:15 UTC
I'm getting this issue really frequently -> increasing priority.
Comment 5 Ralph Ruijs 2013-05-20 07:59:02 UTC
Created attachment 134629 [details]
stacktrace

happens continuously during scanning
Comment 7 Dusan Balek 2013-05-21 12:21:07 UTC
*** Bug 230008 has been marked as a duplicate of this bug. ***
Comment 8 ecerichter 2013-05-21 13:08:23 UTC
This bug is killing me... There is no "patch" available to minimize its effects?

Thanks,

Edson
Comment 9 Dusan Balek 2013-05-21 13:17:18 UTC
*** Bug 230044 has been marked as a duplicate of this bug. ***
Comment 10 Quality Engineering 2013-05-22 02:35:52 UTC
Integrated into 'main-golden', will be available in build *201305212300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/f9e50df90367
User: Dusan Balek <dbalek@netbeans.org>
Log: Issues #229952 and #226250 fixed.