WARNING: The layer failed to supply highlights: org.netbeans.modules.editor.lib2.highlighting.SyntaxHighlighting@147e8bd9 java.lang.reflect.UndeclaredThrowableException at $Proxy9.tokenHierarchyChanged(Unknown Source) at org.netbeans.lib.lexer.TokenHierarchyOperation.fireTokenHierarchyChanged(TokenHierarchyOperation.java:520) at org.netbeans.lib.lexer.TokenHierarchyOperation.setActiveImpl(TokenHierarchyOperation.java:331) at org.netbeans.lib.lexer.TokenHierarchyOperation.isActiveImpl(TokenHierarchyOperation.java:358) at org.netbeans.lib.lexer.TokenHierarchyOperation.isActive(TokenHierarchyOperation.java:351) at org.netbeans.api.lexer.TokenHierarchy.isActive(TokenHierarchy.java:356) at org.netbeans.modules.editor.lib2.highlighting.SyntaxHighlighting.getHighlights(SyntaxHighlighting.java:117) at org.netbeans.modules.editor.lib2.highlighting.ProxyHighlightsContainer.getHighlights(ProxyHighlightsContainer.java:131) at org.netbeans.modules.editor.lib2.view.HighlightsViewFactory.fetchNextHighlight(HighlightsViewFactory.java:230) at org.netbeans.modules.editor.lib2.view.HighlightsViewFactory.updateHighlight(HighlightsViewFactory.java:214) at org.netbeans.modules.editor.lib2.view.HighlightsViewFactory.createView(HighlightsViewFactory.java:173) at org.netbeans.modules.editor.lib2.view.ViewBuilder.createNextView(ViewBuilder.java:352) at org.netbeans.modules.editor.lib2.view.ViewBuilder.createViews(ViewBuilder.java:291) at org.netbeans.modules.editor.lib2.view.ViewUpdates.initChildren(ViewUpdates.java:162) at org.netbeans.modules.editor.lib2.view.DocumentView.initChildren(DocumentView.java:503) at org.netbeans.modules.editor.lib2.view.EditorBoxViewChildren.getWithChildrenValid(EditorBoxViewChildren.java:297) at org.netbeans.modules.editor.lib2.view.EditorBoxViewChildren.paint(EditorBoxViewChildren.java:789) at org.netbeans.modules.editor.lib2.view.EditorBoxView.paint(EditorBoxView.java:507) at org.netbeans.modules.editor.lib2.view.DocumentView.paint(DocumentView.java:840) at org.netbeans.modules.editor.lib2.view.EditorView.paint(EditorView.java:177) at javax.swing.plaf.basic.BasicTextUI$RootView.paint(BasicTextUI.java:1423) at javax.swing.plaf.basic.BasicTextUI.paintSafely(BasicTextUI.java:723) at javax.swing.plaf.basic.BasicTextUI.paint(BasicTextUI.java:870) at javax.swing.plaf.basic.BasicTextUI.update(BasicTextUI.java:849) at javax.swing.JComponent.paintComponent(JComponent.java:752) at javax.swing.JComponent.paint(JComponent.java:1029) at javax.swing.JComponent._paintImmediately(JComponent.java:5098) at javax.swing.JComponent.paintImmediately(JComponent.java:4882) at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:811) at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:713) at javax.swing.RepaintManager.seqPaintDirtyRegions(RepaintManager.java:693) at javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(SystemEventQueueUtilities.java:125) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:633) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188) at java.awt.EventDispatchThread.run(EventDispatchThread.java:122) Caused by: java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.openide.util.WeakListenerImpl$ProxyListener.invoke(WeakListenerImpl.java:459) ... 40 more Caused by: java.lang.reflect.UndeclaredThrowableException at $Proxy8.highlightChanged(Unknown Source) at org.netbeans.spi.editor.highlighting.support.AbstractHighlightsContainer.fireHighlightsChange(AbstractHighlightsContainer.java:113) at org.netbeans.modules.editor.lib2.highlighting.ProxyHighlightsContainer.access$100(ProxyHighlightsContainer.java:66) at org.netbeans.modules.editor.lib2.highlighting.ProxyHighlightsContainer$2.run(ProxyHighlightsContainer.java:231) at org.netbeans.editor.BaseDocument.render(BaseDocument.java:1405) at org.netbeans.modules.editor.lib2.highlighting.ProxyHighlightsContainer.layerChanged(ProxyHighlightsContainer.java:229) at org.netbeans.modules.editor.lib2.highlighting.ProxyHighlightsContainer.access$200(ProxyHighlightsContainer.java:66) at org.netbeans.modules.editor.lib2.highlighting.ProxyHighlightsContainer$LayerListener.highlightChanged(ProxyHighlightsContainer.java:256) at org.netbeans.spi.editor.highlighting.support.AbstractHighlightsContainer.fireHighlightsChange(AbstractHighlightsContainer.java:113) at org.netbeans.modules.editor.lib2.highlighting.SyntaxHighlighting.tokenHierarchyChanged(SyntaxHighlighting.java:151) ... 45 more Caused by: java.lang.reflect.InvocationTargetException at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.openide.util.WeakListenerImpl$ProxyListener.invoke(WeakListenerImpl.java:459) ... 55 more Caused by: java.lang.IllegalStateException: Race condition: usageCount = 1 at org.netbeans.modules.editor.lib2.view.HighlightsViewFactory.restart(HighlightsViewFactory.java:151) at org.netbeans.modules.editor.lib2.view.ViewBuilder$FactoryState.init(ViewBuilder.java:621) at org.netbeans.modules.editor.lib2.view.ViewBuilder.(ViewBuilder.java:253) at org.netbeans.modules.editor.lib2.view.ViewUpdates.checkRebuild(ViewUpdates.java:581) at org.netbeans.modules.editor.lib2.view.ViewUpdates$FactoriesListener.viewFactoryChanged(ViewUpdates.java:616) at org.netbeans.modules.editor.lib2.view.EditorViewFactory.fireEvent(EditorViewFactory.java:224) at org.netbeans.modules.editor.lib2.view.HighlightsViewFactory$1.run(HighlightsViewFactory.java:120) at org.netbeans.editor.BaseDocument.render(BaseDocument.java:1405) at org.netbeans.modules.editor.lib2.view.HighlightsViewFactory$1.run(HighlightsViewFactory.java:126) at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1426) at org.netbeans.modules.editor.lib2.view.HighlightsViewFactory.highlightChanged(HighlightsViewFactory.java:306) ... 59 more Caused by: java.lang.Exception: Thread AWT-EventQueue-0 uses HighlightsViewFactory at org.netbeans.modules.editor.lib2.view.HighlightsViewFactory.restart(HighlightsViewFactory.java:154) at org.netbeans.modules.editor.lib2.view.ViewBuilder$FactoryState.init(ViewBuilder.java:621) at org.netbeans.modules.editor.lib2.view.ViewBuilder.(ViewBuilder.java:253) at org.netbeans.modules.editor.lib2.view.ViewUpdates.initChildren(ViewUpdates.java:159) ... 26 more Sep 3, 2010 6:09:30 PM org.netbeans.lib.editor.util.random.RandomTestContainer runInit INFO: testRandomModsJava with SEED=1271946202898L - useful for RandomTestContainer.run(seed)