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 214033 - IllegalArgumentException: Parameter file was not normalized. Was C:\PROGRA~1\Java\JDK17~1.0_0\jre\bin\java.exe instead of C:\Program Files\Java\jdk1.7.0_04\jre\bin\java.exe
Summary: IllegalArgumentException: Parameter file was not normalized. Was C:\PROGRA~1\...
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Derby (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-12 10:32 UTC by Vladimir Riha
Modified: 2012-06-14 06:07 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 189366


Attachments
stacktrace (1.24 KB, text/plain)
2012-06-12 10:32 UTC, Vladimir Riha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Riha 2012-06-12 10:32:35 UTC
Build: NetBeans IDE Dev (Build 201206100001)
VM: Java HotSpot(TM) Client VM, 23.0-b21, Java(TM) SE Runtime Environment, 1.7.0_04-b22
OS: Windows 7

User Comments:
vriha: Probably caused by starting debugging of WebApplication on GlassFish 3.1.2




Stacktrace: 
java.lang.IllegalArgumentException: Parameter file was not normalized. Was C:\PROGRA~1\Java\JDK17~1.0_0\jre\bin\java.exe instead of C:\Program Files\Java\jdk1.7.0_04\jre\bin\java.exe
   at org.openide.filesystems.FileUtil.toFileObject(FileUtil.java:1053)
   at org.netbeans.modules.derby.RegisterDerby.getJavaExecutable(RegisterDerby.java:398)
   at org.netbeans.modules.derby.RegisterDerby.start(RegisterDerby.java:278)
   at org.netbeans.modules.derby.RegisterDerby.ensureStarted(RegisterDerby.java:437)
   at org.netbeans.modules.derby.spi.support.DerbySupport.ensureStarted(DerbySupport.java:127)
   at org.netbeans.modules.glassfish.common.RegisteredDerbyServerImpl.start(RegisteredDerbyServerImpl.java:60)
Comment 1 Vladimir Riha 2012-06-12 10:32:40 UTC
Created attachment 120721 [details]
stacktrace
Comment 2 Jaroslav Havlin 2012-06-12 11:44:47 UTC
http://hg.netbeans.org/core-main/rev/1a7478182699
Fixed. Thanks for reporting.
Comment 3 Quality Engineering 2012-06-14 06:07:27 UTC
Integrated into 'main-golden', will be available in build *201206140001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/1a7478182699
User: Jaroslav Havlin <jhavlin@netbeans.org>
Log: #214033: IllegalArgumentException: Parameter file was not normalized