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 208263 - java.net.SocketException: Connection reset by peer: socket write error
Summary: java.net.SocketException: Connection reset by peer: socket write error
Status: RESOLVED DUPLICATE of bug 166367
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-10 17:01 UTC by david.zapata
Modified: 2013-07-02 19:22 UTC (History)
7 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 176739


Attachments
stacktrace (5.33 KB, text/plain)
2012-02-10 17:01 UTC, david.zapata
Details

Note You need to log in before you can comment on or make changes to this bug.
Description david.zapata 2012-02-10 17:01:25 UTC
Build: NetBeans IDE 7.1 (Build 201112071828)
VM: Java HotSpot(TM) 64-Bit Server VM, 21.1-b02, Java(TM) SE Runtime Environment, 1.7.0_01-b08
OS: Windows 7

User Comments:
GUEST: writing slashes {} into mysql query string in php

GUEST: was trying autocompleet on a db query

GUEST: I write query for delete rows in table

GUEST: autocomplete on a query to mysql db




Stacktrace: 
java.net.SocketException: Connection reset by peer: socket write error
   at java.net.SocketOutputStream.socketWrite0(SocketOutputStream.java:0)
   at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:109)
   at java.net.SocketOutputStream.write(SocketOutputStream.java:153)
   at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
   at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)
   at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3302)
Comment 1 david.zapata 2012-02-10 17:01:28 UTC
Created attachment 115596 [details]
stacktrace
Comment 2 matthias42 2013-07-02 19:22:10 UTC

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