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 262713 - IllegalArgumentException: C:\Users\C11891A\Documents\pre4\cwe-id-104\uAdjudicate\WebRoot\custom\c47\Main.jsp@7a534920:13482148 not under C:\Users\C11891A\Documents\pre4\cwe-id-104\uAdjudicate\WebRoot\
Summary: IllegalArgumentException: C:\Users\C11891A\Documents\pre4\cwe-id-104\uAdjudic...
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP Parser (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-07 09:04 UTC by ggghhhjjj
Modified: 2016-07-18 07:42 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 225098


Attachments
stacktrace (3.39 KB, text/plain)
2016-07-07 09:04 UTC, ggghhhjjj
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ggghhhjjj 2016-07-07 09:04:03 UTC
This bug was originally marked as duplicate of bug 130683, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.77-b03, Java(TM) SE Runtime Environment, 1.8.0_77-b03
OS: Windows 7

User Comments:
ggghhhjjj: just open a jsp page from a Maven war project




Stacktrace: 
java.lang.IllegalArgumentException: C:\Users\C11891A\Documents\pre4\cwe-id-104\uAdjudicate\WebRoot\custom\c47\Main.jsp@7a534920:13482148 not under C:\Users\C11891A\Documents\pre4\cwe-id-104\uAdjudicate\WebRoot\custom\c24@1d65630d:36e938c6
C:\Users\C11891A\Documents\pre4\cwe-id-104\uAdjudicate\WebRoot\custom\c24@1d65630d:36e938c6 valid=true id=921254086 filesystem=[org.netbeans.modules.masterfs.ui.FileBasedFSWithUI@53359a16]
C:\Users\C11891A\Documents\pre4\cwe-id-104\uAdjudicate\WebRoot\custom\c47\Main.jsp@7a534920:13482148 valid=true id=323494216 filesystem=[org.netbeans.modules.masterfs.ui.FileBasedFSWithUI@53359a16]
C:\Users\C11891A\Documents\pre4\cwe-id-104\uAdjudicate\WebRoot\custom\c47@1d65634c:70d2500d valid=true id=1892831245 filesystem=[org.netbeans.modules.masterfs.ui.FileBasedFSWithUI@53359a16]
C:\Users\C11891A\Documents\pre4\cwe-id-104\uAdjudicate\WebRoot\custom@4f647982:175b4236 valid=true id=391856694 filesystem=[org.netbeans.modules.masterfs.ui.FileBasedFSWithUI@53359a16]
C:\Users\C11891A\Docume
   at org.netbeans.modules.web.jspparser.ContextUtil.findRelativePath(ContextUtil.java:144)
   at org.netbeans.modules.web.jspparser.ContextUtil.findRelativeContextPath(ContextUtil.java:163)
   at org.netbeans.modules.web.jspparser_ext.WebAppParseSupport.getJSPUri(WebAppParseSupport.java:460)
   at org.netbeans.modules.web.jspparser_ext.WebAppParseSupport.createCompilationContext(WebAppParseSupport.java:427)
   at org.netbeans.modules.web.jspparser_ext.WebAppParseSupport.analyzePage(WebAppParseSupport.java:468)
   at org.netbeans.modules.web.jspparser.JspParserImpl.analyzePage(JspParserImpl.java:204)
Comment 1 ggghhhjjj 2016-07-07 09:04:04 UTC
Created attachment 160296 [details]
stacktrace