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 193777 - [70cat] IllegalArgumentException: Parameter file was not normalized. Was context.xml instead of /context.xml
Summary: [70cat] IllegalArgumentException: Parameter file was not normalized. Was cont...
Status: RESOLVED INCOMPLETE
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@serverplugins
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-23 15:18 UTC by host
Modified: 2011-03-04 11:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 175300


Attachments
stacktrace (1.18 KB, text/plain)
2010-12-23 15:18 UTC, host
Details

Note You need to log in before you can comment on or make changes to this bug.
Description host 2010-12-23 15:18:01 UTC
Build: NetBeans IDE Dev (Build 201012150001)
VM: Java HotSpot(TM) 64-Bit Server VM, 17.1-b03-307, Java(TM) SE Runtime Environment, 1.6.0_22-b04-307-10M3261
OS: Mac OS X

Stacktrace: 
java.lang.IllegalArgumentException: Parameter file was not normalized. Was context.xml instead of /context.xml
   at org.openide.filesystems.FileUtil.toFileObject(FileUtil.java:1006)
   at org.netbeans.modules.j2ee.deployment.config.ConfigSupportImpl.getProjectDirectory(ConfigSupportImpl.java:202)
   at org.netbeans.modules.j2ee.deployment.config.ConfigSupportImpl.getDeploymentName(ConfigSupportImpl.java:188)
   at org.netbeans.modules.j2ee.deployment.devmodules.spi.J2eeModuleProvider.getDeploymentName(J2eeModuleProvider.java:807)
   at org.netbeans.modules.j2ee.deployment.impl.DeployOnSaveManager$DeployTask.notifyServer(DeployOnSaveManager.java:403)
   at org.netbeans.modules.j2ee.deployment.impl.DeployOnSaveManager$DeployTask.run(DeployOnSaveManager.java:358)
Comment 1 host 2010-12-23 15:18:04 UTC
Created attachment 104454 [details]
stacktrace
Comment 2 Petr Hejl 2011-03-04 11:34:33 UTC
Only one duplicate. Are there any steps to reproduce?

I think this might be another manifestation of issue #191516.