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 141798 - [65cat] IllegalArgumentException: Parameter file was not normalized. Was WEB-INF instead of C:\Program Files\NetBeans Dev 200807251401\WEB-INF
Summary: [65cat] IllegalArgumentException: Parameter file was not normalized. Was WEB-...
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ pcw
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-27 04:30 UTC by sunbiz
Modified: 2008-07-29 03:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 82525


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description sunbiz 2008-07-27 04:30:16 UTC
Build: NetBeans IDE Dev (Build 200807251401)
VM: Java HotSpot(TM) Client VM, 11.0-b12, Java(TM) SE Runtime Environment, 1.6.0_10-beta-b25
OS: Windows Vista, 6.0, x86

User Comments: 
Creating new Web project

Stacktrace: 
java.lang.IllegalArgumentException: Parameter file was not normalized. Was WEB-INF instead of C:\Program Files\NetBeans Dev 200807251401\WEB-INF
        at org.openide.filesystems.FileUtil.toFileObject(FileUtil.java:653)
        at org.netbeans.modules.glassfish.eecommon.api.config.GlassfishConfiguration.getProvider(GlassfishConfiguration.java:415)
        at org.netbeans.modules.glassfish.eecommon.api.config.GlassfishConfiguration.getTargetAppServerVersion(GlassfishConfiguration.java:303)
        at org.netbeans.modules.glassfish.eecommon.api.config.GlassfishConfiguration.computeMaxASVersion(GlassfishConfiguration.java:215)
        at org.netbeans.modules.glassfish.eecommon.api.config.GlassfishConfiguration.<init>(GlassfishConfiguration.java:140)
        at org.netbeans.modules.glassfish.eecommon.api.config.GlassfishConfiguration.<init>(GlassfishConfiguration.java:114)
Comment 1 _ pcw 2008-07-29 00:56:54 UTC
Fixed

http://hg.netbeans.org/main/rev/2e42a0aafd5c
Comment 2 Quality Engineering 2008-07-29 03:59:22 UTC
Integrated into 'main-golden', available in NB_Trunk_Production #352 build
Changeset: http://hg.netbeans.org/main/rev/6317c066a994
User: pcw@netbeans.org
Log: #141798 FileUtil.toFileObject called on File object that was not normalized.