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 221385 - IllegalArgumentException: Parameter file was not normalized. Was glassfish-web.xml instead of C:\Program Files\NetBeans Dev 201211020001\glassfish-web.xml
Summary: IllegalArgumentException: Parameter file was not normalized. Was glassfish-we...
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: issues@serverplugins
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-02 19:20 UTC by weolopez
Modified: 2012-12-07 02:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 189078


Attachments
stacktrace (2.22 KB, text/plain)
2012-11-02 19:20 UTC, weolopez
Details

Note You need to log in before you can comment on or make changes to this bug.
Description weolopez 2012-11-02 19:20:41 UTC
Build: NetBeans IDE Dev (Build 201211020001)
VM: Java HotSpot(TM) Client VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Windows XP

Stacktrace: 
java.lang.IllegalArgumentException: Parameter file was not normalized. Was glassfish-web.xml instead of C:\Program Files\NetBeans Dev 201211020001\glassfish-web.xml
   at org.openide.filesystems.FileUtil.toFileObject(FileUtil.java:1055)
   at org.netbeans.modules.j2ee.deployment.config.ConfigSupportImpl.getProjectDirectory(ConfigSupportImpl.java:205)
   at org.netbeans.modules.j2ee.deployment.config.ConfigSupportImpl.getDeploymentName(ConfigSupportImpl.java:191)
   at org.netbeans.modules.j2ee.deployment.impl.projects.DeploymentTarget.getTargetModuleFileName(DeploymentTarget.java:331)
   at org.netbeans.modules.j2ee.deployment.impl.projects.DeploymentTarget.getTargetModules(DeploymentTarget.java:277)
   at org.netbeans.modules.j2ee.deployment.impl.TargetServer.processLastTargetModules(TargetServer.java:437)
Comment 1 weolopez 2012-11-02 19:20:43 UTC
Created attachment 127041 [details]
stacktrace
Comment 2 Martin Janicek 2012-12-04 08:46:06 UTC
I was looking for what component this belongs to and it turned out that the fix is faster than categorization ;)
Fixed in: web-main #7a27aae1082d
Comment 3 Quality Engineering 2012-12-07 02:43:15 UTC
Integrated into 'main-golden', will be available in build *201212070001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/7a27aae1082d
User: Martin Janicek <mjanicek@netbeans.org>
Log: #221385 - IllegalArgumentException: Parameter file was not normalized. Was glassfish-web.xml instead of C:\Program Files\NetBeans Dev 201211020001\glassfish-web.xml