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 205258 - IllegalArgumentException: Parameter file was not normalized. Was WEB-INF\glassfish-web.xml instead of C:\Program Files\NetBeans 7.1 Beta\WEB-INF\glassfish-web.xml
Summary: IllegalArgumentException: Parameter file was not normalized. Was WEB-INF\glas...
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-18 03:04 UTC by dbcurtis
Modified: 2011-11-19 20:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 182200


Attachments
stacktrace (1.87 KB, text/plain)
2011-11-18 03:04 UTC, dbcurtis
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dbcurtis 2011-11-18 03:04:25 UTC
Build: NetBeans IDE 7.1 Beta (Build 201109252201)
VM: Java HotSpot(TM) Client VM, 19.1-b02, Java(TM) SE Runtime Environment, 1.6.0_24-b07
OS: Windows 7

User Comments:
dbcurtis: just starting up netbeans




Stacktrace: 
java.lang.IllegalArgumentException: Parameter file was not normalized. Was WEB-INF\glassfish-web.xml instead of C:\Program Files\NetBeans 7.1 Beta\WEB-INF\glassfish-web.xml
   at org.openide.filesystems.FileUtil.toFileObject(FileUtil.java:1016)
   at org.netbeans.modules.glassfish.javaee.Three1Configuration.getSunDD(Three1Configuration.java:188)
   at org.netbeans.modules.glassfish.eecommon.api.config.GlassfishConfiguration.getSunDDRoot(GlassfishConfiguration.java:1406)
   at org.netbeans.modules.glassfish.eecommon.api.config.GlassfishConfiguration.getContextRoot(GlassfishConfiguration.java:623)
   at org.netbeans.modules.glassfish.javaee.ModuleConfigurationImpl.getContextRoot(ModuleConfigurationImpl.java:135)
   at org.netbeans.modules.j2ee.deployment.config.ConfigSupportImpl.getWebContextRoot(ConfigSupportImpl.java:263)
Comment 1 dbcurtis 2011-11-18 03:04:28 UTC
Created attachment 113296 [details]
stacktrace
Comment 2 Quality Engineering 2011-11-19 16:17:20 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/8f2d2515bf8f
User: vince kraemer <vkraemer@netbeans.org>
Log: #205258 : need to normalize a file before it is converted to a FileObject
Comment 3 Vince Kraemer 2011-11-19 20:04:07 UTC
in the dev build