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 70388 - Broken pipe exception during closing SQL editor
Summary: Broken pipe exception during closing SQL editor
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: SQL Editor (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-14 11:02 UTC by Martin Schovanek
Modified: 2006-08-12 21:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
java.sql.SQLException: Io exception: Broken pipe (763 bytes, text/plain)
2005-12-14 11:03 UTC, Martin Schovanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Schovanek 2005-12-14 11:02:11 UTC
[#200512121900, jdk1.5.0]

When user closing SQL editor the exception is insignificant for him, so we
should log it only into message.log not in Exception dialog.
Comment 1 Martin Schovanek 2005-12-14 11:03:32 UTC
Created attachment 27830 [details]
java.sql.SQLException: Io exception: Broken pipe
Comment 2 Andrei Badea 2005-12-14 12:45:25 UTC
Agreed.
Comment 3 Andrei Badea 2006-08-12 21:14:39 UTC
Fixed when the support for executing SQL scripts was implemented.