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 172850 - [68cat] IllegalArgumentException: Parameter file was not normalized. Was \jboss.xml instead of C:\jboss.xml
Summary: [68cat] IllegalArgumentException: Parameter file was not normalized. Was \jbo...
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: JBoss (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Hejl
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-23 10:37 UTC by davidsalter
Modified: 2009-11-16 03:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 158989


Attachments
stacktrace (1.88 KB, text/plain)
2009-09-23 10:37 UTC, davidsalter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description davidsalter 2009-09-23 10:37:40 UTC
Build: NetBeans IDE Dev (Build 200909132344)
VM: Java HotSpot(TM) Client VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Windows Vista, 6.0, x86

User Comments:
davidsalter: Creating a new EJB project for JBoss 5



Stacktrace: 
java.lang.IllegalArgumentException: Parameter file was not normalized. Was \jboss.xml instead of C:\jboss.xml
        at org.openide.filesystems.FileUtil.toFileObject(FileUtil.java:876)
        at org.netbeans.modules.j2ee.jboss4.config.EjbDeploymentConfiguration.<init>(EjbDeploymentConfiguration.java:136)
        at org.netbeans.modules.j2ee.jboss4.config.JBModuleConfigurationFactory.create(JBModuleConfigurationFactory.java:64)
        at org.netbeans.modules.j2ee.deployment.config.ConfigSupportImpl.getModuleConfiguration(ConfigSupportImpl.java:716)
        at org.netbeans.modules.j2ee.deployment.config.ConfigSupportImpl.ensureConfigurationReady(ConfigSupportImpl.java:225)
        at org.netbeans.modules.j2ee.deployment.devmodules.spi.J2eeModuleProvider.fireServerChange(J2eeModuleProvider.java:787)
Comment 1 davidsalter 2009-09-23 10:37:44 UTC
Created attachment 88168 [details]
stacktrace
Comment 2 Petr Hejl 2009-11-13 07:47:43 UTC
Fixed in web-main c811f042cfe1.
Comment 3 Quality Engineering 2009-11-16 03:18:01 UTC
Integrated into 'main-golden', will be available in build *200911160201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/c811f042cfe1
User: phejl@netbeans.org
Log: #172850 [68cat] IllegalArgumentException: Parameter file was not normalized. Was \jboss.xml instead of C:\jboss.xml