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 161405 - java.net.SocketException: Software caused connection abort: recv failed
Summary: java.net.SocketException: Software caused connection abort: recv failed
Status: RESOLVED DUPLICATE of bug 160831
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-28 12:13 UTC by chronosmark
Modified: 2009-04-06 16:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 148465


Attachments
stacktrace (3.15 KB, text/plain)
2009-03-28 12:13 UTC, chronosmark
Details

Note You need to log in before you can comment on or make changes to this bug.
Description chronosmark 2009-03-28 12:13:22 UTC
Build: NetBeans IDE Dev (Build 200902231810)
VM: Java HotSpot(TM) Client VM, 11.2-b01, Java(TM) SE Runtime Environment, 1.6.0_12-b04
OS: Windows XP, 5.1, x86

User Comments:
chronosmark: Attempted to view table, with existing connected DB connection.



Stacktrace: 
org.netbeans.modules.db.metadata.model.api.MetadataModelException: org.netbeans.modules.db.metadata.model.api.MetadataException: org.postgresql.util.PSQLException: An I/O error occured while sending to the backend.
        at org.netbeans.modules.db.metadata.model.JDBCConnMetadataModel.runReadAction(JDBCConnMetadataModel.java:99)
        at org.netbeans.modules.db.metadata.model.api.MetadataModel.runReadAction(MetadataModel.java:89)
        at org.netbeans.modules.db.explorer.node.ColumnNodeProvider.initialize(ColumnNodeProvider.java:98)
        at org.netbeans.api.db.explorer.node.NodeProvider.getNodes(NodeProvider.java:103)
        at org.netbeans.modules.db.explorer.node.NodeRegistry.getNodes(NodeRegistry.java:149)
        at org.netbeans.api.db.explorer.node.ChildNodeFactory.createKeys(ChildNodeFactory.java:104)
Comment 1 chronosmark 2009-03-28 12:13:30 UTC
Created attachment 79001 [details]
stacktrace
Comment 2 Jiri Rechtacek 2009-04-06 16:52:20 UTC

*** This issue has been marked as a duplicate of 160831 ***