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 188880 - When NetBeans throws an exception, the exception reporter dialog is empty.
Summary: When NetBeans throws an exception, the exception reporter dialog is empty.
Status: RESOLVED DUPLICATE of bug 195805
Alias: None
Product: ide
Classification: Unclassified
Component: Exceptions Reporter (show other bugs)
Version: 7.0
Hardware: All All
: P2 normal (vote)
Assignee: Jindrich Sedek
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2010-07-22 19:58 UTC by charlweed
Modified: 2011-06-10 09:30 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log file for when the Exception Reporter dialog is empty (61.77 KB, application/octet-stream)
2010-08-27 20:56 UTC, charlweed
Details

Note You need to log in before you can comment on or make changes to this bug.
Description charlweed 2010-07-22 19:58:10 UTC
Product Version = NetBeans IDE Dev (Build 100722-12916dd1112f)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.6.0_17
Runtime = Java HotSpot(TM) 64-Bit Server VM 14.3-b01
Comment 1 charlweed 2010-07-22 19:59:38 UTC
There are no UI elements in the dialog, so problems cannot be reported.
Comment 2 charlweed 2010-07-23 17:59:35 UTC
This may be a relevant exception from the IDE log. It was thrown when I tried to report a "System Slowness" problem :
 
java.io.FileNotFoundException: JAR entry AppFramework-1.03/javadoc/org/jdesktop/swingworker/SwingWorker.html not found in Q:\bin\netbeans64\java\docs\appframework-1.0.3-doc.zip
        at sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:140)
        at sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:150)
        at java.net.URL.openStream(URL.java:1035)
        at org.netbeans.modules.java.source.JavadocHelper.openStream(JavadocHelper.java:190)
        at org.netbeans.modules.java.source.JavadocHelper$TextStream.openStream(JavadocHelper.java:156)
        at org.netbeans.modules.java.source.TreeLoader.getParamNamesFromJavadocText(TreeLoader.java:378)
        at org.netbeans.modules.java.source.TreeLoader.loadParamNames(TreeLoader.java:186)
        at com.sun.tools.javac.code.Symbol$ParamSymbol.getSimpleName(Symbol.java:1078)
        at com.sun.tools.javac.code.Symbol$ParamSymbol.getSimpleName(Symbol.java:1044)
        at org.netbeans.modules.java.navigation.ElementScanningTask.createHtmlHeader(ElementScanningTask.java:296)
        at org.netbeans.modules.java.navigation.ElementScanningTask.element2description(ElementScanningTask.java:239)
        at org.netbeans.modules.java.navigation.ElementScanningTask.addMembers(ElementScanningTask.java:216)
        at org.netbeans.modules.java.navigation.ElementScanningTask.addMembers(ElementScanningTask.java:220)
        at org.netbeans.modules.java.navigation.ElementScanningTask.run(ElementScanningTask.java:135)
        at org.netbeans.modules.java.navigation.ElementScanningTask.run(ElementScanningTask.java:84)
        at org.netbeans.modules.java.source.JavaSourceAccessor$CancelableTaskWrapper.run(JavaSourceAccessor.java:316)
        at org.netbeans.modules.parsing.impl.TaskProcessor$CompilationJob.run(TaskProcessor.java:667)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
        at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
        at java.util.concurrent.FutureTask.run(FutureTask.java:166)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
        at java.lang.Thread.run(Thread.java:717)
WARNING [org.netbeans.modules.parsing.impl.TaskProcessor]: ParserManager.parse called in AWT event thread by: org.netbeans.modules.swingapp.ActionManager$ClassTask.execute(ActionManager.java:1444)
WARNING [org.netbeans.core.TimableEventQueue]: too much time in AWT thread org.netbeans.core.ui.sampler.SelfSamplerAction$Controller@16e9a776
java.awt.IllegalComponentStateException: component must be showing on the screen to determine its location
        at java.awt.Component.getLocationOnScreen_NoTreeLock(Component.java:2022)
        at java.awt.Component.getLocationOnScreen(Component.java:1996)
        at javax.swing.JPopupMenu.show(JPopupMenu.java:942)
        at org.netbeans.modules.form.menu.MenuEditLayer$7.run(MenuEditLayer.java:475)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:649)
        at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:137)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:255)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:170)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:160)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:155)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:147)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:136)
WARNING [org.netbeans.core.TimableEventQueue]: too much time in AWT thread null
java.io.FileNotFoundException: JAR entry AppFramework-1.03/javadoc/org/jdesktop/swingworker/SwingWorker.html not found in Q:\bin\netbeans64\java\docs\appframework-1.0.3-doc.zip
        at sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:140)
        at sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:150)
        at java.net.URL.openStream(URL.java:1035)
        at org.netbeans.modules.java.source.JavadocHelper.openStream(JavadocHelper.java:190)
        at org.netbeans.modules.java.source.JavadocHelper$TextStream.openStream(JavadocHelper.java:156)
        at org.netbeans.modules.java.source.TreeLoader.getParamNamesFromJavadocText(TreeLoader.java:378)
        at org.netbeans.modules.java.source.TreeLoader.loadParamNames(TreeLoader.java:186)
        at com.sun.tools.javac.code.Symbol$ParamSymbol.getSimpleName(Symbol.java:1078)
        at com.sun.tools.javac.code.Symbol$ParamSymbol.getSimpleName(Symbol.java:1044)
        at org.netbeans.modules.java.navigation.ElementScanningTask.createHtmlHeader(ElementScanningTask.java:296)
        at org.netbeans.modules.java.navigation.ElementScanningTask.element2description(ElementScanningTask.java:239)
        at org.netbeans.modules.java.navigation.ElementScanningTask.addMembers(ElementScanningTask.java:216)
        at org.netbeans.modules.java.navigation.ElementScanningTask.addMembers(ElementScanningTask.java:220)
        at org.netbeans.modules.java.navigation.ElementScanningTask.run(ElementScanningTask.java:135)
        at org.netbeans.modules.java.navigation.ElementScanningTask.run(ElementScanningTask.java:84)
        at org.netbeans.modules.java.source.JavaSourceAccessor$CancelableTaskWrapper.run(JavaSourceAccessor.java:316)
        at org.netbeans.modules.parsing.impl.TaskProcessor$CompilationJob.run(TaskProcessor.java:667)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
        at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
        at java.util.concurrent.FutureTask.run(FutureTask.java:166)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
        at java.lang.Thread.run(Thread.java:717)
Comment 3 charlweed 2010-07-25 22:14:27 UTC
Sorry,
I tried again with the slowness balloon, and this exemption was NOT thrown, while the reporter dialog remained empty.
Comment 4 Michel Graciano 2010-08-25 02:42:24 UTC
Could you attach your entire log file? It would be helpful.
Comment 5 charlweed 2010-08-27 20:56:48 UTC
Created attachment 101724 [details]
messages.log file for when the Exception Reporter dialog is empty

It took a few days, but NB threw this AssertionError:
Module Expression Language threw java.lang.AssertionError. Please report a bug against Expression Language module and attach your var/log/messages.log.
AS Usual, the REporter Dialog is empty.
Comment 6 charlweed 2011-03-05 22:50:42 UTC
I have good reason to believe that this is related to Java 7(64) The dialog is always empty when I use the Java 7 SDK, and so far, always works when I use the Java 6 (21) 64 bit sdk.
Comment 7 Marian Mirilovic 2011-06-10 09:30:40 UTC

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