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 74186 - IllegalStateException: Statements are already being executed.
Summary: IllegalStateException: Statements are already being executed.
Status: VERIFIED DUPLICATE of bug 63893
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-30 09:08 UTC by Marian Mirilovic
Modified: 2006-10-23 15:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
java.lang.IllegalStateException: Statements are already being executed. (2.60 KB, text/plain)
2006-03-30 09:09 UTC, Marian Mirilovic
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2006-03-30 09:08:23 UTC
NB Dev (200603291800), JDK 1.5.0_06 & JDK 6.0 

Steps to reproduce:
- add DB driver
- make connection to DB
- push Execute Command menu item
- write selection
- push Run SQL button from toolbar
- write new selection and push Run SQL button from toolbar once more
-> "IllegalStateException: Statements are already being executed." rises (see
attachment)
Comment 1 Marian Mirilovic 2006-03-30 09:09:02 UTC
Created attachment 29494 [details]
java.lang.IllegalStateException: Statements are already being executed.
Comment 2 Andrei Badea 2006-03-30 12:31:55 UTC

*** This issue has been marked as a duplicate of 63893 ***
Comment 3 Marian Mirilovic 2006-04-04 18:39:15 UTC
Well, do you plan to commit the fix into the trunk?
Comment 4 Andrei Badea 2006-04-05 10:09:10 UTC
Not separately. It will get there when the release55 branch is merged.
Comment 5 Marian Mirilovic 2006-06-01 11:10:13 UTC
verified duplicate