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 95774 - Bad network communication
Summary: Bad network communication
Status: VERIFIED DUPLICATE of bug 95392
Alias: None
Product: ide
Classification: Unclassified
Component: Exceptions Reporter (show other bugs)
Version: 6.x
Hardware: PC All
: P1 blocker (vote)
Assignee: Jindrich Sedek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-16 09:58 UTC by ehucka
Modified: 2007-02-19 13:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ehucka 2007-02-16 09:58:11 UTC
I tried to invoke Report Problem button in an exception dialog. IDE froze for a
few minutes because AWT thread was blocked by some network communication.

It was probably caused by wrong proxy settings but I think network communication
cannot be run in AWT thread and there should be some progress showing what is
happening.

"AWT-EventQueue-1" prio=10 tid=0x08a2b800 nid=0xd78 runnable
[0x9f0c1000..0x9f0c1eb0]
   java.lang.Thread.State: RUNNABLE
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.read(SocketInputStream.java:129)
        at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
        at java.io.BufferedInputStream.read1(BufferedInputStream.java:258)
        at java.io.BufferedInputStream.read(BufferedInputStream.java:317)
        - locked <0xa00aaee8> (a java.io.BufferedInputStream)
        at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:632)
        at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:577)
        at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1004)
        - locked <0xa009aa00> (a sun.net.www.protocol.http.HttpURLConnection)
        at
org.netbeans.modules.uihandler.Installer$Submit.doShow(Installer.java:521)
        at
org.netbeans.modules.uihandler.Installer.doDisplaySummary(Installer.java:241)
        at
org.netbeans.modules.uihandler.Installer.displaySummary(Installer.java:221)
        at org.netbeans.modules.uihandler.UIHandler.run(UIHandler.java:86)
        at
org.netbeans.modules.uihandler.UIHandler.actionPerformed(UIHandler.java:105)
Comment 1 Jindrich Sedek 2007-02-19 11:56:59 UTC

*** This issue has been marked as a duplicate of 95392 ***
Comment 2 ehucka 2007-02-19 13:28:52 UTC
verified