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 149150 - [65cat] cannot click the submenu properties on server due to error dialog box
Summary: [65cat] cannot click the submenu properties on server due to error dialog box
Status: VERIFIED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: MySQL (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P1 blocker (vote)
Assignee: David Vancouvering
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-04 09:05 UTC by alcmontejo
Modified: 2008-10-07 01:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
images capture (63.00 KB, image/jpeg)
2008-10-04 09:09 UTC, alcmontejo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alcmontejo 2008-10-04 09:05:30 UTC
hi! 

This is the case, I mistakenly set the port value on nb 6.1. I installed 6.5 build 200810011401 and import 6.1 setting.
Now on databases explorer window, i wanted to change and correct the port but i cannot change it since every time i
wanted to right-click the MSQL Server Node the Error dialog message "Invalid Port Number: localhost:3306 " will appear.
and i cannot select the sub menu server properties since i need to click the OK button on the error message box.

Thanks,
Allen Montejo
Comment 1 alcmontejo 2008-10-04 09:09:19 UTC
Created attachment 71152 [details]
images capture
Comment 2 David Vancouvering 2008-10-04 11:28:55 UTC
Since you can't fix your port number, this is a P1, since there is no workaround.

This is being fixed with the other P1 I am working on, should be fixed soon.
Comment 3 alcmontejo 2008-10-04 11:33:16 UTC
thanks for the very fast response
Comment 4 David Vancouvering 2008-10-04 12:42:36 UTC
e18773e6403d

Redid how we check for aliveness of the server, by using Andrei's suggestion of
just opening a connection.

Also, reduced assumptions about whether the server is "up" or "down."  All we
really know for sure is we are connected or not connected.  Thus Start and Stop
are always enabled, and Connect is always enabled except when you're connected
already.

Also should be handling error conditions like bad port better now - please test
and let me know.

I am running a fetch/merge/build/test cycle now, should be able to push in the
morning (well, later in the morning :))
Comment 5 Quality Engineering 2008-10-05 05:21:08 UTC
Integrated into 'main-golden', will be available in build *200810050201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/e18773e6403d
User: David Van Couvering <davidvc@netbeans.org>
Log: #148753: Can't start MySQL server from Netbeans in the latest build
#149150: [65cat] cannot click the submenu properties on server due to error dialog box
#148197: Connection can't be established because of too many errors
Comment 6 Roman Mostyka 2008-10-06 10:59:53 UTC
Verified with build 081005.
alcmontejo, can You also take a look on this fix to be sure that everything is fine now for you too?
Comment 7 alcmontejo 2008-10-07 01:24:17 UTC
okay thank you very much, i will keep you posted if i verify it.