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 141392 - MySQL server can't be started
Summary: MySQL server can't be started
Status: VERIFIED FIXED
Alias: None
Product: installer
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P2 blocker (vote)
Assignee: dlipin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-23 17:55 UTC by Roman Mostyka
Modified: 2008-07-29 16:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Archive of installer log files. (105.70 KB, application/octet-stream)
2008-07-23 17:55 UTC, Roman Mostyka
Details
my.ini file (8.96 KB, text/plain)
2008-07-24 12:07 UTC, Roman Mostyka
Details
my.ini file (8.96 KB, text/plain)
2008-07-24 12:08 UTC, Roman Mostyka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Mostyka 2008-07-23 17:55:01 UTC
1. Installed ftp://neoopal.russia.sun.com/Temp/dlipin/netbeans-trunk-nightly-200807221016-mysql-windows.exe build.
2. Try to run MySQL server.

Result: MySQL server isn't started and error message appears:
"080723 20:52:54 [ERROR] Can't find messagefile 'C:\Program Files\MySQL\MySQL Server
5.0\bin\[basedir]\share\english\errmsg.sys'
080723 20:53:05 [ERROR] Aborting"
Comment 1 Roman Mostyka 2008-07-23 17:55:52 UTC
Created attachment 65417 [details]
Archive of installer log files.
Comment 2 dlipin 2008-07-24 07:50:59 UTC
Do you have firewall enabled?
What does logs says? (C:\Program Files\MySQL\MySQL Server 5.0\data\*.err) 
Comment 3 dlipin 2008-07-24 11:15:18 UTC
do you have any other MySQL server (e.g. 5.1.26rc) installed at the same time?
Comment 4 dlipin 2008-07-24 11:42:05 UTC
Please attach the file C:\Program Files\MySQL\MySQL Server 5.0\my.ini.
Comment 5 Roman Mostyka 2008-07-24 12:07:56 UTC
Created attachment 65516 [details]
my.ini file
Comment 6 Roman Mostyka 2008-07-24 12:08:06 UTC
Created attachment 65517 [details]
my.ini file
Comment 7 Roman Mostyka 2008-07-24 12:09:53 UTC
Do you have firewall enabled?
Yes. But with disabled result is the same.

What does logs says? (C:\Program Files\MySQL\MySQL Server 5.0\data\*.err)
I don't have any data\*.err file.

Do you have any other MySQL server (e.g. 5.1.26rc) installed at the same time?
Yes, I have 5.1.26rc, but it is not running and it isn't registered as Windows service.

Please attach the file C:\Program Files\MySQL\MySQL Server 5.0\my.ini.
Attached.
Comment 8 dlipin 2008-07-24 13:35:10 UTC
I could reproduce it with 5.1.26 installed...
Comment 9 dlipin 2008-07-28 10:45:31 UTC
Tracked in the mysql bugs database:
http://bugs.mysql.com/bug.php?id=38379
Comment 10 dlipin 2008-07-28 11:18:50 UTC
Fixed.
http://hg.netbeans.org/main/rev/b5bed26c50d0
Comment 11 Quality Engineering 2008-07-28 15:32:50 UTC
Integrated into 'main-golden', available in NB_Trunk_Production #351 build
Changeset: http://hg.netbeans.org/main/rev/b5bed26c50d0
User: Dmitry Lipin <dlipin@netbeans.org>
Log: Issue #141392 MySQL server can't be started
Comment 12 Roman Mostyka 2008-07-28 16:52:54 UTC
Where I can find latest build to check this fix?
Comment 13 dlipin 2008-07-29 11:44:47 UTC
Roman,
you can get it here:
ftp://neoopal.russia.sun.com/Temp/dlipin/netbeans-trunk-nightly-200807280848-mysql-windows.exe
(still need to run with "-J-Dservicetag.allow.create=false -J-Dservicetag.allow.register=false" arguments)
Comment 14 Roman Mostyka 2008-07-29 16:15:41 UTC
Verified with build 080729.
Comment 15 dlipin 2008-07-29 16:19:12 UTC
thanks!