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 101969 - java.lang.IllegalArgumentException: URI is not hierarchical
Summary: java.lang.IllegalArgumentException: URI is not hierarchical
Status: RESOLVED DUPLICATE of bug 84330
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-20 14:33 UTC by gator
Modified: 2007-10-04 09:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gator 2007-04-20 14:33:12 UTC
*********** Exception occurred ************ at 10:23 AM on Apr 20, 2007
java.lang.IllegalArgumentException: URI is not hierarchical
	at java.io.File.<init>(File.java:335)
	at
org.netbeans.modules.web.project.ui.customizer.WebSourceRootsUi.createModel(WebSourceRootsUi.java:65)
	at
org.netbeans.modules.web.project.ui.customizer.WebProjectProperties.init(WebProjectProperties.java:289)
	at
org.netbeans.modules.web.project.ui.customizer.WebProjectProperties.<init>(WebProjectProperties.java:274)
	at
org.netbeans.modules.web.project.WebProject.getWebProjectProperties(WebProject.java:449)
	at
org.netbeans.modules.web.project.WebProject$ProjectOpenedHookImpl.projectOpened(WebProject.java:743)
	at
org.netbeans.spi.project.ui.ProjectOpenedHook$1.projectOpened(ProjectOpenedHook.java:56)
[catch] at
org.netbeans.modules.project.ui.OpenProjectList.notifyOpened(OpenProjectList.java:581)
	at
org.netbeans.modules.project.ui.OpenProjectList.doOpenProject(OpenProjectList.java:622)
	at org.netbeans.modules.project.ui.OpenProjectList.doOpen(OpenProjectList.java:297)
	at
org.netbeans.modules.project.ui.OpenProjectList.access$000(OpenProjectList.java:77)
	at org.netbeans.modules.project.ui.OpenProjectList$1.run(OpenProjectList.java:200)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:499)
	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:932)
Comment 1 Radko Najman 2007-04-23 12:05:14 UTC
Could you provide any steps to reproduce, please?
Comment 2 gator 2007-04-23 14:47:58 UTC
Ok, i have the web project source in a server. Using netbeans, menu CVS I do a
checkout. When the checkout is complete and I try to open the project, this
error happens. 


ps: Sorry for the poor english.
Comment 3 David Konecny 2007-10-04 09:29:46 UTC
gator,

in order to reproduce this I need as detailed steps as possible. Does it happen always? On all your project or just one
particular project? Does the project you cannot open has something particular? Does it happen only on projects from CVS
and just after checkout? etc...

If I'm able to reproduce it I will fix it. Just from exception it is not clear to me what's wrong. If you can provide
more details please do so. For now I'm closing as duplicate of an issue which I closed as WORKSFORME because there were
no steps how to reproduce either. Thx, David

*** This issue has been marked as a duplicate of 84330 ***