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 219279 - com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operations allowed after connection closed.
Summary: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No oper...
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: issues@contrib
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-01 15:29 UTC by alied
Modified: 2012-10-01 17:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 179764


Attachments
stacktrace (2.67 KB, text/plain)
2012-10-01 15:29 UTC, alied
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alied 2012-10-01 15:29:49 UTC
Build: NetBeans IDE Dev (Build 201209260001)
VM: Java HotSpot(TM) Server VM, 23.3-b01, Java(TM) SE Runtime Environment, 1.7.0_07-b10
OS: Windows XP

User Comments:
GUEST: ??????? ??????????????? ???????????? ?????????? ??? ????????? ??????? sql (????? ???????)

alied: Created a ERD diagram. Then I opened and had this error.

GUEST: typing in PHP editor a SQL string




Stacktrace: 
com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operations allowed after connection closed.
   at sun.reflect.NativeConstructorAccessorImpl.newInstance0(NativeConstructorAccessorImpl.java:0)
   at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
   at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
   at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
   at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
   at com.mysql.jdbc.Util.getInstance(Util.java:386)
Comment 1 alied 2012-10-01 15:29:53 UTC
Created attachment 125161 [details]
stacktrace
Comment 2 matthias42 2012-10-01 17:15:30 UTC
The problem originates from the ERD-Tool in the contrib directory. Out of the box this does not even compile (tested with current mercurial head).