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 196571 - IllegalArgumentException: Parameter file was not normalized. Was \test02\board\boardInsert.do instead of G:\test02\board\boardInsert.do
Summary: IllegalArgumentException: Parameter file was not normalized. Was \test02\boar...
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-11 09:21 UTC by demona
Modified: 2011-10-05 14:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 150712


Attachments
stacktrace (2.17 KB, text/plain)
2011-03-11 09:21 UTC, demona
Details

Note You need to log in before you can comment on or make changes to this bug.
Description demona 2011-03-11 09:21:34 UTC
Build: NetBeans IDE 7.0 Beta 2 (Build 201102140001)
VM: Java HotSpot(TM) 64-Bit Server VM, 17.0-b17, Java(TM) SE Runtime Environment, 1.6.0_21-b07
OS: Windows 7

User Comments:
GUEST: click at link in output tomcat log (error link)




Stacktrace: 
java.lang.IllegalArgumentException: Parameter file was not normalized. Was \test02\board\boardInsert.do  instead of G:\test02\board\boardInsert.do
   at org.openide.filesystems.FileUtil.toFileObject(FileUtil.java:1012)
   at org.netbeans.modules.tomcat5.util.LogSupport$Link.outputLineAction(LogSupport.java:227)
   at org.netbeans.core.output2.OutputTab.lineClicked(OutputTab.java:210)
   at org.netbeans.core.output2.OutputPane.lineClicked(OutputPane.java:77)
   at org.netbeans.core.output2.ui.AbstractOutputPane.mouseReleased(AbstractOutputPane.java:676)
   at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:273)
Comment 1 demona 2011-03-11 09:21:38 UTC
Created attachment 106905 [details]
stacktrace
Comment 2 Petr Hejl 2011-10-04 09:43:05 UTC
Fixed in web-main 87de8f4cdb89.
Comment 3 Quality Engineering 2011-10-05 14:13:08 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/87de8f4cdb89
User: Petr Hejl <phejl@netbeans.org>
Log: #196571 IllegalArgumentException: Parameter file was not normalized. Was \test02\board\boardInsert.do instead of G:\test02\board\boardInsert.do