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 250789 - Filename are not always normalized
Summary: Filename are not always normalized
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: MySQL (show other bugs)
Version: 8.0.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: matthias42
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-28 21:26 UTC by matthias42
Modified: 2015-03-03 04:18 UTC (History)
0 users

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 matthias42 2015-02-28 21:26:14 UTC
This leads to this error message (on linux):

     [exec] WARNING [org.openide.filesystems.FileUtil]: Parameter file was not normalized. Was C:/Program Files/MySQL(class java.io.File) instead of /tmp/C:/Program Files/MySQL(class java.io.File)
     [exec] INFO [org.openide.filesystems.FileUtil]: Parameter file was not normalized. Was C:/Program Files/MySQL(class java.io.File) instead of /tmp/C:/Program Files/MySQL(class java.io.File)
     [exec] java.lang.IllegalArgumentException: Parameter file was not normalized. Was C:/Program Files/MySQL(class java.io.File) instead of /tmp/C:/Program Files/MySQL(class java.io.File)

As it irritates and is fixable it should be fixed.
Comment 1 matthias42 2015-03-01 18:09:15 UTC
Fixed in changeset:

hg.netbeans.org/core-main/rev/8b2bc1a50984
Comment 2 Quality Engineering 2015-03-03 04:18:48 UTC
Integrated into 'main-silver', will be available in build *201503030001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/55e396cd9b80
User: Matthias Blaesing <matthias42@netbeans.org>
Log: #250789:Fix non-normalized filenames in windows mysql installation and fix deactivated XAMPP installation