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 147550 - User is not able to keep waiting if server is not started
Summary: User is not able to keep waiting if server is not started
Status: VERIFIED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: MySQL (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: David Vancouvering
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-17 23:07 UTC by David Vancouvering
Modified: 2008-09-23 18:07 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Vancouvering 2008-09-17 23:07:43 UTC
Right now if you start the server and it hasn't finished starting by the time we give up trying to see if it's started,
a message comes up and the only choices are to edit the properties file or give up.  Another choice needs to be to keep
waiting, as often this is what needs to happen.

Instead the user has to manually connect after cancelling the dialog
Comment 1 David Vancouvering 2008-09-22 19:34:55 UTC
e503815d4937

Cleaned up the logic for how we handle stop, start, and reconnect to the MySQL
server.

The user is given a chance to adjust properties or keep waiting (on start and
stop).  Also, modifying properties causes a re-attempt *only* if we're in the
middle of start, stop or connect.  At other times modifying a property has no
side effects.
Comment 2 Roman Mostyka 2008-09-23 10:06:21 UTC
Verified with build 080923.
Comment 3 Quality Engineering 2008-09-23 18:07:08 UTC
Integrated into 'main-golden', will be available in build *200809231435* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/e503815d4937
User: David Van Couvering <davidvc@netbeans.org>
Log: #147431, #147550, #147608, #146987 - Clean up the logic for how we handle stop, start, and reconnect to the MySQL server.

The user is given a chance to adjust properties or keep waiting (on start and stop).  Also, modifying properties causes a re-attempt *only* if we're in the middle of start, stop or connect.  At other times modifying a property has no side effects.