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 153838 - IllegalArgumentException: Parameter file was not normalized. Was sun-web.xml instead of C:\Program Files\NetBeans Dev 200811250201\sun-web.xml
Summary: IllegalArgumentException: Parameter file was not normalized. Was sun-web.xml ...
Status: RESOLVED INVALID
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vince Kraemer
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-25 09:40 UTC by mvanek
Modified: 2009-02-26 16:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 141979


Attachments
stacktrace (2.22 KB, text/plain)
2008-11-25 09:40 UTC, mvanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mvanek 2008-11-25 09:40:46 UTC
Build: NetBeans IDE Dev (Build 200811250201)
VM: Java HotSpot(TM) 64-Bit Server VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Windows Vista, 6.0, amd64

Stacktrace: 
java.lang.IllegalArgumentException: Parameter file was not normalized. Was sun-web.xml instead of C:\Program Files\NetBeans Dev 200811250201\sun-web.xml
        at org.openide.filesystems.FileUtil.toFileObject(FileUtil.java:650)
        at org.netbeans.modules.jee.deployment.config.ConfigSupportImpl.getDeploymentName(ConfigSupportImpl.java:181)
        at org.netbeans.modules.jee.deployment.impl.projects.DeploymentTargetImpl.getTargetModuleFileName(DeploymentTargetImpl.java:279)
        at org.netbeans.modules.jee.deployment.impl.projects.DeploymentTargetImpl.getTargetModules(DeploymentTargetImpl.java:241)
        at org.netbeans.modules.jee.deployment.impl.TargetServer.processLastTargetModules(TargetServer.java:411)
        at org.netbeans.modules.jee.deployment.impl.TargetServer.init(TargetServer.java:162)
Comment 1 mvanek 2008-11-25 09:40:51 UTC
Created attachment 74121 [details]
stacktrace
Comment 2 Jayashri Visvanathan 2008-12-17 01:30:56 UTC
mvanek,
 Can you please provide more information on how you got to the error ? Either steps or sample project would be good.
thanks
Comment 3 Vince Kraemer 2009-02-13 17:53:41 UTC
I will take a look at this.
Comment 4 Vince Kraemer 2009-02-26 16:19:51 UTC
there is no NB source in org.netbeans.modules.jee.deployment.config.ConfigSupportImpl.getDeploymentName

there is a org.netbeans.modules.j2ee.deployment.config.ConfigSupportImpl.getDeploymentName...

Since this is not NB code... I am closing this as INVALID... reopen with more info from code that I can find in NB's hg
repository.